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
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
Permissions
Gets or sets the API permissions.
public EntraApplicationApiPermissions Permissions { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraApplicationApiSettings class from the specified XML.
public static EntraApplicationApiSettings FromXml(string xml)
Parameters
xmlstringThe 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.