Class: Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
The status of the creation or deletion operation of an assignment that a principal needs to access an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#principal_id ⇒ String
An identifier for an object in IAM Identity Center, such as a user or group.
-
#principal_type ⇒ String
The entity type for which the assignment will be created.
-
#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.
-
#target_id ⇒ String
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
-
#target_type ⇒ String
The entity type for which the assignment will be created.
Instance Attribute Details
#created_date ⇒ Time
The date that the permission set was created.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the permission set. 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*.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the [IAM Identity Center Identity Store API Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The entity type for which the assignment will be created.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) 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.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the permission set provisioning process.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The entity type for which the assignment will be created.
202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 202 class AccountAssignmentOperationStatus < Struct.new( :created_date, :failure_reason, :permission_set_arn, :principal_id, :principal_type, :request_id, :status, :target_id, :target_type) SENSITIVE = [] include Aws::Structure end |