Class EntraConditionalAccessPolicyCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory conditional access policies.
public class EntraConditionalAccessPolicyCollection : Collection<EntraConditionalAccessPolicy>, IList<EntraConditionalAccessPolicy>, ICollection<EntraConditionalAccessPolicy>, IList, ICollection, IReadOnlyList<EntraConditionalAccessPolicy>, IReadOnlyCollection<EntraConditionalAccessPolicy>, IEnumerable<EntraConditionalAccessPolicy>, IEnumerable
- Inheritance
-
EntraConditionalAccessPolicyCollection
- Implements
- Inherited Members
Constructors
EntraConditionalAccessPolicyCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyCollection class.
public EntraConditionalAccessPolicyCollection()
Properties
UsesBetaFeatures
Gets whether any of the Conditional Access Policies in the collection use BETA features.
[Browsable(false)]
public bool UsesBetaFeatures { get; }
Property Value
Methods
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy with the specified unique identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy with the specified unique identifier exists within the collection.
FindByDisplayName(string)
Returns a CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyCollection containing the conditional access policies with the specified display name.
public EntraConditionalAccessPolicyCollection FindByDisplayName(string displayName)
Parameters
displayNamestringThe display name of the conditional access policy to locate.
Returns
- EntraConditionalAccessPolicyCollection
A CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicyCollection containing the conditional access policies with the specified display name.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy with that unique identifier is found.
public EntraConditionalAccessPolicy FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe unique identifier of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy to locate in GUID format.
Returns
- EntraConditionalAccessPolicy
The CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicy with the specified unique identifier.
Sort()
Sorts the values in the collection.
public void Sort()