singleServicePrincipal complex type

Namespace: microsoft.graph

Used in the request, approval, and assignment review settings of an access package assignment policy. The @odata.type value #microsoft.graph.singleServicePrincipal indicates that this subjectSet identifies a specific service principal in the tenant who will be allowed as a requestor, approver, or reviewer.

Properties

Property Type Description
description String Description of this service principal.
servicePrincipalId String ID of the servicePrincipal.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.singleServicePrincipal",
  "servicePrincipalId": "String",
  "description": "String"
}