Class: Aws::SSOAdmin::Types::PutApplicationAccessScopeRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSOAdmin::Types::PutApplicationAccessScopeRequest
 
 
- Defined in:
 - gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #application_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the ARN of the application with the access scope with the targets to add or update.
 - 
  
    
      #authorized_targets  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies an array list of ARNs that represent the authorized targets for this access scope.
 - 
  
    
      #scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the name of the access scope to be associated with the specified targets.
 
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application with the access scope with the targets to add or update.
      3760 3761 3762 3763 3764 3765 3766  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3760 class PutApplicationAccessScopeRequest < Struct.new( :scope, :authorized_targets, :application_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#authorized_targets ⇒ Array<String>
Specifies an array list of ARNs that represent the authorized targets for this access scope.
      3760 3761 3762 3763 3764 3765 3766  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3760 class PutApplicationAccessScopeRequest < Struct.new( :scope, :authorized_targets, :application_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#scope ⇒ String
Specifies the name of the access scope to be associated with the specified targets.
      3760 3761 3762 3763 3764 3765 3766  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3760 class PutApplicationAccessScopeRequest < Struct.new( :scope, :authorized_targets, :application_arn) SENSITIVE = [] include Aws::Structure end  |