Interface PubsubSubscriptionPushConfigOidcToken
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PubsubSubscriptionPushConfigOidcToken.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.489Z") @Stability(Stable) public interface PubsubSubscriptionPushConfigOidcToken extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPubsubSubscriptionPushConfigOidcToken.BuilderA builder forPubsubSubscriptionPushConfigOidcTokenstatic classPubsubSubscriptionPushConfigOidcToken.Jsii$ProxyAn implementation forPubsubSubscriptionPushConfigOidcToken
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PubsubSubscriptionPushConfigOidcToken.Builderbuilder()default StringgetAudience()Audience to be used when generating OIDC token.StringgetServiceAccountEmail()Service account email to be used for generating the OIDC token.
-
-
-
Method Detail
-
getServiceAccountEmail
@Stability(Stable) @NotNull String getServiceAccountEmail()
Service account email to be used for generating the OIDC token.The caller (for subscriptions.create, subscriptions.patch, and subscriptions.modifyPushConfig RPCs) must have the iam.serviceAccounts.actAs permission for the service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#service_account_email PubsubSubscription#service_account_email}
-
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. The audience value is a single case-sensitive string. Having multiple values (array) for the audience field is not supported. More info about the OIDC JWT token audience here: https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified, the Push endpoint URL will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#audience PubsubSubscription#audience}
-
builder
@Stability(Stable) static PubsubSubscriptionPushConfigOidcToken.Builder builder()
-
-