Class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
@Stability(Stable) @Internal public static final class IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
An implementation forIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
-
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.integrations_auth_config.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builder, IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.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()The client's ID.StringgetClientSecret()The client's secret.StringgetRequestType()Represent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"].StringgetScope()A space-delimited list of requested scope permissions.StringgetTokenEndpoint()The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsgetTokenParams()token_params 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(IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builder.
-
-
Method Detail
-
getClientId
public final String getClientId()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsThe client's ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#client_id IntegrationsAuthConfig#client_id}
- Specified by:
getClientIdin interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
getClientSecret
public final String getClientSecret()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsThe client's secret.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#client_secret IntegrationsAuthConfig#client_secret}
- Specified by:
getClientSecretin interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
getRequestType
public final String getRequestType()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsRepresent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#request_type IntegrationsAuthConfig#request_type}
- Specified by:
getRequestTypein interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
getScope
public final String getScope()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsA space-delimited list of requested scope permissions.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#scope IntegrationsAuthConfig#scope}
- Specified by:
getScopein interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
getTokenEndpoint
public final String getTokenEndpoint()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsThe token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#token_endpoint IntegrationsAuthConfig#token_endpoint}
- Specified by:
getTokenEndpointin interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
getTokenParams
public final IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams getTokenParams()
Description copied from interface:IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialstoken_params block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#token_params IntegrationsAuthConfig#token_params}
- Specified by:
getTokenParamsin interfaceIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-