deviceManagementConfigurationPolicyTemplateReference リソースの種類

名前空間: microsoft.graph

大事な: Microsoft Graph /beta バージョンの API は変更される可能性があります。実稼働環境での使用はサポートされていません。

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

ポリシー テンプレートの参照情報

プロパティ

プロパティ 種類 説明
templateId String テンプレート ID
templateFamily deviceManagementConfigurationTemplateFamily 参照されているテンプレートの Template ファミリ。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 可能な値は、noneendpointSecurityAntivirusendpointSecurityDiskEncryptionendpointSecurityFirewallendpointSecurityEndpointDetectionAndResponseendpointSecurityAttackSurfaceReductionendpointSecurityAccountProtectionendpointSecurityApplicationControlbaseline です。
templateDisplayName String テンプレート 参照先テンプレートの表示名。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
templateDisplayVersion String 参照されているテンプレートのテンプレート表示バージョン。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationPolicyTemplateReference",
  "templateId": "String",
  "templateFamily": "String",
  "templateDisplayName": "String",
  "templateDisplayVersion": "String"
}