次の方法で共有


groupPolicyPresentationValue リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

メソッド 戻り値の型 説明
groupPolicyPresentationValues を一覧表示する groupPolicyPresentationValue コレクション groupPolicyPresentationValue オブジェクトのプロパティとリレーションシップを一覧表示します。
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)"
}