Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Conversation PermConversationsReadAll = "conversations:read_all" PermConversationsReadUnassigned = "conversations:read_unassigned" PermConversationsReadAssigned = "conversations:read_assigned" PermConversationsReadTeamInbox = "conversations:read_team_inbox" PermConversationsReadTeamAll = "conversations:read_team_all" PermConversationsRead = "conversations:read" PermConversationsUpdateUserAssignee = "conversations:update_user_assignee" PermConversationsUpdateTeamAssignee = "conversations:update_team_assignee" PermConversationsUpdatePriority = "conversations:update_priority" PermConversationsUpdateStatus = "conversations:update_status" PermConversationsUpdateTags = "conversations:update_tags" PermConversationWrite = "conversations:write" PermMessagesRead = "messages:read" PermMessagesWrite = "messages:write" PermMessagesWriteAsContact = "messages:write_as_contact" // View PermViewManage = "view:manage" // Status PermStatusManage = "status:manage" // Tags PermTagsManage = "tags:manage" // Macros PermMacrosManage = "macros:manage" // Users PermUsersManage = "users:manage" // Teams PermTeamsManage = "teams:manage" // Automations PermAutomationsManage = "automations:manage" // Inboxes PermInboxesManage = "inboxes:manage" // Roles PermRolesManage = "roles:manage" // Webhooks PermWebhooksManage = "webhooks:manage" // Templates PermTemplatesManage = "templates:manage" // Reports PermReportsManage = "reports:manage" // Business Hours PermBusinessHoursManage = "business_hours:manage" // SLA PermSLAManage = "sla:manage" // General Settings PermGeneralSettingsManage = "general_settings:manage" // Notification Settings PermNotificationSettingsManage = "notification_settings:manage" // OpenID Connect SSO PermOIDCManage = "oidc:manage" // AI PermAIManage = "ai:manage" // Contacts PermContactsReadAll = "contacts:read_all" PermContactsRead = "contacts:read" PermContactsWrite = "contacts:write" PermContactsBlock = "contacts:block" // Contact Notes PermContactNotesRead = "contact_notes:read" PermContactNotesWrite = "contact_notes:write" PermContactNotesDelete = "contact_notes:delete" // Custom attributes PermCustomAttributesManage = "custom_attributes:manage" // Activity log PermActivityLogsManage = "activity_logs:manage" )
Variables ¶
This section is empty.
Functions ¶
func PermissionExists ¶
PermissionExists returns true if the permission exists else false
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.