Describe Identity Provider Configuration
worklink_describe_identity_provider_configuration | R Documentation |
Describes the identity provider configuration of the specified fleet¶
Description¶
Describes the identity provider configuration of the specified fleet.
Usage¶
Arguments¶
FleetArn
[required] The ARN of the fleet.
Value¶
A list with the following syntax:
list(
IdentityProviderType = "SAML",
ServiceProviderSamlMetadata = "string",
IdentityProviderSamlMetadata = "string"
)