Alerts for client-side encryption outages.
| JSON representation |
|---|
{ "keyServiceError": [ { object ( |
| Fields | |
|---|---|
keyServiceError[] |
External key services impacted by an outage or misconfiguration. |
idpError[] |
Identity providers impacted by an outage or misconfiguration. |
KeyServiceError
Error related to an external key service.
| JSON representation |
|---|
{
"keyServiceUrl": string,
"httpResponseCode": string,
"errorInfo": enum ( |
| Fields | |
|---|---|
keyServiceUrl |
Url of the external key service. |
httpResponseCode |
HTTP response status code from the key service. |
errorInfo |
Info on the key service error. |
errorCount |
Number of similar errors encountered. |
IdentityProviderError
Error related to an identity provider.
| JSON representation |
|---|
{
"authorizationBaseUrl": string,
"errorInfo": enum ( |
| Fields | |
|---|---|
authorizationBaseUrl |
Authorization base url of the identity provider. |
errorInfo |
Info on the identity provider error. |
errorCount |
Number of similar errors encountered. |