Interface ComputeRegionInstanceTemplateServiceAccount

    • Method Detail

      • getScopes

        @Stability(Stable)
        @NotNull
        List<String> getScopes()
        A list of service scopes.

        Both OAuth2 URLs and gcloud short names are supported. To allow full access to all Cloud APIs, use the cloud-platform scope. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#scopes ComputeRegionInstanceTemplate#scopes}

      • getEmail

        @Stability(Stable)
        @Nullable
        default String getEmail()
        The service account e-mail address. If not given, the default Google Compute Engine service account is used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#email ComputeRegionInstanceTemplate#email}