View Source GoogleApi.SecurityCenter.V1.Model.Subject (google_api_security_center v0.29.0)

Represents a Kubernetes subject.

Attributes

  • kind (type: String.t, default: nil) - Authentication type for the subject.
  • name (type: String.t, default: nil) - Name for the subject.
  • ns (type: String.t, default: nil) - Namespace for the subject.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Subject{
  kind: String.t() | nil,
  name: String.t() | nil,
  ns: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.