governanceSubject 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 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. |
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"
}