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 Enumeration AccessScope
public enum class AccessScope
Members
| Member name | Value | Description |
---|
| READ_SHEETS | 0 |
Read all sheet data, including comments, attachments and cell data
|
| WRITE_SHEETS | 1 |
Insert and modify sheet data, including comments, attachments and cell data
|
| SHARE_SHEETS | 2 |
Share sheets, including sending sheets as attachments
|
| DELETE_SHEETS | 3 |
Delete sheets
|
| CREATE_SHEETS | 4 |
Create new sheets
|
| CREATE_SIGHTS | 5 |
Create new sights
|
| READ_SIGHTS | 6 |
Read all sight data
|
| DELETE_SIGHTS | 7 |
Delete sight
|
| SHARE_SIGHTS | 8 |
Share sight
|
| READ_USERS | 9 |
Retrieve users and groups for your Smartsheet organization
|
| READ_CONTACTS | 10 |
Retrieve contacts
|
| ADMIN_USERS | 11 |
Add and remove users from your Smartsheet organization; create groups and manage membership
|
| ADMIN_SHEETS | 12 |
Modify sheet structure, including column definition, publish state, etc.
|
| ADMIN_WORKSPACES | 13 |
Create and manage workspaces and folders, including sharing
|
See Also