Table of Contents

Class EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

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

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

public class EntraConditionalAccessPolicyAssignmentSimpleTargetsScope : GlobalSerializableBase
Inheritance
EntraConditionalAccessPolicyAssignmentSimpleTargetsScope

Constructors

EntraConditionalAccessPolicyAssignmentSimpleTargetsScope()

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

public EntraConditionalAccessPolicyAssignmentSimpleTargetsScope()

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 EntraConditionalAccessPolicyAssignmentType ExcludedType { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentType

IncludedTargets

Gets or sets included targets.

public EntraConditionalAccessPolicySimpleTargetCollection IncludedTargets { get; set; }

Property Value

EntraConditionalAccessPolicySimpleTargetCollection

IncludedType

Gets or sets the included targets type.

public EntraConditionalAccessPolicyAssignmentType IncludedType { get; set; }

Property Value

EntraConditionalAccessPolicyAssignmentType

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.