A storage mechanism for permissions associated with items that can be inherited, marked as public or associated with groups using an allowlist/denylist mechanism.
| Name | Editable? | Type | Nullable? | Summary | 
|---|---|---|---|---|
| InheritPermissions | This field is editable through the web API. | Boolean | Gets or sets a value indicating whether the item's permissions are inherited from its parent. | |
| IsPublic | This field is editable through the web API. | Boolean | Gets or sets a value indicating whether the associated item is public. | |
| GroupIDs | This field is editable through the web API. | Int32[] | This field is nullable. | Gets the associated group IDs to allow or deny. | 
| AllowlistGroups | This field is editable through the web API. | Boolean | Whether groups associated with the item are allowlisted or denylisted from accessing the item. |