Table of Contents

Enum EntraConditionalAccessPolicyAssignmentType

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

Represents the assignment type within an Entra conditional access policy.

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

Fields

All = 3

The assignment type is all.

AllAgentResources = 4

All agent resources.

None = 1

The assignment type is none.

NotApplicable = 2

The assignment type is not applicable.

ServicePrincipalsInMyTenant = 5

The assignment type is service principals in my tenant.

Specific = 6

The assignment type is specific.

Unknown = 0

The assignment type is unknown.