class Google::Apis::GkehubV1beta::ConfigManagementBinauthzState
State for Binauthz
Attributes
version[RW]
The version of binauthz. Corresponds to the JSON property `version` @return [Google::Apis::GkehubV1beta::ConfigManagementBinauthzVersion]
webhook[RW]
The state of the binauthz webhook. Corresponds to the JSON property `webhook` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 255 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 260 def update!(**args) @version = args[:version] if args.key?(:version) @webhook = args[:webhook] if args.key?(:webhook) end