Class EntraServicePrincipalProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of an Entra directory service principal.
public class EntraServicePrincipalProperties : GlobalSerializableBase
- Inheritance
-
EntraServicePrincipalProperties
Constructors
EntraServicePrincipalProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraServicePrincipalProperties class.
public EntraServicePrincipalProperties()
Properties
AssignmentRequired
Gets or sets whether users and other apps or services must first be assigned this application before being able to access it.
public BooleanOption AssignmentRequired { get; set; }
Property Value
Enabled
Gets or sets whether the service principal is enabled for users to sign-in.
public BooleanOption Enabled { get; set; }
Property Value
HomepageUrl
Gets or sets the homepage URL for the service principal.
public string HomepageUrl { get; set; }
Property Value
Notes
Gets or sets the internal notes of the service principal.
public string Notes { get; set; }
Property Value
Visible
Gets or sets whether the application is visible to users.
public BooleanOption Visible { get; set; }