Interface IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.708Z") @Stability(Stable) public interface IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builderstatic classIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builderbuilder()StringgetClientId()Secret version of Password for Authentication.default IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecretgetClientSecret()client_secret block.
-
-
-
Method Detail
-
getClientId
@Stability(Stable) @NotNull String getClientId()
Secret version of Password for Authentication.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#client_id IntegrationConnectorsConnection#client_id}
-
getClientSecret
@Stability(Stable) @Nullable default IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret getClientSecret()
client_secret block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#client_secret IntegrationConnectorsConnection#client_secret}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder builder()
-
-