Class ContractsConstants.IdentityProperties
Identity properties constants
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.Communications.Core.dll
Syntax
public static class IdentityProperties
Fields
ApplicationInstance
The application instance identity.
Declaration
public const string ApplicationInstance = "applicationInstance"
Field Value
Type | Description |
---|---|
String |
Encrypted
The encrypted identity.
Declaration
public const string Encrypted = "encrypted"
Field Value
Type | Description |
---|---|
String |
Guest
The guest identity.
Declaration
public const string Guest = "guest"
Field Value
Type | Description |
---|---|
String |
Hidden
The hidden identity.
Declaration
public const string Hidden = "hidden"
Field Value
Type | Description |
---|---|
String |
IdentityProvider
The identity provider TODO: Deprecated
Declaration
public const string IdentityProvider = "identityProvider"
Field Value
Type | Description |
---|---|
String |
IdentityProviderAAD
The AAD identity provider TODO: Deprecated
Declaration
public const string IdentityProviderAAD = "AAD"
Field Value
Type | Description |
---|---|
String |
IdentityProviderMSA
The MSA identity provider TODO: Deprecated
Declaration
public const string IdentityProviderMSA = "MSA"
Field Value
Type | Description |
---|---|
String |
IdentityProviderNone
The None identity provider TODO: Deprecated
Declaration
public const string IdentityProviderNone = "None"
Field Value
Type | Description |
---|---|
String |
OnPremises
The on-premises identity.
Declaration
public const string OnPremises = "onPremises"
Field Value
Type | Description |
---|---|
String |
Phone
The phone identity.
Declaration
public const string Phone = "phone"
Field Value
Type | Description |
---|---|
String |
TenantId
The tenant identity.
Declaration
public const string TenantId = "tenantId"
Field Value
Type | Description |
---|---|
String |