AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider

data class AiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider(val allowedIssuers: List<String>? = null, val audiences: List<String>? = null)

Constructors

constructor(allowedIssuers: List<String>? = null, audiences: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedIssuers: List<String>? = null

A list of allowed JWT issuers. Each entry must be a valid Google service account, in the following format: service-account-name@project-id.iam.gserviceaccount.com

Link copied to clipboard
val audiences: List<String>? = null

The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.