Show / Hide Table of Contents

Class JsonAuthSchema

JsonAuthSchema defines the JSON schema of all authentication types.

Inheritance
object
JsonAuthSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX