Table of Contents

Class EntraApplicationApiPermissions

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

Represents the API permissions of an Entra Directory application.

public class EntraApplicationApiPermissions : BaseTypeSection
Inheritance
EntraApplicationApiPermissions

Constructors

EntraApplicationApiPermissions()

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

public EntraApplicationApiPermissions()

Properties

Items

Gets or sets the items in the collection.

public EntraApplicationApiPermissionCollection Items { get; set; }

Property Value

EntraApplicationApiPermissionCollection

Methods

FromXml(string)

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

public static EntraApplicationApiPermissions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraApplicationApiPermissions

A CENTREL.XIA.Configuration.Types.EntraApplicationApiPermissions class.

ToString()

Returns the Entra directory API permissions as a human readable string.

public override string ToString()

Returns

string

The Entra directory API permissions as a human readable string.