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] |
Name | Value |
---|---|
GROUP_ROLE_ACTOR | "atlassian-group-role-actor" |
USER_ROLE_ACTOR | "atlassian-user-role-actor" |