GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider constructor

GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider({
  1. List<String>? allowedIssuers,
  2. List<String>? audiences,
})

Implementation

GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider({
  this.allowedIssuers,
  this.audiences,
});