class Google::Apis::GkehubV1alpha::ConfigManagementBinauthzVersion

The version of binauthz.

Attributes

webhook_version[RW]

The version of the binauthz webhook. Corresponds to the JSON property `webhookVersion` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 311
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gkehub_v1alpha/classes.rb, line 316
def update!(**args)
  @webhook_version = args[:webhook_version] if args.key?(:webhook_version)
end