IMicrosoftGraphOrganization Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationTypeConverter))]
public interface IMicrosoftGraphOrganization : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDirectoryObject, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationTypeConverter))>]
type IMicrosoftGraphOrganization = interface
interface IJsonSerializable
interface IMicrosoftGraphDirectoryObject
interface IMicrosoftGraphEntityAutoGenerated
interface IAssociativeArray<obj>
Public Interface IMicrosoftGraphOrganization
Implements IAssociativeArray(Of Object), IMicrosoftGraphDirectoryObject
- Derived
- Attributes
- Implements
Properties
AdditionalProperties | (Inherited from IAssociativeArray<T>) |
AssignedPlan |
The collection of service plans associated with the tenant. Not nullable. |
Branding |
organizationalBranding |
BusinessPhone |
Telephone number for the organization. Although this is a string collection, only one number can be set for this property. |
CertificateBasedAuthConfiguration |
Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. |
City |
City name of the address for the organization. |
Country |
Country/region name of the address for the organization. |
CountryLetterCode |
Country or region abbreviation for the organization in ISO 3166-2 format. |
CreatedDateTime |
Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
DeletedDateTime | (Inherited from IMicrosoftGraphDirectoryObject) |
DisplayName |
The name displayed in directory (Inherited from IMicrosoftGraphDirectoryObject) |
Extension |
The collection of open extensions defined for the organization. Read-only. Nullable. |
Id |
Read-only. (Inherited from IMicrosoftGraphEntityAutoGenerated) |
Item[String] | (Inherited from IAssociativeArray<T>) |
MarketingNotificationEmail |
Not nullable. |
MobileDeviceManagementAuthority |
Mobile device management authority. |
OdataId |
The full id of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
OdataType |
The type of object in directory (Inherited from IMicrosoftGraphDirectoryObject) |
OnPremisesLastSyncDateTime |
The time and date at which the tenant was last synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
OnPremisesSyncEnabled |
true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object has never been synced from an on-premises directory (default). |
PostalCode |
Postal code of the address for the organization. |
PreferredLanguage |
The preferred language for the organization. Should follow ISO 639-1 Code; for example, en. |
PrivacyProfile |
privacyProfile |
ProvisionedPlan |
Not nullable. |
SecurityComplianceNotificationMail | |
SecurityComplianceNotificationPhone | |
State |
State name of the address for the organization. |
Street |
Street name of the address for organization. |
TechnicalNotificationMail |
Not nullable. |
TenantType | |
VerifiedDomain |
The collection of domains associated with this tenant. Not nullable. |
Methods
Add(String, T) | (Inherited from IAssociativeArray<T>) |
Clear() | (Inherited from IAssociativeArray<T>) |
ContainsKey(String) | (Inherited from IAssociativeArray<T>) |
Remove(String) | (Inherited from IAssociativeArray<T>) |
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
TryGetValue(String, T) | (Inherited from IAssociativeArray<T>) |