Table of Contents

Enum EntraConditionalAccessPolicyState

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

The state of the conditional access policy.

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

Fields

Off = 2

The conditional access policy is off.

On = 1

The conditional access policy is on.

ReportOnly = 3

The conditional access policy is report-only.

Unknown = 0

The conditional access policy state is unknown.