PolicyNoteDTO
Individual Note created for an Access Policy
notestringrequired
Note added to an Access Policy by a User
Possible values: non-empty
and <= 1024 characters
createdAtdate-time
Timestamp the Note was created
createdBystringnullable
Email address of the User who created the Access Policy Note
PolicyNoteDTO
{
"note": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string"
}