GKE Hub v1 API - Class BinaryAuthorizationConfig.Types.PolicyBinding (2.8.0)

public sealed class BinaryAuthorizationConfig.Types.PolicyBinding : IMessage<BinaryAuthorizationConfig.Types.PolicyBinding>, IEquatable<BinaryAuthorizationConfig.Types.PolicyBinding>, IDeepCloneable<BinaryAuthorizationConfig.Types.PolicyBinding>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1 API class BinaryAuthorizationConfig.Types.PolicyBinding.

Binauthz policy that applies to this cluster.

Inheritance

object > BinaryAuthorizationConfig.Types.PolicyBinding

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

PolicyBinding()

public PolicyBinding()

PolicyBinding(PolicyBinding)

public PolicyBinding(BinaryAuthorizationConfig.Types.PolicyBinding other)
Parameter
Name Description
other BinaryAuthorizationConfigTypesPolicyBinding

Properties

Name

public string Name { get; set; }

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}.

Property Value
Type Description
string