Class EntraDirectoryOrganization
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the organization for an Entra directory.
public class EntraDirectoryOrganization : BaseTypeSection
- Inheritance
-
EntraDirectoryOrganization
Constructors
EntraDirectoryOrganization()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryOrganization class.
public EntraDirectoryOrganization()
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
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
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.EntraDirectoryOrganization class from the specified XML.
public static EntraDirectoryOrganization FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- EntraDirectoryOrganization
A CENTREL.XIA.Configuration.Types.EntraDirectoryOrganization class.
ToString()
Returns the display name of the organization.
public override string ToString()
Returns
- string
The display name of the organization.