| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsKioskActiveDirectoryGroup
“The class used to identify an Azure Directory group for the kiosk configuration”
|
class |
WindowsKioskAutologon
“The class used to identify an autologon kiosk configuration”
|
class |
WindowsKioskAzureADGroup
“The class used to identify an AzureAD group for the kiosk configuration”
|
class |
WindowsKioskAzureADUser
“The class used to identify an AzureAD user account for the kiosk configuration”
|
class |
WindowsKioskLocalGroup
“The class used to identify a local group for the kiosk configuration”
|
class |
WindowsKioskLocalUser
“The class used to identify a local account for the kiosk configuration”
|
class |
WindowsKioskVisitor
“The class used to identify a visitor kiosk account”
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsKioskUser> |
WindowsKioskProfile.userAccountsConfiguration |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> |
WindowsKioskProfile.getUserAccountsConfiguration()
“The user accounts that will be locked to this kiosk configuration.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsKioskUser> |
WindowsKioskProfile.getUserAccountsConfiguration(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The user accounts that will be locked to this kiosk configuration.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskProfile.Builder |
WindowsKioskProfile.Builder.userAccountsConfiguration(WindowsKioskUser... userAccountsConfiguration)
“The user accounts that will be locked to this kiosk configuration.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskProfile.Builder |
WindowsKioskProfile.Builder.userAccountsConfiguration(List<WindowsKioskUser> userAccountsConfiguration)
“The user accounts that will be locked to this kiosk configuration.
|
Copyright © 2018–2020. All rights reserved.