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

Kubernetes Role or ClusterRole.

Attributes

  • kind (type: String.t, default: nil) - Role type.
  • name (type: String.t, default: nil) - Role name.
  • ns (type: String.t, default: nil) - Role namespace.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Role{
  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.