You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccountAssignmentOperationStatus
- Defined in:
- (unknown)
Overview
The status of the creation or deletion operation of an assignment that a principal needs to access an account.
Returned by:
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.
#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. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
#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.
#principal_type ⇒ String
The entity type for which the assignment will be created.
Possible values:
- USER
- GROUP
#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.
Possible values:
- IN_PROGRESS
- FAILED
- SUCCEEDED
#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.
Possible values:
- AWS_ACCOUNT