Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the history of the control states updated by the user (control states include Default, Ignored, ThirdParty, Reviewed).
Properties
Property | Type | Description |
---|---|---|
assignedTo | string | Assign the control to the user who will take the action |
comment | string | Provides optional comment about the control |
state | string | State of the control can be modified using PATCH command(Ex: ignored, thirdParty etc) |
updatedBy | string | ID of the user who updated tenant state |
updatedDateTime | DateTimeOffset | Time at which control state was updated |
JSON representation
The following JSON representation shows the resource type.
{
"assignedTo": "String",
"comment": "string",
"state": "string",
"updatedBy": "string",
"updatedDateTime": "DateTimeOffset"
}