Interface DeviceManagementIntent

Hierarchy

  • DeviceManagementIntent
    • DeviceManagementIntent

Properties

@odata.type: "#microsoft.graph.deviceManagementIntent"
assignments?: NullableOption<DeviceManagementIntentAssignment[]>
categories?: NullableOption<DeviceManagementIntentSettingCategory[]>
description?: NullableOption<string>
deviceSettingStateSummaries?: NullableOption<DeviceManagementIntentDeviceSettingStateSummary[]>

Collection of settings and their states and counts of devices that belong to corresponding state for all settings within the intent

deviceStateSummary?: NullableOption<DeviceManagementIntentDeviceStateSummary>

A summary of device states and counts of devices that belong to corresponding state for all devices that the intent is applied to

deviceStates?: NullableOption<DeviceManagementIntentDeviceState[]>
displayName?: string
id?: string
isAssigned?: boolean
isMigratingToConfigurationPolicy?: NullableOption<boolean>
lastModifiedDateTime?: string
roleScopeTagIds?: NullableOption<string[]>
settings?: NullableOption<DeviceManagementSettingInstance[]>
templateId?: NullableOption<string>
userStateSummary?: NullableOption<DeviceManagementIntentUserStateSummary>

A summary of user states and counts of users that belong to corresponding state for all users that the intent is applied to

userStates?: NullableOption<DeviceManagementIntentUserState[]>

Generated using TypeDoc