ClientSideEncryptionServiceUnavailable

Benachrichtigungen bei Ausfällen der clientseitigen Verschlüsselung.

JSON-Darstellung
{
  "keyServiceError": [
    {
      object (KeyServiceError)
    }
  ],
  "idpError": [
    {
      object (IdentityProviderError)
    }
  ]
}
Felder
keyServiceError[]

object (KeyServiceError)

Externe Schlüsseldienste, die von einem Ausfall oder einer fehlerhaften Konfiguration betroffen sind.

idpError[]

object (IdentityProviderError)

Identitätsanbieter, die von einem Ausfall oder einer Fehlkonfiguration betroffen sind.

KeyServiceError

Fehler im Zusammenhang mit einem externen Schlüsseldienst.

JSON-Darstellung
{
  "keyServiceUrl": string,
  "httpResponseCode": string,
  "errorInfo": enum (KeyServiceErrorInfo),
  "errorCount": string
}
Felder
keyServiceUrl

string

URL des externen Schlüsseldienstes.

httpResponseCode

string (int64 format)

HTTP-Antwortstatuscode vom Schlüsseldienst.

errorInfo

enum (KeyServiceErrorInfo)

Informationen zum Schlüsseldienstfehler.

errorCount

string (int64 format)

Anzahl der ähnlichen Fehler, die aufgetreten sind.

IdentityProviderError

Fehler im Zusammenhang mit einem Identitätsanbieter.

JSON-Darstellung
{
  "authorizationBaseUrl": string,
  "errorInfo": enum (IdentityProviderErrorInfo),
  "errorCount": string
}
Felder
authorizationBaseUrl

string

Basis-URL des Autorisierungsservers des Identitätsanbieters.

errorInfo

enum (IdentityProviderErrorInfo)

Informationen zum Fehler beim Identitätsanbieter.

errorCount

string (int64 format)

Anzahl der ähnlichen Fehler, die aufgetreten sind.