Class CloudDlpInspection
Inheritance
CloudDlpInspection
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class CloudDlpInspection : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FullScan
Declaration
[JsonProperty("fullScan")]
public virtual bool? FullScan { get; set; }
Property Value
InfoType
Declaration
[JsonProperty("infoType")]
public virtual string InfoType { get; set; }
Property Value
InfoTypeCount
Declaration
[JsonProperty("infoTypeCount")]
public virtual long? InfoTypeCount { get; set; }
Property Value
InspectJob
Declaration
[JsonProperty("inspectJob")]
public virtual string InspectJob { get; set; }
Property Value
Implements