We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d86c5 commit dd0d4afCopy full SHA for dd0d4af
xtable-api/src/main/java/org/apache/xtable/model/catalog/policy/InternalUser.java
@@ -37,4 +37,7 @@ public class InternalUser {
37
38
/** The list of roles assigned to this user. */
39
List<InternalRole> roles;
40
+
41
+ /** Contains information about how and when this user was created and last modified. */
42
+ InternalChangeLogInfo changeLogInfo;
43
}
0 commit comments