Class ClientSideEncryptionServiceUnavailable
Alerts for client-side encryption outages.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class ClientSideEncryptionServiceUnavailable : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IdpError
Identity providers impacted by an outage or misconfiguration.
Declaration
[JsonProperty("idpError")]
public virtual IList<IdentityProviderError> IdpError { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IdentityProviderError> |
KeyServiceError
External key services impacted by an outage or misconfiguration.
Declaration
[JsonProperty("keyServiceError")]
public virtual IList<KeyServiceError> KeyServiceError { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<KeyServiceError> |