Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
jrondorf
Participant

Hi community,

As you know, it is possible to enter a validity when assigning roles and privileges through the SAP Identity Management UI based on a date. With this, e.g. the assignments will be valid at the beginning of the day.

But, it is also possible to assign roles and privileges on a more fine granular base with a timestamp. You are able to supply hour, minute, and, if you want to push it further, also seconds and millis.

In a ToIdentity Store Pass, select Entry Type MX_PERSON, and add following lines in order to assign a role on 2015/08/21 on 18:15 (6:15 pm).

AttributeValue
MSKEYVALUE

USERNAME

MXREF_MX_ROLE{VALIDFROM=2015-08-21T18:15:00}<ROLENAME>

You could also use following timestamp to supply millis, but I do not think you need that :wink:

2015-08-21T18:05:23.123

Same is true for the VALIDFROM link attribute.

Cheers, Jannis

Labels in this area