PrincipalType type

Defines values for PrincipalType.
KnownPrincipalType can be used interchangeably with PrincipalType, this enum contains the known values that the service supports.

Known values supported by the service

Unknown: The principal type is not known or not specified.
User: A Microsoft Entra user.
Group: A Microsoft Entra group.
ServicePrincipal: A Microsoft Entra service principal, typically representing an application or service identity

type PrincipalType = string