Class: Google::Apis::GkehubV1beta::IdentityServiceGoogleConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/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.



2830
2831
2832
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2830

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)


2827
2828
2829
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2827

def disable
  @disable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2835
2836
2837
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2835

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