GoogleApi.BinaryAuthorization.V1.Model.Scope (google_api_binary_authorization v0.18.0)

View Source

A scope specifier for CheckSet objects.

Attributes

  • kubernetesNamespace (type: String.t, default: nil) - Optional. Matches all Kubernetes service accounts in the provided namespace, unless a more specific kubernetes_service_account scope already matched.
  • kubernetesServiceAccount (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.Scope{
  kubernetesNamespace: String.t() | nil,
  kubernetesServiceAccount: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.