Interface IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.750Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.Builderstatic classIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.Builderbuilder()default StringgetAuthEndpoint()The auth url endpoint to send the auth code request to.default StringgetClientId()The client's id.default StringgetClientSecret()The client's secret.default StringgetScope()A space-delimited list of requested scope permissions.default StringgetTokenEndpoint()The token url endpoint to send the token request to.
-
-
-
Method Detail
-
getAuthEndpoint
@Stability(Stable) @Nullable default String getAuthEndpoint()
The auth url endpoint to send the auth code request to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#auth_endpoint IntegrationsAuthConfig#auth_endpoint}
-
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}
-
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 url endpoint to send the token request to.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}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialOauth2AuthorizationCode.Builder builder()
-
-