Class SimulatedResult
Possible test result.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class SimulatedResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Error encountered during the test.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
Finding
Finding that would be published for the test case, if a violation is detected.
Declaration
[JsonProperty("finding")]
public virtual Finding Finding { get; set; }
Property Value
Type | Description |
---|---|
Finding |
NoViolation
Indicates that the test case does not trigger any violation.
Declaration
[JsonProperty("noViolation")]
public virtual Empty NoViolation { get; set; }
Property Value
Type | Description |
---|---|
Empty |