Class GoogleChecksReportV1alphaCheck
A check that was run on your app.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksReportV1alphaCheck : IDirectResponseSchema
Properties
Citations
Regulations and policies that serve as the legal basis for the check.
Declaration
[JsonProperty("citations")]
public virtual IList<GoogleChecksReportV1alphaCheckCitation> Citations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChecksReportV1alphaCheckCitation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Evidence
Evidence that substantiates the check result.
Declaration
[JsonProperty("evidence")]
public virtual GoogleChecksReportV1alphaCheckEvidence Evidence { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksReportV1alphaCheckEvidence |
RegionCodes
Regions that are impacted by the check. For more info, see https://google.aip.dev/143#countries-and-regions.
Declaration
[JsonProperty("regionCodes")]
public virtual IList<string> RegionCodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Severity
The urgency or risk level of the check.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The result after running the check.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateMetadata
Additional information about the check state in relation to past reports.
Declaration
[JsonProperty("stateMetadata")]
public virtual GoogleChecksReportV1alphaCheckStateMetadata StateMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleChecksReportV1alphaCheckStateMetadata |
Type
The type of check that was run. A type will only appear once in a report's list of checks.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |