Class GoogleCloudSecuritycenterV2AwsMetadata
AWS metadata associated with the resource, only applicable if the finding's cloud provider is Amazon Web Services.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2AwsMetadata : IDirectResponseSchema
Properties
Account
The AWS account associated with the resource.
Declaration
[JsonProperty("account")]
public virtual GoogleCloudSecuritycenterV2AwsAccount Account { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudSecuritycenterV2AwsAccount |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Organization
The AWS organization associated with the resource.
Declaration
[JsonProperty("organization")]
public virtual GoogleCloudSecuritycenterV2AwsOrganization Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudSecuritycenterV2AwsOrganization |
OrganizationalUnits
A list of AWS organizational units associated with the resource, ordered from lowest level (closest to the account) to highest level.
Declaration
[JsonProperty("organizationalUnits")]
public virtual IList<GoogleCloudSecuritycenterV2AwsOrganizationalUnit> OrganizationalUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudSecuritycenterV2AwsOrganizationalUnit> |