Interface IntegrationsAuthConfigDecryptedCredentialOidcToken
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialOidcToken.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.753Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialOidcToken extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialOidcToken.BuilderA builder forIntegrationsAuthConfigDecryptedCredentialOidcTokenstatic classIntegrationsAuthConfigDecryptedCredentialOidcToken.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialOidcToken
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialOidcToken.Builderbuilder()default StringgetAudience()Audience to be used when generating OIDC token.default StringgetServiceAccountEmail()The service account email to be used as the identity for the token.
-
-
-
Method Detail
-
getAudience
@Stability(Stable) @Nullable default String getAudience()
Audience to be used when generating OIDC token.The audience claim identifies the recipients that the JWT is intended for. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#audience IntegrationsAuthConfig#audience}
-
getServiceAccountEmail
@Stability(Stable) @Nullable default String getServiceAccountEmail()
The service account email to be used as the identity for the token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#service_account_email IntegrationsAuthConfig#service_account_email}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialOidcToken.Builder builder()
-
-