Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 2.53 KB

accesspackagesubject.md

File metadata and controls

65 lines (55 loc) · 2.53 KB
title description author ms.localizationpriority ms.subservice doc_type
accessPackageSubject resource type
In Microsoft Entra entitlement management, a subject of an access package assignment.
markwahl-msft
medium
entra-id-governance
resourcePageType

accessPackageSubject resource type

Namespace: microsoft.graph

In Microsoft Entra entitlement management, an access package subject is a user, service principal, or other entity that can be configured to request or be assigned an access package. It may represent a requestor from a connected organization who isn't yet in the tenant.

Methods

Properties

Property Type Description
displayName String The display name of the subject.
email String The email address of the subject.
id String Read-only.
objectId String The object identifier of the subject. null if the subject isn't yet a user in the tenant.
onPremisesSecurityIdentifier String A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.
principalName String The principal name, if known, of the subject.
subjectType accessPackageSubjectType The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue.

Relationships

Relationship Type Description
connectedOrganization connectedOrganization The connected organization of the subject. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessPackageSubject",
  "displayName": "String",
  "email": "String",
  "id": "String (identifier)",
  "objectId": "String",
  "onPremisesSecurityIdentifier": "String",
  "principalName": "String",
  "subjectType": "String"
}