class Aws::WorkLink::Types::UpdateIdentityProviderConfigurationRequest

@note When making an API call, you may pass UpdateIdentityProviderConfigurationRequest

data as a hash:

    {
      fleet_arn: "FleetArn", # required
      identity_provider_type: "SAML", # required, accepts SAML
      identity_provider_saml_metadata: "SamlMetadata",
    }

@!attribute [rw] fleet_arn

The ARN of the fleet.
@return [String]

@!attribute [rw] identity_provider_type

The type of identity provider.
@return [String]

@!attribute [rw] identity_provider_saml_metadata

The SAML metadata document provided by the customer’s identity
provider. The existing IdentityProviderSamlMetadata is unset if null
is passed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/UpdateIdentityProviderConfigurationRequest AWS API Documentation

Constants

SENSITIVE