blob: 96596805af542b88b422f76bf2518bf71b9fced0 (
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
// WindowsKioskAzureADGroup undocumented
type WindowsKioskAzureADGroup struct {
// WindowsKioskUser is the base model of WindowsKioskAzureADGroup
WindowsKioskUser
// DisplayName The display name of the AzureAD group that will be locked to this kiosk configuration
DisplayName *string `json:"displayName,omitempty"`
// GroupID The ID of the AzureAD group that will be locked to this kiosk configuration
GroupID *string `json:"groupId,omitempty"`
}
|