Risk Scoring
Risk ScoringBehaviours
Risk ScoringIntegrations
resource cloudflare_zero_trust_risk_scoring_integration
required
The base url of the tenant, e.g. "https://tenant.okta.com".
optional
Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
computed
The URL for the Shared Signals Framework configuration, e.g. "/.well-known/sse-configuration/{integration_uuid}/". https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1.
cloudflare_zero_trust_risk_scoring_integration
resource "cloudflare_zero_trust_risk_scoring_integration" "example_zero_trust_risk_scoring_integration" {
account_id = "account_id"
integration_type = "Okta"
tenant_url = "https://example.com"
reference_id = "reference_id"
}
data cloudflare_zero_trust_risk_scoring_integration
computed
A reference ID defined by the client. Should be set to the Access-Okta IDP integration ID. Useful when the risk-score integration needs to be associated with a secondary asset and recalled using that ID.
The base URL for the tenant. E.g. "https://tenant.okta.com".
The URL for the Shared Signals Framework configuration, e.g. "/.well-known/sse-configuration/{integration_uuid}/". https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1.
cloudflare_zero_trust_risk_scoring_integration
data "cloudflare_zero_trust_risk_scoring_integration" "example_zero_trust_risk_scoring_integration" {
account_id = "account_id"
integration_id = "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}
data cloudflare_zero_trust_risk_scoring_integrations
cloudflare_zero_trust_risk_scoring_integrations
data "cloudflare_zero_trust_risk_scoring_integrations" "example_zero_trust_risk_scoring_integrations" {
account_id = "account_id"
}