Show / Hide Table of Contents

Class GooglePrivacyDlpV2CreateContentPolicyRequest

Request message for CreateContentPolicy.

Inheritance
object
GooglePrivacyDlpV2CreateContentPolicyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX