Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tutorial:adm:reading_audits [2019/09/02 13:27] fiserp [New identity created] |
tutorial:adm:reading_audits [2019/09/02 13:29] (current) fiserp [New role created] |
||
---|---|---|---|
Line 508: | Line 508: | ||
"id" : 528, | "id" : 528, | ||
"timestamp" : 1565769780568, | "timestamp" : 1565769780568, | ||
+ | // who created the role | ||
"modifier" : "admin", | "modifier" : "admin", | ||
+ | // role name in the form of NAME|environment | ||
"ownerCode" : "CTO|production", | "ownerCode" : "CTO|production", | ||
... redacted ... | ... redacted ... | ||
Line 515: | Line 517: | ||
"creator" : "admin", | "creator" : "admin", | ||
"code" : "CTO|production", | "code" : "CTO|production", | ||
+ | // implementation name of the role | ||
"baseCode" : "CTO", | "baseCode" : "CTO", | ||
+ | // deployment environment the role is intended for | ||
"environment" : "production", | "environment" : "production", | ||
+ | // user friendly name of the role | ||
"name" : "CTO", | "name" : "CTO", | ||
"roleType" : "TECHNICAL", | "roleType" : "TECHNICAL", |