rolesAssignedOutsidePrivilegedIdentityManagementAlertIncident 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 an alert incident that is triggered if roles have been assigned outside of Privileged Identity Management in the last 30 days.
Inherits from unifiedRoleManagementAlertIncident.
Methods
None.
For the list of API operations for managing this resource type, see the unifiedRoleManagementAlertIncident resource type.
Properties
Property | Type | Description |
---|---|---|
assigneeDisplayName | String | Display name of the subject that the incident applies to. |
assignmentCreatedDateTime | DateTimeOffset | Date and time of assignment creation. |
assigneeId | String | The identifier of the subject that the incident applies to. |
assigneeUserPrincipalName | String | User principal name of the subject that the incident applies to. Applies to user principals. |
id | String | The identifier for an alert incident. For example, it could be a role assignment id if the incident represents a role assignment Inherited from entity. Supports $filter (eq , ne ). |
lastActivationDateTime | DateTimeOffset | Date and time of last activation of the eligible assignment. |
roleDefinitionId | String | The identifier for the directory role definition that's in scope of this incident. |
roleDisplayName | String | The display name for the directory role. |
roleTemplateId | String | The globally unique identifier for the directory role. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.rolesAssignedOutsidePrivilegedIdentityManagementAlertIncident",
"id": "String (identifier)",
"roleTemplateId": "String",
"roleDefinitionId": "String",
"roleDisplayName": "String",
"assigneeId": "String",
"assigneeDisplayName": "String",
"assigneeUserPrincipalName": "String",
"assignmentCreatedDateTime": "String (timestamp)"
}