Offboarding an account
Users assigned as account trustees can use the Account: Offboard request to offboard an account.
When you offboard an account, all historical password data associated with the account is still available. Historical data is only deleted if the managed system is also offboarded.
From the home page, click Manage resources.
Select the Account: Offboard request.
Select a managed account.
Click Next .
Confirm that you want 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 account offboard
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 ”OFFBOARD_ACCOUNT” as the PDR ID. The request uses the following attributes:
attrkey | value |
---|---|
HOSTID | The ID of the system on which the account resides. |
ACCOUNT | The ID of the account. |
CONFIRM_ACTION | T to confirm, F to cancel. |
OFFBOARD_ACCOUNT batch request sample:
"ACCOUNT","HOSTID","CONFIRM_ACTION" "account01","D39B55F07A6A487AABE4BD8C9EC1679C","T"