Class DeployedIndexAuthConfig (1.7.1)

  DeployedIndexAuthConfig 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Used to set up the auth on the DeployedIndex's private endpoint.

Attribute

Name Description
auth_provider google.cloud.aiplatform_v1.types.DeployedIndexAuthConfig.AuthProvider
Defines the authentication provider that the DeployedIndex uses.

Inheritance

builtins.object > proto.message.Message > DeployedIndexAuthConfig

Classes

AuthProvider

  AuthProvider 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Configuration for an authentication provider, including support for JSON Web Token (JWT) <https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32> __.