androidStoreApp リソース タイプ
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Android ストア アプリのプロパティと継承されるプロパティを含みます。
mobileApp から継承します
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List androidStoreApps | androidStoreApp コレクション | androidStoreApp オブジェクトのプロパティとリレーションシップをリストします。 |
Get androidStoreApp | androidStoreApp | androidStoreApp オブジェクトのプロパティとリレーションシップを読み取ります。 |
Create androidStoreApp | androidStoreApp | 新しい androidStoreApp オブジェクトを作成します。 |
Delete androidStoreApp | なし | androidStoreApp を削除します。 |
Update androidStoreApp | androidStoreApp | androidStoreApp オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 mobileApp から継承します |
displayName | String | 管理者が提供またはインポートしたアプリのタイトル。 mobileApp から継承します |
description | String | アプリの説明。 mobileApp から継承します |
publisher | String | アプリの発行元。 mobileApp から継承します |
largeIcon | mimeContent | アプリの詳細に表示され、アイコンのアップロードに使用される大きいアイコン。 mobileApp から継承します |
createdDateTime | DateTimeOffset | アプリが作成された日時。 mobileApp から継承します |
lastModifiedDateTime | DateTimeOffset | アプリが最後に変更された日時。 mobileApp から継承します |
isFeatured | Boolean | アプリが管理者のおすすめとしてマークされたかどうかを示す値。mobileApp から継承します |
privacyInformationUrl | String | プライバシーに関する声明の URL。 mobileApp から継承します |
informationUrl | String | 詳細情報の URL。 mobileApp から継承します |
owner | String | アプリの所有者。 mobileApp から継承します |
developer | String | アプリの開発者。 mobileApp から継承します |
notes | String | アプリ用のメモ。 mobileApp から継承します |
publishingState | mobileAppPublishingState | アプリの発行の状態。 アプリが発行されていない限り、アプリを割り当てることができません。
mobileApp から継承されます。 可能な値は notPublished 、processing 、published です。 |
packageId | String | パッケージの識別子。 |
appStoreUrl | String | Android アプリ ストアの URL。 |
minimumSupportedOperatingSystem | androidMinimumOperatingSystem | 該当するオペレーティング システムの最小の値です。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
categories | mobileAppCategory コレクション | このアプリのカテゴリのリスト。 mobileApp から継承します |
assignments | mobileAppAssignment コレクション | このモバイル アプリのグループ割り当てのリスト。 mobileApp から継承します |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidStoreApp",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"publisher": "String",
"largeIcon": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "String",
"value": "binary"
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"isFeatured": true,
"privacyInformationUrl": "String",
"informationUrl": "String",
"owner": "String",
"developer": "String",
"notes": "String",
"publishingState": "String",
"packageId": "String",
"appStoreUrl": "String",
"minimumSupportedOperatingSystem": {
"@odata.type": "microsoft.graph.androidMinimumOperatingSystem",
"v4_0": true,
"v4_0_3": true,
"v4_1": true,
"v4_2": true,
"v4_3": true,
"v4_4": true,
"v5_0": true,
"v5_1": true,
"v6_0": true,
"v7_0": true,
"v7_1": true,
"v8_0": true,
"v8_1": true,
"v9_0": true,
"v10_0": true,
"v11_0": true
}
}