Which two data elements can be used as an attribute for an access control policy? (Choose Two)
- Appointment date
- Encrypted bank account number
- Number of dependents
- Password string
I have come up with this question and having a hard time finding the right answer. Can anyone tell me the right answer?
@AshinaS2 That is completely based on business requirement.
From your list of properties, we can make some assumptions for Access control policy example:-
- PropertyRead(This will mask the attributes) and PropertyEncrypt(This will encrypt the property)-
Password string,Encrypted bank account number
- Read(based on conditions within the class we can write logic whether user should access instance or not)
Appointment date,Number of dependents