Versions Compared

Key

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

...

PropertyValueRequiredDetails
TimestampWhen the request was processedYesThe ISO 8601 extended format date and time in UTC when request was processed
  • Example: 2024-01-02T0302T04:0405:0506.006Z007Z
SuccessTrue or FalseYesTrue if the request was processed successfully. False otherwise.
RequestOriginal request stringĀ Yes

The original request string is preseved to document the actions taken for a successful request or aid in resolving issues when a request could not be processed successfully.

  • Note: the original request string will have double quotation marks (") escaped
ErrorError message when Success is FalseNoContains a short description of why the request could not be processed as submitted.

...

Code Block
{
	"Timestamp":"2024-0201-22T1002T04:5405:1806.830Z007Z",
	"Success":true,
	"Request":"{\"Timestamp\":\"2024-0201-22T1002T03:5304:5505.604Z006Z\",\"Type\":\"Delegation\",\"Action\":\"grant\",\"Path\":\"ou=test3computers,ou=test-delegation,ou=alexexample,ou=departments,dc=austin,dc=utexas,dc=edu\",\"Principal\":\"alexEXAMPLE-accountsComputerAdmins\",\"Delegation\":\"groupcomputer\",\"RequestedBy\":\"alex-barthag\",\"RequestedFor\":\"barthagEXAMPLE-abcd1234\"}"
}