Enum AccessScope
- Namespace
- Smartsheet.Api.OAuth
- Assembly
- smartsheet-csharp-sdk.dll
Represents the access scope. These are the scopes that are required to access an end user's Smartsheet data and specifies the Type of operations that are permitted.
public enum AccessScope
Fields
ADMIN_SHEETS = 13Modify sheet structure, including column definition, publish state, etc.
ADMIN_SIGHTS = 14Modify Sights/dashboards structure.
ADMIN_USERS = 12Add and remove users from your Smartsheet organization; create groups and manage membership
ADMIN_WEBHOOKS = 16Create, delete, and update webhooks; get all webhooks; reset shared secret.
ADMIN_WORKSPACES = 15Create and manage workspaces and folders, including sharing
CREATE_SHEETS = 4Create new sheets
CREATE_SIGHTS = 5Create new sights
DELETE_SHEETS = 3Delete sheets
DELETE_SIGHTS = 7Delete sight
READ_CONTACTS = 10Retrieve contacts
READ_EVENTS = 11Retrieve events.
READ_SHEETS = 0Read all sheet data, including comments, attachments and cell data
READ_SIGHTS = 6Read all sight data
READ_USERS = 9Retrieve users and groups for your Smartsheet organization
SHARE_SHEETS = 2Share sheets, including sending sheets as attachments
SHARE_SIGHTS = 8Share sight
WRITE_SHEETS = 1Insert and modify sheet data, including comments, attachments and cell data