Class IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
@Stability(Stable) @Internal public static final class IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
An implementation forIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
-
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.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builder, IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.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)StringgetAudience()Value for the "aud" claim.StringgetIssuer()Value for the "iss" claim.StringgetSubject()Value for the "sub" claim.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(IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builder.
-
-
Method Detail
-
getAudience
public final String getAudience()
Description copied from interface:IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaimsValue for the "aud" claim.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#audience IntegrationConnectorsConnection#audience}
- Specified by:
getAudiencein interfaceIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
getIssuer
public final String getIssuer()
Description copied from interface:IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaimsValue for the "iss" claim.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#issuer IntegrationConnectorsConnection#issuer}
- Specified by:
getIssuerin interfaceIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
getSubject
public final String getSubject()
Description copied from interface:IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaimsValue for the "sub" claim.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#subject IntegrationConnectorsConnection#subject}
- Specified by:
getSubjectin interfaceIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-