Interface ComputeRegionBackendServiceIap
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionBackendServiceIap.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.701Z") @Stability(Stable) public interface ComputeRegionBackendServiceIap extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionBackendServiceIap.BuilderA builder forComputeRegionBackendServiceIapstatic classComputeRegionBackendServiceIap.Jsii$ProxyAn implementation forComputeRegionBackendServiceIap
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionBackendServiceIap.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_region_backend_service#oauth2_client_id ComputeRegionBackendService#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_region_backend_service#oauth2_client_secret ComputeRegionBackendService#oauth2_client_secret}
-
builder
@Stability(Stable) static ComputeRegionBackendServiceIap.Builder builder()
-
-