Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_instance_access_control_attribute_configuration

delete_instance_access_control_attribute_configuration(**kwargs)

Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide .

See also: AWS API Documentation

Request Syntax

response = client.delete_instance_access_control_attribute_configuration(
    InstanceArn='string'
)
Parameters
InstanceArn (string) --

[REQUIRED]

The ARN of the IAM Identity Center instance under which the operation will be executed.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • SSOAdmin.Client.exceptions.InternalServerException
  • SSOAdmin.Client.exceptions.AccessDeniedException
  • SSOAdmin.Client.exceptions.ThrottlingException
  • SSOAdmin.Client.exceptions.ValidationException
  • SSOAdmin.Client.exceptions.ResourceNotFoundException
  • SSOAdmin.Client.exceptions.ConflictException