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-03-21 UTC."],[[["The `DeployedIndexAuthConfig` class in the Google Cloud AI Platform v1beta1 API is used to configure authentication for a DeployedIndex's private endpoint."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DeployedIndexAuthConfig` class includes properties like `AuthProvider`, which allows users to specify the authentication provider for the deployed index."],["There are two constructors available, one default constructor and another that takes another instance of `DeployedIndexAuthConfig` as a parameter."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is defined in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]