Class IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
@Stability(Stable) @Internal public static final class IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
An implementation forIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
-
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.identity_platform_config.IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builder, IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.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)ObjectgetAccessToken()Whether to pass the user's OAuth identity provider's access token.ObjectgetIdToken()Whether to pass the user's OIDC identity provider's ID token.ObjectgetRefreshToken()Whether to pass the user's OAuth identity provider's refresh token.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(IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builder.
-
-
Method Detail
-
getAccessToken
public final Object getAccessToken()
Description copied from interface:IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsWhether to pass the user's OAuth identity provider's access token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#access_token IdentityPlatformConfig#access_token}
- Specified by:
getAccessTokenin interfaceIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
getIdToken
public final Object getIdToken()
Description copied from interface:IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsWhether to pass the user's OIDC identity provider's ID token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#id_token IdentityPlatformConfig#id_token}
- Specified by:
getIdTokenin interfaceIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
getRefreshToken
public final Object getRefreshToken()
Description copied from interface:IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsWhether to pass the user's OAuth identity provider's refresh token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#refresh_token IdentityPlatformConfig#refresh_token}
- Specified by:
getRefreshTokenin interfaceIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-