Methods
list
list
create_or_update
create_or_update
Creates a new virtual account or updates an existing one based on the provided manifest.
Parameters
🔗 VirtualAccountManifestVirtual account manifest
Dry run
Returns
🔗 GetVirtualAccountResponseVirtual account created/updated successfully
Usage
get
get
delete
delete
get_token
get_token
sync_to_secret_store
sync_to_secret_store
Syncs the virtual account token to the configured secret store. Returns the updated JWT with sync metadata including timestamp and error (if any).
Parameters
serviceaccount id
Returns
🔗 SyncVirtualAccountTokenResponseToken synced successfully to secret store
Usage
regenerate_token
regenerate_token
Regenerate token for a virtual account by id. The old token will remain valid for the specified grace period.
Parameters
serviceaccount id
Grace period in days for which the old token will remain valid after regeneration
Returns
🔗 GetTokenForVirtualAccountResponseToken for the virtual account