IdentityRef interface
- Extends
Properties
directory |
Deprecated - Can be retrieved by querying the Graph user referenced in the "self" entry of the IdentityRef "_links" dictionary |
id | |
image |
Deprecated - Available in the "avatar" entry of the IdentityRef "_links" dictionary |
inactive | Deprecated - Can be retrieved by querying the Graph membership state referenced in the "membershipState" entry of the GraphUser "_links" dictionary |
is |
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsAadUserType/Descriptor.IsAadGroupType) |
is |
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsGroupType) |
is |
|
profile |
Deprecated - not in use in most preexisting implementations of ToIdentityRef |
unique |
Deprecated - use Domain+PrincipalName instead |
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. |
url | This url is the full route to the source resource of this graph subject. |
Property Details
directoryAlias
Deprecated - Can be retrieved by querying the Graph user referenced in the "self" entry of the IdentityRef "_links" dictionary
directoryAlias: string
Property Value
string
id
id: string
Property Value
string
imageUrl
Deprecated - Available in the "avatar" entry of the IdentityRef "_links" dictionary
imageUrl: string
Property Value
string
inactive
Deprecated - Can be retrieved by querying the Graph membership state referenced in the "membershipState" entry of the GraphUser "_links" dictionary
inactive: boolean
Property Value
boolean
isAadIdentity
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsAadUserType/Descriptor.IsAadGroupType)
isAadIdentity: boolean
Property Value
boolean
isContainer
Deprecated - Can be inferred from the subject type of the descriptor (Descriptor.IsGroupType)
isContainer: boolean
Property Value
boolean
isDeletedInOrigin
isDeletedInOrigin: boolean
Property Value
boolean
profileUrl
Deprecated - not in use in most preexisting implementations of ToIdentityRef
profileUrl: string
Property Value
string
uniqueName
Deprecated - use Domain+PrincipalName instead
uniqueName: string
Property Value
string
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 GraphSubjectBase.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 GraphSubjectBase.displayName
url
This url is the full route to the source resource of this graph subject.
url: string
Property Value
string
Inherited From GraphSubjectBase.url