Class Scope
A scope specifier for CheckSet
objects.
Implements
Inherited Members
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 |