Interface IntegrationsAuthConfigDecryptedCredentialJwt
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialJwt.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.749Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialJwt extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialJwt.BuilderA builder forIntegrationsAuthConfigDecryptedCredentialJwtstatic classIntegrationsAuthConfigDecryptedCredentialJwt.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialJwt
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialJwt.Builderbuilder()default StringgetJwtHeader()Identifies which algorithm is used to generate the signature.default StringgetJwtPayload()Contains a set of claims.default StringgetSecret()User's pre-shared secret to sign the token.
-
-
-
Method Detail
-
getJwtHeader
@Stability(Stable) @Nullable default String getJwtHeader()
Identifies which algorithm is used to generate the signature.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#jwt_header IntegrationsAuthConfig#jwt_header}
-
getJwtPayload
@Stability(Stable) @Nullable default String getJwtPayload()
Contains a set of claims.The JWT specification defines seven Registered Claim Names which are the standard fields commonly included in tokens. Custom claims are usually also included, depending on the purpose of the token. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#jwt_payload IntegrationsAuthConfig#jwt_payload}
-
getSecret
@Stability(Stable) @Nullable default String getSecret()
User's pre-shared secret to sign the token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#secret IntegrationsAuthConfig#secret}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialJwt.Builder builder()
-
-