Manage User Assessments
You can refresh and make a copy of the latest user assessment. You can also move a user assessment, change the name of a user assessment, and delete any saved user assessment (except the latest user assessment).
Refresh the Latest User Assessment
You can refresh the latest user assessment for a target database at any time.
- On the User assessment landing page, select the Target summary tab.
- Next to Applied filters, select the compartment that contains your target database.
- (Optional) Select the Search and Filter box and set a filter to help locate your assessment.
- In the table, select the latest assessment.
- At the top of the page, select Refresh now. The Refresh now panel opens.
- In the Save latest assessment box, accept the default name or enter a new one.
- Select Refresh now. The latest user assessment for the target database is updated, and a copy is saved under the specified name.
Save a Copy of the Latest User Assessment
You can save a copy of the latest user assessment for a target database under a new name and in a different compartment.
This feature does not create a new assessment. It only saves a copy of the latest assessment. One use case for this feature may be the need to share the assessment results with other lines of business that do not have access to the assessed target's compartment.
- On the left navigation pane, under User assessment, select Assessment history. The User assessment history page opens.
- Next to Applied filters, select the compartment that contains the assessment.
- (Optional) Next to Applied filters, select a time period.
- (Optional) Select the Search and Filter box, and apply additional filters.
- Select Save latest assessment as. The Save latest assessment page opens.
- Select your database target's compartment and name.
- In the Assessment name box, enter a name for the new copy of the assessment.
- (Optional) In the Saved assessment description box, describe the assessment.
- From the Saved assessment compartment drop-down list, select the compartment to which you want to save the assessment.
- Select Save latest assessment.
Move a User Assessment
You can move a user assessment to another compartment as long as it’s not the latest user assessment for a target database and not part of a daily schedule. Movable saved user assessments appear on the Assessment history page.
You cannot move the latest assessment for a target database; however, if the target database is moved to a different compartment, then the next time the latest assessment runs, the latest assessment automatically moves to the same compartment as the target database. This happens whether the latest assessment is started by a scheduled run or by selecting Refresh now.
- On the left navigation pane, under User assessment, select Assessment history. The User assessment history page opens.
- Locate the user assessment that you want to move. On the same line, select the three dots, and then select Move resource. The Move resource panel opens.
- Select a new compartment, and then select Move resource.
Rename a User Assessment
You can change the auto-generated name of a user assessment to a name that has specific meaning for your organization. You and other users can then more easily identify user assessments.
For example, you could change the name from
UA_1631303036184 to
UA_main_compart4_targdb15a. It is advisable
to include a segment that indicates the assessment is a user
assessment, such as the UA_ prefix in the
auto-generated assessment name.
- Open the latest user assessment or a user assessment from the Assessment History.
- From the Actions menu, select Edit display name. The Edit display name panel opens.
- Enter a new name for the assessment, and then select Update.
Delete a User Assessment
You can delete any user assessment for a target database, except for the latest user assessment.
- On the left navigation pane, under User assessment, select Assessment history. The User assessment history page opens.
- Next to Applied filters, select the compartment that contains your target database and set the time period when the assessment was created.
- (Optional) Select the Search and Filter box, and then set additional filters to locate the assessment.
- In the table, select the name of the assessment that you want to delete. The assessment opens.
- From the Actions menu, select Delete. A dialog box appears.
- Select Delete to confirm.
Advanced Filtering in a Schema Details Report
Advanced filtering of schema details can provide flexibility in the way that data is analyzed and reviewed, by allowing organizations to specify complex conditions and multiple criteria that must be met in order for data to be included or excluded from the analysis.
To apply advanced filters in the report, do the following:
- View a Schema details report. For more information see View Access Details for a Database User.
- Select Show Advanced SCIM Query Builder.
- Use the provided filter builder and
dropdowns to type in your filter(s). Advanced filtering uses System for
Cross-Domain Identity Management (SCIM) syntax and supported operators include:
co: matches resources with an attribute that contains a given stringeq: matches resources with an attribute that is equal to a given value (not case sensitive)eq_cs: matches resources with an attribute that is equal to a given value (case sensitive)ew: matches resources with an attribute that ends with a given stringge: matches resources with an attribute that is greater than or equal to a given valuegt: matches resources with an attribute that is greater than a given valuein: matches resources with an attribute that is equal to any of given values in listle: matches resources with an attribute that is less than or equal to a given valuelt: matches resources with an attribute that is less than a given valuene: matches resources with an attribute that is not equal to a given valuenot_in: matches resources with an attribute that is not equal to any of given values in listpr: matches resources with an attribute if it has a given valuesw: matches resources with an attribute that starts with a given string
Operators can be grouped using parentheses to specify the order.
Filters can also be combined using logical operators such as
andandor.Note:
If you have any basic filters currently applied they will appear in the query builder as well. - Select Update.
To clear the query builder, select Clear. This will clear any basic filters applied as well.