Class: Aws::NimbleStudio::Types::LaunchProfileMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::LaunchProfileMembership
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
Studio admins can use launch profile membership to delegate launch profile access to studio users in the Nimble Studio portal without writing or maintaining complex IAM policies. A launch profile member is a user association from your studio identity source who is granted permissions to a launch profile.
A launch profile member (type USER) provides the following permissions to that launch profile:
- 
GetLaunchProfile
 - 
GetLaunchProfileInitialization
 - 
GetLaunchProfileMembers
 - 
GetLaunchProfileMember
 - 
CreateStreamingSession
 - 
GetLaunchProfileDetails
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #identity_store_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the identity store.
 - 
  
    
      #persona  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The persona.
 - 
  
    
      #principal_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The principal ID.
 - 
  
    
      #sid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Active Directory Security Identifier for this user, if available.
 
Instance Attribute Details
#identity_store_id ⇒ String
The ID of the identity store.
      1608 1609 1610 1611 1612 1613 1614 1615  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1608 class LaunchProfileMembership < Struct.new( :identity_store_id, :persona, :principal_id, :sid) SENSITIVE = [] include Aws::Structure end  | 
  
#persona ⇒ String
The persona.
      1608 1609 1610 1611 1612 1613 1614 1615  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1608 class LaunchProfileMembership < Struct.new( :identity_store_id, :persona, :principal_id, :sid) SENSITIVE = [] include Aws::Structure end  | 
  
#principal_id ⇒ String
The principal ID.
      1608 1609 1610 1611 1612 1613 1614 1615  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1608 class LaunchProfileMembership < Struct.new( :identity_store_id, :persona, :principal_id, :sid) SENSITIVE = [] include Aws::Structure end  | 
  
#sid ⇒ String
The Active Directory Security Identifier for this user, if available.
      1608 1609 1610 1611 1612 1613 1614 1615  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 1608 class LaunchProfileMembership < Struct.new( :identity_store_id, :persona, :principal_id, :sid) SENSITIVE = [] include Aws::Structure end  |