Class: Aws::SSOAdmin::Types::AccountAssignment
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccountAssignment
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
The assignment that indicates a principal’s limited access to a specified Amazon Web Services account with a specified permission set.
<note markdown=“1”> The term principal here refers to a user or group that is defined in IAM Identity Center.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The identifier of the Amazon Web Services account.
-
#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.
Instance Attribute Details
#account_id ⇒ String
The identifier of the Amazon Web Services account.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 109 class AccountAssignment < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_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*.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 109 class AccountAssignment < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_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).
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 109 class AccountAssignment < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The entity type for which the assignment will be created.
109 110 111 112 113 114 115 116 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 109 class AccountAssignment < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |