Class VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
@Stability(Stable) @Internal public static final class VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
An implementation forVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder, VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAllowedIssuers()A list of allowed JWT issuers.List<String>getAudiences()The list of JWT audiences.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider.Builder.
-
-
Method Detail
-
getAllowedIssuers
public final List<String> getAllowedIssuers()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProviderA 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}
- Specified by:
getAllowedIssuersin interfaceVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
-
getAudiences
public final List<String> getAudiences()
Description copied from interface:VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProviderThe 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}
- Specified by:
getAudiencesin interfaceVertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-