ClientSideEncryptionServiceUnavailable

Alertes en cas d'indisponibilité du chiffrement côté client.

Représentation JSON
{
  "keyServiceError": [
    {
      object (KeyServiceError)
    }
  ],
  "idpError": [
    {
      object (IdentityProviderError)
    }
  ]
}
Champs
keyServiceError[]

object (KeyServiceError)

Services de clés externes concernés par une indisponibilité ou une mauvaise configuration.

idpError[]

object (IdentityProviderError)

Fournisseurs d'identité concernés par une panne ou une mauvaise configuration.

KeyServiceError

Erreur liée à un service de clés externe.

Représentation JSON
{
  "keyServiceUrl": string,
  "httpResponseCode": string,
  "errorInfo": enum (KeyServiceErrorInfo),
  "errorCount": string
}
Champs
keyServiceUrl

string

URL du service de clés externe.

httpResponseCode

string (int64 format)

Code d'état de la réponse HTTP du service de clés.

errorInfo

enum (KeyServiceErrorInfo)

Informations sur l'erreur du service de clés.

errorCount

string (int64 format)

Nombre d'erreurs semblables rencontrées.

IdentityProviderError

Erreur liée à un fournisseur d'identité.

Représentation JSON
{
  "authorizationBaseUrl": string,
  "errorInfo": enum (IdentityProviderErrorInfo),
  "errorCount": string
}
Champs
authorizationBaseUrl

string

URL de base d'autorisation du fournisseur d'identité.

errorInfo

enum (IdentityProviderErrorInfo)

Informations sur l'erreur du fournisseur d'identité.

errorCount

string (int64 format)

Nombre d'erreurs semblables rencontrées.