Interface DeviceConfiguration

Hierarchy

  • DeviceConfiguration
    • DeviceConfiguration

Properties

@odata.type: string
assignments?: NullableOption<DeviceConfigurationAssignment[]>
createdDateTime?: string
description?: NullableOption<string>
deviceManagementApplicabilityRuleDeviceMode?: NullableOption<DeviceManagementApplicabilityRuleDeviceMode>
deviceManagementApplicabilityRuleOsEdition?: NullableOption<DeviceManagementApplicabilityRuleOsEdition>
deviceManagementApplicabilityRuleOsVersion?: NullableOption<DeviceManagementApplicabilityRuleOsVersion>
deviceSettingStateSummaries?: NullableOption<SettingStateDeviceSummary[]>
deviceStatusOverview?: NullableOption<DeviceConfigurationDeviceOverview>
deviceStatuses?: NullableOption<DeviceConfigurationDeviceStatus[]>
displayName?: string
groupAssignments?: NullableOption<DeviceConfigurationGroupAssignment[]>
id?: string
lastModifiedDateTime?: string
roleScopeTagIds?: NullableOption<string[]>
supportsScopeTags?: boolean

Indicates whether or not the underlying Device Configuration supports the assignment of scope tags. Assigning to the ScopeTags property is not allowed when this value is false and entities will not be visible to scoped users. This occurs for Legacy policies created in Silverlight and can be resolved by deleting and recreating the policy in the Azure Portal. This property is read-only.

userStatusOverview?: NullableOption<DeviceConfigurationUserOverview>
userStatuses?: NullableOption<DeviceConfigurationUserStatus[]>
version?: number

Generated using TypeDoc