Enum EntraConditionalAccessPolicyConditionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the condition type within an Entra conditional access policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraConditionalAccessPolicyConditionType
Fields
All = 2The condition type is all.
AllCompliant = 3The condition type is all compliant.
AllTrusted = 4The condition type is all trusted.
None = 5The condition type is none.
NotApplicable = 1The condition type is not applicable.
NotConfigured = 6The condition type is not configured.
Specific = 7The condition type is specific.
Unknown = 0The condition type is unknown.