create_workload_identity¶
Operation¶
create_workload_identity
async
¶
create_workload_identity(input: CreateWorkloadIdentityInput, plugins: list[Plugin] | None = None) -> CreateWorkloadIdentityOutput
Creates a new workload identity.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateWorkloadIdentityInput
|
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 |
|---|---|
CreateWorkloadIdentityOutput
|
An instance of |
Input¶
CreateWorkloadIdentityInput
dataclass
¶
Dataclass for CreateWorkloadIdentityInput structure.
Attributes¶
allowed_resource_oauth2_return_urls
class-attribute
instance-attribute
¶
The list of allowed OAuth2 return URLs for resources associated with this workload identity.