list_identities¶
Operation¶
list_identities
async
¶
list_identities(input: ListIdentitiesInput, plugins: list[Plugin] | None = None) -> ListIdentitiesOutput
Lists the identities in an identity pool.
You must use Amazon Web Services developer credentials to call this operation.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListIdentitiesInput
|
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 |
|---|---|
ListIdentitiesOutput
|
An instance of |
Input¶
ListIdentitiesInput
dataclass
¶
Input to the ListIdentities action.
Attributes¶
hide_disabled
class-attribute
instance-attribute
¶
hide_disabled: bool = False
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
identity_pool_id
class-attribute
instance-attribute
¶
identity_pool_id: str | None = None
An identity pool ID in the format REGION:GUID.
Output¶
ListIdentitiesOutput
dataclass
¶
The response to a ListIdentities request.
Attributes¶
identities
class-attribute
instance-attribute
¶
identities: list[IdentityDescription] | None = None
An object containing a set of identities and associated mappings.