Interface AppEngineApplicationIap

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AppEngineApplicationIap.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.417Z")
    @Stability(Stable)
    public interface AppEngineApplicationIap
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getOauth2ClientId

        @Stability(Stable)
        @NotNull
        String getOauth2ClientId()
        OAuth2 client ID to use for the authentication flow.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#oauth2_client_id AppEngineApplication#oauth2_client_id}

      • getOauth2ClientSecret

        @Stability(Stable)
        @NotNull
        String getOauth2ClientSecret()
        OAuth2 client secret to use for the authentication flow.

        The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#oauth2_client_secret AppEngineApplication#oauth2_client_secret}

      • getEnabled

        @Stability(Stable)
        @Nullable
        default Object getEnabled()
        Adapted for use with the app.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application#enabled AppEngineApplication#enabled}