worklink_update_identity_provider_configuration {paws.end.user.computing} | R Documentation |
Updates the identity provider configuration for the fleet.
See https://www.paws-r-sdk.com/docs/worklink_update_identity_provider_configuration/ for full documentation.
worklink_update_identity_provider_configuration(
FleetArn,
IdentityProviderType,
IdentityProviderSamlMetadata = NULL
)
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. |