securityBaselineTemplate リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
アカウントのセキュリティ 基準テンプレート
deviceManagementTemplate からの継承
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | deviceManagementTemplate から継承されたテンプレート ID |
| displayName | String | テンプレートの表示名deviceManagementTemplateから継承 |
| description | String | テンプレートの説明deviceManagementTemplateから継承 |
| versionInfo | 文字列 | テンプレートのバージョン情報 deviceManagementTemplate から継承 |
| isDeprecated | ブール値 | テンプレートは非推奨か、非推奨です。 非推奨のテンプレートからインテントを作成することはできません。 deviceManagementTemplate から継承 |
| intentCount | Int32 | このテンプレートから作成されたインテントの数。 deviceManagementTemplate から継承 |
| templateType | deviceManagementTemplateType | テンプレートの種類。 deviceManagementTemplate から継承されます。 可能な値は、securityBaseline、specializedDevices、advancedThreatProtectionSecurityBaseline、deviceConfiguration、custom、securityTemplate、microsoftEdgeSecurityBaseline、microsoftOffice365ProPlusSecurityBaseline、deviceCompliance、deviceConfigurationForOffice365、cloudPC、firewallSharedSettings です。 |
| platformType | policyPlatformType | テンプレートのプラットフォーム。 deviceManagementTemplate から継承されます。 可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、windows10XProfile、all です。 |
| templateSubtype | deviceManagementTemplateSubtype | テンプレートのサブタイプ。 deviceManagementTemplate から継承されます。 可能な値は、none、firewall、diskEncryption、attackSurfaceReduction、endpointDetectionReponse、accountProtection、antivirus、firewallSharedAppList、firewallSharedIpList、firewallSharedPortlist です。 |
| publishedDateTime | DateTimeOffset | テンプレートが発行された場合 DeviceManagementTemplate から継承 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| settings | deviceManagementSettingInstance コレクション | このテンプレートが deviceManagementTemplate から継承したすべての設定のコレクション |
| categories | deviceManagementTemplateSettingCategory コレクション | テンプレート内の設定カテゴリのコレクション deviceManagementTemplate から継承 |
| migratableTo | deviceManagementTemplate コレクション | このテンプレートがdeviceManagementTemplateから継承に移行できるテンプレートのコレクション |
| deviceStateSummary | securityBaselineStateSummary | セキュリティ 基準デバイスの状態の概要 |
| deviceStates | securityBaselineDeviceState コレクション | セキュリティ 基準デバイスの状態 |
| categoryDeviceStateSummaries | securityBaselineCategoryStateSummary コレクション | カテゴリごとのセキュリティ基準デバイスの状態の概要 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.securityBaselineTemplate",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"versionInfo": "String",
"isDeprecated": true,
"intentCount": 1024,
"templateType": "String",
"platformType": "String",
"templateSubtype": "String",
"publishedDateTime": "String (timestamp)"
}
フィードバック
フィードバックの送信と表示