Class: Aws::SSOAdmin::Types::AccountAssignmentForPrincipal
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSOAdmin::Types::AccountAssignmentForPrincipal
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
A structure that describes an assignment of an Amazon Web Services account to a principal and the permissions that principal has in the account.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The account ID number of the Amazon Web Services account. 
- 
  
    
      #permission_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account. 
- 
  
    
      #principal_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the principal. 
- 
  
    
      #principal_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the principal. 
Instance Attribute Details
#account_id ⇒ String
The account ID number of the Amazon Web Services account.
| 146 147 148 149 150 151 152 153 | # File 'lib/aws-sdk-ssoadmin/types.rb', line 146 class AccountAssignmentForPrincipal < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end | 
#permission_set_arn ⇒ String
The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.
| 146 147 148 149 150 151 152 153 | # File 'lib/aws-sdk-ssoadmin/types.rb', line 146 class AccountAssignmentForPrincipal < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end | 
#principal_id ⇒ String
The ID of the principal.
| 146 147 148 149 150 151 152 153 | # File 'lib/aws-sdk-ssoadmin/types.rb', line 146 class AccountAssignmentForPrincipal < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end | 
#principal_type ⇒ String
The type of the principal.
| 146 147 148 149 150 151 152 153 | # File 'lib/aws-sdk-ssoadmin/types.rb', line 146 class AccountAssignmentForPrincipal < Struct.new( :account_id, :permission_set_arn, :principal_id, :principal_type) SENSITIVE = [] include Aws::Structure end |