Table of Contents

Class EntraConditionalAccessPolicyConditionIdentifiedTargetsScope

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

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

public class EntraConditionalAccessPolicyConditionIdentifiedTargetsScope : GlobalSerializableBase
Inheritance
EntraConditionalAccessPolicyConditionIdentifiedTargetsScope

Constructors

EntraConditionalAccessPolicyConditionIdentifiedTargetsScope()

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

public EntraConditionalAccessPolicyConditionIdentifiedTargetsScope()

Properties

ExcludedTargets

Gets or sets the excluded targets.

public EntraConditionalAccessPolicyIdentifiedTargetCollection ExcludedTargets { get; set; }

Property Value

EntraConditionalAccessPolicyIdentifiedTargetCollection

ExcludedType

Gets or sets the excluded targets type.

public EntraConditionalAccessPolicyConditionType ExcludedType { get; set; }

Property Value

EntraConditionalAccessPolicyConditionType

IncludedTargets

Gets or sets included targets.

public EntraConditionalAccessPolicyIdentifiedTargetCollection IncludedTargets { get; set; }

Property Value

EntraConditionalAccessPolicyIdentifiedTargetCollection

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.