Class DetectorReference
Inheritance
DetectorReference
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class DetectorReference : IDirectResponseSchema
Properties
DetectorId
Declaration
[JsonProperty("detectorId")]
public virtual string DetectorId { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Explanation
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Recommendation
Declaration
[JsonProperty("recommendation")]
public virtual string Recommendation { get; set; }
Property Value
Severity
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Implements