{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-describe-permission-set-provisioning-status-request-schema.json",
"title": "DescribePermissionSetProvisioningStatusRequest",
"description": "DescribePermissionSetProvisioningStatusRequest schema from AWS IAM Identity Center",
"type": "object",
"properties": {
"InstanceArn": {
"allOf": [
{
"$ref": "#/components/schemas/InstanceArn"
},
{
"description": "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 AWS Service Namespaces in the AWS General Reference."
}
]
},
"ProvisionPermissionSetRequestId": {
"allOf": [
{
"$ref": "#/components/schemas/UUId"
},
{
"description": "The identifier that is provided by the ProvisionPermissionSet call to retrieve the current status of the provisioning workflow."
}
]
}
},
"required": [
"InstanceArn",
"ProvisionPermissionSetRequestId"
]
}