Glue / Client / update_glue_identity_center_configuration

update_glue_identity_center_configuration

Glue.Client.update_glue_identity_center_configuration(**kwargs)

Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.

See also: AWS API Documentation

Request Syntax

response = client.update_glue_identity_center_configuration(
    Scopes=[
        'string',
    ]
)
Parameters:

Scopes (list) –

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

  • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Response from updating an existing Glue Identity Center configuration.

Exceptions