Class: Google::Apis::GkehubV1alpha::ConfigManagementBinauthzVersion
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::ConfigManagementBinauthzVersion
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
The version of binauthz.
Instance Attribute Summary collapse
-
#webhook_version ⇒ String
The version of the binauthz webhook.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConfigManagementBinauthzVersion
constructor
A new instance of ConfigManagementBinauthzVersion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConfigManagementBinauthzVersion
Returns a new instance of ConfigManagementBinauthzVersion.
649 650 651 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 649 def initialize(**args) update!(**args) end |
Instance Attribute Details
#webhook_version ⇒ String
The version of the binauthz webhook.
Corresponds to the JSON property webhookVersion
647 648 649 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 647 def webhook_version @webhook_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
654 655 656 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 654 def update!(**args) @webhook_version = args[:webhook_version] if args.key?(:webhook_version) end |