Interface VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.988Z") @Stability(Stable) public interface VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builderstatic classVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$ProxyAn implementation forVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builderbuilder()default List<String>getAllowedIssuers()A list of allowed JWT issuers.default List<String>getAudiences()The list of JWT audiences.
-
-
-
Method Detail
-
getAllowedIssuers
@Stability(Stable) @Nullable default List<String> getAllowedIssuers()
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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#allowed_issuers VertexAiIndexEndpointDeployedIndex#allowed_issuers}
-
getAudiences
@Stability(Stable) @Nullable default List<String> getAudiences()
The list of JWT audiences.that are allowed to access. A JWT containing any of these audiences will be accepted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#audiences VertexAiIndexEndpointDeployedIndex#audiences}
-
builder
@Stability(Stable) static VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder builder()
-
-