Class CloudDlpDataProfile
Inheritance
CloudDlpDataProfile
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class CloudDlpDataProfile : IDirectResponseSchema
Properties
DataProfile
Declaration
[JsonProperty("dataProfile")]
public virtual string DataProfile { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InfoTypes
Declaration
[JsonProperty("infoTypes")]
public virtual IList<InfoType> InfoTypes { get; set; }
Property Value
ParentType
Declaration
[JsonProperty("parentType")]
public virtual string ParentType { get; set; }
Property Value
Implements