Table of Contents

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 = 1

The origin type is Application.

ServicePrincipal = 2

The origin type is Service Principal.

Unknown = 0

The origin type is unknown.