groupPolicyPresentationListBox リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

ADMX listBox 要素と ADMX リスト要素を表します。

groupPolicyPresentation からの継承

メソッド

メソッド 戻り値の型 説明
List groupPolicyPresentationListBoxes groupPolicyPresentationListBox コレクション groupPolicyPresentationListBox オブジェクトのプロパティとリレーションシップを一覧表示します。
Get groupPolicyPresentationListBox groupPolicyPresentationListBox groupPolicyPresentationListBox オブジェクトのプロパティとリレーションシップを読み取る。
groupPolicyPresentationListBox の作成 groupPolicyPresentationListBox 新しい groupPolicyPresentationListBox オブジェクトを作成 します。
groupPolicyPresentationListBox の削除 なし groupPolicyPresentationListBox を削除します
update groupPolicyPresentationListBox groupPolicyPresentationListBox groupPolicyPresentationListBox オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
ラベル String 任意のプレゼンテーション エンティティのローカライズされたテキスト ラベル。 既定値は空白です。 groupPolicyPresentationから継承
id String エンティティのキー。 groupPolicyPresentationから継承
lastModifiedDateTime DateTimeOffset エンティティが最後に変更された日時。 groupPolicyPresentationから継承
explicitValue Boolean このオプションを true に指定した場合、ユーザーはレジストリ サブキー値とレジストリ サブキー名を指定する必要があります。 リスト ボックスには、名前用とデータ用の 2 つの列が表示されます。 既定値は false です。
valuePrefix String まだ文書化されていません

リレーションシップ

リレーションシップ 説明
definition groupPolicyDefinition プレゼンテーションに関連付けられたグループ ポリシー定義。 groupPolicyPresentationから継承

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationListBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "explicitValue": true,
  "valuePrefix": "String"
}