_type

package
v0.0.0-...-e165f0f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeviceEncryptionStatus_name = map[int32]string{
	0: "ENCRYPTION_UNSPECIFIED",
	1: "ENCRYPTION_UNSUPPORTED",
	2: "UNENCRYPTED",
	3: "ENCRYPTED",
}
View Source
var DeviceEncryptionStatus_value = map[string]int32{
	"ENCRYPTION_UNSPECIFIED": 0,
	"ENCRYPTION_UNSUPPORTED": 1,
	"UNENCRYPTED":            2,
	"ENCRYPTED":              3,
}
View Source
var DeviceManagementLevel_name = map[int32]string{
	0: "MANAGEMENT_UNSPECIFIED",
	1: "NONE",
	2: "BASIC",
	3: "COMPLETE",
}
View Source
var DeviceManagementLevel_value = map[string]int32{
	"MANAGEMENT_UNSPECIFIED": 0,
	"NONE":                   1,
	"BASIC":                  2,
	"COMPLETE":               3,
}
View Source
var OsType_name = map[int32]string{
	0: "OS_UNSPECIFIED",
	1: "DESKTOP_MAC",
	2: "DESKTOP_WINDOWS",
	3: "DESKTOP_LINUX",
	6: "DESKTOP_CHROME_OS",
	4: "ANDROID",
	5: "IOS",
}
View Source
var OsType_value = map[string]int32{
	"OS_UNSPECIFIED":    0,
	"DESKTOP_MAC":       1,
	"DESKTOP_WINDOWS":   2,
	"DESKTOP_LINUX":     3,
	"DESKTOP_CHROME_OS": 6,
	"ANDROID":           4,
	"IOS":               5,
}

Functions

This section is empty.

Types

type DeviceEncryptionStatus

type DeviceEncryptionStatus int32

The encryption state of the device.

const (
	// The encryption status of the device is not specified or not known.
	DeviceEncryptionStatus_ENCRYPTION_UNSPECIFIED DeviceEncryptionStatus = 0
	// The device does not support encryption.
	DeviceEncryptionStatus_ENCRYPTION_UNSUPPORTED DeviceEncryptionStatus = 1
	// The device supports encryption, but is currently unencrypted.
	DeviceEncryptionStatus_UNENCRYPTED DeviceEncryptionStatus = 2
	// The device is encrypted.
	DeviceEncryptionStatus_ENCRYPTED DeviceEncryptionStatus = 3
)

func (DeviceEncryptionStatus) EnumDescriptor

func (DeviceEncryptionStatus) EnumDescriptor() ([]byte, []int)

func (DeviceEncryptionStatus) String

func (x DeviceEncryptionStatus) String() string

type DeviceManagementLevel

type DeviceManagementLevel int32

The degree to which the device is managed by the Cloud organization.

const (
	// The device's management level is not specified or not known.
	DeviceManagementLevel_MANAGEMENT_UNSPECIFIED DeviceManagementLevel = 0
	// The device is not managed.
	DeviceManagementLevel_NONE DeviceManagementLevel = 1
	// Basic management is enabled, which is generally limited to monitoring and
	// wiping the corporate account.
	DeviceManagementLevel_BASIC DeviceManagementLevel = 2
	// Complete device management. This includes more thorough monitoring and the
	// ability to directly manage the device (such as remote wiping). This can be
	// enabled through the Android Enterprise Platform.
	DeviceManagementLevel_COMPLETE DeviceManagementLevel = 3
)

func (DeviceManagementLevel) EnumDescriptor

func (DeviceManagementLevel) EnumDescriptor() ([]byte, []int)

func (DeviceManagementLevel) String

func (x DeviceManagementLevel) String() string

type OsType

type OsType int32

The operating system type of the device. Next id: 7

const (
	// The operating system of the device is not specified or not known.
	OsType_OS_UNSPECIFIED OsType = 0
	// A desktop Mac operating system.
	OsType_DESKTOP_MAC OsType = 1
	// A desktop Windows operating system.
	OsType_DESKTOP_WINDOWS OsType = 2
	// A desktop Linux operating system.
	OsType_DESKTOP_LINUX OsType = 3
	// A desktop ChromeOS operating system.
	OsType_DESKTOP_CHROME_OS OsType = 6
	// An Android operating system.
	OsType_ANDROID OsType = 4
	// An iOS operating system.
	OsType_IOS OsType = 5
)

func (OsType) EnumDescriptor

func (OsType) EnumDescriptor() ([]byte, []int)

func (OsType) String

func (x OsType) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL