Class GooglePrivacyDlpV2OtherCloudDiscoveryTarget
Target used to match against for discovery of resources from other clouds. An AWS connector in Security Command Center (Enterprise is required to use this feature.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2OtherCloudDiscoveryTarget : IDirectResponseSchema
Properties
Conditions
Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
Declaration
[JsonProperty("conditions")]
public virtual GooglePrivacyDlpV2DiscoveryOtherCloudConditions Conditions { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryOtherCloudConditions |
DataSourceType
Required. The type of data profiles generated by this discovery target. Supported values are: * aws/s3/bucket
Declaration
[JsonProperty("dataSourceType")]
public virtual GooglePrivacyDlpV2DataSourceType DataSourceType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataSourceType |
Disabled
Disable profiling for resources that match this filter.
Declaration
[JsonProperty("disabled")]
public virtual GooglePrivacyDlpV2Disabled Disabled { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Disabled |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.
Declaration
[JsonProperty("filter")]
public virtual GooglePrivacyDlpV2DiscoveryOtherCloudFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryOtherCloudFilter |
GenerationCadence
How often and when to update data profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Declaration
[JsonProperty("generationCadence")]
public virtual GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence GenerationCadence { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence |