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

View Source

The AWS account of the resource associated with the issue.

Attributes

  • id (type: String.t, default: nil) - The AWS account ID of the resource associated with the issue.
  • name (type: String.t, default: nil) - The AWS account name of the resource associated with the issue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount{
    id: String.t() | nil,
    name: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.