Table of Contents

Class EntraServicePrincipalAppRoleAssignmentCollection

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

Represents a collection of Entra directory app role assignments.

public class EntraServicePrincipalAppRoleAssignmentCollection : Collection<EntraServicePrincipalAppRoleAssignment>, IList<EntraServicePrincipalAppRoleAssignment>, ICollection<EntraServicePrincipalAppRoleAssignment>, IList, ICollection, IReadOnlyList<EntraServicePrincipalAppRoleAssignment>, IReadOnlyCollection<EntraServicePrincipalAppRoleAssignment>, IEnumerable<EntraServicePrincipalAppRoleAssignment>, IEnumerable
Inheritance
EntraServicePrincipalAppRoleAssignmentCollection
Implements
Inherited Members

Constructors

EntraServicePrincipalAppRoleAssignmentCollection()

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

public EntraServicePrincipalAppRoleAssignmentCollection()

Methods

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraServicePrincipalAppRoleAssignment with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraServicePrincipalAppRoleAssignment with that identifier is found.

public EntraServicePrincipalAppRoleAssignment FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.EntraServicePrincipalAppRoleAssignment to locate in GUID format.

Returns

EntraServicePrincipalAppRoleAssignment

The CENTREL.XIA.Configuration.Types.EntraServicePrincipalAppRoleAssignment with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()