Class GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider
Configuration for an authentication provider, including support for JSON Web Token (JWT).
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeployedIndexAuthConfigAuthProvider : 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 |