RACF account revoke and resume
Bravura Security Fabric uses the following attributes supplied by the agtracf
to control behavior on RACF target systems:
BASE_REVOKE This attribute is present on listing and set to "T" if an account is revoked. To revoke an account using the BASE_REVOKE attribute, the value set needs to be "YES".
BASE_REVOKEDT If the revoke date is set on the account, this is listed in BASE_REVOKEDT. To remove the revoke date on the account, this account attribute needs to be set to "NO". Otherwise, the date (YYYY-MM-DD) will be set as the revoke date for the account.
BASE_RESUME This attribute is not listed by default (BASE_RESUME omitted implies "T"). To resume an account using the BASE_RESUME attribute, the value set needs to be "YES".
BASE_RESUMEDT If the resume date is set on the account, this is listed in BASE_RESUMEDT. To remove the resume date on the account, this account attribute needs to be set to "NO". Otherwise, the date (YYYY-MM-DD) will be set as the resume date for the account.
In both cases, if BASE_RESUME or BASE_REVOKE are set, the date is ignored. To update the status flag and date, two requests need to be submitted (Just as the native ALTUSER RESUME/REVOKE operates).