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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineApplicationIap.BuilderA builder forAppEngineApplicationIapstatic classAppEngineApplicationIap.Jsii$ProxyAn implementation forAppEngineApplicationIap
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AppEngineApplicationIap.Builderbuilder()default ObjectgetEnabled()Adapted for use with the app.StringgetOauth2ClientId()OAuth2 client ID to use for the authentication flow.StringgetOauth2ClientSecret()OAuth2 client secret to use for the authentication flow.
-
-
-
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}
-
builder
@Stability(Stable) static AppEngineApplicationIap.Builder builder()
- Returns:
- a
AppEngineApplicationIap.BuilderofAppEngineApplicationIap
-
-