public sealed class DeployedIndexAuthConfig : IMessage<DeployedIndexAuthConfig>, IEquatable<DeployedIndexAuthConfig>, IDeepCloneable<DeployedIndexAuthConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeployedIndexAuthConfig.
Used to set up the auth on the DeployedIndex's private endpoint.
[[["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-25 UTC."],[[["The `DeployedIndexAuthConfig` class in the Vertex AI v1beta1 API is used to configure authentication settings for a DeployedIndex's private endpoint."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities such as serialization, comparison, and cloning."],["It includes two constructors: a default constructor and one that accepts another `DeployedIndexAuthConfig` instance for copying."],["The `AuthProvider` property, of type `DeployedIndexAuthConfig.Types.AuthProvider`, is used to specify the authentication provider for the DeployedIndex."],["The latest version of the reference documentation for this class is `1.0.0-beta21`."]]],[]]