P_SECAUTH_21 · Question #45
P_SECAUTH_21 Question #45: Real Exam Question with Answer & Explanation
The correct answer is A. The tables containing sensitive data must be named using the authorization object S_TABU_NAM. This is one of the ways that you can protect a table containing sensitive data using the authorization object S_TABU_DIS. S_TABU_DIS is an authorization object that controls access to tables based on authorization groups, which are groups of tables that share the same access rest
Question
Options
- AThe tables containing sensitive data must be named using the authorization object S_TABU_NAM
- BAuthorization table groups containing tables with sensitive data must be defined in the
- CThe DICBERCLS field of the authorization object must enumerate all table names of the tables
- DThe tables containing sensitive data must be associated with table groups in the TBRG table.
Explanation
This is one of the ways that you can protect a table containing sensitive data using the authorization object S_TABU_DIS. S_TABU_DIS is an authorization object that controls access to tables based on authorization groups, which are groups of tables that share the same access restrictions. The DICBERCLS field of this authorization object contains the name of the authorization group for a table or a range of tables. To protect a table containing sensitive data using this authorization object, you must assign it to an authorization group and enumerate all table names of the tables containing sensitive data in the DICBERCLS field.
Community Discussion
No community discussion yet for this question.