SSOAdmin / Client / describe_permission_set_provisioning_status

describe_permission_set_provisioning_status#

SSOAdmin.Client.describe_permission_set_provisioning_status(**kwargs)#

Describes the status for the given permission set provisioning request.

See also: AWS API Documentation

Request Syntax

response = client.describe_permission_set_provisioning_status(
    InstanceArn='string',
    ProvisionPermissionSetRequestId='string'
)
Parameters:
  • InstanceArn (string) –

    [REQUIRED]

    The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

  • ProvisionPermissionSetRequestId (string) –

    [REQUIRED]

    The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow.

Return type:

dict

Returns:

Response Syntax

{
    'PermissionSetProvisioningStatus': {
        'AccountId': 'string',
        'CreatedDate': datetime(2015, 1, 1),
        'FailureReason': 'string',
        'PermissionSetArn': 'string',
        'RequestId': 'string',
        'Status': 'IN_PROGRESS'|'FAILED'|'SUCCEEDED'
    }
}

Response Structure

  • (dict) –

    • PermissionSetProvisioningStatus (dict) –

      The status object for the permission set provisioning operation.

      • AccountId (string) –

        The identifier of the Amazon Web Services account from which to list the assignments.

      • CreatedDate (datetime) –

        The date that the permission set was created.

      • FailureReason (string) –

        The message that contains an error or exception in case of an operation failure.

      • PermissionSetArn (string) –

        The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

      • RequestId (string) –

        The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

      • Status (string) –

        The status of the permission set provisioning process.

Exceptions

  • SSOAdmin.Client.exceptions.ThrottlingException

  • SSOAdmin.Client.exceptions.InternalServerException

  • SSOAdmin.Client.exceptions.ResourceNotFoundException

  • SSOAdmin.Client.exceptions.AccessDeniedException

  • SSOAdmin.Client.exceptions.ValidationException