WorkLink / Client / describe_identity_provider_configuration

describe_identity_provider_configuration#

WorkLink.Client.describe_identity_provider_configuration(**kwargs)#

Describes the identity provider configuration of the specified fleet.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.describe_identity_provider_configuration(
    FleetArn='string'
)
Parameters:

FleetArn (string) –

[REQUIRED]

The ARN of the fleet.

Return type:

dict

Returns:

Response Syntax

{
    'IdentityProviderType': 'SAML',
    'ServiceProviderSamlMetadata': 'string',
    'IdentityProviderSamlMetadata': 'string'
}

Response Structure

  • (dict) –

    • IdentityProviderType (string) –

      The type of identity provider.

    • ServiceProviderSamlMetadata (string) –

      The SAML metadata document uploaded to the user’s identity provider.

    • IdentityProviderSamlMetadata (string) –

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

Exceptions