ClientSideEncryptionServiceUnavailable

Alerts for client-side encryption outages.

JSON representation
{
  "keyServiceError": [
    {
      object (KeyServiceError)
    }
  ],
  "idpError": [
    {
      object (IdentityProviderError)
    }
  ]
}
Fields
keyServiceError[]

object (KeyServiceError)

External key services impacted by an outage or misconfiguration.

idpError[]

object (IdentityProviderError)

Identity providers impacted by an outage or misconfiguration.

KeyServiceError

Error related to an external key service.

JSON representation
{
  "keyServiceUrl": string,
  "httpResponseCode": string,
  "errorInfo": enum (KeyServiceErrorInfo),
  "errorCount": string
}
Fields
keyServiceUrl

string

Url of the external key service.

httpResponseCode

string (int64 format)

HTTP response status code from the key service.

errorInfo

enum (KeyServiceErrorInfo)

Info on the key service error.

errorCount

string (int64 format)

Number of similar errors encountered.

IdentityProviderError

Error related to an identity provider.

JSON representation
{
  "authorizationBaseUrl": string,
  "errorInfo": enum (IdentityProviderErrorInfo),
  "errorCount": string
}
Fields
authorizationBaseUrl

string

Authorization base url of the identity provider.

errorInfo

enum (IdentityProviderErrorInfo)

Info on the identity provider error.

errorCount

string (int64 format)

Number of similar errors encountered.