Class: Google::Container::V1beta1::SetLegacyAbacRequest
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::SetLegacyAbacRequest
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Deprecated.
-
#enabled ⇒ true, false
Whether ABAC authorization will be enabled in the cluster.
-
#name ⇒ String
The name (project, location, cluster id) of the cluster to set legacy abac.
-
#project_id ⇒ String
Deprecated.
-
#zone ⇒ String
Deprecated.
Instance Attribute Details
#cluster_id ⇒ String
1983 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1983 class SetLegacyAbacRequest; end |
#enabled ⇒ true, false
1983 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1983 class SetLegacyAbacRequest; end |
#name ⇒ String
1983 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1983 class SetLegacyAbacRequest; end |
#project_id ⇒ String
1983 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1983 class SetLegacyAbacRequest; end |
#zone ⇒ String
1983 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1983 class SetLegacyAbacRequest; end |