class Google::Apis::GkehubV1alpha::ConfigManagementBinauthzState

State for Binauthz

Attributes

version[RW]

The version of binauthz. Corresponds to the JSON property `version` @return [Google::Apis::GkehubV1alpha::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_v1alpha/classes.rb, line 291
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 296
def update!(**args)
  @version = args[:version] if args.key?(:version)
  @webhook = args[:webhook] if args.key?(:webhook)
end