MicrosoftGraphOrganization Class

Definition

organization

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationTypeConverter))]
public class MicrosoftGraphOrganization : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganization, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphOrganizationTypeConverter))>]
type MicrosoftGraphOrganization = class
    interface IMicrosoftGraphOrganization
    interface IJsonSerializable
    interface IMicrosoftGraphDirectoryObject
    interface IMicrosoftGraphEntityAutoGenerated
    interface IAssociativeArray<obj>
    interface IValidates
Public Class MicrosoftGraphOrganization
Implements IAssociativeArray(Of Object), IMicrosoftGraphOrganization, IValidates
Inheritance
MicrosoftGraphOrganization
Attributes
Implements

Constructors

MicrosoftGraphOrganization()

Creates an new MicrosoftGraphOrganization instance.

Fields

__additionalProperties

Properties

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
DisplayName

The name displayed in directory

Extension

The collection of open extensions defined for the organization. Read-only. Nullable.

Id

Read-only.

Item[String]
MarketingNotificationEmail

Not nullable.

MobileDeviceManagementAuthority

Mobile device management authority.

OdataId

The full id of object in directory

OdataType

The type of object in directory

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, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphOrganization.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphOrganization.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphOrganization.

FromJsonString(String)

Creates a new instance of MicrosoftGraphOrganization, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphOrganization into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)
Validate(IEventListener)

Validates that this object meets the validation criteria.

Operators

Implicit(MicrosoftGraphOrganization to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to