class Google::Apis::GkehubV1beta::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_v1beta/classes.rb, line 275 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_v1beta/classes.rb, line 280 def update!(**args) @webhook_version = args[:webhook_version] if args.key?(:webhook_version) end