Class: Google::Apis::GkehubV2::IdentityServiceGoogleConfig

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



1723
1724
1725
# File 'lib/google/apis/gkehub_v2/classes.rb', line 1723

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)


1720
1721
1722
# File 'lib/google/apis/gkehub_v2/classes.rb', line 1720

def disable
  @disable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1728
1729
1730
# File 'lib/google/apis/gkehub_v2/classes.rb', line 1728

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