Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 755 Bytes

RoleV2.md

File metadata and controls

19 lines (12 loc) · 755 Bytes

RoleV2

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
modified OffsetDateTime The time this entity was last modified.
accountId Integer 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<Integer> A list of user IDs the role is assigned to. [optional]