Class AuthConfigTemplate
AuthConfigTemplate defines required field over an authentication type.
Implements
Inherited Members
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? |