Class IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
@Stability(Stable) @Internal public static final class IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
An implementation forIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder, IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetClientId()Secret version of Password for Authentication.IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecretgetClientSecret()client_secret block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials.Builder.
-
-
Method Detail
-
getClientId
public final String getClientId()
Description copied from interface:IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsSecret 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}
- Specified by:
getClientIdin interfaceIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
-
getClientSecret
public final IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsClientSecret getClientSecret()
Description copied from interface:IntegrationConnectorsConnectionAuthConfigOauth2ClientCredentialsclient_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}
- Specified by:
getClientSecretin interfaceIntegrationConnectorsConnectionAuthConfigOauth2ClientCredentials
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-