get_token_vault¶
Operation¶
get_token_vault
async
¶
get_token_vault(input: GetTokenVaultInput, plugins: list[Plugin] | None = None) -> GetTokenVaultOutput
Retrieves information about a token vault.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetTokenVaultInput
|
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 |
|---|---|
GetTokenVaultOutput
|
An instance of |
Input¶
GetTokenVaultInput
dataclass
¶
Output¶
GetTokenVaultOutput
dataclass
¶
Dataclass for GetTokenVaultOutput structure.
Attributes¶
kms_configuration
instance-attribute
¶
kms_configuration: KmsConfiguration
The KMS configuration for the token vault.
last_modified_date
instance-attribute
¶
last_modified_date: datetime
The timestamp when the token vault was last modified.