Describe Permission Set Provisioning Status
ssoadmin_describe_permission_set_provisioning_status | R Documentation |
Describes the status for the given permission set provisioning request¶
Description¶
Describes the status for the given permission set provisioning request.
Usage¶
Arguments¶
InstanceArn
[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
[required] The identifier that is provided by the
provision_permission_set
call to retrieve the current status of the provisioning workflow.
Value¶
A list with the following syntax:
list(
PermissionSetProvisioningStatus = list(
AccountId = "string",
CreatedDate = as.POSIXct(
"2015-01-01"
),
FailureReason = "string",
PermissionSetArn = "string",
RequestId = "string",
Status = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"
)
)