Click or drag to resize

AccessScope Enumeration

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.

Namespace:  Smartsheet.Api.OAuth
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public enum AccessScope
Members
  Member nameValueDescription
READ_SHEETS0 Read all sheet data, including comments, attachments and cell data
WRITE_SHEETS1 Insert and modify sheet data, including comments, attachments and cell data
SHARE_SHEETS2 Share sheets, including sending sheets as attachments
DELETE_SHEETS3 Delete sheets
CREATE_SHEETS4 Create new sheets
CREATE_SIGHTS5 Create new sights
READ_SIGHTS6 Read all sight data
DELETE_SIGHTS7 Delete sight
SHARE_SIGHTS8 Share sight
READ_USERS9 Retrieve users and groups for your Smartsheet organization
READ_CONTACTS10 Retrieve contacts
ADMIN_USERS11 Add and remove users from your Smartsheet organization; create groups and manage membership
ADMIN_SHEETS12 Modify sheet structure, including column definition, publish state, etc.
ADMIN_WORKSPACES13 Create and manage workspaces and folders, including sharing
See Also