Table of Contents

Class EntraAppRoles

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

Represents the app roles of an Entra Directory application or service principal.

public class EntraAppRoles : BypassSection
Inheritance
EntraAppRoles
Inherited Members

Constructors

EntraAppRoles()

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

public EntraAppRoles()

Properties

Items

Gets or sets the items in the collection.

public EntraAppRoleCollection Items { get; set; }

Property Value

EntraAppRoleCollection

Methods

FromXml(string)

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

public static EntraAppRoles FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraAppRoles

A CENTREL.XIA.Configuration.Types.EntraAppRoles class.

ToString()

Returns the Entra directory app roles as a human readable string.

public override string ToString()

Returns

string

The Entra directory app roles as a human readable string.