Get Identity Provider
workspacesweb_get_identity_provider | R Documentation |
Gets the identity provider¶
Description¶
Gets the identity provider.
Usage¶
Arguments¶
identityProviderArn
[required] The ARN of the identity provider.
Value¶
A list with the following syntax:
list(
identityProvider = list(
identityProviderArn = "string",
identityProviderDetails = list(
"string"
),
identityProviderName = "string",
identityProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC"
)
)