blob: 99f79db8a4230be9f69bb98f5b65fdd47c48d717 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementSettingDependency undocumented
type DeviceManagementSettingDependency struct {
// Object is the base model of DeviceManagementSettingDependency
Object
// DefinitionID The setting definition ID of the setting depended on
DefinitionID *string `json:"definitionId,omitempty"`
// Constraints Collection of constraints for the dependency setting value
Constraints []DeviceManagementConstraint `json:"constraints,omitempty"`
}
|