Show / Hide Table of Contents

Class ClientSideEncryptionServiceUnavailable

Alerts for client-side encryption outages.

Inheritance
object
ClientSideEncryptionServiceUnavailable
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX