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-04-17 UTC."],[[["The `AuthConfigTemplate` class in the Google Cloud Connectors v1 API defines the required fields for configuring an authentication type."],["This class is available in multiple versions, with the latest being version 1.3.0, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AuthConfigTemplate` has properties for defining the authentication type (`AuthType`), a list of config variable templates (`ConfigVariableTemplates`), a description, and a display name."],["There are two constructors for `AuthConfigTemplate`, one with no parameters and one that accepts another `AuthConfigTemplate` object."],["The class inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()` from the parent."]]],[]]