Table of Contents

Class EntraConditionalAccessPolicyConditions

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

Represents the conditions of an Entra directory conditional access policy.

public class EntraConditionalAccessPolicyConditions : GlobalSerializableBase
Inheritance
EntraConditionalAccessPolicyConditions

Constructors

EntraConditionalAccessPolicyConditions()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyConditions class.

public EntraConditionalAccessPolicyConditions()

Properties

AgentIdentityRiskLevels

Gets or sets the agent identity risk levels condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope AgentIdentityRiskLevels { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

AuthenticationFlows

Gets or sets the authentication flows condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope AuthenticationFlows { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

ClientApps

Gets or sets the client apps condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope ClientApps { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

DevicePlatforms

Gets or sets the device platforms condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope DevicePlatforms { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

DevicesFilter

Gets or sets the devices filter.

public EntraConditionalAccessPolicyFilter DevicesFilter { get; set; }

Property Value

EntraConditionalAccessPolicyFilter

InsiderRiskLevels

Gets or sets the insider risk levels condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope InsiderRiskLevels { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

Locations

Gets or sets the locations condition.

public EntraConditionalAccessPolicyConditionIdentifiedTargetsScope Locations { get; set; }

Property Value

EntraConditionalAccessPolicyConditionIdentifiedTargetsScope

ServicePrincipalRiskLevels

Gets or sets the service principal risk levels condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope ServicePrincipalRiskLevels { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

SignInRiskLevels

Gets or sets the sign-in risk levels condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope SignInRiskLevels { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope

UserRiskLevels

Gets or sets the user risk levels condition.

public EntraConditionalAccessPolicyConditionSimpleTargetsScope UserRiskLevels { get; set; }

Property Value

EntraConditionalAccessPolicyConditionSimpleTargetsScope