Table of Contents

Class EntraApplicationPermissionScopes

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

Represents the permission scopes of an Entra Directory application.

public class EntraApplicationPermissionScopes : BaseTypeSection
Inheritance
EntraApplicationPermissionScopes

Constructors

EntraApplicationPermissionScopes()

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

public EntraApplicationPermissionScopes()

Properties

Items

Gets or sets the items in the collection.

public EntraApplicationPermissionScopeCollection Items { get; set; }

Property Value

EntraApplicationPermissionScopeCollection

Methods

FromXml(string)

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

public static EntraApplicationPermissionScopes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraApplicationPermissionScopes

A CENTREL.XIA.Configuration.Types.EntraApplicationPermissionScopes class.

ToString()

Returns the Entra directory permission scopes as a human readable string.

public override string ToString()

Returns

string

The Entra directory permission scopes as a human readable string.