Class GooglePrivacyDlpV2CreateStoredInfoTypeRequest
Request message for CreateStoredInfoType.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CreateStoredInfoTypeRequest : IDirectResponseSchema
Properties
Config
Required. Configuration of the storedInfoType to create.
Declaration
[JsonProperty("config")]
public virtual GooglePrivacyDlpV2StoredInfoTypeConfig Config { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2StoredInfoTypeConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocationId
Deprecated. This field has no effect.
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
Type | Description |
---|---|
string |
StoredInfoTypeId
The storedInfoType 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("storedInfoTypeId")]
public virtual string StoredInfoTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |