Skip to content

Update Identity Provider Configuration

worklink_update_identity_provider_configuration R Documentation

Updates the identity provider configuration for the fleet

Description

Updates the identity provider configuration for the fleet.

Usage

worklink_update_identity_provider_configuration(FleetArn,
  IdentityProviderType, IdentityProviderSamlMetadata)

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.

Value

An empty list.

Request syntax

svc$update_identity_provider_configuration(
  FleetArn = "string",
  IdentityProviderType = "SAML",
  IdentityProviderSamlMetadata = "string"
)