Edit

Share via


entraIdProtectionRiskyUserApproval resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the approval configuration for risky users detected by Microsoft Entra ID Protection.

Inherits from controlConfiguration.

Methods

Method Return type Description
Get entraIdProtectionRiskyUserApproval Read the properties and relationships of entraIdProtectionRiskyUserApproval object.
Update entraIdProtectionRiskyUserApproval Update the properties of an entraIdProtectionRiskyUserApproval object.

Properties

Property Type Description
createdBy String The userPrincipalName of the user or identity of the subject who created this resource. Read-only. Inherited from controlConfiguration.
createdDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from controlConfiguration.
id String The unique identifier for an entity. Read-only. Inherited from entity.
isApprovalRequired Boolean Indicates whether approval is required for risky users.
isEnabled Boolean Indicates whether the control configuration is enabled. Inherited from controlConfiguration.
minimumRiskLevel riskLevel The minimum risk level for which approval is required. The possible values are: low, medium, high, hidden, none, unknownFutureValue.
modifiedBy String The userPrincipalName of the user who last modified this resource. Read-only. Inherited from controlConfiguration.
modifiedDateTime DateTimeOffset The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from controlConfiguration.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.entraIdProtectionRiskyUserApproval",
  "id": "String (identifier)",
  "isEnabled": "Boolean",
  "createdBy": "String",
  "createdDateTime": "String (timestamp)",
  "modifiedBy": "String",
  "modifiedDateTime": "String (timestamp)",
  "isApprovalRequired": "Boolean",
  "minimumRiskLevel": "String"
}