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 = 13
Modify sheet structure, including column definition, publish state, etc.
ADMIN_SIGHTS = 14
Modify Sights/dashboards structure.
ADMIN_USERS = 12
Add and remove users from your Smartsheet organization; create groups and manage membership
ADMIN_WEBHOOKS = 16
Create, delete, and update webhooks; get all webhooks; reset shared secret.
ADMIN_WORKSPACES = 15
Create and manage workspaces and folders, including sharing
CREATE_SHEETS = 4
Create new sheets
CREATE_SIGHTS = 5
Create new sights
DELETE_SHEETS = 3
Delete sheets
DELETE_SIGHTS = 7
Delete sight
READ_CONTACTS = 10
Retrieve contacts
READ_EVENTS = 11
Retrieve events.
READ_SHEETS = 0
Read all sheet data, including comments, attachments and cell data
READ_SIGHTS = 6
Read all sight data
READ_USERS = 9
Retrieve users and groups for your Smartsheet organization
SHARE_SHEETS = 2
Share sheets, including sending sheets as attachments
SHARE_SIGHTS = 8
Share sight
WRITE_SHEETS = 1
Insert and modify sheet data, including comments, attachments and cell data