deviceManagementPartner リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイス管理パートナーとの接続を表すエンティティです。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List deviceManagementPartners | deviceManagementPartner コレクション | deviceManagementPartner オブジェクトのプロパティとリレーションシップをリストします。 |
Get deviceManagementPartner | deviceManagementPartner | deviceManagementPartner オブジェクトのプロパティとリレーションシップを読み取ります。 |
Create deviceManagementPartner | deviceManagementPartner | 新しい deviceManagementPartner オブジェクトを作成します。 |
Delete deviceManagementPartner | なし | deviceManagementPartner を削除します。 |
Update deviceManagementPartner | deviceManagementPartner | deviceManagementPartner オブジェクトのプロパティを更新します。 |
アクションを終了する | なし | まだ文書化されていません |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティの ID |
lastHeartbeatDateTime | DateTimeOffset | 管理者が [デバイス管理パートナーに接続] オプションを有効にした後の最終ハートビートのタイムスタンプ |
partnerState | deviceManagementPartnerTenantState | このテナントのパートナーの状態。 使用可能な値: unknown 、unavailable 、enabled 、terminated 、rejected 、unresponsive 。 |
partnerAppType | deviceManagementPartnerAppType | パートナー アプリの種類。 可能な値は unknown 、singleTenantApp 、multiTenantApp です。 |
singleTenantAppId | String | パートナーのシングル テナントのアプリ ID |
displayName | String | パートナー表示名 |
isConfigured | ブール型 (Boolean) | デバイス管理パートナーが構成されているかどうかを指定します |
whenPartnerDevicesWillBeRemovedDateTime | DateTimeOffset | パートナー デバイスが削除されるときの日時 (UTC) |
whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime | DateTimeOffset | パートナー デバイスが準拠していないとマークされる日時 (UTC) |
groupsRequiringPartnerEnrollment | deviceManagementPartnerAssignment コレクション | 登録がパートナーを通じて行われるかどうかを指定するユーザー グループ。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementPartner",
"id": "String (identifier)",
"lastHeartbeatDateTime": "String (timestamp)",
"partnerState": "String",
"partnerAppType": "String",
"singleTenantAppId": "String",
"displayName": "String",
"isConfigured": true,
"whenPartnerDevicesWillBeRemovedDateTime": "String (timestamp)",
"whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime": "String (timestamp)",
"groupsRequiringPartnerEnrollment": [
{
"@odata.type": "microsoft.graph.deviceManagementPartnerAssignment",
"target": {
"@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
"collectionId": "String"
}
}
]
}