Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.49 KB

securescorecontrolstateupdate.md

File metadata and controls

50 lines (43 loc) · 1.49 KB
title description ms.localizationpriority author ms.subservice doc_type
secureScoreControlStateUpdate resource type
This resource contains the history of the control states updated by user (control states include Default, Ignored, ThirdParty, Reviewed).
medium
preetikr
security
resourcePageType

secureScoreControlStateUpdate resource type

Namespace: microsoft.graph

Contains the history of the control states updated by the user (control states include Default, Ignored, ThirdParty, Reviewed).

Properties

Property Type Description
assignedTo String Assigns the control to the user who will take the action.
comment String Provides optional comment about the control.
state String State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty).
updatedBy String ID of the user who updated tenant state.
updatedDateTime DateTimeOffset Time at which the control state was updated.

JSON representation

The following is a JSON representation of the resource.

{
 "assignedTo": "String",
 "comment": "String",
 "state": "String",
 "updatedBy": "String",
 "updatedDateTime": "String (timestamp)"
}