名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Android アプリケーションのカスタム構成を記述するスキーマ。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。スキーマが対応するアプリケーションの Android パッケージ名です。 |
| exampleJson | Binary | このスキーマに準拠した JSON 文字列の例を含む、UTF8 でエンコードされたバイト配列。このアプリの構成の設定方法を示しています。 |
| schemaItems | androidManagedStoreAppConfigurationSchemaItem コレクション | スキーマ内の名前付き構成オプションを表す項目のコレクション。 ルート レベルの構成のみが含まれています。 |
| nestedSchemaItems | androidManagedStoreAppConfigurationSchemaItem コレクション | スキーマ内の名前付き構成オプションを表す項目のコレクション。 これには、すべての構成のフラット リストが含まれています。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.androidManagedStoreAppConfigurationSchema",
"id": "String (identifier)",
"exampleJson": "binary",
"schemaItems": [
{
"@odata.type": "microsoft.graph.androidManagedStoreAppConfigurationSchemaItem",
"index": 1024,
"parentIndex": 1024,
"schemaItemKey": "String",
"displayName": "String",
"description": "String",
"defaultBoolValue": true,
"defaultIntValue": 1024,
"defaultStringValue": "String",
"defaultStringArrayValue": [
"String"
],
"dataType": "String",
"selections": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "String",
"value": "String"
}
]
}
],
"nestedSchemaItems": [
{
"@odata.type": "microsoft.graph.androidManagedStoreAppConfigurationSchemaItem",
"index": 1024,
"parentIndex": 1024,
"schemaItemKey": "String",
"displayName": "String",
"description": "String",
"defaultBoolValue": true,
"defaultIntValue": 1024,
"defaultStringValue": "String",
"defaultStringArrayValue": [
"String"
],
"dataType": "String",
"selections": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "String",
"value": "String"
}
]
}
]
}