windows10SecureAssessmentConfiguration リソースの種類

名前空間: microsoft.graph

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

このトピックでは、secureAssessment リソースによって公開された、宣言されたメソッド、プロパティ、リレーションシップについて説明します。

deviceConfiguration から継承します

メソッド

メソッド 戻り値の型 説明
windows10SecureAssessmentConfigurations のリスト windows10SecureAssessmentConfiguration コレクション windows10SecureAssessmentConfiguration オブジェクトのプロパティとリレーションシップをリストします。
windows10SecureAssessmentConfiguration の取得 windows10SecureAssessmentConfiguration windows10SecureAssessmentConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
windows10SecureAssessmentConfiguration の作成 windows10SecureAssessmentConfiguration 新しい windows10SecureAssessmentConfiguration オブジェクトを作成します。
windows10SecureAssessmentConfiguration の削除 なし windows10SecureAssessmentConfiguration を削除します。
windows10SecureAssessmentConfiguration の更新 windows10SecureAssessmentConfiguration windows10SecureAssessmentConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
description String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
launchUri String 安全評価ブラウザーを起動すると自動的に読み込まれる評価への URL リンク。 有効な URL (http[s]://msdn.microsoft.com/) である必要があります。
configurationAccount String テストを受けるために Windows デバイスを構成する際に使用するアカウント。 ユーザーには、ドメイン アカウント (domain\user)、AAD アカウント ()、またはローカル アカウント (username@tenant.comユーザー名) を指定できます。
allowPrinting Boolean テスト中にアプリが印刷することを許可するかどうかを示します。
allowScreenCapture Boolean テスト中に画面の取り込み機能を許可するかどうかを示します。
allowTextSuggestion Boolean テスト中に入力ヒントを許可するかどうかを示します。

リレーションシップ

リレーションシップ 説明
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windows10SecureAssessmentConfiguration",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "launchUri": "String",
  "configurationAccount": "String",
  "allowPrinting": true,
  "allowScreenCapture": true,
  "allowTextSuggestion": true
}