deviceEnrollmentNotificationConfiguration resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Enrollment Notification Configuration which is used to send notification

Inherits from deviceEnrollmentConfiguration

Methods

Method Return Type Description
List deviceEnrollmentNotificationConfigurations deviceEnrollmentNotificationConfiguration collection List properties and relationships of the deviceEnrollmentNotificationConfiguration objects.
Get deviceEnrollmentNotificationConfiguration deviceEnrollmentNotificationConfiguration Read properties and relationships of the deviceEnrollmentNotificationConfiguration object.
Create deviceEnrollmentNotificationConfiguration deviceEnrollmentNotificationConfiguration Create a new deviceEnrollmentNotificationConfiguration object.
Delete deviceEnrollmentNotificationConfiguration None Deletes a deviceEnrollmentNotificationConfiguration.
Update deviceEnrollmentNotificationConfiguration deviceEnrollmentNotificationConfiguration Update the properties of a deviceEnrollmentNotificationConfiguration object.

Properties

Property Type Description
id String Unique Identifier for the account Inherited from deviceEnrollmentConfiguration
displayName String The display name of the device enrollment configuration Inherited from deviceEnrollmentConfiguration
description String The description of the device enrollment configuration Inherited from deviceEnrollmentConfiguration
priority Int32 Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. Inherited from deviceEnrollmentConfiguration
createdDateTime DateTimeOffset Created date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration
lastModifiedDateTime DateTimeOffset Last modified date time in UTC of the device enrollment configuration Inherited from deviceEnrollmentConfiguration
version Int32 The version of the device enrollment configuration Inherited from deviceEnrollmentConfiguration
roleScopeTagIds String collection Optional role scope tags for the enrollment restrictions. Inherited from deviceEnrollmentConfiguration
deviceEnrollmentConfigurationType deviceEnrollmentConfigurationType Support for Enrollment Configuration Type Inherited from deviceEnrollmentConfiguration. Possible values are: unknown, limit, platformRestrictions, windowsHelloForBusiness, defaultLimit, defaultPlatformRestrictions, defaultWindowsHelloForBusiness, defaultWindows10EnrollmentCompletionPageConfiguration, windows10EnrollmentCompletionPageConfiguration, deviceComanagementAuthorityConfiguration, singlePlatformRestriction, unknownFutureValue, enrollmentNotificationsConfiguration.
platformType enrollmentRestrictionPlatformType Platform type of the Enrollment Notification. Possible values are: allPlatforms, ios, windows, windowsPhone, android, androidForWork, mac, linux, unknownFutureValue.
templateType enrollmentNotificationTemplateType Template type of the Enrollment Notification. Possible values are: email, push, unknownFutureValue.
notificationMessageTemplateId Guid Notification Message Template Id
notificationTemplates String collection The list of notification data - _
brandingOptions enrollmentNotificationBrandingOptions Branding Options for the Enrollment Notification. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation, includeCompanyPortalLink, includeDeviceDetails, unknownFutureValue.
defaultLocale String DefaultLocale for the Enrollment Notification

Relationships

Relationship Type Description
assignments enrollmentConfigurationAssignment collection The list of group assignments for the device configuration profile Inherited from deviceEnrollmentConfiguration

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceEnrollmentNotificationConfiguration",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "priority": 1024,
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "version": 1024,
  "roleScopeTagIds": [
    "String"
  ],
  "deviceEnrollmentConfigurationType": "String",
  "platformType": "String",
  "templateType": "String",
  "notificationMessageTemplateId": "Guid",
  "notificationTemplates": [
    "String"
  ],
  "brandingOptions": "String",
  "defaultLocale": "String"
}