Class EntraDirectory
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft Entra directory.
[SupportsClientScan]
public class EntraDirectory : BaseConfigurationType
- Inheritance
-
EntraDirectory
- Inherited Members
Constructors
EntraDirectory()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectory class.
public EntraDirectory()
Properties
Applications
Gets or sets the applications configured for the Entra directory.
public EntraDirectoryApplications Applications { get; set; }
Property Value
Domains
Gets or sets the Entra directory domains.
public EntraDirectoryDomains Domains { get; set; }
Property Value
Groups
Gets or sets the groups configured in the Entra directory.
public EntraDirectoryGroups Groups { get; set; }
Property Value
Organization
Gets or sets the information about the organization.
public EntraDirectoryOrganization Organization { get; set; }
Property Value
Roles
Gets or sets the roles configured for the Entra directory.
public EntraDirectoryRoles Roles { get; set; }
Property Value
Type
Gets the type of item that this represents.
public override ItemType Type { get; set; }
Property Value
Users
Gets or sets the user accounts configured for the Entra directory.
public EntraDirectoryUsers Users { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.EntraDirectory object.
public EntraDirectory Clone()
Returns
- EntraDirectory
A clone of this CENTREL.XIA.Configuration.Types.EntraDirectory object.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.EntraDirectory from the specified XML data.
public static EntraDirectory FromXml(string xml)
Parameters
xmlstringThe XML representation of the Entra directory.
Returns
- EntraDirectory
A CENTREL.XIA.Configuration.Types.EntraDirectory from the specified XML.
LoadXml(string)
Returns the CENTREL.XIA.Configuration.Types.EntraDirectory from the specified XML file.
public static EntraDirectory LoadXml(string filePath)
Parameters
filePathstringThe absolute path of the XML file to load.
Returns
- EntraDirectory
A CENTREL.XIA.Configuration.Types.EntraDirectory from the specified XML.