Class EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a directory objects scope of assignments of an Entra directory conditional access policy.
public class EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope : GlobalSerializableBase
- Inheritance
-
EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope
Constructors
EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope class.
public EntraConditionalAccessPolicyAssignmentDirectoryObjectsScope()
Properties
ExcludedObjects
Gets or sets the excluded objects.
public EntraDirectoryObjectCollection ExcludedObjects { get; set; }
Property Value
ExcludedType
Gets or sets the excluded objects type.
public EntraConditionalAccessPolicyAssignmentType ExcludedType { get; set; }
Property Value
IncludedObjects
Gets or sets included objects.
public EntraDirectoryObjectCollection IncludedObjects { get; set; }
Property Value
IncludedType
Gets or sets the included objects type.
public EntraConditionalAccessPolicyAssignmentType IncludedType { get; set; }
Property Value
Methods
ShouldSerializeExcludedObjects()
Determines whether the ExcludedObjects property should be serialized.
public bool ShouldSerializeExcludedObjects()
Returns
- bool
A System.Boolean value that indicates whether the ExcludedObjects property should be serialized.
ShouldSerializeIncludedObjects()
Determines whether the IncludedObject property should be serialized.
public bool ShouldSerializeIncludedObjects()
Returns
- bool
A System.Boolean value that indicates whether the IncludedObject 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.