Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 862 Bytes

RoleV2.md

File metadata and controls

16 lines (13 loc) · 862 Bytes

TalonOne.Model.RoleV2

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
Modified DateTime The time this entity was last modified.
AccountId int The ID of the account that owns this entity.
Name string Name of the role. [optional]
Description string Description of the role. [optional]
Permissions RoleV2Permissions [optional]
Members List<int> A list of user IDs the role is assigned to. [optional]

[Back to Model list] [Back to API list] [Back to README]