Archiving a team vault
Users assigned as vault trustees can use the Team Vault: Archive request to archive a team vault.
You cannot delete a vault that still has managed accounts associated with it.
From the home page, click Manage resources.
Select the Team Vault: Archive request.
Select a team vault to archive.
Click Next .
Confirm you wish to proceed.
Click Submit.
Bravura Security Fabric notifies authorizers to review the request if required.
Click the View request link at the top of the page to view the status of the request.
API automation for team vault archive
Once the API has been configured (See ”SOAP API” in Bravura Security Fabric Remote API (api.pdf) and your script has been authenticated to the API (Login or LoginEx API calls), the WF API calls can be used to create an API request.
Use the WFPDRSubmit function to create a workflow request and submit the request for publishing.
When submitting a request, use ”ARCHIVE_VAULT_SYSTEM” as the PDR ID. The request uses the following attributes:
attrkey | value |
---|---|
MS_ID | The ID of the team vault. |
CONFIRM_ACTION | T to confirm, F to cancel. |
ARCHIVE_VAULT_SYSTEM batch request sample:
"MS_ID","CONFIRM_ACTION" "VAULT-000000","T"