DEPRECATED - use permissions instead. Viewer's role on the specific document.
⚠️ DEPRECATED: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use permissions instead.
import com.glean.api_client.glean_api_client.models.components.Role;
Role value = Role.ANSWER_MODERATOR;
// Open enum: use .of() to create instances from custom string values
Role custom = Role.of("custom_value");| Name | Value |
|---|---|
ANSWER_MODERATOR |
ANSWER_MODERATOR |
OWNER |
OWNER |
VIEWER |
VIEWER |