Class: Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb 
Overview
Holds non-protocol-related configuration options.
Instance Attribute Summary collapse
- 
  
    
      #session_duration  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ IdentityServiceIdentityServiceOptions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of IdentityServiceIdentityServiceOptions.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ IdentityServiceIdentityServiceOptions
Returns a new instance of IdentityServiceIdentityServiceOptions.
      2783 2784 2785  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2783 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#session_duration ⇒ String
Optional. Determines the lifespan of STS tokens issued by Anthos Identity
Service.
Corresponds to the JSON property sessionDuration
      2781 2782 2783  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2781 def session_duration @session_duration end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2788 2789 2790  | 
    
      # File 'lib/google/apis/gkehub_v1/classes.rb', line 2788 def update!(**args) @session_duration = args[:session_duration] if args.key?(:session_duration) end  |