Class IdentityProviderError
Error related to an identity provider.
Implements
Inherited Members
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 |