groupPolicyPresentationValue リソースの種類

名前空間: microsoft.graph

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

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

1 つのグループ ポリシー プレゼンテーションの値を格納する基本プレゼンテーション値エンティティ。

メソッド

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

プロパティ

プロパティ 説明
lastModifiedDateTime DateTimeOffset オブジェクトが最後に変更された日時。
createdDateTime DateTimeOffset オブジェクトが作成された日時。
id String エンティティのキー。

リレーションシップ

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

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationValue",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)"
}