Show / Hide Table of Contents

Class AwsMetadata

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

Inheritance
object
AwsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX