Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Purview Insider Risk Management.
Inherits from controlConfiguration.
Methods
| Method | Return type | Description |
|---|---|---|
| Get | insiderRiskyUserApproval | Read the properties and relationships of insiderRiskyUserApproval object. |
| Update | insiderRiskyUserApproval | Update the properties of an insiderRiskyUserApproval 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 | purviewInsiderRiskManagementLevel | The minimum risk level for which approval is required. The possible values are: none, minor, moderate, elevated, 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.insiderRiskyUserApproval",
"id": "String (identifier)",
"isEnabled": "Boolean",
"createdBy": "String",
"createdDateTime": "String (timestamp)",
"modifiedBy": "String",
"modifiedDateTime": "String (timestamp)",
"isApprovalRequired": "Boolean",
"minimumRiskLevel": "String"
}