delete_workload_identity¶
Operation¶
delete_workload_identity
async
¶
delete_workload_identity(input: DeleteWorkloadIdentityInput, plugins: list[Plugin] | None = None) -> DeleteWorkloadIdentityOutput
Deletes a workload identity.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteWorkloadIdentityInput
|
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 |
|---|---|
DeleteWorkloadIdentityOutput
|
An instance of |
Input¶
DeleteWorkloadIdentityInput
dataclass
¶
Output¶
DeleteWorkloadIdentityOutput
dataclass
¶
Dataclass for DeleteWorkloadIdentityOutput structure.