Handling account attributes
You can view the complete list of attributes that Bravura Security Fabric can manage, including native and pseudo-attributes, using in the Manage the system (PSA) module. To do this, select Oracle Database from the Manage the system > Resources > Account attributes > Target system type menu.
This section describes the attributes that Bravura Security Fabric uses to compose values, set flags, or control behavior in Oracle. For information about the native Oracle attributes managed by Bravura Security Fabric, consult your Oracle documentation.
account_status
The account status of a user can be set to OPEN, LOCKED, EXPIRED, or EXPIRED & LOCKED.
The following attribute values must be specified in the format <option name>=<value>, where each option/value pair is separated by a comma:
consumer_group
Corresponds to the Granted switch privilege
granted_group=DEFAULT_CONSUMER_GROUP, grant_option=NO, initial_group=YES
object_privileges
Object privileges (grants) granted to a user
object_name=DBA_USERS, privilege=SELECT, grant_option=NO
quotas
the table space in which a user can allocate space and the maximum amount of space the user can allocate in each table space
tablespace_name=DBA_USERS, max_bytes=10485760
To specify an unlimited quota, set the max_bytes to - 1.
roles
roles granted to a user, including the ability to grant the role to other users
tablespace_name=DBA_USERS, max_bytes=10485760
system_privileges
privileges granted to a user, including the ability to grant the privilege to other users
privilege=CREATE SESSION, admin_option=NO