Class: Google::Apis::GkehubV1beta::ConfigManagementBinauthzState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb

Overview

State for Binauthz

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConfigManagementBinauthzState

Returns a new instance of ConfigManagementBinauthzState.



403
404
405
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 403

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

Instance Attribute Details

#versionGoogle::Apis::GkehubV1beta::ConfigManagementBinauthzVersion

The version of binauthz. Corresponds to the JSON property version



396
397
398
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 396

def version
  @version
end

#webhookString

The state of the binauthz webhook. Corresponds to the JSON property webhook

Returns:

  • (String)


401
402
403
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 401

def webhook
  @webhook
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



408
409
410
411
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 408

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