Class GooglePrivacyDlpV2CreateContentPolicyRequest
Request message for CreateContentPolicy.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2CreateContentPolicyRequest : IDirectResponseSchema
Properties
ContentPolicy
Required. The content_policy resource.
Declaration
[JsonProperty("contentPolicy")]
public virtual GooglePrivacyDlpV2ContentPolicy ContentPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePrivacyDlpV2ContentPolicy |
ContentPolicyId
Optional. The content policy 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. If empty, the
system will generate a random id.
Declaration
[JsonProperty("contentPolicyId")]
public virtual string ContentPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |