groupPolicyPresentationValueBoolean リソースの種類

名前空間: microsoft.graph

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

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

エンティティは、ポリシー定義のチェック ボックスプレゼンテーションのブール値を表します。

groupPolicyPresentationValue から継承します。

メソッド

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

プロパティ

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

リレーションシップ

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

JSON 表記

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

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