GetIdentityProviderResult

data class GetIdentityProviderResult(val identityProviderArn: String? = null, val identityProviderDetails: Map<String, String>? = null, val identityProviderName: String? = null, val identityProviderType: IdentityProviderType? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(identityProviderArn: String? = null, identityProviderDetails: Map<String, String>? = null, identityProviderName: String? = null, identityProviderType: IdentityProviderType? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the identity provider.

Link copied to clipboard

The identity provider details. The following list describes the provider detail keys for each identity provider type.

Link copied to clipboard

The identity provider name.

Link copied to clipboard

The identity provider type.

Link copied to clipboard
val tags: List<Tag>? = null