public sealed class AuthConfigTemplate : IMessage<AuthConfigTemplate>, IEquatable<AuthConfigTemplate>, IDeepCloneable<AuthConfigTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class AuthConfigTemplate.
AuthConfigTemplate defines required field over an authentication type.
Implements
IMessageAuthConfigTemplate, IEquatableAuthConfigTemplate, IDeepCloneableAuthConfigTemplate, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
AuthConfigTemplate()
public AuthConfigTemplate()
AuthConfigTemplate(AuthConfigTemplate)
public AuthConfigTemplate(AuthConfigTemplate other)
Parameter | |
---|---|
Name | Description |
other | AuthConfigTemplate |
Properties
AuthType
public AuthType AuthType { get; set; }
The type of authentication configured.
Property Value | |
---|---|
Type | Description |
AuthType |
ConfigVariableTemplates
public RepeatedField<ConfigVariableTemplate> ConfigVariableTemplates { get; }
Config variables to describe an AuthConfig
for a Connection
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldConfigVariableTemplate |
Description
public string Description { get; set; }
Connector specific description for an authentication template.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Display name for authentication template.
Property Value | |
---|---|
Type | Description |
string |