GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2AwsMetadata (google_api_security_center v0.39.0)
View SourceAWS 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
@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 }