QuickSight / Client / delete_identity_propagation_config

delete_identity_propagation_config#

QuickSight.Client.delete_identity_propagation_config(**kwargs)#

Deletes all access scopes and authorized targets that are associated with a service from the Amazon QuickSight IAM Identity Center application.

This operation is only supported for Amazon QuickSight accounts that use IAM Identity Center.

See also: AWS API Documentation

Request Syntax

response = client.delete_identity_propagation_config(
    AwsAccountId='string',
    Service='REDSHIFT'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.

  • Service (string) –

    [REQUIRED]

    The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

Exceptions