Interface ComputeBackendServiceIap
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeBackendServiceIap.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.327Z") @Stability(Stable) public interface ComputeBackendServiceIap extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeBackendServiceIap.BuilderA builder forComputeBackendServiceIapstatic classComputeBackendServiceIap.Jsii$ProxyAn implementation forComputeBackendServiceIap
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeBackendServiceIap.Builderbuilder()StringgetOauth2ClientId()OAuth2 Client ID for IAP.StringgetOauth2ClientSecret()OAuth2 Client Secret for IAP.
-
-
-
Method Detail
-
getOauth2ClientId
@Stability(Stable) @NotNull String getOauth2ClientId()
OAuth2 Client ID for IAP.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#oauth2_client_id ComputeBackendService#oauth2_client_id}
-
getOauth2ClientSecret
@Stability(Stable) @NotNull String getOauth2ClientSecret()
OAuth2 Client Secret for IAP.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_service#oauth2_client_secret ComputeBackendService#oauth2_client_secret}
-
builder
@Stability(Stable) static ComputeBackendServiceIap.Builder builder()
- Returns:
- a
ComputeBackendServiceIap.BuilderofComputeBackendServiceIap
-
-