Interface IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.750Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builderstatic classIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builderbuilder()default StringgetClientId()The client's ID.default StringgetClientSecret()The client's secret.default StringgetRequestType()Represent how to pass parameters to fetch access token Possible values: ["REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"].default StringgetScope()A space-delimited list of requested scope permissions.default StringgetTokenEndpoint()The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsgetTokenParams()token_params block.
-
-
-
Method Detail
-
getClientId
@Stability(Stable) @Nullable default String getClientId()
The 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}
-
getClientSecret
@Stability(Stable) @Nullable default String getClientSecret()
The 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}
-
getRequestType
@Stability(Stable) @Nullable default String getRequestType()
Represent 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}
-
getScope
@Stability(Stable) @Nullable default String getScope()
A 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}
-
getTokenEndpoint
@Stability(Stable) @Nullable default String getTokenEndpoint()
The 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}
-
getTokenParams
@Stability(Stable) @Nullable default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams getTokenParams()
token_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}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentials.Builder builder()
-
-