Class EntraRoleAssignmentCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory role assignments.
public class EntraRoleAssignmentCollection : Collection<EntraRoleAssignment>, IList<EntraRoleAssignment>, ICollection<EntraRoleAssignment>, IList, ICollection, IReadOnlyList<EntraRoleAssignment>, IReadOnlyCollection<EntraRoleAssignment>, IEnumerable<EntraRoleAssignment>, IEnumerable
- Inheritance
-
EntraRoleAssignmentCollection
- Implements
- Inherited Members
Constructors
EntraRoleAssignmentCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRoleAssignmentCollection class.
public EntraRoleAssignmentCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraRoleAssignment with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraRoleAssignment with the identifier is found.
public EntraRoleAssignment FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraRoleAssignment to locate.
Returns
- EntraRoleAssignment
The CENTREL.XIA.Configuration.Types.EntraRoleAssignment with the specified identifier.
GetPrincipalDisplayNames()
Gets the display names of the principals in the collection.
public SerializableStringCollection GetPrincipalDisplayNames()
Returns
- SerializableStringCollection
The display names of the principals in the collection.
Sort()
Sorts the values in the collection.
public void Sort()