Class: Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig

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

Configuration for the Google Plugin Auth flow.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IdentityServiceGoogleConfig

Returns a new instance of IdentityServiceGoogleConfig.



3020
3021
3022
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3020

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

Instance Attribute Details

#disableBoolean Also known as: disable?

Disable automatic configuration of Google Plugin on supported platforms. Corresponds to the JSON property disable

Returns:

  • (Boolean)


3017
3018
3019
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3017

def disable
  @disable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3025
3026
3027
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 3025

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