Bewerken

Delen via


secureScoreControlStateUpdate resource type

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"
}