Show / Hide Table of Contents

Class BinaryAuthorizationConfig

BinaryAuthorizationConfig defines the fleet level configuration of binary authorization feature.

Inheritance
object
BinaryAuthorizationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class BinaryAuthorizationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationMode

Optional. Mode of operation for binauthz policy evaluation.

Declaration
[JsonProperty("evaluationMode")]
public virtual string EvaluationMode { get; set; }
Property Value
Type Description
string

PolicyBindings

Optional. Binauthz policies that apply to this cluster.

Declaration
[JsonProperty("policyBindings")]
public virtual IList<PolicyBinding> PolicyBindings { get; set; }
Property Value
Type Description
IList<PolicyBinding>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX