Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.63 KB

File metadata and controls

68 lines (51 loc) · 1.63 KB
title description ms.localizationpriority doc_type ms.subservice author
governanceSubject resource type
Represents users, groups, and service principals being managed in Privileged Identity Management (PIM).
medium
resourcePageType
entra-id-governance
rkarim-ms

governanceSubject resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents users, groups, and service principals being managed in Privileged Identity Management (PIM).

Properties

Property Type Description
id String The ID of the subject.
type String The type of the subject. The value can be User, Group, and ServicePrincipal.
displayName String The display name of the subject.
email String The email address of the user subject. If the subject is in other types, it's empty.
principalName String The principal name of the user subject. If the subject is in other types, it's empty.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String",
  "displayName": "String",
  "email": "String",
  "principalName": "String",
  "type": "String"
}