Beta 1.0b4
Closed Jan 31, 2024
100% complete
Release Notes
- Add
expired
boolean toggle toUserAdmin.set_password()
function allowing the password that gets set to be set as expiredexpired=True
or NOT expiredexpired=False
. If this boolean toggle is not used, the default behavior of the security manager (RACF) will take effect. - Fix profile data post processing bug in
Resource.extract()
. - Add abstract…
Release Notes
- Add
expired
boolean toggle toUserAdmin.set_password()
function allowing the password that gets set to be set as expiredexpired=True
or NOT expiredexpired=False
. If this boolean toggle is not used, the default behavior of the security manager (RACF) will take effect. - Fix profile data post processing bug in
Resource.extract()
. - Add abstractions for modifying a general resource profile's auditing rules.
Resource.overwrite_audit_rules_by_attempt()
Resource.alter_audit_rules_by_attempt()
Resource.overwrite_audit_rules_by_access_level()
Resource.alter_audit_rules_by_access_level()
Resource.get_user_access()
abstraction added, which allows a user to get a specified user's (Potentially different from the running user) access to a general resource profile (Must haveUPDATE
access to theuserid.IRRSMO00
in theSURROGAT
class).Resource.get_your_access()
has been renamed toResource.get_my_access()