public sealed class DeployedIndexAuthConfig : IMessage<DeployedIndexAuthConfig>, IEquatable<DeployedIndexAuthConfig>, IDeepCloneable<DeployedIndexAuthConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `DeployedIndexAuthConfig` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`DeployedIndexAuthConfig` is used to configure authentication for a DeployedIndex's private endpoint, which is represented as a sealed class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`DeployedIndexAuthConfig` has two constructors, one default and one that takes another `DeployedIndexAuthConfig` object as a parameter for cloning."],["It includes an `AuthProvider` property that allows defining the authentication provider for the `DeployedIndex`, using the type `DeployedIndexAuthConfig.Types.AuthProvider`."]]],[]]