groupPolicyPresentationValueText リソースの種類

名前空間: microsoft.graph

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

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

エンティティは、ポリシー定義上のドロップダウン リスト、コンボ ボックス、またはテキスト ボックスプレゼンテーションの文字列値を表します。

groupPolicyPresentationValue から継承します。

メソッド

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

プロパティ

プロパティ 説明
lastModifiedDateTime DateTimeOffset オブジェクトが最後に変更された日時。 groupPolicyPresentationValue から継承
createdDateTime DateTimeOffset オブジェクトが作成された日時。 groupPolicyPresentationValue から継承
id 文字列 エンティティのキー。 groupPolicyPresentationValue から継承
value 文字列型 (String) 関連付けられたプレゼンテーションの文字列値。

リレーションシップ

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

JSON 表記

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

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