Show / Hide Table of Contents

Class AuthConfigTemplate

AuthConfigTemplate defines required field over an authentication type.

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

Properties

AuthKey

Identifier key for auth config

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

AuthType

The type of authentication configured.

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

ConfigVariableTemplates

Config variables to describe an AuthConfig for a Connection.

Declaration
[JsonProperty("configVariableTemplates")]
public virtual IList<ConfigVariableTemplate> ConfigVariableTemplates { get; set; }
Property Value
Type Description
IList<ConfigVariableTemplate>

Description

Connector specific description for an authentication template.

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

DisplayName

Display name for authentication template.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 auth config is the default one.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX