Class AuthObject
AuthObject defines a JSON schema of an authentication type.
Implements
Inherited Members
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 |