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
Notes
Gets or sets the internal notes of the application.
public string Notes { get; set; }
Property Value
PrivacyStatementUrl
Gets or sets the privacy statement URL for the application.
public string PrivacyStatementUrl { get; set; }
Property Value
PublisherDomain
Gets or sets the publisher domain for the application.
public string PublisherDomain { get; set; }
Property Value
PublisherVerification
Gets or sets the publisher verification information for the application.
public EntraApplicationPublisherVerificationInformation PublisherVerification { get; set; }
Property Value
ServiceManagementReference
Gets or sets the service management reference.
public string ServiceManagementReference { get; set; }
Property Value
TermsOfServiceUrl
Gets or sets the terms of service URL for the application.
public string TermsOfServiceUrl { get; set; }