GraphSystemSubject interface
Top-level graph entity
- Extends
Inherited Properties
descriptor | The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations. |
display |
This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider. |
legacy |
[Internal Use Only] The legacy descriptor is here in case you need to access old version IMS using identity descriptor. |
origin | The type of source provider for the origin identifier (ex:AD, AAD, MSA) |
origin |
The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider. |
subject |
This field identifies the type of the graph subject (ex: Group, Scope, User). |
url | This url is the full route to the source resource of this graph subject. |
Inherited Property Details
descriptor
The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
descriptor: string
Property Value
string
Inherited From GraphSubject.descriptor
displayName
This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
displayName: string
Property Value
string
Inherited From GraphSubject.displayName
legacyDescriptor
[Internal Use Only] The legacy descriptor is here in case you need to access old version IMS using identity descriptor.
legacyDescriptor: string
Property Value
string
Inherited From GraphSubject.legacyDescriptor
origin
The type of source provider for the origin identifier (ex:AD, AAD, MSA)
origin: string
Property Value
string
Inherited From GraphSubject.origin
originId
The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
originId: string
Property Value
string
Inherited From GraphSubject.originId
subjectKind
This field identifies the type of the graph subject (ex: Group, Scope, User).
subjectKind: string
Property Value
string
Inherited From GraphSubject.subjectKind
url
This url is the full route to the source resource of this graph subject.
url: string
Property Value
string
Inherited From GraphSubject.url