ReportVerificationResult interface
Report health status verification result.
Properties
reason | If the report verification action failed, to indicate the detailed failed reason. NOTE: This property will not be serialized. It can only be populated by the server. |
result | Indicates whether the report verification action is Succeeded or Failed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
reason
If the report verification action failed, to indicate the detailed failed reason. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
result
Indicates whether the report verification action is Succeeded or Failed. NOTE: This property will not be serialized. It can only be populated by the server.
result?: string
Property Value
string