Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.19 KB

privilegedaccessroot.md

File metadata and controls

47 lines (38 loc) · 1.19 KB
title description author ms.localizationpriority ms.subservice doc_type
privilegedAccessRoot resource type
Represents the entry point for resources related to Privileged Identity Management (PIM).
ilyalushnikov
medium
entra-id-governance
resourcePageType

privilegedAccessRoot resource type

Namespace: microsoft.graph

Represents the entry point for resources related to Privileged Identity Management (PIM).

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String Identifier for an object. Inherited from entity.

Relationships

Relationship Type Description
group privilegedAccessGroup A group that's governed through Privileged Identity Management (PIM).

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.privilegedAccessRoot",
  "id": "String (identifier)"
}