Enum EntraConditionalAccessPolicySignInFrequencyAuthenticationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The sign-in frequency session control authentication type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraConditionalAccessPolicySignInFrequencyAuthenticationType
Fields
PrimaryAndSecondaryAuthentication = 1The authentication type is primary and secondary authentication.
SecondaryAuthentication = 2The authentication type is secondary authentication.
Unknown = 0The authentication type is unknown.