deviceManagementSettingDefinition リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
指定した設定の定義を表すエンティティ
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | 設定定義の ID |
| valueType | deviceManangementIntentValueType | 値のデータ型。 使用可能な値: integer、boolean、string、complex、collection、abstractComplex。 |
| displayName | String | 設定の表示名 |
| isTopLevel | ブール値 | 設定がトップ レベルの場合は、コレクションまたは複雑な設定にラップする必要なく構成できます。 |
| description | String | 設定の説明 |
| placeholderText | String | 有効な入力の例としてのプレースホルダー テキスト |
| documentationUrl | String | 設定ドキュメントの URL |
| headerTitle | String | 設定ヘッダーのタイトルは、設定/設定のカテゴリ/セクションを表します |
| headerSubtitle | String | カテゴリ/セクションの詳細については、設定ヘッダーのサブタイトル |
| keywords | String collection | 設定に関連付けられたキーワード |
| 制約 | deviceManagementConstraint コレクション | 設定値の制約のコレクション |
| 依存関係 | deviceManagementSettingDependency コレクション | 他の設定に対する依存関係のコレクション |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementSettingDefinition",
"id": "String (identifier)",
"valueType": "String",
"displayName": "String",
"isTopLevel": true,
"description": "String",
"placeholderText": "String",
"documentationUrl": "String",
"headerTitle": "String",
"headerSubtitle": "String",
"keywords": [
"String"
],
"constraints": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingAppConstraint",
"supportedTypes": [
"String"
]
}
],
"dependencies": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingDependency",
"definitionId": "String",
"constraints": [
{
"@odata.type": "microsoft.graph.deviceManagementSettingAppConstraint",
"supportedTypes": [
"String"
]
}
]
}
]
}
フィードバック
フィードバックの送信と表示