public sealed class DeployedIndexAuthConfig.Types.AuthProvider : IMessage<DeployedIndexAuthConfig.Types.AuthProvider>, IEquatable<DeployedIndexAuthConfig.Types.AuthProvider>, IDeepCloneable<DeployedIndexAuthConfig.Types.AuthProvider>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeployedIndexAuthConfig.Types.AuthProvider.
Configuration for an authentication provider, including support for
JSON Web Token
(JWT).
[[["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."],[[["This documentation provides details for the `DeployedIndexAuthConfig.Types.AuthProvider` class, a part of the Vertex AI v1beta1 API, which is designed for configuring authentication providers."],["The `AuthProvider` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The class includes two constructors, `AuthProvider()` and `AuthProvider(DeployedIndexAuthConfig.Types.AuthProvider other)`, the latter of which allows creating a new `AuthProvider` object based on an existing one."],["It contains properties for `AllowedIssuers` and `Audiences`, which are lists of allowed JWT issuers and audiences, respectively, both are of type `RepeatedField\u003cstring\u003e`."],["The `AuthProvider` class supports JSON Web Token (JWT) authentication and specifies how to configure accepted JWTs, using specific information like issuer and audience."]]],[]]