groupPolicyPresentationValueList リソースの種類

名前空間: microsoft.graph

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

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

エンティティは、ポリシー定義上のリスト ボックス プレゼンテーションの名前と値のペアのコレクションを表します。

groupPolicyPresentationValue から継承します。

メソッド

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

プロパティ

プロパティ 説明
lastModifiedDateTime DateTimeOffset オブジェクトが最後に変更された日時。 groupPolicyPresentationValue から継承
createdDateTime DateTimeOffset オブジェクトが作成された日時。 groupPolicyPresentationValue から継承
id String エンティティのキー。 groupPolicyPresentationValue から継承
values keyValuePair コレクション 関連付けられたプレゼンテーションのペアの一覧。

リレーションシップ

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

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValueList",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "values": [
    {
      "@odata.type": "microsoft.graph.keyValuePair",
      "name": "String",
      "value": "String"
    }
  ]
}