worklink_update_identity_provider_configuration {paws.end.user.computing} | R Documentation |
Updates the identity provider configuration for the fleet
Description
Updates the identity provider configuration for the fleet.
See https://www.paws-r-sdk.com/docs/worklink_update_identity_provider_configuration/ for full documentation.
Usage
worklink_update_identity_provider_configuration(
FleetArn,
IdentityProviderType,
IdentityProviderSamlMetadata = NULL
)
Arguments
FleetArn |
[required] The ARN of the fleet. |
IdentityProviderType |
[required] The type of identity provider. |
IdentityProviderSamlMetadata |
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed. |
[Package paws.end.user.computing version 0.7.0 Index]