Class EntraConditionalAccessPolicySimpleTargetCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra conditional access policy condition simple targets.
public class EntraConditionalAccessPolicySimpleTargetCollection : Collection<EntraConditionalAccessPolicySimpleTarget>, IList<EntraConditionalAccessPolicySimpleTarget>, ICollection<EntraConditionalAccessPolicySimpleTarget>, IList, ICollection, IReadOnlyList<EntraConditionalAccessPolicySimpleTarget>, IReadOnlyCollection<EntraConditionalAccessPolicySimpleTarget>, IEnumerable<EntraConditionalAccessPolicySimpleTarget>, IEnumerable
- Inheritance
-
EntraConditionalAccessPolicySimpleTargetCollection
- Implements
- Inherited Members
Constructors
EntraConditionalAccessPolicySimpleTargetCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicySimpleTargetCollection class.
public EntraConditionalAccessPolicySimpleTargetCollection()
Methods
Add(string, string)
Adds a new CENTREL.XIA.Configuration.Types.EntraConditionalAccessPolicySimpleTarget with the specified native identifier and display name.
public void Add(string nativeIdentifier, string displayName)
Parameters
Sort()
Sorts the values in the collection.
public void Sort()
ToDisplayNames()
Returns the display names of the simple targets in the collection.
public SerializableStringCollection ToDisplayNames()
Returns
- SerializableStringCollection
A CENTREL.Support.SerializableStringCollection containing the display names of the simple targets in the collection.