Table of Contents

Class EntraApplicationApiSettings

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

Represents the API settings of an Entra Directory application.

public class EntraApplicationApiSettings : BypassSection
Inheritance
EntraApplicationApiSettings
Inherited Members

Constructors

EntraApplicationApiSettings()

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

public EntraApplicationApiSettings()

Properties

AuthorizedApplications

Gets or sets the authorized applications.

public EntraApplicationAuthorizedApplications AuthorizedApplications { get; set; }

Property Value

EntraApplicationAuthorizedApplications

IdentifierUris

Gets or sets the identifier URIs for the application.

public SerializableStringCollection IdentifierUris { get; set; }

Property Value

SerializableStringCollection

PermissionScopes

Gets or sets the permission scopes.

public EntraApplicationPermissionScopes PermissionScopes { get; set; }

Property Value

EntraApplicationPermissionScopes

Permissions

Gets or sets the API permissions.

public EntraApplicationApiPermissions Permissions { get; set; }

Property Value

EntraApplicationApiPermissions

Methods

FromXml(string)

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

public static EntraApplicationApiSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraApplicationApiSettings

A CENTREL.XIA.Configuration.Types.EntraApplicationApiSettings class.

ToString()

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

public override string ToString()

Returns

string

The Entra directory API settings as a human readable string.