Glue / Client / get_glue_identity_center_configuration

get_glue_identity_center_configuration

Glue.Client.get_glue_identity_center_configuration()

Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.

See also: AWS API Documentation

Request Syntax

response = client.get_glue_identity_center_configuration()
Return type:

dict

Returns:

Response Syntax

{
    'ApplicationArn': 'string',
    'InstanceArn': 'string',
    'Scopes': [
        'string',
    ]
}

Response Structure

  • (dict) –

    Response containing the Glue Identity Center configuration details.

    • ApplicationArn (string) –

      The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.

    • InstanceArn (string) –

      The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.

    • Scopes (list) –

      A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.

      • (string) –

Exceptions