Table of Contents

Class EntraDirectoryRoleAssignments

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

Represents a collection of Entra directory role assignments.

public class EntraDirectoryRoleAssignments : BaseTypeSection
Inheritance
EntraDirectoryRoleAssignments

Constructors

EntraDirectoryRoleAssignments()

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

public EntraDirectoryRoleAssignments()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryRoleAssignmentCollection Items { get; set; }

Property Value

EntraDirectoryRoleAssignmentCollection

Methods

FromXml(string)

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

public static EntraDirectoryRoleAssignments FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDirectoryRoleAssignments

A CENTREL.XIA.Configuration.Types.EntraDirectoryRoleAssignments class.

ToString()

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

public override string ToString()

Returns

string

The Entra directory role assignments as a human readable string.