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
    • 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}