ClientSideEncryptionServiceUnavailable

クライアントサイド暗号化の停止に関するアラート。

JSON 表現
{
  "keyServiceError": [
    {
      object (KeyServiceError)
    }
  ],
  "idpError": [
    {
      object (IdentityProviderError)
    }
  ]
}
フィールド
keyServiceError[]

object (KeyServiceError)

停止または構成の誤りの影響を受ける外部鍵サービス。

idpError[]

object (IdentityProviderError)

停止または構成ミスによって影響を受けた ID プロバイダ。

KeyServiceError

外部鍵サービスに関連するエラー。

JSON 表現
{
  "keyServiceUrl": string,
  "httpResponseCode": string,
  "errorInfo": enum (KeyServiceErrorInfo),
  "errorCount": string
}
フィールド
keyServiceUrl

string

外部鍵サービスの URL。

httpResponseCode

string (int64 format)

キーサービスからの HTTP レスポンス ステータス コード。

errorInfo

enum (KeyServiceErrorInfo)

鍵サービスのエラーに関する情報。

errorCount

string (int64 format)

類似のエラーが発生した回数。

IdentityProviderError

ID プロバイダに関連するエラー。

JSON 表現
{
  "authorizationBaseUrl": string,
  "errorInfo": enum (IdentityProviderErrorInfo),
  "errorCount": string
}
フィールド
authorizationBaseUrl

string

ID プロバイダの認証ベース URL。

errorInfo

enum (IdentityProviderErrorInfo)

ID プロバイダのエラーに関する情報。

errorCount

string (int64 format)

類似のエラーが発生した回数。