groupPolicyPresentationListBox リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

groupPolicyUploadedPresentation から継承します

メソッド

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

プロパティ

プロパティ 説明
ラベル String 任意のプレゼンテーション エンティティのローカライズされたテキスト ラベル。 既定値は空白です。 groupPolicyPresentation から継承
id String エンティティのキー。 groupPolicyPresentation から継承
lastModifiedDateTime DateTimeOffset エンティティが最後に変更された日時。 groupPolicyPresentation から継承
explicitValue ブール型 このオプションを 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"
}