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 = 2The requirement type is Conditional Access Authentication Context.
MultiFactorAuthentication = 3The requirement type is Azure MFA.
None = 1The requirement type is none.
Unknown = 0The requirement type is unknown.