Interface LookerInstanceOauthConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LookerInstanceOauthConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.883Z") @Stability(Stable) public interface LookerInstanceOauthConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookerInstanceOauthConfig.BuilderA builder forLookerInstanceOauthConfigstatic classLookerInstanceOauthConfig.Jsii$ProxyAn implementation forLookerInstanceOauthConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LookerInstanceOauthConfig.Builderbuilder()StringgetClientId()The client ID for the Oauth config.StringgetClientSecret()The client secret for the Oauth config.
-
-
-
Method Detail
-
getClientId
@Stability(Stable) @NotNull String getClientId()
The client ID for the Oauth config.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#client_id LookerInstance#client_id}
-
getClientSecret
@Stability(Stable) @NotNull String getClientSecret()
The client secret for the Oauth config.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#client_secret LookerInstance#client_secret}
-
builder
@Stability(Stable) static LookerInstanceOauthConfig.Builder builder()
- Returns:
- a
LookerInstanceOauthConfig.BuilderofLookerInstanceOauthConfig
-
-