interface EditRequest {
    categoryPolicyItems?: PolicyItem[];
    name: string;
    restricted?: boolean;
}

Hierarchy (View Summary)

Properties

categoryPolicyItems?: PolicyItem[]
name: string

Name of category to add

restricted?: boolean

When true, the category is restricted and only the users/groups in categoryPolicyItems may add or edit content in the category or modify the category itself.