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."],[[["The `AuthConfigTemplate` class, part of the Integration Connectors v1 API, defines the required fields for an authentication type."],["This class is implemented in the `Google.Cloud.Connectors.V1` namespace and is available in the `Google.Cloud.Connectors.V1.dll` assembly, and the latest version available is 1.3.0."],["The `AuthConfigTemplate` class includes properties such as `AuthType`, `ConfigVariableTemplates`, `Description`, and `DisplayName` for configuring and describing authentication settings."],["The class is derived from the object class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allow for message processing, equality comparisons, deep cloning, and buffer message operations, respectively."],["The class has two constructors `AuthConfigTemplate()` and `AuthConfigTemplate(AuthConfigTemplate)` that can be used to instantiate objects of this type."]]],[]]