Show / Hide Table of Contents

Class AuthObject

AuthObject defines a JSON schema of an authentication type.

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

Properties

AdditionalProperties

Whether the object has additional properties.

Declaration
[JsonProperty("additionalProperties")]
public virtual bool? AdditionalProperties { get; set; }
Property Value
Type Description
bool?

AuthKey

Auth key of the object.

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

AuthType

Auth type of the object.

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

Description

Description of the object.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

IsDefault

Whether the object is the default one.

Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
Type Description
bool?

Properties

Properties of the object.

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, AuthProperty> Properties { get; set; }
Property Value
Type Description
IDictionary<string, AuthProperty>

Type

Type of the object.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX