Show / Hide Table of Contents

Class IdentityProviderError

Error related to an identity provider.

Inheritance
object
IdentityProviderError
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 IdentityProviderError : IDirectResponseSchema

Properties

AuthorizationBaseUrl

Authorization base url of the identity provider.

Declaration
[JsonProperty("authorizationBaseUrl")]
public virtual string AuthorizationBaseUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorCount

Number of similar errors encountered.

Declaration
[JsonProperty("errorCount")]
public virtual long? ErrorCount { get; set; }
Property Value
Type Description
long?

ErrorInfo

Info on the identity provider error.

Declaration
[JsonProperty("errorInfo")]
public virtual string ErrorInfo { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX