Class: Google::Apis::GkehubV1::IdentityServiceGoogleConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::IdentityServiceGoogleConfig
- 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
Configuration for the Google Plugin Auth flow.
Instance Attribute Summary collapse
-
#disable ⇒ Boolean
(also: #disable?)
Disable automatic configuration of Google Plugin on supported platforms.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IdentityServiceGoogleConfig
constructor
A new instance of IdentityServiceGoogleConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IdentityServiceGoogleConfig
Returns a new instance of IdentityServiceGoogleConfig.
1759 1760 1761 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1759 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disable ⇒ Boolean Also known as: disable?
Disable automatic configuration of Google Plugin on supported platforms.
Corresponds to the JSON property disable
1756 1757 1758 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1756 def disable @disable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1764 1765 1766 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 1764 def update!(**args) @disable = args[:disable] if args.key?(:disable) end |