Interface CloudSchedulerJobHttpTargetOauthToken
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudSchedulerJobHttpTargetOauthToken.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.036Z") @Stability(Stable) public interface CloudSchedulerJobHttpTargetOauthToken extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudSchedulerJobHttpTargetOauthToken.BuilderA builder forCloudSchedulerJobHttpTargetOauthTokenstatic classCloudSchedulerJobHttpTargetOauthToken.Jsii$ProxyAn implementation forCloudSchedulerJobHttpTargetOauthToken
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudSchedulerJobHttpTargetOauthToken.Builderbuilder()default StringgetScope()OAuth scope to be used for generating OAuth access token.StringgetServiceAccountEmail()Service account email to be used for generating OAuth token.
-
-
-
Method Detail
-
getServiceAccountEmail
@Stability(Stable) @NotNull String getServiceAccountEmail()
Service account email to be used for generating OAuth token.The service account must be within the same project as the job. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#service_account_email CloudSchedulerJob#service_account_email}
-
getScope
@Stability(Stable) @Nullable default String getScope()
OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_scheduler_job#scope CloudSchedulerJob#scope}
-
builder
@Stability(Stable) static CloudSchedulerJobHttpTargetOauthToken.Builder builder()
-
-