GetZeroTrustRiskScoringIntegrationResult

data class GetZeroTrustRiskScoringIntegrationResult(val accountId: String, val accountTag: String, val active: Boolean, val createdAt: String, val id: String, val integrationId: String? = null, val integrationType: String, val referenceId: String, val tenantUrl: String, val wellKnownUrl: String)

A collection of values returned by getZeroTrustRiskScoringIntegration.

Constructors

Link copied to clipboard
constructor(accountId: String, accountTag: String, active: Boolean, createdAt: String, id: String, integrationId: String? = null, integrationType: String, referenceId: String, tenantUrl: String, wellKnownUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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 this resource.

Link copied to clipboard
val integrationId: String? = null
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