get_portal_service_provider_metadata

WorkSpacesWeb.Client.get_portal_service_provider_metadata(**kwargs)

Gets the service provider metadata.

See also: AWS API Documentation

Request Syntax

response = client.get_portal_service_provider_metadata(
    portalArn='string'
)
Parameters
portalArn (string) --

[REQUIRED]

The ARN of the web portal.

Return type
dict
Returns
Response Syntax
{
    'portalArn': 'string',
    'serviceProviderSamlMetadata': 'string'
}

Response Structure

  • (dict) --
    • portalArn (string) --

      The ARN of the web portal.

    • serviceProviderSamlMetadata (string) --

      The service provider SAML metadata.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException
  • WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
  • WorkSpacesWeb.Client.exceptions.AccessDeniedException
  • WorkSpacesWeb.Client.exceptions.ThrottlingException
  • WorkSpacesWeb.Client.exceptions.ValidationException