組織リソースの種類organization resource type
ユーザーやアプリケーションがサインインする Azure Active Directory テナントを表します。Represents the Azure Active Directory tenant that the user or application is signed in to. このリソースでは読み取りおよび更新操作のみがサポートされ、作成と削除はサポートされません。Only the read and update operations are supported on this resource; create and delete are not supported. directoryObject から継承します。Inherits from directoryObject.
このリソースでは、拡張機能を使用してカスタム プロパティに独自のデータを追加することができます。This resource lets you add your own data to custom properties using extensions.
メソッドMethods
メソッドMethod | 戻り値の型Return Type | 説明Description |
---|---|---|
組織を取得するGet organization | organization コレクションorganization collection | 組織オブジェクトのプロパティと関係を読み取ります。Read properties and relationships of organization object. |
UpdateUpdate | organizationorganization | organization オブジェクトを更新します。Update organization object. 更新できるプロパティは、marketingNotificationMails、technicalNotificationMails、securityComplianceNotificationMails、securityComplianceNotificationPhones、privacyProfile のみです。The only properties that can be updated are: marketingNotificationMails, technicalNotificationMails, securityComplianceNotificationMails, securityComplianceNotificationPhones and privacyProfile. |
オープン拡張機能Open extensions | ||
オープン拡張機能を作成するCreate open extension | openTypeExtensionopenTypeExtension | オープン拡張機能を作成し、新規または既存のリソースにカスタム プロパティを追加します。Create an open extension and add custom properties to a new or existing resource. |
オープン拡張機能を取得するGet open extension | openTypeExtension コレクションopenTypeExtension collection | 拡張機能の名前で識別されるオープン拡張機能を取得します。Get an open extension identified by the extension name. |
スキーマ拡張機能Schema extensions | ||
スキーマ拡張機能の値を追加するAdd schema extension values | スキーマ拡張機能の定義を作成し、それを使用してカスタマイズされた種類のデータをリソースに追加します。Create a schema extension definition and then use it to add custom typed data to a resource. |
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
assignedPlansassignedPlans | assignedPlan コレクションassignedPlan collection | テナントに関連付けられているサービス プランのコレクション。null 許容ではありません。The collection of service plans associated with the tenant. Not nullable. |
businessPhonesbusinessPhones | String コレクションString collection | 組織の電話番号。Telephone number for the organization. メモ: 文字列コレクションですが、このプロパティに設定できるのは 1 つの数字のみです。NOTE: Although this is a string collection, only one number can be set for this property. |
citycity | StringString | 組織の住所の市区町村名。City name of the address for the organization |
countrycountry | StringString | 組織の住所の国/地域名。Country/region name of the address for the organization |
countryLetterCodecountryLetterCode | StringString | 組織の国/地域の略称。Country/region abbreviation for the organization |
createdDateTimecreatedDateTime | DateTimeOffsetDateTimeOffset | 組織作成時のタイムスタンプです。Timestamp of when the organization was created. 値は変更できず、組織が作成されると自動的に設定されます。The value cannot be modified and is automatically populated when the organization is created. Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、次のようになります。'2014-01-01T00:00:00Z' For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' . 読み取り専用です。Read-only. |
deletedDateTimedeletedDateTime | DateTimeOffsetDateTimeOffset | ISO 8601 形式を使用して Azure AD テナントが削除されたときの日時を表し、常に UTC 時間です。Represents date and time of when the Azure AD tenant was deleted using ISO 8601 format and is always in UTC time. たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、次のようになります: '2014-01-01T00:00:00Z' 。For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' . 読み取り専用です。Read-only. |
createdDateTimecreatedDateTime | DateTimeOffsetDateTimeOffset | 組織作成時のタイムスタンプです。Timestamp of when the organization was created. 値は変更できず、組織が作成されると自動的に設定されます。The value cannot be modified and is automatically populated when the organization is created. Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、次のようになります。'2014-01-01T00:00:00Z' For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' . 読み取り専用です。Read-only. |
displayNamedisplayName | StringString | テナントの表示名。The display name for the tenant. |
idid | StringString | テナント ID。組織 (またはテナント) を表す一意の識別子です。The tenant ID, a unique identifier representing the organization (or tenant). directoryObject から継承されました。Inherited from directoryObject. キー。Key. null 許容ではありません。Not nullable. 読み取り専用です。Read-only. |
isMultipleDataLocationsForServicesEnabledisMultipleDataLocationsForServicesEnabled | BooleanBoolean | 組織の Multi-Geo が有効の場合 true、組織の Multi-Geo が有効ではない場合 false、null (既定)。true if organization is Multi-Geo enabled; false if organization is not Multi-Geo enabled; null (default). 読み取り専用です。Read-only. 詳細については、「OneDrive Online Multi-Geo」を参照してください。For more information, see OneDrive Online Multi-Geo. |
marketingNotificationEmailsmarketingNotificationEmails | String collectionString collection | null 許容ではありません。Not nullable. |
onPremisesLastSyncDateTimeonPremisesLastSyncDateTime | DateTimeOffsetDateTimeOffset | 前回テナントがオンプレミスのディレクトリと同期した日付と時刻。The time and date at which the tenant was last synced with the on-premise directory. Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、次のようになります。'2014-01-01T00:00:00Z' For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' . 読み取り専用です。Read-only. |
onPremisesSyncEnabledonPremisesSyncEnabled | BooleanBoolean | このオブジェクトがオンプレミスのディレクトリから同期される場合は true。このオブジェクトが最初にオンプレミスのディレクトリから同期されていて、今後は同期されない場合は false。このオブジェクトがオンプレミスのディレクトリから一度も同期されたことがない場合は null (既定値)。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; null if this object has never been synced from an on-premises directory (default). |
postalCodepostalCode | StringString | 組織の住所の郵便番号。Postal code of the address for the organization |
preferredLanguagepreferredLanguage | StringString | 組織の優先言語。The preferred language for the organization. ISO 639-1 コードに従う必要があります (例: "en")。Should follow ISO 639-1 Code; for example "en". |
privacyProfileprivacyProfile | privacyProfileprivacyProfile | 組織のプライバシー プロファイル。The privacy profile of an organization. |
provisionedPlansprovisionedPlans | ProvisionedPlan コレクションProvisionedPlan collection | null 許容ではありません。Not nullable. |
securityComplianceNotificationMailssecurityComplianceNotificationMails | String collectionString collection | |
securityComplianceNotificationPhonessecurityComplianceNotificationPhones | String collectionString collection | |
statestate | StringString | 組織の住所の都道府県名。State name of the address for the organization |
街路street | StringString | 組織の住所の番地。Street name of the address for organization |
technicalNotificationMailstechnicalNotificationMails | String collectionString collection | null 許容ではありません。Not nullable. |
verifiedDomainsverifiedDomains | VerifiedDomain コレクションVerifiedDomain collection | このテナントに関連付けられているドメインのコレクション。null 許容ではありません。The collection of domains associated with this tenant. Not nullable. |
関係Relationships
リレーションシップRelationship | 型Type | 説明Description |
---|---|---|
certificateBasedAuthConfigurationcertificateBasedAuthConfiguration | certificateBasedAuthConfiguration コレクションcertificateBasedAuthConfiguration collection | 証明書ベースの認証の構成を管理するナビゲーション プロパティです。Navigation property to manage certificate-based authentication configuration. certificateBasedAuthConfiguration の単一インスタンスのみコレクションで作成できます。Only a single instance of certificateBasedAuthConfiguration can be created in the collection. |
extensionsextensions | extension コレクションextension collection | 組織に対して定義されているオープン拡張機能のコレクション。読み取り専用です。Null 許容型。The collection of open extensions defined for the organization. Read-only. Nullable. |
JSON 表記JSON representation
以下は、リソースの JSON 表記です。Here is a JSON representation of the resource.
{
"assignedPlans": [{"@odata.type": "microsoft.graph.assignedPlan"}],
"businessPhones": ["string"],
"city": "string",
"country": "string",
"countryLetterCode": "string",
"createdDateTime": "String (timestamp)",
"deletedDateTime": "String (timestamp)",
"displayName": "string",
"id": "string (identifier)",
"isMultipleDataLocationsForServicesEnabled": "boolean",
"marketingNotificationEmails": ["string"],
"onPremisesLastSyncDateTime": "String (timestamp)",
"onPremisesSyncEnabled": true,
"postalCode": "string",
"preferredLanguage": "string",
"privacyProfile": {"@odata.type": "microsoft.graph.privacyProfile"},
"provisionedPlans": [{"@odata.type": "microsoft.graph.provisionedPlan"}],
"securityComplianceNotificationMails": ["string"],
"securityComplianceNotificationPhones": ["string"],
"state": "string",
"street": "string",
"technicalNotificationMails": ["string"],
"verifiedDomains": [{"@odata.type": "microsoft.graph.verifiedDomain"}]
}