Table of Contents

Class EntraConditionalAccessPolicyConditionSimpleTargetsScope

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

Represents a simple targets scope of a condition of an Entra directory conditional access policy.

public class EntraConditionalAccessPolicyConditionSimpleTargetsScope : GlobalSerializableBase
Inheritance
EntraConditionalAccessPolicyConditionSimpleTargetsScope

Constructors

EntraConditionalAccessPolicyConditionSimpleTargetsScope()

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

public EntraConditionalAccessPolicyConditionSimpleTargetsScope()

Properties

ExcludedTargets

Gets or sets the excluded targets.

public EntraConditionalAccessPolicySimpleTargetCollection ExcludedTargets { get; set; }

Property Value

EntraConditionalAccessPolicySimpleTargetCollection

ExcludedType

Gets or sets the excluded targets type.

public EntraConditionalAccessPolicyConditionType ExcludedType { get; set; }

Property Value

EntraConditionalAccessPolicyConditionType

IncludedTargets

Gets or sets included targets.

public EntraConditionalAccessPolicySimpleTargetCollection IncludedTargets { get; set; }

Property Value

EntraConditionalAccessPolicySimpleTargetCollection

IncludedType

Gets or sets the included targets type.

public EntraConditionalAccessPolicyConditionType IncludedType { get; set; }

Property Value

EntraConditionalAccessPolicyConditionType

Methods

ShouldSerializeExcludedTargets()

Determines whether the ExcludedTargets property should be serialized.

public bool ShouldSerializeExcludedTargets()

Returns

bool

A System.Boolean value that indicates whether the ExcludedTargets property should be serialized.

ShouldSerializeIncludedTargets()

Determines whether the IncludedTargets property should be serialized.

public bool ShouldSerializeIncludedTargets()

Returns

bool

A System.Boolean value that indicates whether the IncludedTargets property should be serialized.

ToString()

Returns the scope as a human readable string.

public override string ToString()

Returns

string

The scope as a human readable string.