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-08-14 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eDeployedIndexAuthConfig.Types.AuthProvider\u003c/code\u003e class, a part of the Vertex AI v1beta1 API, which is designed for configuring authentication providers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuthProvider\u003c/code\u003e class is a sealed class that implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, \u003ccode\u003eAuthProvider()\u003c/code\u003e and \u003ccode\u003eAuthProvider(DeployedIndexAuthConfig.Types.AuthProvider other)\u003c/code\u003e, the latter of which allows creating a new \u003ccode\u003eAuthProvider\u003c/code\u003e object based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties for \u003ccode\u003eAllowedIssuers\u003c/code\u003e and \u003ccode\u003eAudiences\u003c/code\u003e, which are lists of allowed JWT issuers and audiences, respectively, both are of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuthProvider\u003c/code\u003e class supports JSON Web Token (JWT) authentication and specifies how to configure accepted JWTs, using specific information like issuer and audience.\u003c/p\u003e\n"]]],[],null,[]]