Table of Contents

Class EntraApplicationAuthorizedApplications

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

Represents the authorized applications of an Entra Directory application.

public class EntraApplicationAuthorizedApplications : BaseTypeSection
Inheritance
EntraApplicationAuthorizedApplications

Constructors

EntraApplicationAuthorizedApplications()

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

public EntraApplicationAuthorizedApplications()

Properties

Items

Gets or sets the items in the collection.

public EntraApplicationAuthorizedApplicationCollection Items { get; set; }

Property Value

EntraApplicationAuthorizedApplicationCollection

Methods

FromXml(string)

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

public static EntraApplicationAuthorizedApplications FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraApplicationAuthorizedApplications

A CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplications class.

ToString()

Returns the Entra directory authorized applications as a human readable string.

public override string ToString()

Returns

string

The Entra directory authorized applications as a human readable string.