Table of Contents

<deny> Element

This element defines a permission assignment that specifies a permission that is denied to one or more workers or worker groups.

Parent Elements

authorization

Attributes

Name Type Description Required
permission string The permission type (see the <allow> Element remarks for possible values). Yes
groups string One or more worker group names, separated by commas, or an asterisk (*) to include all groups. Note that using an asterisk will match all workers that belong to at least one group, but will not match workers that belong to no groups. No
workers string One or more worker badge numbers, separated by commas, or an asterisk (*) to include all workers. No

Child Elements

None.

Remarks

See <allow> Element for more information.