Enums/EditRestrictions.ps1

enum EditRestrictions {
    none
    readOnly
    forms
    comments
    trackedChanges
}