Class: Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Defined in:
- gems/aws-sdk-ssoadmin/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 AWS SSO, 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 AWS account identifier, typically a 10-12 digit string (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.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The message that contains an error or exception in case of an operation failure.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) 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 AWS Service Namespaces in the AWS General Reference.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API Reference.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The entity type for which the assignment will be created.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) 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.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the permission set provisioning process.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The entity type for which the assignment will be created.
179 180 181 182 183 184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 179 class AccountAssignmentOperationStatus < Struct.new( :status, :request_id, :failure_reason, :target_id, :target_type, :permission_set_arn, :principal_type, :principal_id, :created_date) SENSITIVE = [] include Aws::Structure end |