Class: Google::Apis::GkehubV1alpha::IdentityServiceIdentityServiceOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb

Overview

Holds non-protocol-related configuration options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IdentityServiceIdentityServiceOptions

Returns a new instance of IdentityServiceIdentityServiceOptions.



3102
3103
3104
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3102

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#session_durationString

Optional. Determines the lifespan of STS tokens issued by Anthos Identity Service. Corresponds to the JSON property sessionDuration

Returns:

  • (String)


3100
3101
3102
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3100

def session_duration
  @session_duration
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3107
3108
3109
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3107

def update!(**args)
  @session_duration = args[:session_duration] if args.key?(:session_duration)
end