permission Element (SccTasks Schema)
Specifies version-control-specific permissions and the group to which the permissions apply.
<permission allow="Read | PendChange | Checkin | Label | Lock | ReviseOther | UnlockOther | UndoOther | LabelOther | AdminProjectRights | CheckinOther" deny="Read | PendChange | Checkin | Label | Lock | ReviseOther | UnlockOther | UndoOther | LabelOther | AdminProjectRights | CheckinOther" identity="group name" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
allow |
Optional permission attribute. The permissions to grant. Specify permissions as comma-delimited text. |
deny |
Optional permission attribute. The permissions to revoke. Specify permissions as comma-delimited text.
Note
Denied permissions take precedence over allowed permissions.
|
identity |
Required permission attribute. The Team Foundation Server security group, Windows group, or Windows identity to which this permission applies.
Note
During run time, if a permission cannot be found for an identity, Team Foundation Server searches for the permission in any other groups to which the identity belongs. If the permission cannot be found, the default action is to deny the permission.
|
Child Elements
None.
Parent Elements
None.
Remarks
permission is an optional element of the SccTasks schema.
minOccurs="0"
maxOccurs="unbounded"
Element Information
Namespace |
Empty |
Schema Name |
SccTasks Schema |
Validation File |
SccTasks.xsd |
Element Type |
permission |
Can Be Empty |
Not applicable |
See Also
Reference
checkin_note Element (SccTasks Schema)
exclusive_checkout Element (SccTasks Schema)
Concepts
Defining the Initial Configuration of Team Foundation Version Control