blob: 6e94684616b5c19f8d25933dae4d926bbcf17ea2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementSettingRegexConstraint undocumented
type DeviceManagementSettingRegexConstraint struct {
// DeviceManagementConstraint is the base model of DeviceManagementSettingRegexConstraint
DeviceManagementConstraint
// Regex The RegEx pattern to match against
Regex *string `json:"regex,omitempty"`
}
|