Class EntraRoles
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory roles.
public class EntraRoles : BypassSection
- Inheritance
-
EntraRoles
- Inherited Members
Constructors
EntraRoles()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRoles class.
public EntraRoles()
Properties
IsPimLicensed
Gets or sets whether PIM is licensed in the tenant.
public BooleanOption IsPimLicensed { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public EntraRoleCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraRoles class from the specified XML.
public static EntraRoles FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraRoles
A CENTREL.XIA.Configuration.Types.EntraRoles class.
ToString()
Returns the Entra directory roles as a human readable string.
public override string ToString()
Returns
- string
The Entra directory roles as a human readable string.