Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 907 Bytes

RoleV2.md

File metadata and controls

18 lines (13 loc) · 907 Bytes

# 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 \TalonOne\Client\Model\RoleV2Permissions [optional]
members int[] A list of user IDs the role is assigned to. [optional]

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