mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
1225 lines
85 KiB
Go
1225 lines
85 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyType undocumented
|
||
|
type AndroidDeviceOwnerAppAutoUpdatePolicyType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNotConfigured undocumented
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNotConfigured AndroidDeviceOwnerAppAutoUpdatePolicyType = "notConfigured"
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypeVUserChoice undocumented
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypeVUserChoice AndroidDeviceOwnerAppAutoUpdatePolicyType = "userChoice"
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNever undocumented
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNever AndroidDeviceOwnerAppAutoUpdatePolicyType = "never"
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypeVWiFiOnly undocumented
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypeVWiFiOnly AndroidDeviceOwnerAppAutoUpdatePolicyType = "wiFiOnly"
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypeVAlways undocumented
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypeVAlways AndroidDeviceOwnerAppAutoUpdatePolicyType = "always"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypePNotConfigured is a pointer to AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNotConfigured
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypePNotConfigured = &_AndroidDeviceOwnerAppAutoUpdatePolicyTypePNotConfigured
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypePUserChoice is a pointer to AndroidDeviceOwnerAppAutoUpdatePolicyTypeVUserChoice
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypePUserChoice = &_AndroidDeviceOwnerAppAutoUpdatePolicyTypePUserChoice
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypePNever is a pointer to AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNever
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypePNever = &_AndroidDeviceOwnerAppAutoUpdatePolicyTypePNever
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypePWiFiOnly is a pointer to AndroidDeviceOwnerAppAutoUpdatePolicyTypeVWiFiOnly
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypePWiFiOnly = &_AndroidDeviceOwnerAppAutoUpdatePolicyTypePWiFiOnly
|
||
|
// AndroidDeviceOwnerAppAutoUpdatePolicyTypePAlways is a pointer to AndroidDeviceOwnerAppAutoUpdatePolicyTypeVAlways
|
||
|
AndroidDeviceOwnerAppAutoUpdatePolicyTypePAlways = &_AndroidDeviceOwnerAppAutoUpdatePolicyTypePAlways
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerAppAutoUpdatePolicyTypePNotConfigured = AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNotConfigured
|
||
|
_AndroidDeviceOwnerAppAutoUpdatePolicyTypePUserChoice = AndroidDeviceOwnerAppAutoUpdatePolicyTypeVUserChoice
|
||
|
_AndroidDeviceOwnerAppAutoUpdatePolicyTypePNever = AndroidDeviceOwnerAppAutoUpdatePolicyTypeVNever
|
||
|
_AndroidDeviceOwnerAppAutoUpdatePolicyTypePWiFiOnly = AndroidDeviceOwnerAppAutoUpdatePolicyTypeVWiFiOnly
|
||
|
_AndroidDeviceOwnerAppAutoUpdatePolicyTypePAlways = AndroidDeviceOwnerAppAutoUpdatePolicyTypeVAlways
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerBatteryPluggedMode undocumented
|
||
|
type AndroidDeviceOwnerBatteryPluggedMode string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerBatteryPluggedModeVNotConfigured undocumented
|
||
|
AndroidDeviceOwnerBatteryPluggedModeVNotConfigured AndroidDeviceOwnerBatteryPluggedMode = "notConfigured"
|
||
|
// AndroidDeviceOwnerBatteryPluggedModeVAc undocumented
|
||
|
AndroidDeviceOwnerBatteryPluggedModeVAc AndroidDeviceOwnerBatteryPluggedMode = "ac"
|
||
|
// AndroidDeviceOwnerBatteryPluggedModeVUsb undocumented
|
||
|
AndroidDeviceOwnerBatteryPluggedModeVUsb AndroidDeviceOwnerBatteryPluggedMode = "usb"
|
||
|
// AndroidDeviceOwnerBatteryPluggedModeVWireless undocumented
|
||
|
AndroidDeviceOwnerBatteryPluggedModeVWireless AndroidDeviceOwnerBatteryPluggedMode = "wireless"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerBatteryPluggedModePNotConfigured is a pointer to AndroidDeviceOwnerBatteryPluggedModeVNotConfigured
|
||
|
AndroidDeviceOwnerBatteryPluggedModePNotConfigured = &_AndroidDeviceOwnerBatteryPluggedModePNotConfigured
|
||
|
// AndroidDeviceOwnerBatteryPluggedModePAc is a pointer to AndroidDeviceOwnerBatteryPluggedModeVAc
|
||
|
AndroidDeviceOwnerBatteryPluggedModePAc = &_AndroidDeviceOwnerBatteryPluggedModePAc
|
||
|
// AndroidDeviceOwnerBatteryPluggedModePUsb is a pointer to AndroidDeviceOwnerBatteryPluggedModeVUsb
|
||
|
AndroidDeviceOwnerBatteryPluggedModePUsb = &_AndroidDeviceOwnerBatteryPluggedModePUsb
|
||
|
// AndroidDeviceOwnerBatteryPluggedModePWireless is a pointer to AndroidDeviceOwnerBatteryPluggedModeVWireless
|
||
|
AndroidDeviceOwnerBatteryPluggedModePWireless = &_AndroidDeviceOwnerBatteryPluggedModePWireless
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerBatteryPluggedModePNotConfigured = AndroidDeviceOwnerBatteryPluggedModeVNotConfigured
|
||
|
_AndroidDeviceOwnerBatteryPluggedModePAc = AndroidDeviceOwnerBatteryPluggedModeVAc
|
||
|
_AndroidDeviceOwnerBatteryPluggedModePUsb = AndroidDeviceOwnerBatteryPluggedModeVUsb
|
||
|
_AndroidDeviceOwnerBatteryPluggedModePWireless = AndroidDeviceOwnerBatteryPluggedModeVWireless
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyType undocumented
|
||
|
type AndroidDeviceOwnerDefaultAppPermissionPolicyType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVDeviceDefault undocumented
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVDeviceDefault AndroidDeviceOwnerDefaultAppPermissionPolicyType = "deviceDefault"
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVPrompt undocumented
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVPrompt AndroidDeviceOwnerDefaultAppPermissionPolicyType = "prompt"
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoGrant undocumented
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoGrant AndroidDeviceOwnerDefaultAppPermissionPolicyType = "autoGrant"
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoDeny undocumented
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoDeny AndroidDeviceOwnerDefaultAppPermissionPolicyType = "autoDeny"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypePDeviceDefault is a pointer to AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypePDeviceDefault = &_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePDeviceDefault
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypePPrompt is a pointer to AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVPrompt
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypePPrompt = &_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePPrompt
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoGrant is a pointer to AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoGrant = &_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoGrant
|
||
|
// AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoDeny is a pointer to AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoDeny = &_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoDeny
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePDeviceDefault = AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePPrompt = AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVPrompt
|
||
|
_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoGrant = AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
_AndroidDeviceOwnerDefaultAppPermissionPolicyTypePAutoDeny = AndroidDeviceOwnerDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerPlayStoreMode undocumented
|
||
|
type AndroidDeviceOwnerPlayStoreMode string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerPlayStoreModeVNotConfigured undocumented
|
||
|
AndroidDeviceOwnerPlayStoreModeVNotConfigured AndroidDeviceOwnerPlayStoreMode = "notConfigured"
|
||
|
// AndroidDeviceOwnerPlayStoreModeVAllowList undocumented
|
||
|
AndroidDeviceOwnerPlayStoreModeVAllowList AndroidDeviceOwnerPlayStoreMode = "allowList"
|
||
|
// AndroidDeviceOwnerPlayStoreModeVBlockList undocumented
|
||
|
AndroidDeviceOwnerPlayStoreModeVBlockList AndroidDeviceOwnerPlayStoreMode = "blockList"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerPlayStoreModePNotConfigured is a pointer to AndroidDeviceOwnerPlayStoreModeVNotConfigured
|
||
|
AndroidDeviceOwnerPlayStoreModePNotConfigured = &_AndroidDeviceOwnerPlayStoreModePNotConfigured
|
||
|
// AndroidDeviceOwnerPlayStoreModePAllowList is a pointer to AndroidDeviceOwnerPlayStoreModeVAllowList
|
||
|
AndroidDeviceOwnerPlayStoreModePAllowList = &_AndroidDeviceOwnerPlayStoreModePAllowList
|
||
|
// AndroidDeviceOwnerPlayStoreModePBlockList is a pointer to AndroidDeviceOwnerPlayStoreModeVBlockList
|
||
|
AndroidDeviceOwnerPlayStoreModePBlockList = &_AndroidDeviceOwnerPlayStoreModePBlockList
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerPlayStoreModePNotConfigured = AndroidDeviceOwnerPlayStoreModeVNotConfigured
|
||
|
_AndroidDeviceOwnerPlayStoreModePAllowList = AndroidDeviceOwnerPlayStoreModeVAllowList
|
||
|
_AndroidDeviceOwnerPlayStoreModePBlockList = AndroidDeviceOwnerPlayStoreModeVBlockList
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerRequiredPasswordType undocumented
|
||
|
type AndroidDeviceOwnerRequiredPasswordType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVDeviceDefault undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVDeviceDefault AndroidDeviceOwnerRequiredPasswordType = "deviceDefault"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVRequired undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVRequired AndroidDeviceOwnerRequiredPasswordType = "required"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVNumeric undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVNumeric AndroidDeviceOwnerRequiredPasswordType = "numeric"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVNumericComplex undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVNumericComplex AndroidDeviceOwnerRequiredPasswordType = "numericComplex"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVAlphabetic undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVAlphabetic AndroidDeviceOwnerRequiredPasswordType = "alphabetic"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVAlphanumeric undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVAlphanumeric AndroidDeviceOwnerRequiredPasswordType = "alphanumeric"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVAlphanumericWithSymbols undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVAlphanumericWithSymbols AndroidDeviceOwnerRequiredPasswordType = "alphanumericWithSymbols"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVLowSecurityBiometric undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVLowSecurityBiometric AndroidDeviceOwnerRequiredPasswordType = "lowSecurityBiometric"
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypeVCustomPassword undocumented
|
||
|
AndroidDeviceOwnerRequiredPasswordTypeVCustomPassword AndroidDeviceOwnerRequiredPasswordType = "customPassword"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePDeviceDefault is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVDeviceDefault
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePDeviceDefault = &_AndroidDeviceOwnerRequiredPasswordTypePDeviceDefault
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePRequired is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVRequired
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePRequired = &_AndroidDeviceOwnerRequiredPasswordTypePRequired
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePNumeric is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVNumeric
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePNumeric = &_AndroidDeviceOwnerRequiredPasswordTypePNumeric
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePNumericComplex is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVNumericComplex
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePNumericComplex = &_AndroidDeviceOwnerRequiredPasswordTypePNumericComplex
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePAlphabetic is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVAlphabetic
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePAlphabetic = &_AndroidDeviceOwnerRequiredPasswordTypePAlphabetic
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePAlphanumeric is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVAlphanumeric
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePAlphanumeric = &_AndroidDeviceOwnerRequiredPasswordTypePAlphanumeric
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePAlphanumericWithSymbols is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePAlphanumericWithSymbols = &_AndroidDeviceOwnerRequiredPasswordTypePAlphanumericWithSymbols
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePLowSecurityBiometric is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVLowSecurityBiometric
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePLowSecurityBiometric = &_AndroidDeviceOwnerRequiredPasswordTypePLowSecurityBiometric
|
||
|
// AndroidDeviceOwnerRequiredPasswordTypePCustomPassword is a pointer to AndroidDeviceOwnerRequiredPasswordTypeVCustomPassword
|
||
|
AndroidDeviceOwnerRequiredPasswordTypePCustomPassword = &_AndroidDeviceOwnerRequiredPasswordTypePCustomPassword
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePDeviceDefault = AndroidDeviceOwnerRequiredPasswordTypeVDeviceDefault
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePRequired = AndroidDeviceOwnerRequiredPasswordTypeVRequired
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePNumeric = AndroidDeviceOwnerRequiredPasswordTypeVNumeric
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePNumericComplex = AndroidDeviceOwnerRequiredPasswordTypeVNumericComplex
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePAlphabetic = AndroidDeviceOwnerRequiredPasswordTypeVAlphabetic
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePAlphanumeric = AndroidDeviceOwnerRequiredPasswordTypeVAlphanumeric
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePAlphanumericWithSymbols = AndroidDeviceOwnerRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePLowSecurityBiometric = AndroidDeviceOwnerRequiredPasswordTypeVLowSecurityBiometric
|
||
|
_AndroidDeviceOwnerRequiredPasswordTypePCustomPassword = AndroidDeviceOwnerRequiredPasswordTypeVCustomPassword
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallType undocumented
|
||
|
type AndroidDeviceOwnerSystemUpdateInstallType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypeVDeviceDefault undocumented
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypeVDeviceDefault AndroidDeviceOwnerSystemUpdateInstallType = "deviceDefault"
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypeVPostpone undocumented
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypeVPostpone AndroidDeviceOwnerSystemUpdateInstallType = "postpone"
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypeVWindowed undocumented
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypeVWindowed AndroidDeviceOwnerSystemUpdateInstallType = "windowed"
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypeVAutomatic undocumented
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypeVAutomatic AndroidDeviceOwnerSystemUpdateInstallType = "automatic"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypePDeviceDefault is a pointer to AndroidDeviceOwnerSystemUpdateInstallTypeVDeviceDefault
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypePDeviceDefault = &_AndroidDeviceOwnerSystemUpdateInstallTypePDeviceDefault
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypePPostpone is a pointer to AndroidDeviceOwnerSystemUpdateInstallTypeVPostpone
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypePPostpone = &_AndroidDeviceOwnerSystemUpdateInstallTypePPostpone
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypePWindowed is a pointer to AndroidDeviceOwnerSystemUpdateInstallTypeVWindowed
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypePWindowed = &_AndroidDeviceOwnerSystemUpdateInstallTypePWindowed
|
||
|
// AndroidDeviceOwnerSystemUpdateInstallTypePAutomatic is a pointer to AndroidDeviceOwnerSystemUpdateInstallTypeVAutomatic
|
||
|
AndroidDeviceOwnerSystemUpdateInstallTypePAutomatic = &_AndroidDeviceOwnerSystemUpdateInstallTypePAutomatic
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerSystemUpdateInstallTypePDeviceDefault = AndroidDeviceOwnerSystemUpdateInstallTypeVDeviceDefault
|
||
|
_AndroidDeviceOwnerSystemUpdateInstallTypePPostpone = AndroidDeviceOwnerSystemUpdateInstallTypeVPostpone
|
||
|
_AndroidDeviceOwnerSystemUpdateInstallTypePWindowed = AndroidDeviceOwnerSystemUpdateInstallTypeVWindowed
|
||
|
_AndroidDeviceOwnerSystemUpdateInstallTypePAutomatic = AndroidDeviceOwnerSystemUpdateInstallTypeVAutomatic
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonType undocumented
|
||
|
type AndroidDeviceOwnerVirtualHomeButtonType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypeVNotConfigured undocumented
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypeVNotConfigured AndroidDeviceOwnerVirtualHomeButtonType = "notConfigured"
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypeVSwipeUp undocumented
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypeVSwipeUp AndroidDeviceOwnerVirtualHomeButtonType = "swipeUp"
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypeVFloating undocumented
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypeVFloating AndroidDeviceOwnerVirtualHomeButtonType = "floating"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypePNotConfigured is a pointer to AndroidDeviceOwnerVirtualHomeButtonTypeVNotConfigured
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypePNotConfigured = &_AndroidDeviceOwnerVirtualHomeButtonTypePNotConfigured
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypePSwipeUp is a pointer to AndroidDeviceOwnerVirtualHomeButtonTypeVSwipeUp
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypePSwipeUp = &_AndroidDeviceOwnerVirtualHomeButtonTypePSwipeUp
|
||
|
// AndroidDeviceOwnerVirtualHomeButtonTypePFloating is a pointer to AndroidDeviceOwnerVirtualHomeButtonTypeVFloating
|
||
|
AndroidDeviceOwnerVirtualHomeButtonTypePFloating = &_AndroidDeviceOwnerVirtualHomeButtonTypePFloating
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerVirtualHomeButtonTypePNotConfigured = AndroidDeviceOwnerVirtualHomeButtonTypeVNotConfigured
|
||
|
_AndroidDeviceOwnerVirtualHomeButtonTypePSwipeUp = AndroidDeviceOwnerVirtualHomeButtonTypeVSwipeUp
|
||
|
_AndroidDeviceOwnerVirtualHomeButtonTypePFloating = AndroidDeviceOwnerVirtualHomeButtonTypeVFloating
|
||
|
)
|
||
|
|
||
|
// AndroidDeviceOwnerWiFiSecurityType undocumented
|
||
|
type AndroidDeviceOwnerWiFiSecurityType string
|
||
|
|
||
|
const (
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypeVOpen undocumented
|
||
|
AndroidDeviceOwnerWiFiSecurityTypeVOpen AndroidDeviceOwnerWiFiSecurityType = "open"
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypeVWep undocumented
|
||
|
AndroidDeviceOwnerWiFiSecurityTypeVWep AndroidDeviceOwnerWiFiSecurityType = "wep"
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypeVWpaPersonal undocumented
|
||
|
AndroidDeviceOwnerWiFiSecurityTypeVWpaPersonal AndroidDeviceOwnerWiFiSecurityType = "wpaPersonal"
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypeVWpaEnterprise undocumented
|
||
|
AndroidDeviceOwnerWiFiSecurityTypeVWpaEnterprise AndroidDeviceOwnerWiFiSecurityType = "wpaEnterprise"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypePOpen is a pointer to AndroidDeviceOwnerWiFiSecurityTypeVOpen
|
||
|
AndroidDeviceOwnerWiFiSecurityTypePOpen = &_AndroidDeviceOwnerWiFiSecurityTypePOpen
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypePWep is a pointer to AndroidDeviceOwnerWiFiSecurityTypeVWep
|
||
|
AndroidDeviceOwnerWiFiSecurityTypePWep = &_AndroidDeviceOwnerWiFiSecurityTypePWep
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypePWpaPersonal is a pointer to AndroidDeviceOwnerWiFiSecurityTypeVWpaPersonal
|
||
|
AndroidDeviceOwnerWiFiSecurityTypePWpaPersonal = &_AndroidDeviceOwnerWiFiSecurityTypePWpaPersonal
|
||
|
// AndroidDeviceOwnerWiFiSecurityTypePWpaEnterprise is a pointer to AndroidDeviceOwnerWiFiSecurityTypeVWpaEnterprise
|
||
|
AndroidDeviceOwnerWiFiSecurityTypePWpaEnterprise = &_AndroidDeviceOwnerWiFiSecurityTypePWpaEnterprise
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidDeviceOwnerWiFiSecurityTypePOpen = AndroidDeviceOwnerWiFiSecurityTypeVOpen
|
||
|
_AndroidDeviceOwnerWiFiSecurityTypePWep = AndroidDeviceOwnerWiFiSecurityTypeVWep
|
||
|
_AndroidDeviceOwnerWiFiSecurityTypePWpaPersonal = AndroidDeviceOwnerWiFiSecurityTypeVWpaPersonal
|
||
|
_AndroidDeviceOwnerWiFiSecurityTypePWpaEnterprise = AndroidDeviceOwnerWiFiSecurityTypeVWpaEnterprise
|
||
|
)
|
||
|
|
||
|
// AndroidEapType undocumented
|
||
|
type AndroidEapType string
|
||
|
|
||
|
const (
|
||
|
// AndroidEapTypeVEapTLS undocumented
|
||
|
AndroidEapTypeVEapTLS AndroidEapType = "eapTls"
|
||
|
// AndroidEapTypeVEapTtls undocumented
|
||
|
AndroidEapTypeVEapTtls AndroidEapType = "eapTtls"
|
||
|
// AndroidEapTypeVPeap undocumented
|
||
|
AndroidEapTypeVPeap AndroidEapType = "peap"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidEapTypePEapTLS is a pointer to AndroidEapTypeVEapTLS
|
||
|
AndroidEapTypePEapTLS = &_AndroidEapTypePEapTLS
|
||
|
// AndroidEapTypePEapTtls is a pointer to AndroidEapTypeVEapTtls
|
||
|
AndroidEapTypePEapTtls = &_AndroidEapTypePEapTtls
|
||
|
// AndroidEapTypePPeap is a pointer to AndroidEapTypeVPeap
|
||
|
AndroidEapTypePPeap = &_AndroidEapTypePPeap
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidEapTypePEapTLS = AndroidEapTypeVEapTLS
|
||
|
_AndroidEapTypePEapTtls = AndroidEapTypeVEapTtls
|
||
|
_AndroidEapTypePPeap = AndroidEapTypeVPeap
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataType undocumented
|
||
|
type AndroidForWorkAppConfigurationSchemaItemDataType string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVBool undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVBool AndroidForWorkAppConfigurationSchemaItemDataType = "bool"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVInteger undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVInteger AndroidForWorkAppConfigurationSchemaItemDataType = "integer"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVString undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVString AndroidForWorkAppConfigurationSchemaItemDataType = "string"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVChoice undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVChoice AndroidForWorkAppConfigurationSchemaItemDataType = "choice"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVMultiselect undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVMultiselect AndroidForWorkAppConfigurationSchemaItemDataType = "multiselect"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVBundle undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVBundle AndroidForWorkAppConfigurationSchemaItemDataType = "bundle"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVBundleArray undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVBundleArray AndroidForWorkAppConfigurationSchemaItemDataType = "bundleArray"
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypeVHidden undocumented
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypeVHidden AndroidForWorkAppConfigurationSchemaItemDataType = "hidden"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePBool is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVBool
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePBool = &_AndroidForWorkAppConfigurationSchemaItemDataTypePBool
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePInteger is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVInteger
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePInteger = &_AndroidForWorkAppConfigurationSchemaItemDataTypePInteger
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePString is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVString
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePString = &_AndroidForWorkAppConfigurationSchemaItemDataTypePString
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePChoice is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVChoice
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePChoice = &_AndroidForWorkAppConfigurationSchemaItemDataTypePChoice
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePMultiselect is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVMultiselect
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePMultiselect = &_AndroidForWorkAppConfigurationSchemaItemDataTypePMultiselect
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePBundle is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVBundle
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePBundle = &_AndroidForWorkAppConfigurationSchemaItemDataTypePBundle
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePBundleArray is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVBundleArray
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePBundleArray = &_AndroidForWorkAppConfigurationSchemaItemDataTypePBundleArray
|
||
|
// AndroidForWorkAppConfigurationSchemaItemDataTypePHidden is a pointer to AndroidForWorkAppConfigurationSchemaItemDataTypeVHidden
|
||
|
AndroidForWorkAppConfigurationSchemaItemDataTypePHidden = &_AndroidForWorkAppConfigurationSchemaItemDataTypePHidden
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePBool = AndroidForWorkAppConfigurationSchemaItemDataTypeVBool
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePInteger = AndroidForWorkAppConfigurationSchemaItemDataTypeVInteger
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePString = AndroidForWorkAppConfigurationSchemaItemDataTypeVString
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePChoice = AndroidForWorkAppConfigurationSchemaItemDataTypeVChoice
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePMultiselect = AndroidForWorkAppConfigurationSchemaItemDataTypeVMultiselect
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePBundle = AndroidForWorkAppConfigurationSchemaItemDataTypeVBundle
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePBundleArray = AndroidForWorkAppConfigurationSchemaItemDataTypeVBundleArray
|
||
|
_AndroidForWorkAppConfigurationSchemaItemDataTypePHidden = AndroidForWorkAppConfigurationSchemaItemDataTypeVHidden
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkBindStatus undocumented
|
||
|
type AndroidForWorkBindStatus string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkBindStatusVNotBound undocumented
|
||
|
AndroidForWorkBindStatusVNotBound AndroidForWorkBindStatus = "notBound"
|
||
|
// AndroidForWorkBindStatusVBound undocumented
|
||
|
AndroidForWorkBindStatusVBound AndroidForWorkBindStatus = "bound"
|
||
|
// AndroidForWorkBindStatusVBoundAndValidated undocumented
|
||
|
AndroidForWorkBindStatusVBoundAndValidated AndroidForWorkBindStatus = "boundAndValidated"
|
||
|
// AndroidForWorkBindStatusVUnbinding undocumented
|
||
|
AndroidForWorkBindStatusVUnbinding AndroidForWorkBindStatus = "unbinding"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkBindStatusPNotBound is a pointer to AndroidForWorkBindStatusVNotBound
|
||
|
AndroidForWorkBindStatusPNotBound = &_AndroidForWorkBindStatusPNotBound
|
||
|
// AndroidForWorkBindStatusPBound is a pointer to AndroidForWorkBindStatusVBound
|
||
|
AndroidForWorkBindStatusPBound = &_AndroidForWorkBindStatusPBound
|
||
|
// AndroidForWorkBindStatusPBoundAndValidated is a pointer to AndroidForWorkBindStatusVBoundAndValidated
|
||
|
AndroidForWorkBindStatusPBoundAndValidated = &_AndroidForWorkBindStatusPBoundAndValidated
|
||
|
// AndroidForWorkBindStatusPUnbinding is a pointer to AndroidForWorkBindStatusVUnbinding
|
||
|
AndroidForWorkBindStatusPUnbinding = &_AndroidForWorkBindStatusPUnbinding
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkBindStatusPNotBound = AndroidForWorkBindStatusVNotBound
|
||
|
_AndroidForWorkBindStatusPBound = AndroidForWorkBindStatusVBound
|
||
|
_AndroidForWorkBindStatusPBoundAndValidated = AndroidForWorkBindStatusVBoundAndValidated
|
||
|
_AndroidForWorkBindStatusPUnbinding = AndroidForWorkBindStatusVUnbinding
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkCrossProfileDataSharingType undocumented
|
||
|
type AndroidForWorkCrossProfileDataSharingType string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkCrossProfileDataSharingTypeVDeviceDefault undocumented
|
||
|
AndroidForWorkCrossProfileDataSharingTypeVDeviceDefault AndroidForWorkCrossProfileDataSharingType = "deviceDefault"
|
||
|
// AndroidForWorkCrossProfileDataSharingTypeVPreventAny undocumented
|
||
|
AndroidForWorkCrossProfileDataSharingTypeVPreventAny AndroidForWorkCrossProfileDataSharingType = "preventAny"
|
||
|
// AndroidForWorkCrossProfileDataSharingTypeVAllowPersonalToWork undocumented
|
||
|
AndroidForWorkCrossProfileDataSharingTypeVAllowPersonalToWork AndroidForWorkCrossProfileDataSharingType = "allowPersonalToWork"
|
||
|
// AndroidForWorkCrossProfileDataSharingTypeVNoRestrictions undocumented
|
||
|
AndroidForWorkCrossProfileDataSharingTypeVNoRestrictions AndroidForWorkCrossProfileDataSharingType = "noRestrictions"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkCrossProfileDataSharingTypePDeviceDefault is a pointer to AndroidForWorkCrossProfileDataSharingTypeVDeviceDefault
|
||
|
AndroidForWorkCrossProfileDataSharingTypePDeviceDefault = &_AndroidForWorkCrossProfileDataSharingTypePDeviceDefault
|
||
|
// AndroidForWorkCrossProfileDataSharingTypePPreventAny is a pointer to AndroidForWorkCrossProfileDataSharingTypeVPreventAny
|
||
|
AndroidForWorkCrossProfileDataSharingTypePPreventAny = &_AndroidForWorkCrossProfileDataSharingTypePPreventAny
|
||
|
// AndroidForWorkCrossProfileDataSharingTypePAllowPersonalToWork is a pointer to AndroidForWorkCrossProfileDataSharingTypeVAllowPersonalToWork
|
||
|
AndroidForWorkCrossProfileDataSharingTypePAllowPersonalToWork = &_AndroidForWorkCrossProfileDataSharingTypePAllowPersonalToWork
|
||
|
// AndroidForWorkCrossProfileDataSharingTypePNoRestrictions is a pointer to AndroidForWorkCrossProfileDataSharingTypeVNoRestrictions
|
||
|
AndroidForWorkCrossProfileDataSharingTypePNoRestrictions = &_AndroidForWorkCrossProfileDataSharingTypePNoRestrictions
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkCrossProfileDataSharingTypePDeviceDefault = AndroidForWorkCrossProfileDataSharingTypeVDeviceDefault
|
||
|
_AndroidForWorkCrossProfileDataSharingTypePPreventAny = AndroidForWorkCrossProfileDataSharingTypeVPreventAny
|
||
|
_AndroidForWorkCrossProfileDataSharingTypePAllowPersonalToWork = AndroidForWorkCrossProfileDataSharingTypeVAllowPersonalToWork
|
||
|
_AndroidForWorkCrossProfileDataSharingTypePNoRestrictions = AndroidForWorkCrossProfileDataSharingTypeVNoRestrictions
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyType undocumented
|
||
|
type AndroidForWorkDefaultAppPermissionPolicyType string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypeVDeviceDefault undocumented
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypeVDeviceDefault AndroidForWorkDefaultAppPermissionPolicyType = "deviceDefault"
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypeVPrompt undocumented
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypeVPrompt AndroidForWorkDefaultAppPermissionPolicyType = "prompt"
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypeVAutoGrant undocumented
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypeVAutoGrant AndroidForWorkDefaultAppPermissionPolicyType = "autoGrant"
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypeVAutoDeny undocumented
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypeVAutoDeny AndroidForWorkDefaultAppPermissionPolicyType = "autoDeny"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypePDeviceDefault is a pointer to AndroidForWorkDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypePDeviceDefault = &_AndroidForWorkDefaultAppPermissionPolicyTypePDeviceDefault
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypePPrompt is a pointer to AndroidForWorkDefaultAppPermissionPolicyTypeVPrompt
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypePPrompt = &_AndroidForWorkDefaultAppPermissionPolicyTypePPrompt
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypePAutoGrant is a pointer to AndroidForWorkDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypePAutoGrant = &_AndroidForWorkDefaultAppPermissionPolicyTypePAutoGrant
|
||
|
// AndroidForWorkDefaultAppPermissionPolicyTypePAutoDeny is a pointer to AndroidForWorkDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
AndroidForWorkDefaultAppPermissionPolicyTypePAutoDeny = &_AndroidForWorkDefaultAppPermissionPolicyTypePAutoDeny
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkDefaultAppPermissionPolicyTypePDeviceDefault = AndroidForWorkDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
_AndroidForWorkDefaultAppPermissionPolicyTypePPrompt = AndroidForWorkDefaultAppPermissionPolicyTypeVPrompt
|
||
|
_AndroidForWorkDefaultAppPermissionPolicyTypePAutoGrant = AndroidForWorkDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
_AndroidForWorkDefaultAppPermissionPolicyTypePAutoDeny = AndroidForWorkDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkEnrollmentTarget undocumented
|
||
|
type AndroidForWorkEnrollmentTarget string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkEnrollmentTargetVNone undocumented
|
||
|
AndroidForWorkEnrollmentTargetVNone AndroidForWorkEnrollmentTarget = "none"
|
||
|
// AndroidForWorkEnrollmentTargetVAll undocumented
|
||
|
AndroidForWorkEnrollmentTargetVAll AndroidForWorkEnrollmentTarget = "all"
|
||
|
// AndroidForWorkEnrollmentTargetVTargeted undocumented
|
||
|
AndroidForWorkEnrollmentTargetVTargeted AndroidForWorkEnrollmentTarget = "targeted"
|
||
|
// AndroidForWorkEnrollmentTargetVTargetedAsEnrollmentRestrictions undocumented
|
||
|
AndroidForWorkEnrollmentTargetVTargetedAsEnrollmentRestrictions AndroidForWorkEnrollmentTarget = "targetedAsEnrollmentRestrictions"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkEnrollmentTargetPNone is a pointer to AndroidForWorkEnrollmentTargetVNone
|
||
|
AndroidForWorkEnrollmentTargetPNone = &_AndroidForWorkEnrollmentTargetPNone
|
||
|
// AndroidForWorkEnrollmentTargetPAll is a pointer to AndroidForWorkEnrollmentTargetVAll
|
||
|
AndroidForWorkEnrollmentTargetPAll = &_AndroidForWorkEnrollmentTargetPAll
|
||
|
// AndroidForWorkEnrollmentTargetPTargeted is a pointer to AndroidForWorkEnrollmentTargetVTargeted
|
||
|
AndroidForWorkEnrollmentTargetPTargeted = &_AndroidForWorkEnrollmentTargetPTargeted
|
||
|
// AndroidForWorkEnrollmentTargetPTargetedAsEnrollmentRestrictions is a pointer to AndroidForWorkEnrollmentTargetVTargetedAsEnrollmentRestrictions
|
||
|
AndroidForWorkEnrollmentTargetPTargetedAsEnrollmentRestrictions = &_AndroidForWorkEnrollmentTargetPTargetedAsEnrollmentRestrictions
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkEnrollmentTargetPNone = AndroidForWorkEnrollmentTargetVNone
|
||
|
_AndroidForWorkEnrollmentTargetPAll = AndroidForWorkEnrollmentTargetVAll
|
||
|
_AndroidForWorkEnrollmentTargetPTargeted = AndroidForWorkEnrollmentTargetVTargeted
|
||
|
_AndroidForWorkEnrollmentTargetPTargetedAsEnrollmentRestrictions = AndroidForWorkEnrollmentTargetVTargetedAsEnrollmentRestrictions
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkRequiredPasswordType undocumented
|
||
|
type AndroidForWorkRequiredPasswordType string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkRequiredPasswordTypeVDeviceDefault undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVDeviceDefault AndroidForWorkRequiredPasswordType = "deviceDefault"
|
||
|
// AndroidForWorkRequiredPasswordTypeVLowSecurityBiometric undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVLowSecurityBiometric AndroidForWorkRequiredPasswordType = "lowSecurityBiometric"
|
||
|
// AndroidForWorkRequiredPasswordTypeVRequired undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVRequired AndroidForWorkRequiredPasswordType = "required"
|
||
|
// AndroidForWorkRequiredPasswordTypeVAtLeastNumeric undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVAtLeastNumeric AndroidForWorkRequiredPasswordType = "atLeastNumeric"
|
||
|
// AndroidForWorkRequiredPasswordTypeVNumericComplex undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVNumericComplex AndroidForWorkRequiredPasswordType = "numericComplex"
|
||
|
// AndroidForWorkRequiredPasswordTypeVAtLeastAlphabetic undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVAtLeastAlphabetic AndroidForWorkRequiredPasswordType = "atLeastAlphabetic"
|
||
|
// AndroidForWorkRequiredPasswordTypeVAtLeastAlphanumeric undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVAtLeastAlphanumeric AndroidForWorkRequiredPasswordType = "atLeastAlphanumeric"
|
||
|
// AndroidForWorkRequiredPasswordTypeVAlphanumericWithSymbols undocumented
|
||
|
AndroidForWorkRequiredPasswordTypeVAlphanumericWithSymbols AndroidForWorkRequiredPasswordType = "alphanumericWithSymbols"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkRequiredPasswordTypePDeviceDefault is a pointer to AndroidForWorkRequiredPasswordTypeVDeviceDefault
|
||
|
AndroidForWorkRequiredPasswordTypePDeviceDefault = &_AndroidForWorkRequiredPasswordTypePDeviceDefault
|
||
|
// AndroidForWorkRequiredPasswordTypePLowSecurityBiometric is a pointer to AndroidForWorkRequiredPasswordTypeVLowSecurityBiometric
|
||
|
AndroidForWorkRequiredPasswordTypePLowSecurityBiometric = &_AndroidForWorkRequiredPasswordTypePLowSecurityBiometric
|
||
|
// AndroidForWorkRequiredPasswordTypePRequired is a pointer to AndroidForWorkRequiredPasswordTypeVRequired
|
||
|
AndroidForWorkRequiredPasswordTypePRequired = &_AndroidForWorkRequiredPasswordTypePRequired
|
||
|
// AndroidForWorkRequiredPasswordTypePAtLeastNumeric is a pointer to AndroidForWorkRequiredPasswordTypeVAtLeastNumeric
|
||
|
AndroidForWorkRequiredPasswordTypePAtLeastNumeric = &_AndroidForWorkRequiredPasswordTypePAtLeastNumeric
|
||
|
// AndroidForWorkRequiredPasswordTypePNumericComplex is a pointer to AndroidForWorkRequiredPasswordTypeVNumericComplex
|
||
|
AndroidForWorkRequiredPasswordTypePNumericComplex = &_AndroidForWorkRequiredPasswordTypePNumericComplex
|
||
|
// AndroidForWorkRequiredPasswordTypePAtLeastAlphabetic is a pointer to AndroidForWorkRequiredPasswordTypeVAtLeastAlphabetic
|
||
|
AndroidForWorkRequiredPasswordTypePAtLeastAlphabetic = &_AndroidForWorkRequiredPasswordTypePAtLeastAlphabetic
|
||
|
// AndroidForWorkRequiredPasswordTypePAtLeastAlphanumeric is a pointer to AndroidForWorkRequiredPasswordTypeVAtLeastAlphanumeric
|
||
|
AndroidForWorkRequiredPasswordTypePAtLeastAlphanumeric = &_AndroidForWorkRequiredPasswordTypePAtLeastAlphanumeric
|
||
|
// AndroidForWorkRequiredPasswordTypePAlphanumericWithSymbols is a pointer to AndroidForWorkRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
AndroidForWorkRequiredPasswordTypePAlphanumericWithSymbols = &_AndroidForWorkRequiredPasswordTypePAlphanumericWithSymbols
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkRequiredPasswordTypePDeviceDefault = AndroidForWorkRequiredPasswordTypeVDeviceDefault
|
||
|
_AndroidForWorkRequiredPasswordTypePLowSecurityBiometric = AndroidForWorkRequiredPasswordTypeVLowSecurityBiometric
|
||
|
_AndroidForWorkRequiredPasswordTypePRequired = AndroidForWorkRequiredPasswordTypeVRequired
|
||
|
_AndroidForWorkRequiredPasswordTypePAtLeastNumeric = AndroidForWorkRequiredPasswordTypeVAtLeastNumeric
|
||
|
_AndroidForWorkRequiredPasswordTypePNumericComplex = AndroidForWorkRequiredPasswordTypeVNumericComplex
|
||
|
_AndroidForWorkRequiredPasswordTypePAtLeastAlphabetic = AndroidForWorkRequiredPasswordTypeVAtLeastAlphabetic
|
||
|
_AndroidForWorkRequiredPasswordTypePAtLeastAlphanumeric = AndroidForWorkRequiredPasswordTypeVAtLeastAlphanumeric
|
||
|
_AndroidForWorkRequiredPasswordTypePAlphanumericWithSymbols = AndroidForWorkRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkSyncStatus undocumented
|
||
|
type AndroidForWorkSyncStatus string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkSyncStatusVSuccess undocumented
|
||
|
AndroidForWorkSyncStatusVSuccess AndroidForWorkSyncStatus = "success"
|
||
|
// AndroidForWorkSyncStatusVCredentialsNotValid undocumented
|
||
|
AndroidForWorkSyncStatusVCredentialsNotValid AndroidForWorkSyncStatus = "credentialsNotValid"
|
||
|
// AndroidForWorkSyncStatusVAndroidForWorkAPIError undocumented
|
||
|
AndroidForWorkSyncStatusVAndroidForWorkAPIError AndroidForWorkSyncStatus = "androidForWorkApiError"
|
||
|
// AndroidForWorkSyncStatusVManagementServiceError undocumented
|
||
|
AndroidForWorkSyncStatusVManagementServiceError AndroidForWorkSyncStatus = "managementServiceError"
|
||
|
// AndroidForWorkSyncStatusVUnknownError undocumented
|
||
|
AndroidForWorkSyncStatusVUnknownError AndroidForWorkSyncStatus = "unknownError"
|
||
|
// AndroidForWorkSyncStatusVNone undocumented
|
||
|
AndroidForWorkSyncStatusVNone AndroidForWorkSyncStatus = "none"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkSyncStatusPSuccess is a pointer to AndroidForWorkSyncStatusVSuccess
|
||
|
AndroidForWorkSyncStatusPSuccess = &_AndroidForWorkSyncStatusPSuccess
|
||
|
// AndroidForWorkSyncStatusPCredentialsNotValid is a pointer to AndroidForWorkSyncStatusVCredentialsNotValid
|
||
|
AndroidForWorkSyncStatusPCredentialsNotValid = &_AndroidForWorkSyncStatusPCredentialsNotValid
|
||
|
// AndroidForWorkSyncStatusPAndroidForWorkAPIError is a pointer to AndroidForWorkSyncStatusVAndroidForWorkAPIError
|
||
|
AndroidForWorkSyncStatusPAndroidForWorkAPIError = &_AndroidForWorkSyncStatusPAndroidForWorkAPIError
|
||
|
// AndroidForWorkSyncStatusPManagementServiceError is a pointer to AndroidForWorkSyncStatusVManagementServiceError
|
||
|
AndroidForWorkSyncStatusPManagementServiceError = &_AndroidForWorkSyncStatusPManagementServiceError
|
||
|
// AndroidForWorkSyncStatusPUnknownError is a pointer to AndroidForWorkSyncStatusVUnknownError
|
||
|
AndroidForWorkSyncStatusPUnknownError = &_AndroidForWorkSyncStatusPUnknownError
|
||
|
// AndroidForWorkSyncStatusPNone is a pointer to AndroidForWorkSyncStatusVNone
|
||
|
AndroidForWorkSyncStatusPNone = &_AndroidForWorkSyncStatusPNone
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkSyncStatusPSuccess = AndroidForWorkSyncStatusVSuccess
|
||
|
_AndroidForWorkSyncStatusPCredentialsNotValid = AndroidForWorkSyncStatusVCredentialsNotValid
|
||
|
_AndroidForWorkSyncStatusPAndroidForWorkAPIError = AndroidForWorkSyncStatusVAndroidForWorkAPIError
|
||
|
_AndroidForWorkSyncStatusPManagementServiceError = AndroidForWorkSyncStatusVManagementServiceError
|
||
|
_AndroidForWorkSyncStatusPUnknownError = AndroidForWorkSyncStatusVUnknownError
|
||
|
_AndroidForWorkSyncStatusPNone = AndroidForWorkSyncStatusVNone
|
||
|
)
|
||
|
|
||
|
// AndroidForWorkVPNConnectionType undocumented
|
||
|
type AndroidForWorkVPNConnectionType string
|
||
|
|
||
|
const (
|
||
|
// AndroidForWorkVPNConnectionTypeVCiscoAnyConnect undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVCiscoAnyConnect AndroidForWorkVPNConnectionType = "ciscoAnyConnect"
|
||
|
// AndroidForWorkVPNConnectionTypeVPulseSecure undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVPulseSecure AndroidForWorkVPNConnectionType = "pulseSecure"
|
||
|
// AndroidForWorkVPNConnectionTypeVF5EdgeClient undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVF5EdgeClient AndroidForWorkVPNConnectionType = "f5EdgeClient"
|
||
|
// AndroidForWorkVPNConnectionTypeVDellSonicWallMobileConnect undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVDellSonicWallMobileConnect AndroidForWorkVPNConnectionType = "dellSonicWallMobileConnect"
|
||
|
// AndroidForWorkVPNConnectionTypeVCheckPointCapsuleVPN undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVCheckPointCapsuleVPN AndroidForWorkVPNConnectionType = "checkPointCapsuleVpn"
|
||
|
// AndroidForWorkVPNConnectionTypeVCitrix undocumented
|
||
|
AndroidForWorkVPNConnectionTypeVCitrix AndroidForWorkVPNConnectionType = "citrix"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidForWorkVPNConnectionTypePCiscoAnyConnect is a pointer to AndroidForWorkVPNConnectionTypeVCiscoAnyConnect
|
||
|
AndroidForWorkVPNConnectionTypePCiscoAnyConnect = &_AndroidForWorkVPNConnectionTypePCiscoAnyConnect
|
||
|
// AndroidForWorkVPNConnectionTypePPulseSecure is a pointer to AndroidForWorkVPNConnectionTypeVPulseSecure
|
||
|
AndroidForWorkVPNConnectionTypePPulseSecure = &_AndroidForWorkVPNConnectionTypePPulseSecure
|
||
|
// AndroidForWorkVPNConnectionTypePF5EdgeClient is a pointer to AndroidForWorkVPNConnectionTypeVF5EdgeClient
|
||
|
AndroidForWorkVPNConnectionTypePF5EdgeClient = &_AndroidForWorkVPNConnectionTypePF5EdgeClient
|
||
|
// AndroidForWorkVPNConnectionTypePDellSonicWallMobileConnect is a pointer to AndroidForWorkVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
AndroidForWorkVPNConnectionTypePDellSonicWallMobileConnect = &_AndroidForWorkVPNConnectionTypePDellSonicWallMobileConnect
|
||
|
// AndroidForWorkVPNConnectionTypePCheckPointCapsuleVPN is a pointer to AndroidForWorkVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
AndroidForWorkVPNConnectionTypePCheckPointCapsuleVPN = &_AndroidForWorkVPNConnectionTypePCheckPointCapsuleVPN
|
||
|
// AndroidForWorkVPNConnectionTypePCitrix is a pointer to AndroidForWorkVPNConnectionTypeVCitrix
|
||
|
AndroidForWorkVPNConnectionTypePCitrix = &_AndroidForWorkVPNConnectionTypePCitrix
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidForWorkVPNConnectionTypePCiscoAnyConnect = AndroidForWorkVPNConnectionTypeVCiscoAnyConnect
|
||
|
_AndroidForWorkVPNConnectionTypePPulseSecure = AndroidForWorkVPNConnectionTypeVPulseSecure
|
||
|
_AndroidForWorkVPNConnectionTypePF5EdgeClient = AndroidForWorkVPNConnectionTypeVF5EdgeClient
|
||
|
_AndroidForWorkVPNConnectionTypePDellSonicWallMobileConnect = AndroidForWorkVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
_AndroidForWorkVPNConnectionTypePCheckPointCapsuleVPN = AndroidForWorkVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
_AndroidForWorkVPNConnectionTypePCitrix = AndroidForWorkVPNConnectionTypeVCitrix
|
||
|
)
|
||
|
|
||
|
// AndroidKeyguardFeature undocumented
|
||
|
type AndroidKeyguardFeature string
|
||
|
|
||
|
const (
|
||
|
// AndroidKeyguardFeatureVNotConfigured undocumented
|
||
|
AndroidKeyguardFeatureVNotConfigured AndroidKeyguardFeature = "notConfigured"
|
||
|
// AndroidKeyguardFeatureVCamera undocumented
|
||
|
AndroidKeyguardFeatureVCamera AndroidKeyguardFeature = "camera"
|
||
|
// AndroidKeyguardFeatureVNotifications undocumented
|
||
|
AndroidKeyguardFeatureVNotifications AndroidKeyguardFeature = "notifications"
|
||
|
// AndroidKeyguardFeatureVUnredactedNotifications undocumented
|
||
|
AndroidKeyguardFeatureVUnredactedNotifications AndroidKeyguardFeature = "unredactedNotifications"
|
||
|
// AndroidKeyguardFeatureVTrustAgents undocumented
|
||
|
AndroidKeyguardFeatureVTrustAgents AndroidKeyguardFeature = "trustAgents"
|
||
|
// AndroidKeyguardFeatureVFingerprint undocumented
|
||
|
AndroidKeyguardFeatureVFingerprint AndroidKeyguardFeature = "fingerprint"
|
||
|
// AndroidKeyguardFeatureVRemoteInput undocumented
|
||
|
AndroidKeyguardFeatureVRemoteInput AndroidKeyguardFeature = "remoteInput"
|
||
|
// AndroidKeyguardFeatureVAllFeatures undocumented
|
||
|
AndroidKeyguardFeatureVAllFeatures AndroidKeyguardFeature = "allFeatures"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidKeyguardFeaturePNotConfigured is a pointer to AndroidKeyguardFeatureVNotConfigured
|
||
|
AndroidKeyguardFeaturePNotConfigured = &_AndroidKeyguardFeaturePNotConfigured
|
||
|
// AndroidKeyguardFeaturePCamera is a pointer to AndroidKeyguardFeatureVCamera
|
||
|
AndroidKeyguardFeaturePCamera = &_AndroidKeyguardFeaturePCamera
|
||
|
// AndroidKeyguardFeaturePNotifications is a pointer to AndroidKeyguardFeatureVNotifications
|
||
|
AndroidKeyguardFeaturePNotifications = &_AndroidKeyguardFeaturePNotifications
|
||
|
// AndroidKeyguardFeaturePUnredactedNotifications is a pointer to AndroidKeyguardFeatureVUnredactedNotifications
|
||
|
AndroidKeyguardFeaturePUnredactedNotifications = &_AndroidKeyguardFeaturePUnredactedNotifications
|
||
|
// AndroidKeyguardFeaturePTrustAgents is a pointer to AndroidKeyguardFeatureVTrustAgents
|
||
|
AndroidKeyguardFeaturePTrustAgents = &_AndroidKeyguardFeaturePTrustAgents
|
||
|
// AndroidKeyguardFeaturePFingerprint is a pointer to AndroidKeyguardFeatureVFingerprint
|
||
|
AndroidKeyguardFeaturePFingerprint = &_AndroidKeyguardFeaturePFingerprint
|
||
|
// AndroidKeyguardFeaturePRemoteInput is a pointer to AndroidKeyguardFeatureVRemoteInput
|
||
|
AndroidKeyguardFeaturePRemoteInput = &_AndroidKeyguardFeaturePRemoteInput
|
||
|
// AndroidKeyguardFeaturePAllFeatures is a pointer to AndroidKeyguardFeatureVAllFeatures
|
||
|
AndroidKeyguardFeaturePAllFeatures = &_AndroidKeyguardFeaturePAllFeatures
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidKeyguardFeaturePNotConfigured = AndroidKeyguardFeatureVNotConfigured
|
||
|
_AndroidKeyguardFeaturePCamera = AndroidKeyguardFeatureVCamera
|
||
|
_AndroidKeyguardFeaturePNotifications = AndroidKeyguardFeatureVNotifications
|
||
|
_AndroidKeyguardFeaturePUnredactedNotifications = AndroidKeyguardFeatureVUnredactedNotifications
|
||
|
_AndroidKeyguardFeaturePTrustAgents = AndroidKeyguardFeatureVTrustAgents
|
||
|
_AndroidKeyguardFeaturePFingerprint = AndroidKeyguardFeatureVFingerprint
|
||
|
_AndroidKeyguardFeaturePRemoteInput = AndroidKeyguardFeatureVRemoteInput
|
||
|
_AndroidKeyguardFeaturePAllFeatures = AndroidKeyguardFeatureVAllFeatures
|
||
|
)
|
||
|
|
||
|
// AndroidManagedAppSafetyNetAppsVerificationType undocumented
|
||
|
type AndroidManagedAppSafetyNetAppsVerificationType string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedAppSafetyNetAppsVerificationTypeVNone undocumented
|
||
|
AndroidManagedAppSafetyNetAppsVerificationTypeVNone AndroidManagedAppSafetyNetAppsVerificationType = "none"
|
||
|
// AndroidManagedAppSafetyNetAppsVerificationTypeVEnabled undocumented
|
||
|
AndroidManagedAppSafetyNetAppsVerificationTypeVEnabled AndroidManagedAppSafetyNetAppsVerificationType = "enabled"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedAppSafetyNetAppsVerificationTypePNone is a pointer to AndroidManagedAppSafetyNetAppsVerificationTypeVNone
|
||
|
AndroidManagedAppSafetyNetAppsVerificationTypePNone = &_AndroidManagedAppSafetyNetAppsVerificationTypePNone
|
||
|
// AndroidManagedAppSafetyNetAppsVerificationTypePEnabled is a pointer to AndroidManagedAppSafetyNetAppsVerificationTypeVEnabled
|
||
|
AndroidManagedAppSafetyNetAppsVerificationTypePEnabled = &_AndroidManagedAppSafetyNetAppsVerificationTypePEnabled
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedAppSafetyNetAppsVerificationTypePNone = AndroidManagedAppSafetyNetAppsVerificationTypeVNone
|
||
|
_AndroidManagedAppSafetyNetAppsVerificationTypePEnabled = AndroidManagedAppSafetyNetAppsVerificationTypeVEnabled
|
||
|
)
|
||
|
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationType undocumented
|
||
|
type AndroidManagedAppSafetyNetDeviceAttestationType string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypeVNone undocumented
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypeVNone AndroidManagedAppSafetyNetDeviceAttestationType = "none"
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrity undocumented
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrity AndroidManagedAppSafetyNetDeviceAttestationType = "basicIntegrity"
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrityAndDeviceCertification undocumented
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrityAndDeviceCertification AndroidManagedAppSafetyNetDeviceAttestationType = "basicIntegrityAndDeviceCertification"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypePNone is a pointer to AndroidManagedAppSafetyNetDeviceAttestationTypeVNone
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypePNone = &_AndroidManagedAppSafetyNetDeviceAttestationTypePNone
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrity is a pointer to AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrity
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrity = &_AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrity
|
||
|
// AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrityAndDeviceCertification is a pointer to AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrityAndDeviceCertification
|
||
|
AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrityAndDeviceCertification = &_AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrityAndDeviceCertification
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedAppSafetyNetDeviceAttestationTypePNone = AndroidManagedAppSafetyNetDeviceAttestationTypeVNone
|
||
|
_AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrity = AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrity
|
||
|
_AndroidManagedAppSafetyNetDeviceAttestationTypePBasicIntegrityAndDeviceCertification = AndroidManagedAppSafetyNetDeviceAttestationTypeVBasicIntegrityAndDeviceCertification
|
||
|
)
|
||
|
|
||
|
// AndroidManagedStoreAccountAppSyncStatus undocumented
|
||
|
type AndroidManagedStoreAccountAppSyncStatus string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVSuccess undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVSuccess AndroidManagedStoreAccountAppSyncStatus = "success"
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVCredentialsNotValid undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVCredentialsNotValid AndroidManagedStoreAccountAppSyncStatus = "credentialsNotValid"
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVAndroidForWorkAPIError undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVAndroidForWorkAPIError AndroidManagedStoreAccountAppSyncStatus = "androidForWorkApiError"
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVManagementServiceError undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVManagementServiceError AndroidManagedStoreAccountAppSyncStatus = "managementServiceError"
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVUnknownError undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVUnknownError AndroidManagedStoreAccountAppSyncStatus = "unknownError"
|
||
|
// AndroidManagedStoreAccountAppSyncStatusVNone undocumented
|
||
|
AndroidManagedStoreAccountAppSyncStatusVNone AndroidManagedStoreAccountAppSyncStatus = "none"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPSuccess is a pointer to AndroidManagedStoreAccountAppSyncStatusVSuccess
|
||
|
AndroidManagedStoreAccountAppSyncStatusPSuccess = &_AndroidManagedStoreAccountAppSyncStatusPSuccess
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPCredentialsNotValid is a pointer to AndroidManagedStoreAccountAppSyncStatusVCredentialsNotValid
|
||
|
AndroidManagedStoreAccountAppSyncStatusPCredentialsNotValid = &_AndroidManagedStoreAccountAppSyncStatusPCredentialsNotValid
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPAndroidForWorkAPIError is a pointer to AndroidManagedStoreAccountAppSyncStatusVAndroidForWorkAPIError
|
||
|
AndroidManagedStoreAccountAppSyncStatusPAndroidForWorkAPIError = &_AndroidManagedStoreAccountAppSyncStatusPAndroidForWorkAPIError
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPManagementServiceError is a pointer to AndroidManagedStoreAccountAppSyncStatusVManagementServiceError
|
||
|
AndroidManagedStoreAccountAppSyncStatusPManagementServiceError = &_AndroidManagedStoreAccountAppSyncStatusPManagementServiceError
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPUnknownError is a pointer to AndroidManagedStoreAccountAppSyncStatusVUnknownError
|
||
|
AndroidManagedStoreAccountAppSyncStatusPUnknownError = &_AndroidManagedStoreAccountAppSyncStatusPUnknownError
|
||
|
// AndroidManagedStoreAccountAppSyncStatusPNone is a pointer to AndroidManagedStoreAccountAppSyncStatusVNone
|
||
|
AndroidManagedStoreAccountAppSyncStatusPNone = &_AndroidManagedStoreAccountAppSyncStatusPNone
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPSuccess = AndroidManagedStoreAccountAppSyncStatusVSuccess
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPCredentialsNotValid = AndroidManagedStoreAccountAppSyncStatusVCredentialsNotValid
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPAndroidForWorkAPIError = AndroidManagedStoreAccountAppSyncStatusVAndroidForWorkAPIError
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPManagementServiceError = AndroidManagedStoreAccountAppSyncStatusVManagementServiceError
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPUnknownError = AndroidManagedStoreAccountAppSyncStatusVUnknownError
|
||
|
_AndroidManagedStoreAccountAppSyncStatusPNone = AndroidManagedStoreAccountAppSyncStatusVNone
|
||
|
)
|
||
|
|
||
|
// AndroidManagedStoreAccountBindStatus undocumented
|
||
|
type AndroidManagedStoreAccountBindStatus string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedStoreAccountBindStatusVNotBound undocumented
|
||
|
AndroidManagedStoreAccountBindStatusVNotBound AndroidManagedStoreAccountBindStatus = "notBound"
|
||
|
// AndroidManagedStoreAccountBindStatusVBound undocumented
|
||
|
AndroidManagedStoreAccountBindStatusVBound AndroidManagedStoreAccountBindStatus = "bound"
|
||
|
// AndroidManagedStoreAccountBindStatusVBoundAndValidated undocumented
|
||
|
AndroidManagedStoreAccountBindStatusVBoundAndValidated AndroidManagedStoreAccountBindStatus = "boundAndValidated"
|
||
|
// AndroidManagedStoreAccountBindStatusVUnbinding undocumented
|
||
|
AndroidManagedStoreAccountBindStatusVUnbinding AndroidManagedStoreAccountBindStatus = "unbinding"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedStoreAccountBindStatusPNotBound is a pointer to AndroidManagedStoreAccountBindStatusVNotBound
|
||
|
AndroidManagedStoreAccountBindStatusPNotBound = &_AndroidManagedStoreAccountBindStatusPNotBound
|
||
|
// AndroidManagedStoreAccountBindStatusPBound is a pointer to AndroidManagedStoreAccountBindStatusVBound
|
||
|
AndroidManagedStoreAccountBindStatusPBound = &_AndroidManagedStoreAccountBindStatusPBound
|
||
|
// AndroidManagedStoreAccountBindStatusPBoundAndValidated is a pointer to AndroidManagedStoreAccountBindStatusVBoundAndValidated
|
||
|
AndroidManagedStoreAccountBindStatusPBoundAndValidated = &_AndroidManagedStoreAccountBindStatusPBoundAndValidated
|
||
|
// AndroidManagedStoreAccountBindStatusPUnbinding is a pointer to AndroidManagedStoreAccountBindStatusVUnbinding
|
||
|
AndroidManagedStoreAccountBindStatusPUnbinding = &_AndroidManagedStoreAccountBindStatusPUnbinding
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedStoreAccountBindStatusPNotBound = AndroidManagedStoreAccountBindStatusVNotBound
|
||
|
_AndroidManagedStoreAccountBindStatusPBound = AndroidManagedStoreAccountBindStatusVBound
|
||
|
_AndroidManagedStoreAccountBindStatusPBoundAndValidated = AndroidManagedStoreAccountBindStatusVBoundAndValidated
|
||
|
_AndroidManagedStoreAccountBindStatusPUnbinding = AndroidManagedStoreAccountBindStatusVUnbinding
|
||
|
)
|
||
|
|
||
|
// AndroidManagedStoreAccountEnrollmentTarget undocumented
|
||
|
type AndroidManagedStoreAccountEnrollmentTarget string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetVNone undocumented
|
||
|
AndroidManagedStoreAccountEnrollmentTargetVNone AndroidManagedStoreAccountEnrollmentTarget = "none"
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetVAll undocumented
|
||
|
AndroidManagedStoreAccountEnrollmentTargetVAll AndroidManagedStoreAccountEnrollmentTarget = "all"
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetVTargeted undocumented
|
||
|
AndroidManagedStoreAccountEnrollmentTargetVTargeted AndroidManagedStoreAccountEnrollmentTarget = "targeted"
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetVTargetedAsEnrollmentRestrictions undocumented
|
||
|
AndroidManagedStoreAccountEnrollmentTargetVTargetedAsEnrollmentRestrictions AndroidManagedStoreAccountEnrollmentTarget = "targetedAsEnrollmentRestrictions"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetPNone is a pointer to AndroidManagedStoreAccountEnrollmentTargetVNone
|
||
|
AndroidManagedStoreAccountEnrollmentTargetPNone = &_AndroidManagedStoreAccountEnrollmentTargetPNone
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetPAll is a pointer to AndroidManagedStoreAccountEnrollmentTargetVAll
|
||
|
AndroidManagedStoreAccountEnrollmentTargetPAll = &_AndroidManagedStoreAccountEnrollmentTargetPAll
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetPTargeted is a pointer to AndroidManagedStoreAccountEnrollmentTargetVTargeted
|
||
|
AndroidManagedStoreAccountEnrollmentTargetPTargeted = &_AndroidManagedStoreAccountEnrollmentTargetPTargeted
|
||
|
// AndroidManagedStoreAccountEnrollmentTargetPTargetedAsEnrollmentRestrictions is a pointer to AndroidManagedStoreAccountEnrollmentTargetVTargetedAsEnrollmentRestrictions
|
||
|
AndroidManagedStoreAccountEnrollmentTargetPTargetedAsEnrollmentRestrictions = &_AndroidManagedStoreAccountEnrollmentTargetPTargetedAsEnrollmentRestrictions
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedStoreAccountEnrollmentTargetPNone = AndroidManagedStoreAccountEnrollmentTargetVNone
|
||
|
_AndroidManagedStoreAccountEnrollmentTargetPAll = AndroidManagedStoreAccountEnrollmentTargetVAll
|
||
|
_AndroidManagedStoreAccountEnrollmentTargetPTargeted = AndroidManagedStoreAccountEnrollmentTargetVTargeted
|
||
|
_AndroidManagedStoreAccountEnrollmentTargetPTargetedAsEnrollmentRestrictions = AndroidManagedStoreAccountEnrollmentTargetVTargetedAsEnrollmentRestrictions
|
||
|
)
|
||
|
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataType undocumented
|
||
|
type AndroidManagedStoreAppConfigurationSchemaItemDataType string
|
||
|
|
||
|
const (
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBool undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBool AndroidManagedStoreAppConfigurationSchemaItemDataType = "bool"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVInteger undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVInteger AndroidManagedStoreAppConfigurationSchemaItemDataType = "integer"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVString undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVString AndroidManagedStoreAppConfigurationSchemaItemDataType = "string"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVChoice undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVChoice AndroidManagedStoreAppConfigurationSchemaItemDataType = "choice"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVMultiselect undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVMultiselect AndroidManagedStoreAppConfigurationSchemaItemDataType = "multiselect"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundle undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundle AndroidManagedStoreAppConfigurationSchemaItemDataType = "bundle"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundleArray undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundleArray AndroidManagedStoreAppConfigurationSchemaItemDataType = "bundleArray"
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypeVHidden undocumented
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypeVHidden AndroidManagedStoreAppConfigurationSchemaItemDataType = "hidden"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePBool is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBool
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePBool = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBool
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePInteger is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVInteger
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePInteger = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePInteger
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePString is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVString
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePString = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePString
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePChoice is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVChoice
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePChoice = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePChoice
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePMultiselect is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVMultiselect
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePMultiselect = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePMultiselect
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundle is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundle
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundle = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundle
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundleArray is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundleArray
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundleArray = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundleArray
|
||
|
// AndroidManagedStoreAppConfigurationSchemaItemDataTypePHidden is a pointer to AndroidManagedStoreAppConfigurationSchemaItemDataTypeVHidden
|
||
|
AndroidManagedStoreAppConfigurationSchemaItemDataTypePHidden = &_AndroidManagedStoreAppConfigurationSchemaItemDataTypePHidden
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBool = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBool
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePInteger = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVInteger
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePString = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVString
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePChoice = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVChoice
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePMultiselect = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVMultiselect
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundle = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundle
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePBundleArray = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVBundleArray
|
||
|
_AndroidManagedStoreAppConfigurationSchemaItemDataTypePHidden = AndroidManagedStoreAppConfigurationSchemaItemDataTypeVHidden
|
||
|
)
|
||
|
|
||
|
// AndroidPermissionActionType undocumented
|
||
|
type AndroidPermissionActionType string
|
||
|
|
||
|
const (
|
||
|
// AndroidPermissionActionTypeVPrompt undocumented
|
||
|
AndroidPermissionActionTypeVPrompt AndroidPermissionActionType = "prompt"
|
||
|
// AndroidPermissionActionTypeVAutoGrant undocumented
|
||
|
AndroidPermissionActionTypeVAutoGrant AndroidPermissionActionType = "autoGrant"
|
||
|
// AndroidPermissionActionTypeVAutoDeny undocumented
|
||
|
AndroidPermissionActionTypeVAutoDeny AndroidPermissionActionType = "autoDeny"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidPermissionActionTypePPrompt is a pointer to AndroidPermissionActionTypeVPrompt
|
||
|
AndroidPermissionActionTypePPrompt = &_AndroidPermissionActionTypePPrompt
|
||
|
// AndroidPermissionActionTypePAutoGrant is a pointer to AndroidPermissionActionTypeVAutoGrant
|
||
|
AndroidPermissionActionTypePAutoGrant = &_AndroidPermissionActionTypePAutoGrant
|
||
|
// AndroidPermissionActionTypePAutoDeny is a pointer to AndroidPermissionActionTypeVAutoDeny
|
||
|
AndroidPermissionActionTypePAutoDeny = &_AndroidPermissionActionTypePAutoDeny
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidPermissionActionTypePPrompt = AndroidPermissionActionTypeVPrompt
|
||
|
_AndroidPermissionActionTypePAutoGrant = AndroidPermissionActionTypeVAutoGrant
|
||
|
_AndroidPermissionActionTypePAutoDeny = AndroidPermissionActionTypeVAutoDeny
|
||
|
)
|
||
|
|
||
|
// AndroidRequiredPasswordType undocumented
|
||
|
type AndroidRequiredPasswordType string
|
||
|
|
||
|
const (
|
||
|
// AndroidRequiredPasswordTypeVDeviceDefault undocumented
|
||
|
AndroidRequiredPasswordTypeVDeviceDefault AndroidRequiredPasswordType = "deviceDefault"
|
||
|
// AndroidRequiredPasswordTypeVAlphabetic undocumented
|
||
|
AndroidRequiredPasswordTypeVAlphabetic AndroidRequiredPasswordType = "alphabetic"
|
||
|
// AndroidRequiredPasswordTypeVAlphanumeric undocumented
|
||
|
AndroidRequiredPasswordTypeVAlphanumeric AndroidRequiredPasswordType = "alphanumeric"
|
||
|
// AndroidRequiredPasswordTypeVAlphanumericWithSymbols undocumented
|
||
|
AndroidRequiredPasswordTypeVAlphanumericWithSymbols AndroidRequiredPasswordType = "alphanumericWithSymbols"
|
||
|
// AndroidRequiredPasswordTypeVLowSecurityBiometric undocumented
|
||
|
AndroidRequiredPasswordTypeVLowSecurityBiometric AndroidRequiredPasswordType = "lowSecurityBiometric"
|
||
|
// AndroidRequiredPasswordTypeVNumeric undocumented
|
||
|
AndroidRequiredPasswordTypeVNumeric AndroidRequiredPasswordType = "numeric"
|
||
|
// AndroidRequiredPasswordTypeVNumericComplex undocumented
|
||
|
AndroidRequiredPasswordTypeVNumericComplex AndroidRequiredPasswordType = "numericComplex"
|
||
|
// AndroidRequiredPasswordTypeVAny undocumented
|
||
|
AndroidRequiredPasswordTypeVAny AndroidRequiredPasswordType = "any"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidRequiredPasswordTypePDeviceDefault is a pointer to AndroidRequiredPasswordTypeVDeviceDefault
|
||
|
AndroidRequiredPasswordTypePDeviceDefault = &_AndroidRequiredPasswordTypePDeviceDefault
|
||
|
// AndroidRequiredPasswordTypePAlphabetic is a pointer to AndroidRequiredPasswordTypeVAlphabetic
|
||
|
AndroidRequiredPasswordTypePAlphabetic = &_AndroidRequiredPasswordTypePAlphabetic
|
||
|
// AndroidRequiredPasswordTypePAlphanumeric is a pointer to AndroidRequiredPasswordTypeVAlphanumeric
|
||
|
AndroidRequiredPasswordTypePAlphanumeric = &_AndroidRequiredPasswordTypePAlphanumeric
|
||
|
// AndroidRequiredPasswordTypePAlphanumericWithSymbols is a pointer to AndroidRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
AndroidRequiredPasswordTypePAlphanumericWithSymbols = &_AndroidRequiredPasswordTypePAlphanumericWithSymbols
|
||
|
// AndroidRequiredPasswordTypePLowSecurityBiometric is a pointer to AndroidRequiredPasswordTypeVLowSecurityBiometric
|
||
|
AndroidRequiredPasswordTypePLowSecurityBiometric = &_AndroidRequiredPasswordTypePLowSecurityBiometric
|
||
|
// AndroidRequiredPasswordTypePNumeric is a pointer to AndroidRequiredPasswordTypeVNumeric
|
||
|
AndroidRequiredPasswordTypePNumeric = &_AndroidRequiredPasswordTypePNumeric
|
||
|
// AndroidRequiredPasswordTypePNumericComplex is a pointer to AndroidRequiredPasswordTypeVNumericComplex
|
||
|
AndroidRequiredPasswordTypePNumericComplex = &_AndroidRequiredPasswordTypePNumericComplex
|
||
|
// AndroidRequiredPasswordTypePAny is a pointer to AndroidRequiredPasswordTypeVAny
|
||
|
AndroidRequiredPasswordTypePAny = &_AndroidRequiredPasswordTypePAny
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidRequiredPasswordTypePDeviceDefault = AndroidRequiredPasswordTypeVDeviceDefault
|
||
|
_AndroidRequiredPasswordTypePAlphabetic = AndroidRequiredPasswordTypeVAlphabetic
|
||
|
_AndroidRequiredPasswordTypePAlphanumeric = AndroidRequiredPasswordTypeVAlphanumeric
|
||
|
_AndroidRequiredPasswordTypePAlphanumericWithSymbols = AndroidRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
_AndroidRequiredPasswordTypePLowSecurityBiometric = AndroidRequiredPasswordTypeVLowSecurityBiometric
|
||
|
_AndroidRequiredPasswordTypePNumeric = AndroidRequiredPasswordTypeVNumeric
|
||
|
_AndroidRequiredPasswordTypePNumericComplex = AndroidRequiredPasswordTypeVNumericComplex
|
||
|
_AndroidRequiredPasswordTypePAny = AndroidRequiredPasswordTypeVAny
|
||
|
)
|
||
|
|
||
|
// AndroidUsernameSource undocumented
|
||
|
type AndroidUsernameSource string
|
||
|
|
||
|
const (
|
||
|
// AndroidUsernameSourceVUsername undocumented
|
||
|
AndroidUsernameSourceVUsername AndroidUsernameSource = "username"
|
||
|
// AndroidUsernameSourceVUserPrincipalName undocumented
|
||
|
AndroidUsernameSourceVUserPrincipalName AndroidUsernameSource = "userPrincipalName"
|
||
|
// AndroidUsernameSourceVSamAccountName undocumented
|
||
|
AndroidUsernameSourceVSamAccountName AndroidUsernameSource = "samAccountName"
|
||
|
// AndroidUsernameSourceVPrimarySMTPAddress undocumented
|
||
|
AndroidUsernameSourceVPrimarySMTPAddress AndroidUsernameSource = "primarySmtpAddress"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidUsernameSourcePUsername is a pointer to AndroidUsernameSourceVUsername
|
||
|
AndroidUsernameSourcePUsername = &_AndroidUsernameSourcePUsername
|
||
|
// AndroidUsernameSourcePUserPrincipalName is a pointer to AndroidUsernameSourceVUserPrincipalName
|
||
|
AndroidUsernameSourcePUserPrincipalName = &_AndroidUsernameSourcePUserPrincipalName
|
||
|
// AndroidUsernameSourcePSamAccountName is a pointer to AndroidUsernameSourceVSamAccountName
|
||
|
AndroidUsernameSourcePSamAccountName = &_AndroidUsernameSourcePSamAccountName
|
||
|
// AndroidUsernameSourcePPrimarySMTPAddress is a pointer to AndroidUsernameSourceVPrimarySMTPAddress
|
||
|
AndroidUsernameSourcePPrimarySMTPAddress = &_AndroidUsernameSourcePPrimarySMTPAddress
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidUsernameSourcePUsername = AndroidUsernameSourceVUsername
|
||
|
_AndroidUsernameSourcePUserPrincipalName = AndroidUsernameSourceVUserPrincipalName
|
||
|
_AndroidUsernameSourcePSamAccountName = AndroidUsernameSourceVSamAccountName
|
||
|
_AndroidUsernameSourcePPrimarySMTPAddress = AndroidUsernameSourceVPrimarySMTPAddress
|
||
|
)
|
||
|
|
||
|
// AndroidVPNConnectionType undocumented
|
||
|
type AndroidVPNConnectionType string
|
||
|
|
||
|
const (
|
||
|
// AndroidVPNConnectionTypeVCiscoAnyConnect undocumented
|
||
|
AndroidVPNConnectionTypeVCiscoAnyConnect AndroidVPNConnectionType = "ciscoAnyConnect"
|
||
|
// AndroidVPNConnectionTypeVPulseSecure undocumented
|
||
|
AndroidVPNConnectionTypeVPulseSecure AndroidVPNConnectionType = "pulseSecure"
|
||
|
// AndroidVPNConnectionTypeVF5EdgeClient undocumented
|
||
|
AndroidVPNConnectionTypeVF5EdgeClient AndroidVPNConnectionType = "f5EdgeClient"
|
||
|
// AndroidVPNConnectionTypeVDellSonicWallMobileConnect undocumented
|
||
|
AndroidVPNConnectionTypeVDellSonicWallMobileConnect AndroidVPNConnectionType = "dellSonicWallMobileConnect"
|
||
|
// AndroidVPNConnectionTypeVCheckPointCapsuleVPN undocumented
|
||
|
AndroidVPNConnectionTypeVCheckPointCapsuleVPN AndroidVPNConnectionType = "checkPointCapsuleVpn"
|
||
|
// AndroidVPNConnectionTypeVCitrix undocumented
|
||
|
AndroidVPNConnectionTypeVCitrix AndroidVPNConnectionType = "citrix"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidVPNConnectionTypePCiscoAnyConnect is a pointer to AndroidVPNConnectionTypeVCiscoAnyConnect
|
||
|
AndroidVPNConnectionTypePCiscoAnyConnect = &_AndroidVPNConnectionTypePCiscoAnyConnect
|
||
|
// AndroidVPNConnectionTypePPulseSecure is a pointer to AndroidVPNConnectionTypeVPulseSecure
|
||
|
AndroidVPNConnectionTypePPulseSecure = &_AndroidVPNConnectionTypePPulseSecure
|
||
|
// AndroidVPNConnectionTypePF5EdgeClient is a pointer to AndroidVPNConnectionTypeVF5EdgeClient
|
||
|
AndroidVPNConnectionTypePF5EdgeClient = &_AndroidVPNConnectionTypePF5EdgeClient
|
||
|
// AndroidVPNConnectionTypePDellSonicWallMobileConnect is a pointer to AndroidVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
AndroidVPNConnectionTypePDellSonicWallMobileConnect = &_AndroidVPNConnectionTypePDellSonicWallMobileConnect
|
||
|
// AndroidVPNConnectionTypePCheckPointCapsuleVPN is a pointer to AndroidVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
AndroidVPNConnectionTypePCheckPointCapsuleVPN = &_AndroidVPNConnectionTypePCheckPointCapsuleVPN
|
||
|
// AndroidVPNConnectionTypePCitrix is a pointer to AndroidVPNConnectionTypeVCitrix
|
||
|
AndroidVPNConnectionTypePCitrix = &_AndroidVPNConnectionTypePCitrix
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidVPNConnectionTypePCiscoAnyConnect = AndroidVPNConnectionTypeVCiscoAnyConnect
|
||
|
_AndroidVPNConnectionTypePPulseSecure = AndroidVPNConnectionTypeVPulseSecure
|
||
|
_AndroidVPNConnectionTypePF5EdgeClient = AndroidVPNConnectionTypeVF5EdgeClient
|
||
|
_AndroidVPNConnectionTypePDellSonicWallMobileConnect = AndroidVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
_AndroidVPNConnectionTypePCheckPointCapsuleVPN = AndroidVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
_AndroidVPNConnectionTypePCitrix = AndroidVPNConnectionTypeVCitrix
|
||
|
)
|
||
|
|
||
|
// AndroidWiFiSecurityType undocumented
|
||
|
type AndroidWiFiSecurityType string
|
||
|
|
||
|
const (
|
||
|
// AndroidWiFiSecurityTypeVOpen undocumented
|
||
|
AndroidWiFiSecurityTypeVOpen AndroidWiFiSecurityType = "open"
|
||
|
// AndroidWiFiSecurityTypeVWpaEnterprise undocumented
|
||
|
AndroidWiFiSecurityTypeVWpaEnterprise AndroidWiFiSecurityType = "wpaEnterprise"
|
||
|
// AndroidWiFiSecurityTypeVWpa2Enterprise undocumented
|
||
|
AndroidWiFiSecurityTypeVWpa2Enterprise AndroidWiFiSecurityType = "wpa2Enterprise"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidWiFiSecurityTypePOpen is a pointer to AndroidWiFiSecurityTypeVOpen
|
||
|
AndroidWiFiSecurityTypePOpen = &_AndroidWiFiSecurityTypePOpen
|
||
|
// AndroidWiFiSecurityTypePWpaEnterprise is a pointer to AndroidWiFiSecurityTypeVWpaEnterprise
|
||
|
AndroidWiFiSecurityTypePWpaEnterprise = &_AndroidWiFiSecurityTypePWpaEnterprise
|
||
|
// AndroidWiFiSecurityTypePWpa2Enterprise is a pointer to AndroidWiFiSecurityTypeVWpa2Enterprise
|
||
|
AndroidWiFiSecurityTypePWpa2Enterprise = &_AndroidWiFiSecurityTypePWpa2Enterprise
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidWiFiSecurityTypePOpen = AndroidWiFiSecurityTypeVOpen
|
||
|
_AndroidWiFiSecurityTypePWpaEnterprise = AndroidWiFiSecurityTypeVWpaEnterprise
|
||
|
_AndroidWiFiSecurityTypePWpa2Enterprise = AndroidWiFiSecurityTypeVWpa2Enterprise
|
||
|
)
|
||
|
|
||
|
// AndroidWorkProfileCrossProfileDataSharingType undocumented
|
||
|
type AndroidWorkProfileCrossProfileDataSharingType string
|
||
|
|
||
|
const (
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypeVDeviceDefault undocumented
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypeVDeviceDefault AndroidWorkProfileCrossProfileDataSharingType = "deviceDefault"
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypeVPreventAny undocumented
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypeVPreventAny AndroidWorkProfileCrossProfileDataSharingType = "preventAny"
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypeVAllowPersonalToWork undocumented
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypeVAllowPersonalToWork AndroidWorkProfileCrossProfileDataSharingType = "allowPersonalToWork"
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypeVNoRestrictions undocumented
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypeVNoRestrictions AndroidWorkProfileCrossProfileDataSharingType = "noRestrictions"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypePDeviceDefault is a pointer to AndroidWorkProfileCrossProfileDataSharingTypeVDeviceDefault
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypePDeviceDefault = &_AndroidWorkProfileCrossProfileDataSharingTypePDeviceDefault
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypePPreventAny is a pointer to AndroidWorkProfileCrossProfileDataSharingTypeVPreventAny
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypePPreventAny = &_AndroidWorkProfileCrossProfileDataSharingTypePPreventAny
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypePAllowPersonalToWork is a pointer to AndroidWorkProfileCrossProfileDataSharingTypeVAllowPersonalToWork
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypePAllowPersonalToWork = &_AndroidWorkProfileCrossProfileDataSharingTypePAllowPersonalToWork
|
||
|
// AndroidWorkProfileCrossProfileDataSharingTypePNoRestrictions is a pointer to AndroidWorkProfileCrossProfileDataSharingTypeVNoRestrictions
|
||
|
AndroidWorkProfileCrossProfileDataSharingTypePNoRestrictions = &_AndroidWorkProfileCrossProfileDataSharingTypePNoRestrictions
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidWorkProfileCrossProfileDataSharingTypePDeviceDefault = AndroidWorkProfileCrossProfileDataSharingTypeVDeviceDefault
|
||
|
_AndroidWorkProfileCrossProfileDataSharingTypePPreventAny = AndroidWorkProfileCrossProfileDataSharingTypeVPreventAny
|
||
|
_AndroidWorkProfileCrossProfileDataSharingTypePAllowPersonalToWork = AndroidWorkProfileCrossProfileDataSharingTypeVAllowPersonalToWork
|
||
|
_AndroidWorkProfileCrossProfileDataSharingTypePNoRestrictions = AndroidWorkProfileCrossProfileDataSharingTypeVNoRestrictions
|
||
|
)
|
||
|
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyType undocumented
|
||
|
type AndroidWorkProfileDefaultAppPermissionPolicyType string
|
||
|
|
||
|
const (
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypeVDeviceDefault undocumented
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypeVDeviceDefault AndroidWorkProfileDefaultAppPermissionPolicyType = "deviceDefault"
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypeVPrompt undocumented
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypeVPrompt AndroidWorkProfileDefaultAppPermissionPolicyType = "prompt"
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoGrant undocumented
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoGrant AndroidWorkProfileDefaultAppPermissionPolicyType = "autoGrant"
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoDeny undocumented
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoDeny AndroidWorkProfileDefaultAppPermissionPolicyType = "autoDeny"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypePDeviceDefault is a pointer to AndroidWorkProfileDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypePDeviceDefault = &_AndroidWorkProfileDefaultAppPermissionPolicyTypePDeviceDefault
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypePPrompt is a pointer to AndroidWorkProfileDefaultAppPermissionPolicyTypeVPrompt
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypePPrompt = &_AndroidWorkProfileDefaultAppPermissionPolicyTypePPrompt
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoGrant is a pointer to AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoGrant = &_AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoGrant
|
||
|
// AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoDeny is a pointer to AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoDeny = &_AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoDeny
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidWorkProfileDefaultAppPermissionPolicyTypePDeviceDefault = AndroidWorkProfileDefaultAppPermissionPolicyTypeVDeviceDefault
|
||
|
_AndroidWorkProfileDefaultAppPermissionPolicyTypePPrompt = AndroidWorkProfileDefaultAppPermissionPolicyTypeVPrompt
|
||
|
_AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoGrant = AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoGrant
|
||
|
_AndroidWorkProfileDefaultAppPermissionPolicyTypePAutoDeny = AndroidWorkProfileDefaultAppPermissionPolicyTypeVAutoDeny
|
||
|
)
|
||
|
|
||
|
// AndroidWorkProfileRequiredPasswordType undocumented
|
||
|
type AndroidWorkProfileRequiredPasswordType string
|
||
|
|
||
|
const (
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVDeviceDefault undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVDeviceDefault AndroidWorkProfileRequiredPasswordType = "deviceDefault"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVLowSecurityBiometric undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVLowSecurityBiometric AndroidWorkProfileRequiredPasswordType = "lowSecurityBiometric"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVRequired undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVRequired AndroidWorkProfileRequiredPasswordType = "required"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVAtLeastNumeric undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVAtLeastNumeric AndroidWorkProfileRequiredPasswordType = "atLeastNumeric"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVNumericComplex undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVNumericComplex AndroidWorkProfileRequiredPasswordType = "numericComplex"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphabetic undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphabetic AndroidWorkProfileRequiredPasswordType = "atLeastAlphabetic"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphanumeric undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphanumeric AndroidWorkProfileRequiredPasswordType = "atLeastAlphanumeric"
|
||
|
// AndroidWorkProfileRequiredPasswordTypeVAlphanumericWithSymbols undocumented
|
||
|
AndroidWorkProfileRequiredPasswordTypeVAlphanumericWithSymbols AndroidWorkProfileRequiredPasswordType = "alphanumericWithSymbols"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidWorkProfileRequiredPasswordTypePDeviceDefault is a pointer to AndroidWorkProfileRequiredPasswordTypeVDeviceDefault
|
||
|
AndroidWorkProfileRequiredPasswordTypePDeviceDefault = &_AndroidWorkProfileRequiredPasswordTypePDeviceDefault
|
||
|
// AndroidWorkProfileRequiredPasswordTypePLowSecurityBiometric is a pointer to AndroidWorkProfileRequiredPasswordTypeVLowSecurityBiometric
|
||
|
AndroidWorkProfileRequiredPasswordTypePLowSecurityBiometric = &_AndroidWorkProfileRequiredPasswordTypePLowSecurityBiometric
|
||
|
// AndroidWorkProfileRequiredPasswordTypePRequired is a pointer to AndroidWorkProfileRequiredPasswordTypeVRequired
|
||
|
AndroidWorkProfileRequiredPasswordTypePRequired = &_AndroidWorkProfileRequiredPasswordTypePRequired
|
||
|
// AndroidWorkProfileRequiredPasswordTypePAtLeastNumeric is a pointer to AndroidWorkProfileRequiredPasswordTypeVAtLeastNumeric
|
||
|
AndroidWorkProfileRequiredPasswordTypePAtLeastNumeric = &_AndroidWorkProfileRequiredPasswordTypePAtLeastNumeric
|
||
|
// AndroidWorkProfileRequiredPasswordTypePNumericComplex is a pointer to AndroidWorkProfileRequiredPasswordTypeVNumericComplex
|
||
|
AndroidWorkProfileRequiredPasswordTypePNumericComplex = &_AndroidWorkProfileRequiredPasswordTypePNumericComplex
|
||
|
// AndroidWorkProfileRequiredPasswordTypePAtLeastAlphabetic is a pointer to AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphabetic
|
||
|
AndroidWorkProfileRequiredPasswordTypePAtLeastAlphabetic = &_AndroidWorkProfileRequiredPasswordTypePAtLeastAlphabetic
|
||
|
// AndroidWorkProfileRequiredPasswordTypePAtLeastAlphanumeric is a pointer to AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphanumeric
|
||
|
AndroidWorkProfileRequiredPasswordTypePAtLeastAlphanumeric = &_AndroidWorkProfileRequiredPasswordTypePAtLeastAlphanumeric
|
||
|
// AndroidWorkProfileRequiredPasswordTypePAlphanumericWithSymbols is a pointer to AndroidWorkProfileRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
AndroidWorkProfileRequiredPasswordTypePAlphanumericWithSymbols = &_AndroidWorkProfileRequiredPasswordTypePAlphanumericWithSymbols
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidWorkProfileRequiredPasswordTypePDeviceDefault = AndroidWorkProfileRequiredPasswordTypeVDeviceDefault
|
||
|
_AndroidWorkProfileRequiredPasswordTypePLowSecurityBiometric = AndroidWorkProfileRequiredPasswordTypeVLowSecurityBiometric
|
||
|
_AndroidWorkProfileRequiredPasswordTypePRequired = AndroidWorkProfileRequiredPasswordTypeVRequired
|
||
|
_AndroidWorkProfileRequiredPasswordTypePAtLeastNumeric = AndroidWorkProfileRequiredPasswordTypeVAtLeastNumeric
|
||
|
_AndroidWorkProfileRequiredPasswordTypePNumericComplex = AndroidWorkProfileRequiredPasswordTypeVNumericComplex
|
||
|
_AndroidWorkProfileRequiredPasswordTypePAtLeastAlphabetic = AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphabetic
|
||
|
_AndroidWorkProfileRequiredPasswordTypePAtLeastAlphanumeric = AndroidWorkProfileRequiredPasswordTypeVAtLeastAlphanumeric
|
||
|
_AndroidWorkProfileRequiredPasswordTypePAlphanumericWithSymbols = AndroidWorkProfileRequiredPasswordTypeVAlphanumericWithSymbols
|
||
|
)
|
||
|
|
||
|
// AndroidWorkProfileVPNConnectionType undocumented
|
||
|
type AndroidWorkProfileVPNConnectionType string
|
||
|
|
||
|
const (
|
||
|
// AndroidWorkProfileVPNConnectionTypeVCiscoAnyConnect undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVCiscoAnyConnect AndroidWorkProfileVPNConnectionType = "ciscoAnyConnect"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVPulseSecure undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVPulseSecure AndroidWorkProfileVPNConnectionType = "pulseSecure"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVF5EdgeClient undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVF5EdgeClient AndroidWorkProfileVPNConnectionType = "f5EdgeClient"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVDellSonicWallMobileConnect undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVDellSonicWallMobileConnect AndroidWorkProfileVPNConnectionType = "dellSonicWallMobileConnect"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVCheckPointCapsuleVPN undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVCheckPointCapsuleVPN AndroidWorkProfileVPNConnectionType = "checkPointCapsuleVpn"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVCitrix undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVCitrix AndroidWorkProfileVPNConnectionType = "citrix"
|
||
|
// AndroidWorkProfileVPNConnectionTypeVPaloAltoGlobalProtect undocumented
|
||
|
AndroidWorkProfileVPNConnectionTypeVPaloAltoGlobalProtect AndroidWorkProfileVPNConnectionType = "paloAltoGlobalProtect"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
// AndroidWorkProfileVPNConnectionTypePCiscoAnyConnect is a pointer to AndroidWorkProfileVPNConnectionTypeVCiscoAnyConnect
|
||
|
AndroidWorkProfileVPNConnectionTypePCiscoAnyConnect = &_AndroidWorkProfileVPNConnectionTypePCiscoAnyConnect
|
||
|
// AndroidWorkProfileVPNConnectionTypePPulseSecure is a pointer to AndroidWorkProfileVPNConnectionTypeVPulseSecure
|
||
|
AndroidWorkProfileVPNConnectionTypePPulseSecure = &_AndroidWorkProfileVPNConnectionTypePPulseSecure
|
||
|
// AndroidWorkProfileVPNConnectionTypePF5EdgeClient is a pointer to AndroidWorkProfileVPNConnectionTypeVF5EdgeClient
|
||
|
AndroidWorkProfileVPNConnectionTypePF5EdgeClient = &_AndroidWorkProfileVPNConnectionTypePF5EdgeClient
|
||
|
// AndroidWorkProfileVPNConnectionTypePDellSonicWallMobileConnect is a pointer to AndroidWorkProfileVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
AndroidWorkProfileVPNConnectionTypePDellSonicWallMobileConnect = &_AndroidWorkProfileVPNConnectionTypePDellSonicWallMobileConnect
|
||
|
// AndroidWorkProfileVPNConnectionTypePCheckPointCapsuleVPN is a pointer to AndroidWorkProfileVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
AndroidWorkProfileVPNConnectionTypePCheckPointCapsuleVPN = &_AndroidWorkProfileVPNConnectionTypePCheckPointCapsuleVPN
|
||
|
// AndroidWorkProfileVPNConnectionTypePCitrix is a pointer to AndroidWorkProfileVPNConnectionTypeVCitrix
|
||
|
AndroidWorkProfileVPNConnectionTypePCitrix = &_AndroidWorkProfileVPNConnectionTypePCitrix
|
||
|
// AndroidWorkProfileVPNConnectionTypePPaloAltoGlobalProtect is a pointer to AndroidWorkProfileVPNConnectionTypeVPaloAltoGlobalProtect
|
||
|
AndroidWorkProfileVPNConnectionTypePPaloAltoGlobalProtect = &_AndroidWorkProfileVPNConnectionTypePPaloAltoGlobalProtect
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
_AndroidWorkProfileVPNConnectionTypePCiscoAnyConnect = AndroidWorkProfileVPNConnectionTypeVCiscoAnyConnect
|
||
|
_AndroidWorkProfileVPNConnectionTypePPulseSecure = AndroidWorkProfileVPNConnectionTypeVPulseSecure
|
||
|
_AndroidWorkProfileVPNConnectionTypePF5EdgeClient = AndroidWorkProfileVPNConnectionTypeVF5EdgeClient
|
||
|
_AndroidWorkProfileVPNConnectionTypePDellSonicWallMobileConnect = AndroidWorkProfileVPNConnectionTypeVDellSonicWallMobileConnect
|
||
|
_AndroidWorkProfileVPNConnectionTypePCheckPointCapsuleVPN = AndroidWorkProfileVPNConnectionTypeVCheckPointCapsuleVPN
|
||
|
_AndroidWorkProfileVPNConnectionTypePCitrix = AndroidWorkProfileVPNConnectionTypeVCitrix
|
||
|
_AndroidWorkProfileVPNConnectionTypePPaloAltoGlobalProtect = AndroidWorkProfileVPNConnectionTypeVPaloAltoGlobalProtect
|
||
|
)
|