GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsMetadata (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.GoogleCloudSecuritycenterV2AwsAccount.t, default: nil) - The AWS account associated with the resource.
  • organization (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsOrganization.t, default: nil) - The AWS organization associated with the resource.
  • organizationalUnits (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.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.GoogleCloudSecuritycenterV2AwsMetadata{
    account:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsAccount.t()
      | nil,
    organization:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsOrganization.t()
      | nil,
    organizationalUnits:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.