Class: Google::Cloud::Container::V1beta1::BinaryAuthorization::PolicyBinding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Binauthz policy that applies to this cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The relative resource name of the binauthz platform policy to audit. GKE platform policies have the following format: projects/{project_number}/platforms/gke/policies/{policy_id}.

Returns:

  • (::String)

    The relative resource name of the binauthz platform policy to audit. GKE platform policies have the following format: projects/{project_number}/platforms/gke/policies/{policy_id}.



1538
1539
1540
1541
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1538

class PolicyBinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end