Class GooglePrivacyDlpV2AwsDiscoveryStartingLocation
The AWS starting location for discovery.
Implements
Inherited Members
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 |