tooManyGlobalAdminsAssignedToTenantAlertIncident 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 details of an alert incident that is triggered if there are too many accounts assigned the Global Administrator role in the tenant. Global Administrator is the highest privileged role in Microsoft Entra ID. If an account with global administrator privileges is compromised, the malicious actor has permissions for almost all actions in the tenant, which puts the entire tenant at risk.

The threshold that triggers this incident when its reached is defined in the tooManyGlobalAdminsAssignedToTenantAlertConfiguration resource type.

Inherits from unifiedRoleManagementAlertIncident.

Properties

Property Type Description
assigneeDisplayName String Display name of the subject that the incident applies to.
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 the 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).

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.tooManyGlobalAdminsAssignedToTenantAlertIncident",
  "id": "String (identifier)",
  "assigneeId": "String",
  "assigneeDisplayName": "String",
  "assigneeUserPrincipalName": "String"
}