Table of Contents

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

BooleanOption

Enabled

Gets or sets whether the service principal is enabled for users to sign-in.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

HomepageUrl

Gets or sets the homepage URL for the service principal.

public string HomepageUrl { get; set; }

Property Value

string

Notes

Gets or sets the internal notes of the service principal.

public string Notes { get; set; }

Property Value

string

Visible

Gets or sets whether the application is visible to users.

public BooleanOption Visible { get; set; }

Property Value

BooleanOption