securityConfigurationTask リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
セキュリティ構成タスク。
deviceAppManagementTask から継承する
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティ キー。 deviceAppManagementTaskから継承 |
| displayName | String | 名前。 deviceAppManagementTaskから継承 |
| description | String | 説明。 deviceAppManagementTaskから継承 |
| createdDateTime | DateTimeOffset | 作成された日付。 deviceAppManagementTaskから継承 |
| dueDateTime | DateTimeOffset | 期日。 deviceAppManagementTaskから継承 |
| category | deviceAppManagementTaskCategory | カテゴリ。 deviceAppManagementTask から継承されます。 可能な値は、unknown、advancedThreatProtection です。 |
| priority | deviceAppManagementTaskPriority | 優先度。 deviceAppManagementTask から継承されます。 可能な値は、none、high、low です。 |
| creator | String | 作成者の電子メール アドレス。 deviceAppManagementTaskから継承 |
| creatorNotes | String | 作成者からのメモ。 deviceAppManagementTaskから継承 |
| assignedTo | String | このタスクが割り当てられている管理者の名前または電子メール。 deviceAppManagementTaskから継承 |
| status | deviceAppManagementTaskStatus | ステータス。 deviceAppManagementTask から継承されます。 可能な値は、unknown、pending、active、completed、rejected です。 |
| endpointSecurityPolicy | endpointSecurityConfigurationType | エンドポイント セキュリティ ポリシーの種類。 可能な値は、unknown、antivirus、diskEncryption、firewall、endpointDetectionAndResponse、attackSurfaceReduction、accountProtection です。 |
| applicablePlatform | endpointSecurityConfigurationApplicablePlatform | 該当するプラットフォーム。 使用可能な値: unknown、macOS、windows10AndLater、windows10AndWindowsServer。 |
| endpointSecurityPolicyProfile | endpointSecurityConfigurationProfileType | エンドポイント セキュリティ ポリシー プロファイル。 指定できる値は unknown antivirus windowsSecurity 、、、、、 です bitLocker fileVault firewall firewallRules endpointDetectionAndResponse deviceControl appAndBrowserIsolation exploitProtection webProtection applicationControl attackSurfaceReductionRules accountProtection 。 |
| insights | String | 軽減策に関する情報。 |
| managedDeviceCount | Int32 | 脆弱なデバイスの数。 |
| intendedSettings | keyValuePair コレクション | 目的の設定とその値。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| managedDevices | vulnerableManagedDevice コレクション | 脆弱な管理対象デバイス。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.securityConfigurationTask",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"createdDateTime": "String (timestamp)",
"dueDateTime": "String (timestamp)",
"category": "String",
"priority": "String",
"creator": "String",
"creatorNotes": "String",
"assignedTo": "String",
"status": "String",
"endpointSecurityPolicy": "String",
"applicablePlatform": "String",
"endpointSecurityPolicyProfile": "String",
"insights": "String",
"managedDeviceCount": 1024,
"intendedSettings": [
{
"@odata.type": "microsoft.graph.keyValuePair",
"name": "String",
"value": "String"
}
]
}
フィードバック
フィードバックの送信と表示