public sealed class OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation : IMessage<OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation>, IEquatable<OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation>, IDeepCloneable<OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation.
The AWS starting location for discovery.
Implements
IMessageOtherCloudDiscoveryStartingLocationTypesAwsDiscoveryStartingLocation, IEquatableOtherCloudDiscoveryStartingLocationTypesAwsDiscoveryStartingLocation, IDeepCloneableOtherCloudDiscoveryStartingLocationTypesAwsDiscoveryStartingLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
AwsDiscoveryStartingLocation()
public AwsDiscoveryStartingLocation()AwsDiscoveryStartingLocation(AwsDiscoveryStartingLocation)
public AwsDiscoveryStartingLocation(OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
OtherCloudDiscoveryStartingLocationTypesAwsDiscoveryStartingLocation |
Properties
AccountId
public string AccountId { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
AllAssetInventoryAssets
public bool AllAssetInventoryAssets { get; set; }All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasAccountId
public bool HasAccountId { get; }Gets whether the "account_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasAllAssetInventoryAssets
public bool HasAllAssetInventoryAssets { get; }Gets whether the "all_asset_inventory_assets" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ScopeCase
public OtherCloudDiscoveryStartingLocation.Types.AwsDiscoveryStartingLocation.ScopeOneofCase ScopeCase { get; }| Property Value | |
|---|---|
| Type | Description |
OtherCloudDiscoveryStartingLocationTypesAwsDiscoveryStartingLocationScopeOneofCase |
|