Table of Contents

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

The condition type is all.

AllCompliant = 3

The condition type is all compliant.

AllTrusted = 4

The condition type is all trusted.

None = 5

The condition type is none.

NotApplicable = 1

The condition type is not applicable.

NotConfigured = 6

The condition type is not configured.

Specific = 7

The condition type is specific.

Unknown = 0

The condition type is unknown.