secureScoreControlStateUpdate resource type
Contains the history of the control states updated by the user (control states include Default, Ignored, ThirdParty, Reviewed).
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 is a JSON representation of the resource.
{
"assignedTo": "String",
"comment": "string",
"state": "string",
"updatedBy": "string",
"updatedDateTime": "DateTimeOffset"
}
Feedback
Submit and view feedback for