Class AwsMetadata
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.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class AwsMetadata : IDirectResponseSchema
Properties
Account
The AWS account associated with the resource.
Declaration
[JsonProperty("account")]
public virtual AwsAccount Account { get; set; }
Property Value
Type | Description |
---|---|
AwsAccount |
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 AwsOrganization Organization { get; set; }
Property Value
Type | Description |
---|---|
AwsOrganization |
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<AwsOrganizationalUnit> OrganizationalUnits { get; set; }
Property Value
Type | Description |
---|---|
IList<AwsOrganizationalUnit> |