deviceManagementConfigurationPolicyTemplateReference リソースの種類

名前空間: microsoft.graph

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

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

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

プロパティ

プロパティ 説明
templateId String テンプレート ID
templateFamily deviceManagementConfigurationTemplateFamily 参照先のテンプレートのテンプレート ファミリ。 このプロパティは読み取り専用です。 使用できる値は、noneendpointSecurityDiskEncryptionendpointSecurityAntivirusendpointSecurityFirewallendpointSecurityEndpointDetectionAndResponse、、endpointSecurityAttackSurfaceReduction、、endpointSecurityAccountProtectionendpointSecurityApplicationControlendpointSecurityEndpointPrivilegeManagementappQuietTimewindowsOsRecoveryPoliciesbaselinecompanyPortalenrollmentConfigurationunknownFutureValuedeviceConfigurationScriptsdeviceConfigurationPoliciesです。
templateDisplayName String 参照先テンプレートのテンプレート表示名。 このプロパティは読み取り専用です。
templateDisplayVersion String 参照先のテンプレートのテンプレート表示バージョン。 このプロパティは読み取り専用です。

リレーションシップ

なし

JSON 表記

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

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