Enum EntraAppRoleOriginType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Entra app role origin type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraAppRoleOriginType
Fields
Application = 1The origin type is Application.
ServicePrincipal = 2The origin type is Service Principal.
Unknown = 0The origin type is unknown.