Interface DeviceManagementTemplate

Hierarchy

  • DeviceManagementTemplate
    • DeviceManagementTemplate

Properties

@odata.type: "#microsoft.graph.deviceManagementTemplate"
categories?: NullableOption<DeviceManagementTemplateSettingCategory[]>
description?: NullableOption<string>
displayName?: string
id?: string
intentCount?: number
isDeprecated?: boolean
migratableTo?: NullableOption<DeviceManagementTemplate[]>
platformType?: PolicyPlatformType

The template's platform. Possible values are: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, windows10XProfile, all.

publishedDateTime?: string
settings?: NullableOption<DeviceManagementSettingInstance[]>
templateSubtype?: DeviceManagementTemplateSubtype

The template's subtype. Possible values are: none, firewall, diskEncryption, attackSurfaceReduction, endpointDetectionReponse, accountProtection, antivirus, firewallSharedAppList, firewallSharedIpList, firewallSharedPortlist.

templateType?: DeviceManagementTemplateType

The template's type. Possible values are: securityBaseline, specializedDevices, advancedThreatProtectionSecurityBaseline, deviceConfiguration, custom, securityTemplate, microsoftEdgeSecurityBaseline, microsoftOffice365ProPlusSecurityBaseline, deviceCompliance, deviceConfigurationForOffice365, cloudPC, firewallSharedSettings.

versionInfo?: NullableOption<string>

Generated using TypeDoc