GetZeroTrustRiskScoringIntegrationsResult

data class GetZeroTrustRiskScoringIntegrationsResult(val accountTag: String, val active: Boolean, val createdAt: String, val id: String, val integrationType: String, val referenceId: String, val tenantUrl: String, val wellKnownUrl: String)

Constructors

constructor(accountTag: String, active: Boolean, createdAt: String, id: String, integrationType: String, referenceId: String, tenantUrl: String, wellKnownUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloudflare account tag.

Link copied to clipboard

Whether this integration is enabled and should export changes in risk score.

Link copied to clipboard

When the integration was created in RFC3339 format.

Link copied to clipboard
val id: String

The id of the integration, a UUIDv4.

Link copied to clipboard

Available values: "Okta".

Link copied to clipboard

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.

Link copied to clipboard

The base URL for the tenant. E.g. "https://tenant.okta.com"

Link copied to clipboard

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