UserSharingTagGrantDto
User sharing tag grant data transfer object
accessModeAccessMode (string)required
Access mode: allow or deny
Possible values: [allow, deny]
createdAtstring<date-time>required
Grant creation timestamp
Example:
2024-01-01T00:00:00Zidstring<uuid>required
Unique grant identifier
Example:
550e8400-e29b-41d4-a716-446655440000sharingTagIdstring<uuid>required
Sharing tag ID
Example:
660e8400-e29b-41d4-a716-446655440000sharingTagNamestringrequired
Sharing tag name
Example:
Kids ContentUserSharingTagGrantDto
{
"accessMode": "allow",
"createdAt": "2024-01-01T00:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"sharingTagId": "660e8400-e29b-41d4-a716-446655440000",
"sharingTagName": "Kids Content"
}