Class PolicyDriftDetails
Inheritance
PolicyDriftDetails
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class PolicyDriftDetails : IDirectResponseSchema
Properties
DetectedValue
Declaration
[JsonProperty("detectedValue")]
public virtual string DetectedValue { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExpectedValue
Declaration
[JsonProperty("expectedValue")]
public virtual string ExpectedValue { get; set; }
Property Value
Field
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Implements