You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::UpdateIdentityProviderConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateIdentityProviderConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)

    The ARN of the fleet.

#identity_provider_saml_metadataString

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

Returns:

  • (String)

    The SAML metadata document provided by the customer’s identity provider.

#identity_provider_typeString

The type of identity provider.

Possible values:

  • SAML

Returns:

  • (String)

    The type of identity provider.