Show / Hide Table of Contents

Class Scope

A scope specifier for CheckSet objects.

Inheritance
object
Scope
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.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class Scope : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

KubernetesNamespace

Optional. Matches all Kubernetes service accounts in the provided namespace, unless a more specific kubernetes_service_account scope already matched.

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

KubernetesServiceAccount

Optional. Matches a single Kubernetes service account, e.g. my-namespace:my-service-account. kubernetes_service_account scope is always more specific than kubernetes_namespace scope for the same namespace.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX