Show / Hide Table of Contents

Class GooglePrivacyDlpV2AwsDiscoveryStartingLocation

The AWS starting location for discovery.

Inheritance
object
GooglePrivacyDlpV2AwsDiscoveryStartingLocation
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.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2AwsDiscoveryStartingLocation : IDirectResponseSchema

Properties

AccountId

The AWS account ID that this discovery config applies to. Within an AWS organization, you can find the AWS account ID inside an AWS account ARN. Example: arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

AllAssetInventoryAssets

All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.

Declaration
[JsonProperty("allAssetInventoryAssets")]
public virtual bool? AllAssetInventoryAssets { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX