Table of Contents

Class EntraRoleEligibleAssignments

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

Represents a collection of Entra directory role eligible assignments. This is only available when the directory is licensed for PIM.

public class EntraRoleEligibleAssignments : BypassSection
Inheritance
EntraRoleEligibleAssignments
Inherited Members

Constructors

EntraRoleEligibleAssignments()

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

public EntraRoleEligibleAssignments()

Properties

Items

Gets or sets the items in the collection.

public EntraRoleEligibleAssignmentCollection Items { get; set; }

Property Value

EntraRoleEligibleAssignmentCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraRoleEligibleAssignments class from the specified XML.

public static EntraRoleEligibleAssignments FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraRoleEligibleAssignments

A CENTREL.XIA.Configuration.Types.EntraRoleEligibleAssignments class.

ToString()

Returns the Entra directory role eligible assignments as a human readable string.

public override string ToString()

Returns

string

The Entra directory role eligible assignments as a human readable string.