Interface IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.715Z") @Stability(Stable) public interface IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builderstatic classIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builderbuilder()default StringgetAudience()Value for the "aud" claim.default StringgetIssuer()Value for the "iss" claim.default StringgetSubject()Value for the "sub" claim.
-
-
-
Method Detail
-
getAudience
@Stability(Stable) @Nullable default String getAudience()
Value 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}
-
getIssuer
@Stability(Stable) @Nullable default String getIssuer()
Value 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}
-
getSubject
@Stability(Stable) @Nullable default String getSubject()
Value 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}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionAuthConfigOauth2JwtBearerJwtClaims.Builder builder()
-
-