Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.08 KB

RoleActor.md

File metadata and controls

19 lines (17 loc) · 1.08 KB

RoleActor

Properties

Name Type Description Notes
id Long The ID of the role actor. [optional]
displayName String The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name. [optional]
type TypeEnum The type of role actor. [optional]
name String This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details. [optional]
avatarUrl String The avatar of the role actor. [optional]
actorUser AllOfRoleActorActorUser [optional]
actorGroup AllOfRoleActorActorGroup [optional]

Enum: TypeEnum

Name Value
GROUP_ROLE_ACTOR "atlassian-group-role-actor"
USER_ROLE_ACTOR "atlassian-user-role-actor"