GrantSourceDto
Source of a grant (user or group)
groupIdstring,null<uuid>nullable
Group ID (only present for group sources)
Example:
550e8400-e29b-41d4-a716-446655440000groupNamestring | nullnullable
Group name (only present for group sources)
Example:
Manga Readerskindstringrequired
Source kind: "user" or "group"
Example:
groupGrantSourceDto
{
"groupId": "550e8400-e29b-41d4-a716-446655440000",
"groupName": "Manga Readers",
"kind": "group"
}