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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `AuthConfigTemplate` class within the Integration Connectors v1 API, specifically version 1.2.0."],["`AuthConfigTemplate` defines the required fields for an authentication type used in Integration Connectors, and it inherits from `object` while implementing several interfaces like `IMessage` and `IEquatable`."],["The class includes properties such as `AuthType`, `ConfigVariableTemplates`, `Description`, and `DisplayName` to configure and describe an authentication template."],["There are two constructors for `AuthConfigTemplate`, one being a default constructor and the other which takes another instance of the class as a parameter."],["The `AuthConfigTemplate` class is part of the `Google.Cloud.Connectors.V1` namespace and the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]