Get Identity Provider Result
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)
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.