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

View Source

AWS metadata associated with the resource, only applicable if the finding's cloud provider is Amazon Web Services.

Attributes

  • account (type: GoogleApi.SecurityCenter.V1.Model.AwsAccount.t, default: nil) - The AWS account associated with the resource.
  • organization (type: GoogleApi.SecurityCenter.V1.Model.AwsOrganization.t, default: nil) - The AWS organization associated with the resource.
  • organizationalUnits (type: list(GoogleApi.SecurityCenter.V1.Model.AwsOrganizationalUnit.t), default: nil) - A list of AWS organizational units associated with the resource, ordered from lowest level (closest to the account) to highest level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AwsMetadata{
  account: GoogleApi.SecurityCenter.V1.Model.AwsAccount.t() | nil,
  organization: GoogleApi.SecurityCenter.V1.Model.AwsOrganization.t() | nil,
  organizationalUnits:
    [GoogleApi.SecurityCenter.V1.Model.AwsOrganizationalUnit.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.