Class: Google::Apis::GkehubV2::ConfigManagementBinauthzConfig

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 Binauthz.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigManagementBinauthzConfig

Returns a new instance of ConfigManagementBinauthzConfig.



252
253
254
# File 'lib/google/apis/gkehub_v2/classes.rb', line 252

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

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Whether binauthz is enabled in this cluster. Corresponds to the JSON property enabled

Returns:

  • (Boolean)


249
250
251
# File 'lib/google/apis/gkehub_v2/classes.rb', line 249

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



257
258
259
# File 'lib/google/apis/gkehub_v2/classes.rb', line 257

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