Class ItemPolicy
Represents an item policy.
public class ItemPolicy
- Inheritance
-
ItemPolicy
- Inherited Members
Properties
Create
(optional) Determines who can create an item.
public string? Create { get; set; }
Property Value
Delete_
(optional) Determines who can delete an item.
public string? Delete_ { get; set; }
Property Value
Get
(optional) Determines who can get an item.
public string? Get { get; set; }
Property Value
ListAll
(optional) Determines who can list all items.
public string? ListAll { get; set; }
Property Value
ListMy
(optional) Determines who can list items created by me.
public string? ListMy { get; set; }
Property Value
Update
(optional) Determines who can update an item.
public string? Update { get; set; }