Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyValueRequiredDetails
TimestampWhen to process the request

Yes

Must be an ISO 8601 extended format date and time in UTC and may be set to a value in the future to schedule the request.
  • Example: 2024-01-02T03:04:05.006Z
TypeThe type of requestYesMust be a string with the following value: Delegation
ActionAction for the requestYesMust be one of the following approved verbs: Grant, Revoke
PathOU targetted by the requestYes

Must be an OU under the Department OU of the department.

  • Example: OU=Test-Computers,OU=TESTEXAMPLE,OU=Departments,DC=austin,DC=utexas,DC=edu
PrincipalAD group in the delegationYes

Must be an Active Directory security group.

  • Example: TESTEXAMPLE-ComputerRenamersComputerAdmins
  • Example:   TESTEXAMPLE-GroupMemberManagers
DelegationPermissions for requestYes

Must be one of the supported delegations (see: Supported Delegations) and must not contain any white space.

  • Example: ComputerRename Computers
  • Example: GroupMembership
RequestedByUser submitting the requestYes

Must be the department administrator submitting the request. Validated against the Administrators group for the department.

Must be the EID of the user who requested the delegation. Validated against active EIDs in Active Directory.
  • Example:  TEST-Administrators
RequestedForEID requesting the delegationYes
  • EXAMPLE-abcd1234
NotesAdditional informationNoText field to store information about the delegation request.

...

Code Block
{
	"Timestamp":"2024-0301-01T1202T03:0004:0005.000Z006Z",
	"Type":"Delegation",
	"Action":"Grant",
	"Path":"OU=Test-DelegationComputers,OU=ALEXEXAMPLE,OU=Departments,DC=austin,DC=utexas,DC=edu",
	"Principal":"ALEXEXAMPLE-AccountsComputerAdmins",
	"Delegation":"GroupComputers",
	"RequestedBy":"ALEX-barthag",
	"RequestedFor":"barthagEXAMPLE-abcd1234",
	"Notes":"This is a test delegation"
}

...