Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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"
}