ZeroTrustRiskScoreIntegration

class ZeroTrustRiskScoreIntegration : KotlinCustomResource

The Risk Score Integration resource allows you to transmit changes in User Risk Score to a specified vendor such as Okta.

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource.

Link copied to clipboard
val active: Output<Boolean>

Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val integrationType: Output<String>

The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val referenceId: Output<String>

A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider

Link copied to clipboard
val tenantUrl: Output<String>

The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val wellKnownUrl: Output<String>

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