Class: Google::Apis::GkehubV2::ConfigManagementBinauthzVersion

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

The version of binauthz.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigManagementBinauthzVersion

Returns a new instance of ConfigManagementBinauthzVersion.



296
297
298
# File 'lib/google/apis/gkehub_v2/classes.rb', line 296

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

Instance Attribute Details

#webhook_versionString

The version of the binauthz webhook. Corresponds to the JSON property webhookVersion

Returns:

  • (String)


294
295
296
# File 'lib/google/apis/gkehub_v2/classes.rb', line 294

def webhook_version
  @webhook_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



301
302
303
# File 'lib/google/apis/gkehub_v2/classes.rb', line 301

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