Table of Contents

Enum EntraRolePimActivationRequirementType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents requirements for an Entra activation.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraRolePimActivationRequirementType

Fields

AuthenticationContext = 2

The requirement type is Conditional Access Authentication Context.

MultiFactorAuthentication = 3

The requirement type is Azure MFA.

None = 1

The requirement type is none.

Unknown = 0

The requirement type is unknown.