API Reference
Enum
Microsoft365AuthPathKind
Best-effort combined Microsoft authentication path derived from posture and flow.
Inheritance
- Enum
- Microsoft365AuthPathKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Microsoft365AuthenticationSummary.AuthenticationPath
- Field Microsoft365AuthPathKind.ConsumerIdentity
- Field Microsoft365AuthPathKind.Federated
- Field Microsoft365AuthPathKind.FederatedRedirect
- Field Microsoft365AuthPathKind.ManagedNative
- Field Microsoft365AuthPathKind.ManagedRedirect
- Field Microsoft365AuthPathKind.NativeCredential
- Field Microsoft365AuthPathKind.Redirect
- Field Microsoft365AuthPathKind.Unknown
- Property Microsoft365TenantInfo.AuthenticationPath
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const Microsoft365AuthPathKind Unknown #Provides microsoft365 authentication summary functionality.
Value:
0public const Microsoft365AuthPathKind ManagedNative #Provides microsoft365 authentication summary functionality.
Value:
1public const Microsoft365AuthPathKind ManagedRedirect #Provides microsoft365 authentication summary functionality.
Value:
2public const Microsoft365AuthPathKind FederatedRedirect #Provides microsoft365 authentication summary functionality.
Value:
3public const Microsoft365AuthPathKind Federated #Provides microsoft365 authentication summary functionality.
Value:
4public const Microsoft365AuthPathKind ConsumerIdentity #Provides microsoft365 authentication summary functionality.
Value:
5public const Microsoft365AuthPathKind Redirect #Provides microsoft365 authentication summary functionality.
Value:
6public const Microsoft365AuthPathKind NativeCredential #Provides microsoft365 authentication summary functionality.
Value:
7