Info_SheetShares
Query the Sharing operations of Sheets.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of this share. | |
| SheetId [KEY] | String | The Id of the sheet. | |
| Type | String | The type of this share. Possible values: USER or GROUP. | |
| UserId | String | The user Id for a user share. | |
| GroupId | String | The group Id of a group share. | |
| String | The email address for a user share. | ||
| Name | String | The full name for a user share where the user is also a contact. The group name for a group share. | |
| AccessLevel | String | The access level for the user or group on the shared object. | |
| Scope | String | The scope of the share (ITEM or WORKSPACE). | |
| CreatedAt | Datetime | Time that the share was created. | |
| ModifiedAt | Datetime | Time that the share was modified. |