Class JsonAuthSchema
JsonAuthSchema defines the JSON schema of all authentication types.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class JsonAuthSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OneOf
List of AuthObjects.
Declaration
[JsonProperty("oneOf")]
public virtual IList<AuthObject> OneOf { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthObject> |
Schema
JSON schema of the AuthSchemas.
Declaration
[JsonProperty("$schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |