Class: Aws::SSOAdmin::Types::PermissionSetProvisioningStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PermissionSetProvisioningStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that is used to provide the status of the provisioning operation for a specified permission set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The identifier of the Amazon Web Services account from which to list the assignments.
-
#created_date ⇒ Time
The date that the permission set was created.
-
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
-
#permission_set_arn ⇒ String
The ARN of the permission set that is being provisioned.
-
#request_id ⇒ 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.
Instance Attribute Details
#account_id ⇒ String
The identifier of the Amazon Web Services account from which to list the assignments.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date that the permission set was created.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ 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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the permission set provisioning process.
3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460 class PermissionSetProvisioningStatus < Struct.new( :account_id, :created_date, :failure_reason, :permission_set_arn, :request_id, :status) SENSITIVE = [] include Aws::Structure end |