Class DeployedIndexAuthConfig (1.34.0)

  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_v1beta1.types.DeployedIndexAuthConfig.AuthProvider
Defines the authentication provider that the DeployedIndex uses.

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> __.