Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider

Configuration for an authentication provider, including support for JSON Web Token (JWT).

Inheritance
object
GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeployedIndexAuthConfigAuthProvider : IDirectResponseSchema

Properties

AllowedIssuers

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

Declaration
[JsonProperty("allowedIssuers")]
public virtual IList<string> AllowedIssuers { get; set; }
Property Value
Type Description
IList<string>

Audiences

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

Declaration
[JsonProperty("audiences")]
public virtual IList<string> Audiences { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX