Table of Contents

Class EntraApplicationProperties

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

Represents the properties of an Entra directory application.

public class EntraApplicationProperties : GlobalSerializableBase
Inheritance
EntraApplicationProperties

Constructors

EntraApplicationProperties()

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

public EntraApplicationProperties()

Properties

HomepageUrl

Gets or sets the homepage URL for the application.

public string HomepageUrl { get; set; }

Property Value

string

Notes

Gets or sets the internal notes of the application.

public string Notes { get; set; }

Property Value

string

PrivacyStatementUrl

Gets or sets the privacy statement URL for the application.

public string PrivacyStatementUrl { get; set; }

Property Value

string

PublisherDomain

Gets or sets the publisher domain for the application.

public string PublisherDomain { get; set; }

Property Value

string

PublisherVerification

Gets or sets the publisher verification information for the application.

public EntraApplicationPublisherVerificationInformation PublisherVerification { get; set; }

Property Value

EntraApplicationPublisherVerificationInformation

ServiceManagementReference

Gets or sets the service management reference.

public string ServiceManagementReference { get; set; }

Property Value

string

TermsOfServiceUrl

Gets or sets the terms of service URL for the application.

public string TermsOfServiceUrl { get; set; }

Property Value

string