GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextContext (google_api_security_center v0.39.0)

View Source

Context of a security context.

Attributes

  • type (type: String.t, default: nil) - Context type.
  • values (type: list(String.t), default: nil) - Context values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueSecurityContextContext{
    type: String.t() | nil,
    values: [String.t()] | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.