> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/unions/message-value.md).

# MessageValue

No description

```graphql
union MessageValue =
  | AccessRequestApprovalDecisionUpdate
  | AccessRequestImplementationUpdate
  | AccessRequestStatusUpdate
  | UserMessage
```

### Possible types

#### [AccessRequestStatusUpdate](/api/graphql/data-access/object-types/access-request-status-update.md) object

The comment type representing an update to an access request.

#### [UserMessage](/api/graphql/data-access/object-types/user-message.md) object

Represents a normal user comment.

### Member Of

[`Comment`](/api/graphql/data-access/object-types/comment.md) object
