Class EntraOrganization
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the organization for an Entra directory.
public class EntraOrganization : BaseTypeSection
- Inheritance
-
EntraOrganization
Constructors
EntraOrganization()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraOrganization class.
public EntraOrganization()
Properties
Address
Gets or sets the address of the organization.
public Address Address { get; set; }
Property Value
BusinessPhoneNumbers
Gets or sets the business telephone numbers for the organization.
public SerializableStringCollection BusinessPhoneNumbers { get; set; }
Property Value
- SerializableStringCollection
CreationDate
Gets or sets the date and time the organization was created.
public DateTime CreationDate { get; set; }
Property Value
DefaultDomain
Gets or sets the default domain name of the organization - for example "demonstration.onmicrosoft.com".
public string DefaultDomain { get; set; }
Property Value
DisplayName
Gets or sets the display name of the organization.
public string DisplayName { get; set; }
Property Value
GlobalPrivacyContact
Gets or sets the global privacy contact email address.
public string GlobalPrivacyContact { get; set; }
Property Value
GlobalPrivacyStatementUrl
Gets or sets the URL of the global privacy statement.
public string GlobalPrivacyStatementUrl { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the organization in GUID format.
public Guid Identifier { get; set; }
Property Value
LicenseDisplayName
Gets the display name of the effective license.
public string LicenseDisplayName { get; set; }
Property Value
LicenseServicePlanName
Gets or sets the effective license service plan name.
public string LicenseServicePlanName { get; set; }
Property Value
PreferredLanguage
Gets the display name of the preferred language - for example "English".
public string PreferredLanguage { get; set; }
Property Value
PreferredLanguageCode
Gets or sets the ISO 639-1 code of the preferred language - for example "en".
public string PreferredLanguageCode { get; set; }
Property Value
SecurityDefaultsEnabled
Gets or sets whether security defaults are enabled.
public BooleanOption SecurityDefaultsEnabled { get; set; }
Property Value
TechnicalContacts
Gets or sets the email addresses of the technical contacts for the organization.
public SerializableStringCollection TechnicalContacts { get; set; }
Property Value
- SerializableStringCollection
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.EntraOrganization class from the specified XML.
public static EntraOrganization FromXml(string xml)
Parameters
xmlstringThe XML representation of the object.
Returns
- EntraOrganization
A CENTREL.XIA.Configuration.Types.EntraOrganization class.
ToString()
Returns the display name of the organization.
public override string ToString()
Returns
- string
The display name of the organization.