Class GooglePrivacyDlpV2CreateDiscoveryConfigRequest
Request message for CreateDiscoveryConfig.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CreateDiscoveryConfigRequest : IDirectResponseSchema
Properties
ConfigId
The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the
regular expression: [a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system
to generate one.
Declaration
[JsonProperty("configId")]
public virtual string ConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |
DiscoveryConfig
Required. The DiscoveryConfig to create.
Declaration
[JsonProperty("discoveryConfig")]
public virtual GooglePrivacyDlpV2DiscoveryConfig DiscoveryConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |