Table of Contents

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

EntraDirectoryApplications

Domains

Gets or sets the Entra directory domains.

public EntraDirectoryDomains Domains { get; set; }

Property Value

EntraDirectoryDomains

Groups

Gets or sets the groups configured in the Entra directory.

public EntraDirectoryGroups Groups { get; set; }

Property Value

EntraDirectoryGroups

Organization

Gets or sets the information about the organization.

public EntraDirectoryOrganization Organization { get; set; }

Property Value

EntraDirectoryOrganization

Roles

Gets or sets the roles configured for the Entra directory.

public EntraDirectoryRoles Roles { get; set; }

Property Value

EntraDirectoryRoles

Type

Gets the type of item that this represents.

public override ItemType Type { get; set; }

Property Value

ItemType

Users

Gets or sets the user accounts configured for the Entra directory.

public EntraDirectoryUsers Users { get; set; }

Property Value

EntraDirectoryUsers

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

xml string

The 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

filePath string

The absolute path of the XML file to load.

Returns

EntraDirectory

A CENTREL.XIA.Configuration.Types.EntraDirectory from the specified XML.