IAuditableUsers
Home > @gooddata/sdk-model > IAuditableUsers
IAuditableUsers interface
Object that can provide information about the users that created or modified it and when those actions occurred.
Signature:
export interface IAuditableUsers
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
createdBy? | IUser | (Optional) User id of the user that created the object. | |
updatedBy? | IUser | (Optional) User id of the user that last modified the object. |