summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsKioskActiveDirectoryGroupModel.go
blob: 8686512effe53cbf8e2a10e17aaf27b9505a1c60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WindowsKioskActiveDirectoryGroup undocumented
type WindowsKioskActiveDirectoryGroup struct {
	// WindowsKioskUser is the base model of WindowsKioskActiveDirectoryGroup
	WindowsKioskUser
	// GroupName The name of the AD group that will be locked to this kiosk configuration
	GroupName *string `json:"groupName,omitempty"`
}