Class GooglePrivacyDlpV2DiscoveryOtherCloudFilter
Determines which resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryOtherCloudFilter : IDirectResponseSchema
Properties
Collection
A collection of resources for this filter to apply to.
Declaration
[JsonProperty("collection")]
public virtual GooglePrivacyDlpV2OtherCloudResourceCollection Collection { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2OtherCloudResourceCollection |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Others
Optional. Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
Declaration
[JsonProperty("others")]
public virtual GooglePrivacyDlpV2AllOtherResources Others { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2AllOtherResources |
SingleResource
The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).
Declaration
[JsonProperty("singleResource")]
public virtual GooglePrivacyDlpV2OtherCloudSingleResourceReference SingleResource { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2OtherCloudSingleResourceReference |