delete_oauth2_credential_provider¶
Operation¶
delete_oauth2_credential_provider
async
¶
delete_oauth2_credential_provider(input: DeleteOauth2CredentialProviderInput, plugins: list[Plugin] | None = None) -> DeleteOauth2CredentialProviderOutput
Deletes an OAuth2 credential provider.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteOauth2CredentialProviderInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteOauth2CredentialProviderOutput
|
An instance of |
Input¶
DeleteOauth2CredentialProviderInput
dataclass
¶
Output¶
DeleteOauth2CredentialProviderOutput
dataclass
¶
Dataclass for DeleteOauth2CredentialProviderOutput structure.