Table of Contents

Class EntraApplicationAuthorizedApplication

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

Represents an Entra directory authorized application.

public class EntraApplicationAuthorizedApplication : GlobalSerializableBase
Inheritance
EntraApplicationAuthorizedApplication

Constructors

EntraApplicationAuthorizedApplication()

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

public EntraApplicationAuthorizedApplication()

Properties

ApplicationIdentifier

Gets or sets the application identifier of the authorized application.

public Guid ApplicationIdentifier { get; set; }

Property Value

Guid

PermissionScopeIdentifiers

Gets or sets the permission scope identifiers.

public SerializableStringCollection PermissionScopeIdentifiers { get; set; }

Property Value

SerializableStringCollection

Methods

ToString()

Returns the application identifier of the authorized application.

public override string ToString()

Returns

string

The application identifier of the authorized application.