GetZeroTrustAccessIdentityProviderResult

data class GetZeroTrustAccessIdentityProviderResult(val accountId: String? = null, val config: GetZeroTrustAccessIdentityProviderConfig, val filter: GetZeroTrustAccessIdentityProviderFilter? = null, val id: String, val identityProviderId: String? = null, val name: String, val scimConfig: GetZeroTrustAccessIdentityProviderScimConfig, val type: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessIdentityProvider.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, config: GetZeroTrustAccessIdentityProviderConfig, filter: GetZeroTrustAccessIdentityProviderFilter? = null, id: String, identityProviderId: String? = null, name: String, scimConfig: GetZeroTrustAccessIdentityProviderScimConfig, type: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard

The configuration parameters for the identity provider. To view the required parameters for a specific provider, refer to our developer documentation.

Link copied to clipboard
Link copied to clipboard
val id: String

UUID

Link copied to clipboard

UUID

Link copied to clipboard

The name of the identity provider, shown to users on the login page.

Link copied to clipboard

The configuration settings for enabling a System for Cross-Domain Identity Management (SCIM) with the identity provider.

Link copied to clipboard

The type of identity provider. To determine the value for a specific provider, refer to our developer documentation. Available values: "onetimepin", "azureAD", "saml", "centrify", "facebook", "github", "google-apps", "google", "linkedin", "oidc", "okta", "onelogin", "pingone", "yandex".

Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.