mdmproto

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mdmproto is a generated protocol buffer package.

It is generated from these files:

mdm.proto

It has these top-level messages:

CommandPayload
Command
InstallProfile
RemoveProfile
InstallProvisioningProfile
RemoveProvisioningProfile
InstalledApplicationList
DeviceInformation
ClearPasscode
DeviceLock
EraseDevice
RequestMirroring
Restrictions
UnlockUserAccount
DeleteUser
EnableLostMode
InstallApplication
InstallApplicationOptions
InstallApplicationConfiguration
InstallApplicationAttributes
InstallEnterpriseApplication
Manifest
ManifestItem
Asset
Metadata
BundleInfo
ApplyRedemptionCode
ManagedApplicationList
RemoveApplication
InviteToProgram
ValidateApplications
AccountConfiguration
AutoSetupAdminAccounts
InstallMedia
RemoveMedia
Settings
Setting
VoiceRoamingSetting
PersonalHotspotSetting
WallpaperSetting
DataRoamingSetting
BluetoothSetting
ApplicationAttributesSetting
ApplicationAttributes
DeviceNameSetting
HostnameSetting
MDMOptionsSetting
MDMOptions
PasscodeLockGracePeriodSetting
MaximumResidentUsersSetting
DiagnosticSubmissionSetting
AppAnalyticsSetting
ManagedApplicationConfiguration
ManagedApplicationAttributes
ManagedApplicationFeedback
SetFirmwarePassword
VerifyFirmwarePassword
SetAutoAdminPassword
ScheduleOSUpdate
Update
ScheduleOSUpdateScan
ActiveNSExtensions
RotateFileVaultKey
FileVaultUnlock
ResultPayload
ErrorChain

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMdm = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMdm   = fmt.Errorf("proto: integer overflow")
)
View Source
var ResultPayload_Status_name = map[int32]string{
	0: "Acknowledged",
	1: "Error",
	2: "CommandFormatError",
	3: "Idle",
	4: "NotNow",
}
View Source
var ResultPayload_Status_value = map[string]int32{
	"Acknowledged":       0,
	"Error":              1,
	"CommandFormatError": 2,
	"Idle":               3,
	"NotNow":             4,
}

Functions

This section is empty.

Types

type AccountConfiguration

type AccountConfiguration struct {
	SkipPrimarySetupAccountCreation     bool                      `` /* 161-byte string literal not displayed */
	SetPrimarySetupAccountAsRegularUser bool                      `` /* 177-byte string literal not displayed */
	AutoSetupAdminAccounts              []*AutoSetupAdminAccounts `protobuf:"bytes,3,rep,name=auto_setup_admin_accounts,json=autoSetupAdminAccounts" json:"auto_setup_admin_accounts,omitempty"`
}

func (*AccountConfiguration) Descriptor

func (*AccountConfiguration) Descriptor() ([]byte, []int)

func (*AccountConfiguration) GetAutoSetupAdminAccounts

func (m *AccountConfiguration) GetAutoSetupAdminAccounts() []*AutoSetupAdminAccounts

func (*AccountConfiguration) GetSetPrimarySetupAccountAsRegularUser

func (m *AccountConfiguration) GetSetPrimarySetupAccountAsRegularUser() bool

func (*AccountConfiguration) GetSkipPrimarySetupAccountCreation

func (m *AccountConfiguration) GetSkipPrimarySetupAccountCreation() bool

func (*AccountConfiguration) Marshal

func (m *AccountConfiguration) Marshal() (dAtA []byte, err error)

func (*AccountConfiguration) MarshalTo

func (m *AccountConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*AccountConfiguration) ProtoMessage

func (*AccountConfiguration) ProtoMessage()

func (*AccountConfiguration) Reset

func (m *AccountConfiguration) Reset()

func (*AccountConfiguration) Size

func (m *AccountConfiguration) Size() (n int)

func (*AccountConfiguration) String

func (m *AccountConfiguration) String() string

func (*AccountConfiguration) Unmarshal

func (m *AccountConfiguration) Unmarshal(dAtA []byte) error

type ActiveNSExtensions

type ActiveNSExtensions struct {
	FilterExtensionPoints []string `protobuf:"bytes,1,rep,name=filter_extension_points,json=filterExtensionPoints" json:"filter_extension_points,omitempty"`
}

func (*ActiveNSExtensions) Descriptor

func (*ActiveNSExtensions) Descriptor() ([]byte, []int)

func (*ActiveNSExtensions) GetFilterExtensionPoints

func (m *ActiveNSExtensions) GetFilterExtensionPoints() []string

func (*ActiveNSExtensions) Marshal

func (m *ActiveNSExtensions) Marshal() (dAtA []byte, err error)

func (*ActiveNSExtensions) MarshalTo

func (m *ActiveNSExtensions) MarshalTo(dAtA []byte) (int, error)

func (*ActiveNSExtensions) ProtoMessage

func (*ActiveNSExtensions) ProtoMessage()

func (*ActiveNSExtensions) Reset

func (m *ActiveNSExtensions) Reset()

func (*ActiveNSExtensions) Size

func (m *ActiveNSExtensions) Size() (n int)

func (*ActiveNSExtensions) String

func (m *ActiveNSExtensions) String() string

func (*ActiveNSExtensions) Unmarshal

func (m *ActiveNSExtensions) Unmarshal(dAtA []byte) error

type AppAnalyticsSetting

type AppAnalyticsSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*AppAnalyticsSetting) Descriptor

func (*AppAnalyticsSetting) Descriptor() ([]byte, []int)

func (*AppAnalyticsSetting) GetEnabled

func (m *AppAnalyticsSetting) GetEnabled() bool

func (*AppAnalyticsSetting) Marshal

func (m *AppAnalyticsSetting) Marshal() (dAtA []byte, err error)

func (*AppAnalyticsSetting) MarshalTo

func (m *AppAnalyticsSetting) MarshalTo(dAtA []byte) (int, error)

func (*AppAnalyticsSetting) ProtoMessage

func (*AppAnalyticsSetting) ProtoMessage()

func (*AppAnalyticsSetting) Reset

func (m *AppAnalyticsSetting) Reset()

func (*AppAnalyticsSetting) Size

func (m *AppAnalyticsSetting) Size() (n int)

func (*AppAnalyticsSetting) String

func (m *AppAnalyticsSetting) String() string

func (*AppAnalyticsSetting) Unmarshal

func (m *AppAnalyticsSetting) Unmarshal(dAtA []byte) error

type ApplicationAttributes

type ApplicationAttributes struct {
	VpnUuid string `protobuf:"bytes,1,opt,name=vpn_uuid,json=vpnUuid,proto3" json:"vpn_uuid,omitempty"`
}

func (*ApplicationAttributes) Descriptor

func (*ApplicationAttributes) Descriptor() ([]byte, []int)

func (*ApplicationAttributes) GetVpnUuid

func (m *ApplicationAttributes) GetVpnUuid() string

func (*ApplicationAttributes) Marshal

func (m *ApplicationAttributes) Marshal() (dAtA []byte, err error)

func (*ApplicationAttributes) MarshalTo

func (m *ApplicationAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationAttributes) ProtoMessage

func (*ApplicationAttributes) ProtoMessage()

func (*ApplicationAttributes) Reset

func (m *ApplicationAttributes) Reset()

func (*ApplicationAttributes) Size

func (m *ApplicationAttributes) Size() (n int)

func (*ApplicationAttributes) String

func (m *ApplicationAttributes) String() string

func (*ApplicationAttributes) Unmarshal

func (m *ApplicationAttributes) Unmarshal(dAtA []byte) error

type ApplicationAttributesSetting

type ApplicationAttributesSetting struct {
	Identifier            string                 `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	ApplicationAttributes *ApplicationAttributes `protobuf:"bytes,2,opt,name=application_attributes,json=applicationAttributes" json:"application_attributes,omitempty"`
}

func (*ApplicationAttributesSetting) Descriptor

func (*ApplicationAttributesSetting) Descriptor() ([]byte, []int)

func (*ApplicationAttributesSetting) GetApplicationAttributes

func (m *ApplicationAttributesSetting) GetApplicationAttributes() *ApplicationAttributes

func (*ApplicationAttributesSetting) GetIdentifier

func (m *ApplicationAttributesSetting) GetIdentifier() string

func (*ApplicationAttributesSetting) Marshal

func (m *ApplicationAttributesSetting) Marshal() (dAtA []byte, err error)

func (*ApplicationAttributesSetting) MarshalTo

func (m *ApplicationAttributesSetting) MarshalTo(dAtA []byte) (int, error)

func (*ApplicationAttributesSetting) ProtoMessage

func (*ApplicationAttributesSetting) ProtoMessage()

func (*ApplicationAttributesSetting) Reset

func (m *ApplicationAttributesSetting) Reset()

func (*ApplicationAttributesSetting) Size

func (m *ApplicationAttributesSetting) Size() (n int)

func (*ApplicationAttributesSetting) String

func (*ApplicationAttributesSetting) Unmarshal

func (m *ApplicationAttributesSetting) Unmarshal(dAtA []byte) error

type ApplyRedemptionCode

type ApplyRedemptionCode struct {
	Identifier     string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	RedemptionCode string `protobuf:"bytes,2,opt,name=redemption_code,json=redemptionCode,proto3" json:"redemption_code,omitempty"`
}

func (*ApplyRedemptionCode) Descriptor

func (*ApplyRedemptionCode) Descriptor() ([]byte, []int)

func (*ApplyRedemptionCode) GetIdentifier

func (m *ApplyRedemptionCode) GetIdentifier() string

func (*ApplyRedemptionCode) GetRedemptionCode

func (m *ApplyRedemptionCode) GetRedemptionCode() string

func (*ApplyRedemptionCode) Marshal

func (m *ApplyRedemptionCode) Marshal() (dAtA []byte, err error)

func (*ApplyRedemptionCode) MarshalTo

func (m *ApplyRedemptionCode) MarshalTo(dAtA []byte) (int, error)

func (*ApplyRedemptionCode) ProtoMessage

func (*ApplyRedemptionCode) ProtoMessage()

func (*ApplyRedemptionCode) Reset

func (m *ApplyRedemptionCode) Reset()

func (*ApplyRedemptionCode) Size

func (m *ApplyRedemptionCode) Size() (n int)

func (*ApplyRedemptionCode) String

func (m *ApplyRedemptionCode) String() string

func (*ApplyRedemptionCode) Unmarshal

func (m *ApplyRedemptionCode) Unmarshal(dAtA []byte) error

type Asset added in v1.3.1

type Asset struct {
	Kind    string   `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Md5Size int64    `protobuf:"varint,2,opt,name=md5_size,json=md5Size,proto3" json:"md5_size,omitempty"`
	Md5S    []string `protobuf:"bytes,3,rep,name=md5s" json:"md5s,omitempty"`
	Url     string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
}

func (*Asset) Descriptor added in v1.3.1

func (*Asset) Descriptor() ([]byte, []int)

func (*Asset) GetKind added in v1.3.1

func (m *Asset) GetKind() string

func (*Asset) GetMd5S added in v1.3.1

func (m *Asset) GetMd5S() []string

func (*Asset) GetMd5Size added in v1.3.1

func (m *Asset) GetMd5Size() int64

func (*Asset) GetUrl added in v1.3.1

func (m *Asset) GetUrl() string

func (*Asset) Marshal added in v1.3.1

func (m *Asset) Marshal() (dAtA []byte, err error)

func (*Asset) MarshalTo added in v1.3.1

func (m *Asset) MarshalTo(dAtA []byte) (int, error)

func (*Asset) ProtoMessage added in v1.3.1

func (*Asset) ProtoMessage()

func (*Asset) Reset added in v1.3.1

func (m *Asset) Reset()

func (*Asset) Size added in v1.3.1

func (m *Asset) Size() (n int)

func (*Asset) String added in v1.3.1

func (m *Asset) String() string

func (*Asset) Unmarshal added in v1.3.1

func (m *Asset) Unmarshal(dAtA []byte) error

type AutoSetupAdminAccounts

type AutoSetupAdminAccounts struct {
	ShortName    string `protobuf:"bytes,1,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	FullName     string `protobuf:"bytes,2,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	PasswordHash []byte `protobuf:"bytes,3,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"`
	Hidden       bool   `protobuf:"varint,4,opt,name=hidden,proto3" json:"hidden,omitempty"`
}

func (*AutoSetupAdminAccounts) Descriptor

func (*AutoSetupAdminAccounts) Descriptor() ([]byte, []int)

func (*AutoSetupAdminAccounts) GetFullName

func (m *AutoSetupAdminAccounts) GetFullName() string

func (*AutoSetupAdminAccounts) GetHidden

func (m *AutoSetupAdminAccounts) GetHidden() bool

func (*AutoSetupAdminAccounts) GetPasswordHash

func (m *AutoSetupAdminAccounts) GetPasswordHash() []byte

func (*AutoSetupAdminAccounts) GetShortName

func (m *AutoSetupAdminAccounts) GetShortName() string

func (*AutoSetupAdminAccounts) Marshal

func (m *AutoSetupAdminAccounts) Marshal() (dAtA []byte, err error)

func (*AutoSetupAdminAccounts) MarshalTo

func (m *AutoSetupAdminAccounts) MarshalTo(dAtA []byte) (int, error)

func (*AutoSetupAdminAccounts) ProtoMessage

func (*AutoSetupAdminAccounts) ProtoMessage()

func (*AutoSetupAdminAccounts) Reset

func (m *AutoSetupAdminAccounts) Reset()

func (*AutoSetupAdminAccounts) Size

func (m *AutoSetupAdminAccounts) Size() (n int)

func (*AutoSetupAdminAccounts) String

func (m *AutoSetupAdminAccounts) String() string

func (*AutoSetupAdminAccounts) Unmarshal

func (m *AutoSetupAdminAccounts) Unmarshal(dAtA []byte) error

type BluetoothSetting

type BluetoothSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*BluetoothSetting) Descriptor

func (*BluetoothSetting) Descriptor() ([]byte, []int)

func (*BluetoothSetting) GetEnabled

func (m *BluetoothSetting) GetEnabled() bool

func (*BluetoothSetting) Marshal

func (m *BluetoothSetting) Marshal() (dAtA []byte, err error)

func (*BluetoothSetting) MarshalTo

func (m *BluetoothSetting) MarshalTo(dAtA []byte) (int, error)

func (*BluetoothSetting) ProtoMessage

func (*BluetoothSetting) ProtoMessage()

func (*BluetoothSetting) Reset

func (m *BluetoothSetting) Reset()

func (*BluetoothSetting) Size

func (m *BluetoothSetting) Size() (n int)

func (*BluetoothSetting) String

func (m *BluetoothSetting) String() string

func (*BluetoothSetting) Unmarshal

func (m *BluetoothSetting) Unmarshal(dAtA []byte) error

type BundleInfo added in v1.3.1

type BundleInfo struct {
	BundleIdentifier string `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"`
	BundleVersion    string `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"`
}

func (*BundleInfo) Descriptor added in v1.3.1

func (*BundleInfo) Descriptor() ([]byte, []int)

func (*BundleInfo) GetBundleIdentifier added in v1.3.1

func (m *BundleInfo) GetBundleIdentifier() string

func (*BundleInfo) GetBundleVersion added in v1.3.1

func (m *BundleInfo) GetBundleVersion() string

func (*BundleInfo) Marshal added in v1.3.1

func (m *BundleInfo) Marshal() (dAtA []byte, err error)

func (*BundleInfo) MarshalTo added in v1.3.1

func (m *BundleInfo) MarshalTo(dAtA []byte) (int, error)

func (*BundleInfo) ProtoMessage added in v1.3.1

func (*BundleInfo) ProtoMessage()

func (*BundleInfo) Reset added in v1.3.1

func (m *BundleInfo) Reset()

func (*BundleInfo) Size added in v1.3.1

func (m *BundleInfo) Size() (n int)

func (*BundleInfo) String added in v1.3.1

func (m *BundleInfo) String() string

func (*BundleInfo) Unmarshal added in v1.3.1

func (m *BundleInfo) Unmarshal(dAtA []byte) error

type ClearPasscode

type ClearPasscode struct {
	UnlockToken []byte `protobuf:"bytes,1,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"`
}

func (*ClearPasscode) Descriptor

func (*ClearPasscode) Descriptor() ([]byte, []int)

func (*ClearPasscode) GetUnlockToken

func (m *ClearPasscode) GetUnlockToken() []byte

func (*ClearPasscode) Marshal

func (m *ClearPasscode) Marshal() (dAtA []byte, err error)

func (*ClearPasscode) MarshalTo

func (m *ClearPasscode) MarshalTo(dAtA []byte) (int, error)

func (*ClearPasscode) ProtoMessage

func (*ClearPasscode) ProtoMessage()

func (*ClearPasscode) Reset

func (m *ClearPasscode) Reset()

func (*ClearPasscode) Size

func (m *ClearPasscode) Size() (n int)

func (*ClearPasscode) String

func (m *ClearPasscode) String() string

func (*ClearPasscode) Unmarshal

func (m *ClearPasscode) Unmarshal(dAtA []byte) error

type Command

type Command struct {
	RequestType string `protobuf:"bytes,1,opt,name=request_type,json=requestType,proto3" json:"request_type,omitempty"`
	//
	// Request Types that do not have additional fields:
	// - ProfileList
	// - ProvisioningProfileList
	// - CertificateList",
	// - SecurityInfo
	// - RestartDevice
	// - ShutDownDevice
	// - StopMirroring
	// - ClearRestrictionsPassword
	// - UserList
	// - LogOutUser
	// - PlayLostModeSound
	// - DisableLostMode
	// - DeviceLocation
	// - ManagedMediaList
	// - DeviceConfigured
	// - AvailableOSUpdates
	// - NSExtensionMappings
	//
	// Types that are valid to be assigned to Request:
	//	*Command_InstallProfile
	//	*Command_RemoveProfile
	//	*Command_InstallProvisioningProfile
	//	*Command_RemoveProfisioningProfile
	//	*Command_InstalledApplicationList
	//	*Command_DeviceInformation
	//	*Command_DeviceLock
	//	*Command_ClearPasscode
	//	*Command_EraseDevice
	//	*Command_RequestMirroring
	//	*Command_Restrictions
	//	*Command_UnlockUserAccount
	//	*Command_DeleteUser
	//	*Command_EnableLostMode
	//	*Command_InstallApplication
	//	*Command_AccountConfiguration
	//	*Command_ApplyRedemptionCode
	//	*Command_ManagedApplicationList
	//	*Command_RemoveApplication
	//	*Command_InviteToProgram
	//	*Command_ValidataApplications
	//	*Command_InstallMedia
	//	*Command_RemoveMedia
	//	*Command_Settings
	//	*Command_ManagedApplicationConfiguration
	//	*Command_ManagedApplicationAttributes
	//	*Command_ManagedApplicationFeedback
	//	*Command_SetFirmwarePassword
	//	*Command_VerifyFirmwarePassword
	//	*Command_SetAutoAdminPassword
	//	*Command_ScheduleOsUpdate
	//	*Command_ScheduleOsUpdateScan
	//	*Command_ActiveNsExtensions
	//	*Command_RotateFilevaultKey
	//	*Command_InstallEnterpriseApplication
	Request isCommand_Request `protobuf_oneof:"request"`
}

func (*Command) Descriptor

func (*Command) Descriptor() ([]byte, []int)

func (*Command) GetAccountConfiguration

func (m *Command) GetAccountConfiguration() *AccountConfiguration

func (*Command) GetActiveNsExtensions

func (m *Command) GetActiveNsExtensions() *ActiveNSExtensions

func (*Command) GetApplyRedemptionCode

func (m *Command) GetApplyRedemptionCode() *ApplyRedemptionCode

func (*Command) GetClearPasscode

func (m *Command) GetClearPasscode() *ClearPasscode

func (*Command) GetDeleteUser

func (m *Command) GetDeleteUser() *DeleteUser

func (*Command) GetDeviceInformation

func (m *Command) GetDeviceInformation() *DeviceInformation

func (*Command) GetDeviceLock

func (m *Command) GetDeviceLock() *DeviceLock

func (*Command) GetEnableLostMode

func (m *Command) GetEnableLostMode() *EnableLostMode

func (*Command) GetEraseDevice

func (m *Command) GetEraseDevice() *EraseDevice

func (*Command) GetInstallApplication

func (m *Command) GetInstallApplication() *InstallApplication

func (*Command) GetInstallEnterpriseApplication added in v1.3.1

func (m *Command) GetInstallEnterpriseApplication() *InstallEnterpriseApplication

func (*Command) GetInstallMedia

func (m *Command) GetInstallMedia() *InstallMedia

func (*Command) GetInstallProfile

func (m *Command) GetInstallProfile() *InstallProfile

func (*Command) GetInstallProvisioningProfile

func (m *Command) GetInstallProvisioningProfile() *InstallProvisioningProfile

func (*Command) GetInstalledApplicationList

func (m *Command) GetInstalledApplicationList() *InstalledApplicationList

func (*Command) GetInviteToProgram

func (m *Command) GetInviteToProgram() *InviteToProgram

func (*Command) GetManagedApplicationAttributes

func (m *Command) GetManagedApplicationAttributes() *ManagedApplicationAttributes

func (*Command) GetManagedApplicationConfiguration

func (m *Command) GetManagedApplicationConfiguration() *ManagedApplicationConfiguration

func (*Command) GetManagedApplicationFeedback

func (m *Command) GetManagedApplicationFeedback() *ManagedApplicationFeedback

func (*Command) GetManagedApplicationList

func (m *Command) GetManagedApplicationList() *ManagedApplicationList

func (*Command) GetRemoveApplication

func (m *Command) GetRemoveApplication() *RemoveApplication

func (*Command) GetRemoveMedia

func (m *Command) GetRemoveMedia() *RemoveMedia

func (*Command) GetRemoveProfile

func (m *Command) GetRemoveProfile() *RemoveProfile

func (*Command) GetRemoveProfisioningProfile

func (m *Command) GetRemoveProfisioningProfile() *RemoveProvisioningProfile

func (*Command) GetRequest

func (m *Command) GetRequest() isCommand_Request

func (*Command) GetRequestMirroring

func (m *Command) GetRequestMirroring() *RequestMirroring

func (*Command) GetRequestType

func (m *Command) GetRequestType() string

func (*Command) GetRestrictions

func (m *Command) GetRestrictions() *Restrictions

func (*Command) GetRotateFilevaultKey

func (m *Command) GetRotateFilevaultKey() *RotateFileVaultKey

func (*Command) GetScheduleOsUpdate

func (m *Command) GetScheduleOsUpdate() *ScheduleOSUpdate

func (*Command) GetScheduleOsUpdateScan

func (m *Command) GetScheduleOsUpdateScan() *ScheduleOSUpdateScan

func (*Command) GetSetAutoAdminPassword

func (m *Command) GetSetAutoAdminPassword() *SetAutoAdminPassword

func (*Command) GetSetFirmwarePassword

func (m *Command) GetSetFirmwarePassword() *SetFirmwarePassword

func (*Command) GetSettings

func (m *Command) GetSettings() *Settings

func (*Command) GetUnlockUserAccount

func (m *Command) GetUnlockUserAccount() *UnlockUserAccount

func (*Command) GetValidataApplications

func (m *Command) GetValidataApplications() *ValidateApplications

func (*Command) GetVerifyFirmwarePassword

func (m *Command) GetVerifyFirmwarePassword() *VerifyFirmwarePassword

func (*Command) Marshal

func (m *Command) Marshal() (dAtA []byte, err error)

func (*Command) MarshalTo

func (m *Command) MarshalTo(dAtA []byte) (int, error)

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) Reset

func (m *Command) Reset()

func (*Command) Size

func (m *Command) Size() (n int)

func (*Command) String

func (m *Command) String() string

func (*Command) Unmarshal

func (m *Command) Unmarshal(dAtA []byte) error

func (*Command) XXX_OneofFuncs

func (*Command) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

type CommandPayload

type CommandPayload struct {
	CommandUuid string   `protobuf:"bytes,1,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"`
	Command     *Command `protobuf:"bytes,2,opt,name=command" json:"command,omitempty"`
}

func (*CommandPayload) Descriptor

func (*CommandPayload) Descriptor() ([]byte, []int)

func (*CommandPayload) GetCommand

func (m *CommandPayload) GetCommand() *Command

func (*CommandPayload) GetCommandUuid

func (m *CommandPayload) GetCommandUuid() string

func (*CommandPayload) Marshal

func (m *CommandPayload) Marshal() (dAtA []byte, err error)

func (*CommandPayload) MarshalTo

func (m *CommandPayload) MarshalTo(dAtA []byte) (int, error)

func (*CommandPayload) ProtoMessage

func (*CommandPayload) ProtoMessage()

func (*CommandPayload) Reset

func (m *CommandPayload) Reset()

func (*CommandPayload) Size

func (m *CommandPayload) Size() (n int)

func (*CommandPayload) String

func (m *CommandPayload) String() string

func (*CommandPayload) Unmarshal

func (m *CommandPayload) Unmarshal(dAtA []byte) error

type Command_AccountConfiguration

type Command_AccountConfiguration struct {
	AccountConfiguration *AccountConfiguration `protobuf:"bytes,17,opt,name=account_configuration,json=accountConfiguration,oneof"`
}

func (*Command_AccountConfiguration) MarshalTo

func (m *Command_AccountConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*Command_AccountConfiguration) Size

func (m *Command_AccountConfiguration) Size() (n int)

type Command_ActiveNsExtensions

type Command_ActiveNsExtensions struct {
	ActiveNsExtensions *ActiveNSExtensions `protobuf:"bytes,34,opt,name=active_ns_extensions,json=activeNsExtensions,oneof"`
}

func (*Command_ActiveNsExtensions) MarshalTo

func (m *Command_ActiveNsExtensions) MarshalTo(dAtA []byte) (int, error)

func (*Command_ActiveNsExtensions) Size

func (m *Command_ActiveNsExtensions) Size() (n int)

type Command_ApplyRedemptionCode

type Command_ApplyRedemptionCode struct {
	ApplyRedemptionCode *ApplyRedemptionCode `protobuf:"bytes,18,opt,name=apply_redemption_code,json=applyRedemptionCode,oneof"`
}

func (*Command_ApplyRedemptionCode) MarshalTo

func (m *Command_ApplyRedemptionCode) MarshalTo(dAtA []byte) (int, error)

func (*Command_ApplyRedemptionCode) Size

func (m *Command_ApplyRedemptionCode) Size() (n int)

type Command_ClearPasscode

type Command_ClearPasscode struct {
	ClearPasscode *ClearPasscode `protobuf:"bytes,9,opt,name=clear_passcode,json=clearPasscode,oneof"`
}

func (*Command_ClearPasscode) MarshalTo

func (m *Command_ClearPasscode) MarshalTo(dAtA []byte) (int, error)

func (*Command_ClearPasscode) Size

func (m *Command_ClearPasscode) Size() (n int)

type Command_DeleteUser

type Command_DeleteUser struct {
	DeleteUser *DeleteUser `protobuf:"bytes,14,opt,name=delete_user,json=deleteUser,oneof"`
}

func (*Command_DeleteUser) MarshalTo

func (m *Command_DeleteUser) MarshalTo(dAtA []byte) (int, error)

func (*Command_DeleteUser) Size

func (m *Command_DeleteUser) Size() (n int)

type Command_DeviceInformation

type Command_DeviceInformation struct {
	DeviceInformation *DeviceInformation `protobuf:"bytes,7,opt,name=device_information,json=deviceInformation,oneof"`
}

func (*Command_DeviceInformation) MarshalTo

func (m *Command_DeviceInformation) MarshalTo(dAtA []byte) (int, error)

func (*Command_DeviceInformation) Size

func (m *Command_DeviceInformation) Size() (n int)

type Command_DeviceLock

type Command_DeviceLock struct {
	DeviceLock *DeviceLock `protobuf:"bytes,8,opt,name=device_lock,json=deviceLock,oneof"`
}

func (*Command_DeviceLock) MarshalTo

func (m *Command_DeviceLock) MarshalTo(dAtA []byte) (int, error)

func (*Command_DeviceLock) Size

func (m *Command_DeviceLock) Size() (n int)

type Command_EnableLostMode

type Command_EnableLostMode struct {
	EnableLostMode *EnableLostMode `protobuf:"bytes,15,opt,name=enable_lost_mode,json=enableLostMode,oneof"`
}

func (*Command_EnableLostMode) MarshalTo

func (m *Command_EnableLostMode) MarshalTo(dAtA []byte) (int, error)

func (*Command_EnableLostMode) Size

func (m *Command_EnableLostMode) Size() (n int)

type Command_EraseDevice

type Command_EraseDevice struct {
	EraseDevice *EraseDevice `protobuf:"bytes,10,opt,name=erase_device,json=eraseDevice,oneof"`
}

func (*Command_EraseDevice) MarshalTo

func (m *Command_EraseDevice) MarshalTo(dAtA []byte) (int, error)

func (*Command_EraseDevice) Size

func (m *Command_EraseDevice) Size() (n int)

type Command_InstallApplication

type Command_InstallApplication struct {
	InstallApplication *InstallApplication `protobuf:"bytes,16,opt,name=install_application,json=installApplication,oneof"`
}

func (*Command_InstallApplication) MarshalTo

func (m *Command_InstallApplication) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstallApplication) Size

func (m *Command_InstallApplication) Size() (n int)

type Command_InstallEnterpriseApplication added in v1.3.1

type Command_InstallEnterpriseApplication struct {
	InstallEnterpriseApplication *InstallEnterpriseApplication `protobuf:"bytes,36,opt,name=install_enterprise_application,json=installEnterpriseApplication,oneof"`
}

func (*Command_InstallEnterpriseApplication) MarshalTo added in v1.3.1

func (m *Command_InstallEnterpriseApplication) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstallEnterpriseApplication) Size added in v1.3.1

type Command_InstallMedia

type Command_InstallMedia struct {
	InstallMedia *InstallMedia `protobuf:"bytes,23,opt,name=install_media,json=installMedia,oneof"`
}

func (*Command_InstallMedia) MarshalTo

func (m *Command_InstallMedia) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstallMedia) Size

func (m *Command_InstallMedia) Size() (n int)

type Command_InstallProfile

type Command_InstallProfile struct {
	InstallProfile *InstallProfile `protobuf:"bytes,2,opt,name=install_profile,json=installProfile,oneof"`
}

func (*Command_InstallProfile) MarshalTo

func (m *Command_InstallProfile) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstallProfile) Size

func (m *Command_InstallProfile) Size() (n int)

type Command_InstallProvisioningProfile

type Command_InstallProvisioningProfile struct {
	InstallProvisioningProfile *InstallProvisioningProfile `protobuf:"bytes,4,opt,name=install_provisioning_profile,json=installProvisioningProfile,oneof"`
}

func (*Command_InstallProvisioningProfile) MarshalTo

func (m *Command_InstallProvisioningProfile) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstallProvisioningProfile) Size

type Command_InstalledApplicationList

type Command_InstalledApplicationList struct {
	InstalledApplicationList *InstalledApplicationList `protobuf:"bytes,6,opt,name=installed_application_list,json=installedApplicationList,oneof"`
}

func (*Command_InstalledApplicationList) MarshalTo

func (m *Command_InstalledApplicationList) MarshalTo(dAtA []byte) (int, error)

func (*Command_InstalledApplicationList) Size

func (m *Command_InstalledApplicationList) Size() (n int)

type Command_InviteToProgram

type Command_InviteToProgram struct {
	InviteToProgram *InviteToProgram `protobuf:"bytes,21,opt,name=invite_to_program,json=inviteToProgram,oneof"`
}

func (*Command_InviteToProgram) MarshalTo

func (m *Command_InviteToProgram) MarshalTo(dAtA []byte) (int, error)

func (*Command_InviteToProgram) Size

func (m *Command_InviteToProgram) Size() (n int)

type Command_ManagedApplicationAttributes

type Command_ManagedApplicationAttributes struct {
	ManagedApplicationAttributes *ManagedApplicationAttributes `protobuf:"bytes,27,opt,name=managed_application_attributes,json=managedApplicationAttributes,oneof"`
}

func (*Command_ManagedApplicationAttributes) MarshalTo

func (m *Command_ManagedApplicationAttributes) MarshalTo(dAtA []byte) (int, error)

func (*Command_ManagedApplicationAttributes) Size

type Command_ManagedApplicationConfiguration

type Command_ManagedApplicationConfiguration struct {
	ManagedApplicationConfiguration *ManagedApplicationConfiguration `protobuf:"bytes,26,opt,name=managed_application_configuration,json=managedApplicationConfiguration,oneof"`
}

func (*Command_ManagedApplicationConfiguration) MarshalTo

func (m *Command_ManagedApplicationConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*Command_ManagedApplicationConfiguration) Size

type Command_ManagedApplicationFeedback

type Command_ManagedApplicationFeedback struct {
	ManagedApplicationFeedback *ManagedApplicationFeedback `protobuf:"bytes,28,opt,name=managed_application_feedback,json=managedApplicationFeedback,oneof"`
}

func (*Command_ManagedApplicationFeedback) MarshalTo

func (m *Command_ManagedApplicationFeedback) MarshalTo(dAtA []byte) (int, error)

func (*Command_ManagedApplicationFeedback) Size

type Command_ManagedApplicationList

type Command_ManagedApplicationList struct {
	ManagedApplicationList *ManagedApplicationList `protobuf:"bytes,19,opt,name=managed_application_list,json=managedApplicationList,oneof"`
}

func (*Command_ManagedApplicationList) MarshalTo

func (m *Command_ManagedApplicationList) MarshalTo(dAtA []byte) (int, error)

func (*Command_ManagedApplicationList) Size

func (m *Command_ManagedApplicationList) Size() (n int)

type Command_RemoveApplication

type Command_RemoveApplication struct {
	RemoveApplication *RemoveApplication `protobuf:"bytes,20,opt,name=remove_application,json=removeApplication,oneof"`
}

func (*Command_RemoveApplication) MarshalTo

func (m *Command_RemoveApplication) MarshalTo(dAtA []byte) (int, error)

func (*Command_RemoveApplication) Size

func (m *Command_RemoveApplication) Size() (n int)

type Command_RemoveMedia

type Command_RemoveMedia struct {
	RemoveMedia *RemoveMedia `protobuf:"bytes,24,opt,name=remove_media,json=removeMedia,oneof"`
}

func (*Command_RemoveMedia) MarshalTo

func (m *Command_RemoveMedia) MarshalTo(dAtA []byte) (int, error)

func (*Command_RemoveMedia) Size

func (m *Command_RemoveMedia) Size() (n int)

type Command_RemoveProfile

type Command_RemoveProfile struct {
	RemoveProfile *RemoveProfile `protobuf:"bytes,3,opt,name=remove_profile,json=removeProfile,oneof"`
}

func (*Command_RemoveProfile) MarshalTo

func (m *Command_RemoveProfile) MarshalTo(dAtA []byte) (int, error)

func (*Command_RemoveProfile) Size

func (m *Command_RemoveProfile) Size() (n int)

type Command_RemoveProfisioningProfile

type Command_RemoveProfisioningProfile struct {
	RemoveProfisioningProfile *RemoveProvisioningProfile `protobuf:"bytes,5,opt,name=remove_profisioning_profile,json=removeProfisioningProfile,oneof"`
}

func (*Command_RemoveProfisioningProfile) MarshalTo

func (m *Command_RemoveProfisioningProfile) MarshalTo(dAtA []byte) (int, error)

func (*Command_RemoveProfisioningProfile) Size

func (m *Command_RemoveProfisioningProfile) Size() (n int)

type Command_RequestMirroring

type Command_RequestMirroring struct {
	RequestMirroring *RequestMirroring `protobuf:"bytes,11,opt,name=request_mirroring,json=requestMirroring,oneof"`
}

func (*Command_RequestMirroring) MarshalTo

func (m *Command_RequestMirroring) MarshalTo(dAtA []byte) (int, error)

func (*Command_RequestMirroring) Size

func (m *Command_RequestMirroring) Size() (n int)

type Command_Restrictions

type Command_Restrictions struct {
	Restrictions *Restrictions `protobuf:"bytes,12,opt,name=restrictions,oneof"`
}

func (*Command_Restrictions) MarshalTo

func (m *Command_Restrictions) MarshalTo(dAtA []byte) (int, error)

func (*Command_Restrictions) Size

func (m *Command_Restrictions) Size() (n int)

type Command_RotateFilevaultKey

type Command_RotateFilevaultKey struct {
	RotateFilevaultKey *RotateFileVaultKey `protobuf:"bytes,35,opt,name=rotate_filevault_key,json=rotateFilevaultKey,oneof"`
}

func (*Command_RotateFilevaultKey) MarshalTo

func (m *Command_RotateFilevaultKey) MarshalTo(dAtA []byte) (int, error)

func (*Command_RotateFilevaultKey) Size

func (m *Command_RotateFilevaultKey) Size() (n int)

type Command_ScheduleOsUpdate

type Command_ScheduleOsUpdate struct {
	ScheduleOsUpdate *ScheduleOSUpdate `protobuf:"bytes,32,opt,name=schedule_os_update,json=scheduleOsUpdate,oneof"`
}

func (*Command_ScheduleOsUpdate) MarshalTo

func (m *Command_ScheduleOsUpdate) MarshalTo(dAtA []byte) (int, error)

func (*Command_ScheduleOsUpdate) Size

func (m *Command_ScheduleOsUpdate) Size() (n int)

type Command_ScheduleOsUpdateScan

type Command_ScheduleOsUpdateScan struct {
	ScheduleOsUpdateScan *ScheduleOSUpdateScan `protobuf:"bytes,33,opt,name=schedule_os_update_scan,json=scheduleOsUpdateScan,oneof"`
}

func (*Command_ScheduleOsUpdateScan) MarshalTo

func (m *Command_ScheduleOsUpdateScan) MarshalTo(dAtA []byte) (int, error)

func (*Command_ScheduleOsUpdateScan) Size

func (m *Command_ScheduleOsUpdateScan) Size() (n int)

type Command_SetAutoAdminPassword

type Command_SetAutoAdminPassword struct {
	SetAutoAdminPassword *SetAutoAdminPassword `protobuf:"bytes,31,opt,name=set_auto_admin_password,json=setAutoAdminPassword,oneof"`
}

func (*Command_SetAutoAdminPassword) MarshalTo

func (m *Command_SetAutoAdminPassword) MarshalTo(dAtA []byte) (int, error)

func (*Command_SetAutoAdminPassword) Size

func (m *Command_SetAutoAdminPassword) Size() (n int)

type Command_SetFirmwarePassword

type Command_SetFirmwarePassword struct {
	SetFirmwarePassword *SetFirmwarePassword `protobuf:"bytes,29,opt,name=set_firmware_password,json=setFirmwarePassword,oneof"`
}

func (*Command_SetFirmwarePassword) MarshalTo

func (m *Command_SetFirmwarePassword) MarshalTo(dAtA []byte) (int, error)

func (*Command_SetFirmwarePassword) Size

func (m *Command_SetFirmwarePassword) Size() (n int)

type Command_Settings

type Command_Settings struct {
	Settings *Settings `protobuf:"bytes,25,opt,name=settings,oneof"`
}

func (*Command_Settings) MarshalTo

func (m *Command_Settings) MarshalTo(dAtA []byte) (int, error)

func (*Command_Settings) Size

func (m *Command_Settings) Size() (n int)

type Command_UnlockUserAccount

type Command_UnlockUserAccount struct {
	UnlockUserAccount *UnlockUserAccount `protobuf:"bytes,13,opt,name=unlock_user_account,json=unlockUserAccount,oneof"`
}

func (*Command_UnlockUserAccount) MarshalTo

func (m *Command_UnlockUserAccount) MarshalTo(dAtA []byte) (int, error)

func (*Command_UnlockUserAccount) Size

func (m *Command_UnlockUserAccount) Size() (n int)

type Command_ValidataApplications

type Command_ValidataApplications struct {
	ValidataApplications *ValidateApplications `protobuf:"bytes,22,opt,name=validata_applications,json=validataApplications,oneof"`
}

func (*Command_ValidataApplications) MarshalTo

func (m *Command_ValidataApplications) MarshalTo(dAtA []byte) (int, error)

func (*Command_ValidataApplications) Size

func (m *Command_ValidataApplications) Size() (n int)

type Command_VerifyFirmwarePassword

type Command_VerifyFirmwarePassword struct {
	VerifyFirmwarePassword *VerifyFirmwarePassword `protobuf:"bytes,30,opt,name=verify_firmware_password,json=verifyFirmwarePassword,oneof"`
}

func (*Command_VerifyFirmwarePassword) MarshalTo

func (m *Command_VerifyFirmwarePassword) MarshalTo(dAtA []byte) (int, error)

func (*Command_VerifyFirmwarePassword) Size

func (m *Command_VerifyFirmwarePassword) Size() (n int)

type DataRoamingSetting

type DataRoamingSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*DataRoamingSetting) Descriptor

func (*DataRoamingSetting) Descriptor() ([]byte, []int)

func (*DataRoamingSetting) GetEnabled

func (m *DataRoamingSetting) GetEnabled() bool

func (*DataRoamingSetting) Marshal

func (m *DataRoamingSetting) Marshal() (dAtA []byte, err error)

func (*DataRoamingSetting) MarshalTo

func (m *DataRoamingSetting) MarshalTo(dAtA []byte) (int, error)

func (*DataRoamingSetting) ProtoMessage

func (*DataRoamingSetting) ProtoMessage()

func (*DataRoamingSetting) Reset

func (m *DataRoamingSetting) Reset()

func (*DataRoamingSetting) Size

func (m *DataRoamingSetting) Size() (n int)

func (*DataRoamingSetting) String

func (m *DataRoamingSetting) String() string

func (*DataRoamingSetting) Unmarshal

func (m *DataRoamingSetting) Unmarshal(dAtA []byte) error

type DeleteUser

type DeleteUser struct {
	Username      string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	ForceDeletion bool   `protobuf:"varint,2,opt,name=force_deletion,json=forceDeletion,proto3" json:"force_deletion,omitempty"`
}

func (*DeleteUser) Descriptor

func (*DeleteUser) Descriptor() ([]byte, []int)

func (*DeleteUser) GetForceDeletion

func (m *DeleteUser) GetForceDeletion() bool

func (*DeleteUser) GetUsername

func (m *DeleteUser) GetUsername() string

func (*DeleteUser) Marshal

func (m *DeleteUser) Marshal() (dAtA []byte, err error)

func (*DeleteUser) MarshalTo

func (m *DeleteUser) MarshalTo(dAtA []byte) (int, error)

func (*DeleteUser) ProtoMessage

func (*DeleteUser) ProtoMessage()

func (*DeleteUser) Reset

func (m *DeleteUser) Reset()

func (*DeleteUser) Size

func (m *DeleteUser) Size() (n int)

func (*DeleteUser) String

func (m *DeleteUser) String() string

func (*DeleteUser) Unmarshal

func (m *DeleteUser) Unmarshal(dAtA []byte) error

type DeviceInformation

type DeviceInformation struct {
	Queries []string `protobuf:"bytes,1,rep,name=queries" json:"queries,omitempty"`
}

func (*DeviceInformation) Descriptor

func (*DeviceInformation) Descriptor() ([]byte, []int)

func (*DeviceInformation) GetQueries

func (m *DeviceInformation) GetQueries() []string

func (*DeviceInformation) Marshal

func (m *DeviceInformation) Marshal() (dAtA []byte, err error)

func (*DeviceInformation) MarshalTo

func (m *DeviceInformation) MarshalTo(dAtA []byte) (int, error)

func (*DeviceInformation) ProtoMessage

func (*DeviceInformation) ProtoMessage()

func (*DeviceInformation) Reset

func (m *DeviceInformation) Reset()

func (*DeviceInformation) Size

func (m *DeviceInformation) Size() (n int)

func (*DeviceInformation) String

func (m *DeviceInformation) String() string

func (*DeviceInformation) Unmarshal

func (m *DeviceInformation) Unmarshal(dAtA []byte) error

type DeviceLock

type DeviceLock struct {
	Pin         string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"`
	Message     string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
}

func (*DeviceLock) Descriptor

func (*DeviceLock) Descriptor() ([]byte, []int)

func (*DeviceLock) GetMessage

func (m *DeviceLock) GetMessage() string

func (*DeviceLock) GetPhoneNumber

func (m *DeviceLock) GetPhoneNumber() string

func (*DeviceLock) GetPin

func (m *DeviceLock) GetPin() string

func (*DeviceLock) Marshal

func (m *DeviceLock) Marshal() (dAtA []byte, err error)

func (*DeviceLock) MarshalTo

func (m *DeviceLock) MarshalTo(dAtA []byte) (int, error)

func (*DeviceLock) ProtoMessage

func (*DeviceLock) ProtoMessage()

func (*DeviceLock) Reset

func (m *DeviceLock) Reset()

func (*DeviceLock) Size

func (m *DeviceLock) Size() (n int)

func (*DeviceLock) String

func (m *DeviceLock) String() string

func (*DeviceLock) Unmarshal

func (m *DeviceLock) Unmarshal(dAtA []byte) error

type DeviceNameSetting

type DeviceNameSetting struct {
	DeviceName string `protobuf:"bytes,1,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
}

func (*DeviceNameSetting) Descriptor

func (*DeviceNameSetting) Descriptor() ([]byte, []int)

func (*DeviceNameSetting) GetDeviceName

func (m *DeviceNameSetting) GetDeviceName() string

func (*DeviceNameSetting) Marshal

func (m *DeviceNameSetting) Marshal() (dAtA []byte, err error)

func (*DeviceNameSetting) MarshalTo

func (m *DeviceNameSetting) MarshalTo(dAtA []byte) (int, error)

func (*DeviceNameSetting) ProtoMessage

func (*DeviceNameSetting) ProtoMessage()

func (*DeviceNameSetting) Reset

func (m *DeviceNameSetting) Reset()

func (*DeviceNameSetting) Size

func (m *DeviceNameSetting) Size() (n int)

func (*DeviceNameSetting) String

func (m *DeviceNameSetting) String() string

func (*DeviceNameSetting) Unmarshal

func (m *DeviceNameSetting) Unmarshal(dAtA []byte) error

type DiagnosticSubmissionSetting

type DiagnosticSubmissionSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*DiagnosticSubmissionSetting) Descriptor

func (*DiagnosticSubmissionSetting) Descriptor() ([]byte, []int)

func (*DiagnosticSubmissionSetting) GetEnabled

func (m *DiagnosticSubmissionSetting) GetEnabled() bool

func (*DiagnosticSubmissionSetting) Marshal

func (m *DiagnosticSubmissionSetting) Marshal() (dAtA []byte, err error)

func (*DiagnosticSubmissionSetting) MarshalTo

func (m *DiagnosticSubmissionSetting) MarshalTo(dAtA []byte) (int, error)

func (*DiagnosticSubmissionSetting) ProtoMessage

func (*DiagnosticSubmissionSetting) ProtoMessage()

func (*DiagnosticSubmissionSetting) Reset

func (m *DiagnosticSubmissionSetting) Reset()

func (*DiagnosticSubmissionSetting) Size

func (m *DiagnosticSubmissionSetting) Size() (n int)

func (*DiagnosticSubmissionSetting) String

func (m *DiagnosticSubmissionSetting) String() string

func (*DiagnosticSubmissionSetting) Unmarshal

func (m *DiagnosticSubmissionSetting) Unmarshal(dAtA []byte) error

type EnableLostMode

type EnableLostMode struct {
	Message     string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	PhoneNumber string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	Footnote    string `protobuf:"bytes,3,opt,name=footnote,proto3" json:"footnote,omitempty"`
}

func (*EnableLostMode) Descriptor

func (*EnableLostMode) Descriptor() ([]byte, []int)

func (*EnableLostMode) GetFootnote

func (m *EnableLostMode) GetFootnote() string

func (*EnableLostMode) GetMessage

func (m *EnableLostMode) GetMessage() string

func (*EnableLostMode) GetPhoneNumber

func (m *EnableLostMode) GetPhoneNumber() string

func (*EnableLostMode) Marshal

func (m *EnableLostMode) Marshal() (dAtA []byte, err error)

func (*EnableLostMode) MarshalTo

func (m *EnableLostMode) MarshalTo(dAtA []byte) (int, error)

func (*EnableLostMode) ProtoMessage

func (*EnableLostMode) ProtoMessage()

func (*EnableLostMode) Reset

func (m *EnableLostMode) Reset()

func (*EnableLostMode) Size

func (m *EnableLostMode) Size() (n int)

func (*EnableLostMode) String

func (m *EnableLostMode) String() string

func (*EnableLostMode) Unmarshal

func (m *EnableLostMode) Unmarshal(dAtA []byte) error

type EraseDevice

type EraseDevice struct {
	Pin                    string `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"`
	PreserveDataPlan       bool   `protobuf:"varint,2,opt,name=preserve_data_plan,json=preserveDataPlan,proto3" json:"preserve_data_plan,omitempty"`
	DisallowProximitySetup bool   `` /* 130-byte string literal not displayed */
}

func (*EraseDevice) Descriptor

func (*EraseDevice) Descriptor() ([]byte, []int)

func (*EraseDevice) GetDisallowProximitySetup

func (m *EraseDevice) GetDisallowProximitySetup() bool

func (*EraseDevice) GetPin

func (m *EraseDevice) GetPin() string

func (*EraseDevice) GetPreserveDataPlan

func (m *EraseDevice) GetPreserveDataPlan() bool

func (*EraseDevice) Marshal

func (m *EraseDevice) Marshal() (dAtA []byte, err error)

func (*EraseDevice) MarshalTo

func (m *EraseDevice) MarshalTo(dAtA []byte) (int, error)

func (*EraseDevice) ProtoMessage

func (*EraseDevice) ProtoMessage()

func (*EraseDevice) Reset

func (m *EraseDevice) Reset()

func (*EraseDevice) Size

func (m *EraseDevice) Size() (n int)

func (*EraseDevice) String

func (m *EraseDevice) String() string

func (*EraseDevice) Unmarshal

func (m *EraseDevice) Unmarshal(dAtA []byte) error

type ErrorChain

type ErrorChain struct {
	LocalizedDescription string `protobuf:"bytes,1,opt,name=localized_description,json=localizedDescription,proto3" json:"localized_description,omitempty"`
	UsEnglishDescription string `protobuf:"bytes,2,opt,name=us_english_description,json=usEnglishDescription,proto3" json:"us_english_description,omitempty"`
	// The ErrorDomain and ErrorCode keys contain internal codes used by Apple
	// that may be useful for diagnostics. Your host should not rely on these
	// values, as they may change between software releases.
	ErrorDomain string `protobuf:"bytes,3,opt,name=error_domain,json=errorDomain,proto3" json:"error_domain,omitempty"`
	ErrorCode   int32  `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
}

func (*ErrorChain) Descriptor

func (*ErrorChain) Descriptor() ([]byte, []int)

func (*ErrorChain) GetErrorCode

func (m *ErrorChain) GetErrorCode() int32

func (*ErrorChain) GetErrorDomain

func (m *ErrorChain) GetErrorDomain() string

func (*ErrorChain) GetLocalizedDescription

func (m *ErrorChain) GetLocalizedDescription() string

func (*ErrorChain) GetUsEnglishDescription

func (m *ErrorChain) GetUsEnglishDescription() string

func (*ErrorChain) Marshal

func (m *ErrorChain) Marshal() (dAtA []byte, err error)

func (*ErrorChain) MarshalTo

func (m *ErrorChain) MarshalTo(dAtA []byte) (int, error)

func (*ErrorChain) ProtoMessage

func (*ErrorChain) ProtoMessage()

func (*ErrorChain) Reset

func (m *ErrorChain) Reset()

func (*ErrorChain) Size

func (m *ErrorChain) Size() (n int)

func (*ErrorChain) String

func (m *ErrorChain) String() string

func (*ErrorChain) Unmarshal

func (m *ErrorChain) Unmarshal(dAtA []byte) error

type FileVaultUnlock

type FileVaultUnlock struct {
	Password                 string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	PrivateKeyExport         []byte `protobuf:"bytes,2,opt,name=private_key_export,json=privateKeyExport,proto3" json:"private_key_export,omitempty"`
	PrivateKeyExportPassword string `` /* 137-byte string literal not displayed */
}

func (*FileVaultUnlock) Descriptor

func (*FileVaultUnlock) Descriptor() ([]byte, []int)

func (*FileVaultUnlock) GetPassword

func (m *FileVaultUnlock) GetPassword() string

func (*FileVaultUnlock) GetPrivateKeyExport

func (m *FileVaultUnlock) GetPrivateKeyExport() []byte

func (*FileVaultUnlock) GetPrivateKeyExportPassword

func (m *FileVaultUnlock) GetPrivateKeyExportPassword() string

func (*FileVaultUnlock) Marshal

func (m *FileVaultUnlock) Marshal() (dAtA []byte, err error)

func (*FileVaultUnlock) MarshalTo

func (m *FileVaultUnlock) MarshalTo(dAtA []byte) (int, error)

func (*FileVaultUnlock) ProtoMessage

func (*FileVaultUnlock) ProtoMessage()

func (*FileVaultUnlock) Reset

func (m *FileVaultUnlock) Reset()

func (*FileVaultUnlock) Size

func (m *FileVaultUnlock) Size() (n int)

func (*FileVaultUnlock) String

func (m *FileVaultUnlock) String() string

func (*FileVaultUnlock) Unmarshal

func (m *FileVaultUnlock) Unmarshal(dAtA []byte) error

type HostnameSetting

type HostnameSetting struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
}

func (*HostnameSetting) Descriptor

func (*HostnameSetting) Descriptor() ([]byte, []int)

func (*HostnameSetting) GetHostname

func (m *HostnameSetting) GetHostname() string

func (*HostnameSetting) Marshal

func (m *HostnameSetting) Marshal() (dAtA []byte, err error)

func (*HostnameSetting) MarshalTo

func (m *HostnameSetting) MarshalTo(dAtA []byte) (int, error)

func (*HostnameSetting) ProtoMessage

func (*HostnameSetting) ProtoMessage()

func (*HostnameSetting) Reset

func (m *HostnameSetting) Reset()

func (*HostnameSetting) Size

func (m *HostnameSetting) Size() (n int)

func (*HostnameSetting) String

func (m *HostnameSetting) String() string

func (*HostnameSetting) Unmarshal

func (m *HostnameSetting) Unmarshal(dAtA []byte) error

type InstallApplication

type InstallApplication struct {
	ItunesStoreId         int64                            `protobuf:"varint,1,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"`
	Identifier            string                           `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Options               *InstallApplicationOptions       `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
	ManifestUrl           string                           `protobuf:"bytes,4,opt,name=manifest_url,json=manifestUrl,proto3" json:"manifest_url,omitempty"`
	ManagementFlags       int64                            `protobuf:"varint,5,opt,name=management_flags,json=managementFlags,proto3" json:"management_flags,omitempty"`
	Configuration         *InstallApplicationConfiguration `protobuf:"bytes,6,opt,name=configuration" json:"configuration,omitempty"`
	Attributes            *InstallApplicationAttributes    `protobuf:"bytes,7,opt,name=attributes" json:"attributes,omitempty"`
	ChangeManagementState string                           `` /* 126-byte string literal not displayed */
}

func (*InstallApplication) Descriptor

func (*InstallApplication) Descriptor() ([]byte, []int)

func (*InstallApplication) GetAttributes

func (*InstallApplication) GetChangeManagementState

func (m *InstallApplication) GetChangeManagementState() string

func (*InstallApplication) GetConfiguration

func (m *InstallApplication) GetConfiguration() *InstallApplicationConfiguration

func (*InstallApplication) GetIdentifier

func (m *InstallApplication) GetIdentifier() string

func (*InstallApplication) GetItunesStoreId

func (m *InstallApplication) GetItunesStoreId() int64

func (*InstallApplication) GetManagementFlags

func (m *InstallApplication) GetManagementFlags() int64

func (*InstallApplication) GetManifestUrl

func (m *InstallApplication) GetManifestUrl() string

func (*InstallApplication) GetOptions

func (*InstallApplication) Marshal

func (m *InstallApplication) Marshal() (dAtA []byte, err error)

func (*InstallApplication) MarshalTo

func (m *InstallApplication) MarshalTo(dAtA []byte) (int, error)

func (*InstallApplication) ProtoMessage

func (*InstallApplication) ProtoMessage()

func (*InstallApplication) Reset

func (m *InstallApplication) Reset()

func (*InstallApplication) Size

func (m *InstallApplication) Size() (n int)

func (*InstallApplication) String

func (m *InstallApplication) String() string

func (*InstallApplication) Unmarshal

func (m *InstallApplication) Unmarshal(dAtA []byte) error

type InstallApplicationAttributes

type InstallApplicationAttributes struct {
}

func (*InstallApplicationAttributes) Descriptor

func (*InstallApplicationAttributes) Descriptor() ([]byte, []int)

func (*InstallApplicationAttributes) Marshal

func (m *InstallApplicationAttributes) Marshal() (dAtA []byte, err error)

func (*InstallApplicationAttributes) MarshalTo

func (m *InstallApplicationAttributes) MarshalTo(dAtA []byte) (int, error)

func (*InstallApplicationAttributes) ProtoMessage

func (*InstallApplicationAttributes) ProtoMessage()

func (*InstallApplicationAttributes) Reset

func (m *InstallApplicationAttributes) Reset()

func (*InstallApplicationAttributes) Size

func (m *InstallApplicationAttributes) Size() (n int)

func (*InstallApplicationAttributes) String

func (*InstallApplicationAttributes) Unmarshal

func (m *InstallApplicationAttributes) Unmarshal(dAtA []byte) error

type InstallApplicationConfiguration

type InstallApplicationConfiguration struct {
}

func (*InstallApplicationConfiguration) Descriptor

func (*InstallApplicationConfiguration) Descriptor() ([]byte, []int)

func (*InstallApplicationConfiguration) Marshal

func (m *InstallApplicationConfiguration) Marshal() (dAtA []byte, err error)

func (*InstallApplicationConfiguration) MarshalTo

func (m *InstallApplicationConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*InstallApplicationConfiguration) ProtoMessage

func (*InstallApplicationConfiguration) ProtoMessage()

func (*InstallApplicationConfiguration) Reset

func (*InstallApplicationConfiguration) Size

func (m *InstallApplicationConfiguration) Size() (n int)

func (*InstallApplicationConfiguration) String

func (*InstallApplicationConfiguration) Unmarshal

func (m *InstallApplicationConfiguration) Unmarshal(dAtA []byte) error

type InstallApplicationOptions

type InstallApplicationOptions struct {
	PurchaseMethod int64 `protobuf:"varint,1,opt,name=purchase_method,json=purchaseMethod,proto3" json:"purchase_method,omitempty"`
}

func (*InstallApplicationOptions) Descriptor

func (*InstallApplicationOptions) Descriptor() ([]byte, []int)

func (*InstallApplicationOptions) GetPurchaseMethod

func (m *InstallApplicationOptions) GetPurchaseMethod() int64

func (*InstallApplicationOptions) Marshal

func (m *InstallApplicationOptions) Marshal() (dAtA []byte, err error)

func (*InstallApplicationOptions) MarshalTo

func (m *InstallApplicationOptions) MarshalTo(dAtA []byte) (int, error)

func (*InstallApplicationOptions) ProtoMessage

func (*InstallApplicationOptions) ProtoMessage()

func (*InstallApplicationOptions) Reset

func (m *InstallApplicationOptions) Reset()

func (*InstallApplicationOptions) Size

func (m *InstallApplicationOptions) Size() (n int)

func (*InstallApplicationOptions) String

func (m *InstallApplicationOptions) String() string

func (*InstallApplicationOptions) Unmarshal

func (m *InstallApplicationOptions) Unmarshal(dAtA []byte) error

type InstallEnterpriseApplication added in v1.3.1

type InstallEnterpriseApplication struct {
	Manifest                       *Manifest `protobuf:"bytes,1,opt,name=manifest" json:"manifest,omitempty"`
	ManifestUrl                    string    `protobuf:"bytes,2,opt,name=manifest_url,json=manifestUrl,proto3" json:"manifest_url,omitempty"`
	ManifestUrlPinningCerts        [][]byte  `` /* 127-byte string literal not displayed */
	PinningRevocationCheckRequired bool      `` /* 156-byte string literal not displayed */
}

func (*InstallEnterpriseApplication) Descriptor added in v1.3.1

func (*InstallEnterpriseApplication) Descriptor() ([]byte, []int)

func (*InstallEnterpriseApplication) GetManifest added in v1.3.1

func (m *InstallEnterpriseApplication) GetManifest() *Manifest

func (*InstallEnterpriseApplication) GetManifestUrl added in v1.3.1

func (m *InstallEnterpriseApplication) GetManifestUrl() string

func (*InstallEnterpriseApplication) GetManifestUrlPinningCerts added in v1.3.1

func (m *InstallEnterpriseApplication) GetManifestUrlPinningCerts() [][]byte

func (*InstallEnterpriseApplication) GetPinningRevocationCheckRequired added in v1.3.1

func (m *InstallEnterpriseApplication) GetPinningRevocationCheckRequired() bool

func (*InstallEnterpriseApplication) Marshal added in v1.3.1

func (m *InstallEnterpriseApplication) Marshal() (dAtA []byte, err error)

func (*InstallEnterpriseApplication) MarshalTo added in v1.3.1

func (m *InstallEnterpriseApplication) MarshalTo(dAtA []byte) (int, error)

func (*InstallEnterpriseApplication) ProtoMessage added in v1.3.1

func (*InstallEnterpriseApplication) ProtoMessage()

func (*InstallEnterpriseApplication) Reset added in v1.3.1

func (m *InstallEnterpriseApplication) Reset()

func (*InstallEnterpriseApplication) Size added in v1.3.1

func (m *InstallEnterpriseApplication) Size() (n int)

func (*InstallEnterpriseApplication) String added in v1.3.1

func (*InstallEnterpriseApplication) Unmarshal added in v1.3.1

func (m *InstallEnterpriseApplication) Unmarshal(dAtA []byte) error

type InstallMedia

type InstallMedia struct {
	ItunesStoreId int64  `protobuf:"varint,1,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"`
	MediaUrl      string `protobuf:"bytes,2,opt,name=media_url,json=mediaUrl,proto3" json:"media_url,omitempty"`
	MediaType     string `protobuf:"bytes,3,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
}

func (*InstallMedia) Descriptor

func (*InstallMedia) Descriptor() ([]byte, []int)

func (*InstallMedia) GetItunesStoreId

func (m *InstallMedia) GetItunesStoreId() int64

func (*InstallMedia) GetMediaType

func (m *InstallMedia) GetMediaType() string

func (*InstallMedia) GetMediaUrl

func (m *InstallMedia) GetMediaUrl() string

func (*InstallMedia) Marshal

func (m *InstallMedia) Marshal() (dAtA []byte, err error)

func (*InstallMedia) MarshalTo

func (m *InstallMedia) MarshalTo(dAtA []byte) (int, error)

func (*InstallMedia) ProtoMessage

func (*InstallMedia) ProtoMessage()

func (*InstallMedia) Reset

func (m *InstallMedia) Reset()

func (*InstallMedia) Size

func (m *InstallMedia) Size() (n int)

func (*InstallMedia) String

func (m *InstallMedia) String() string

func (*InstallMedia) Unmarshal

func (m *InstallMedia) Unmarshal(dAtA []byte) error

type InstallProfile

type InstallProfile struct {
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
}

func (*InstallProfile) Descriptor

func (*InstallProfile) Descriptor() ([]byte, []int)

func (*InstallProfile) GetPayload

func (m *InstallProfile) GetPayload() []byte

func (*InstallProfile) Marshal

func (m *InstallProfile) Marshal() (dAtA []byte, err error)

func (*InstallProfile) MarshalTo

func (m *InstallProfile) MarshalTo(dAtA []byte) (int, error)

func (*InstallProfile) ProtoMessage

func (*InstallProfile) ProtoMessage()

func (*InstallProfile) Reset

func (m *InstallProfile) Reset()

func (*InstallProfile) Size

func (m *InstallProfile) Size() (n int)

func (*InstallProfile) String

func (m *InstallProfile) String() string

func (*InstallProfile) Unmarshal

func (m *InstallProfile) Unmarshal(dAtA []byte) error

type InstallProvisioningProfile

type InstallProvisioningProfile struct {
	ProvisioningProfile []byte `protobuf:"bytes,1,opt,name=provisioning_profile,json=provisioningProfile,proto3" json:"provisioning_profile,omitempty"`
}

func (*InstallProvisioningProfile) Descriptor

func (*InstallProvisioningProfile) Descriptor() ([]byte, []int)

func (*InstallProvisioningProfile) GetProvisioningProfile

func (m *InstallProvisioningProfile) GetProvisioningProfile() []byte

func (*InstallProvisioningProfile) Marshal

func (m *InstallProvisioningProfile) Marshal() (dAtA []byte, err error)

func (*InstallProvisioningProfile) MarshalTo

func (m *InstallProvisioningProfile) MarshalTo(dAtA []byte) (int, error)

func (*InstallProvisioningProfile) ProtoMessage

func (*InstallProvisioningProfile) ProtoMessage()

func (*InstallProvisioningProfile) Reset

func (m *InstallProvisioningProfile) Reset()

func (*InstallProvisioningProfile) Size

func (m *InstallProvisioningProfile) Size() (n int)

func (*InstallProvisioningProfile) String

func (m *InstallProvisioningProfile) String() string

func (*InstallProvisioningProfile) Unmarshal

func (m *InstallProvisioningProfile) Unmarshal(dAtA []byte) error

type InstalledApplicationList

type InstalledApplicationList struct {
	Identifiers     []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
	ManagedAppsOnly bool     `protobuf:"varint,2,opt,name=managed_apps_only,json=managedAppsOnly,proto3" json:"managed_apps_only,omitempty"`
}

func (*InstalledApplicationList) Descriptor

func (*InstalledApplicationList) Descriptor() ([]byte, []int)

func (*InstalledApplicationList) GetIdentifiers

func (m *InstalledApplicationList) GetIdentifiers() []string

func (*InstalledApplicationList) GetManagedAppsOnly

func (m *InstalledApplicationList) GetManagedAppsOnly() bool

func (*InstalledApplicationList) Marshal

func (m *InstalledApplicationList) Marshal() (dAtA []byte, err error)

func (*InstalledApplicationList) MarshalTo

func (m *InstalledApplicationList) MarshalTo(dAtA []byte) (int, error)

func (*InstalledApplicationList) ProtoMessage

func (*InstalledApplicationList) ProtoMessage()

func (*InstalledApplicationList) Reset

func (m *InstalledApplicationList) Reset()

func (*InstalledApplicationList) Size

func (m *InstalledApplicationList) Size() (n int)

func (*InstalledApplicationList) String

func (m *InstalledApplicationList) String() string

func (*InstalledApplicationList) Unmarshal

func (m *InstalledApplicationList) Unmarshal(dAtA []byte) error

type InviteToProgram

type InviteToProgram struct {
	ProgramId     string `protobuf:"bytes,1,opt,name=program_id,json=programId,proto3" json:"program_id,omitempty"`
	InvitationUrl string `protobuf:"bytes,2,opt,name=invitation_url,json=invitationUrl,proto3" json:"invitation_url,omitempty"`
}

func (*InviteToProgram) Descriptor

func (*InviteToProgram) Descriptor() ([]byte, []int)

func (*InviteToProgram) GetInvitationUrl

func (m *InviteToProgram) GetInvitationUrl() string

func (*InviteToProgram) GetProgramId

func (m *InviteToProgram) GetProgramId() string

func (*InviteToProgram) Marshal

func (m *InviteToProgram) Marshal() (dAtA []byte, err error)

func (*InviteToProgram) MarshalTo

func (m *InviteToProgram) MarshalTo(dAtA []byte) (int, error)

func (*InviteToProgram) ProtoMessage

func (*InviteToProgram) ProtoMessage()

func (*InviteToProgram) Reset

func (m *InviteToProgram) Reset()

func (*InviteToProgram) Size

func (m *InviteToProgram) Size() (n int)

func (*InviteToProgram) String

func (m *InviteToProgram) String() string

func (*InviteToProgram) Unmarshal

func (m *InviteToProgram) Unmarshal(dAtA []byte) error

type MDMOptions

type MDMOptions struct {
	ActivationLockAllowedWhileSupervised bool `` /* 176-byte string literal not displayed */
}

func (*MDMOptions) Descriptor

func (*MDMOptions) Descriptor() ([]byte, []int)

func (*MDMOptions) GetActivationLockAllowedWhileSupervised

func (m *MDMOptions) GetActivationLockAllowedWhileSupervised() bool

func (*MDMOptions) Marshal

func (m *MDMOptions) Marshal() (dAtA []byte, err error)

func (*MDMOptions) MarshalTo

func (m *MDMOptions) MarshalTo(dAtA []byte) (int, error)

func (*MDMOptions) ProtoMessage

func (*MDMOptions) ProtoMessage()

func (*MDMOptions) Reset

func (m *MDMOptions) Reset()

func (*MDMOptions) Size

func (m *MDMOptions) Size() (n int)

func (*MDMOptions) String

func (m *MDMOptions) String() string

func (*MDMOptions) Unmarshal

func (m *MDMOptions) Unmarshal(dAtA []byte) error

type MDMOptionsSetting

type MDMOptionsSetting struct {
	MdmOptions *MDMOptions `protobuf:"bytes,1,opt,name=mdm_options,json=mdmOptions" json:"mdm_options,omitempty"`
}

func (*MDMOptionsSetting) Descriptor

func (*MDMOptionsSetting) Descriptor() ([]byte, []int)

func (*MDMOptionsSetting) GetMdmOptions

func (m *MDMOptionsSetting) GetMdmOptions() *MDMOptions

func (*MDMOptionsSetting) Marshal

func (m *MDMOptionsSetting) Marshal() (dAtA []byte, err error)

func (*MDMOptionsSetting) MarshalTo

func (m *MDMOptionsSetting) MarshalTo(dAtA []byte) (int, error)

func (*MDMOptionsSetting) ProtoMessage

func (*MDMOptionsSetting) ProtoMessage()

func (*MDMOptionsSetting) Reset

func (m *MDMOptionsSetting) Reset()

func (*MDMOptionsSetting) Size

func (m *MDMOptionsSetting) Size() (n int)

func (*MDMOptionsSetting) String

func (m *MDMOptionsSetting) String() string

func (*MDMOptionsSetting) Unmarshal

func (m *MDMOptionsSetting) Unmarshal(dAtA []byte) error

type ManagedApplicationAttributes

type ManagedApplicationAttributes struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
}

func (*ManagedApplicationAttributes) Descriptor

func (*ManagedApplicationAttributes) Descriptor() ([]byte, []int)

func (*ManagedApplicationAttributes) GetIdentifiers

func (m *ManagedApplicationAttributes) GetIdentifiers() []string

func (*ManagedApplicationAttributes) Marshal

func (m *ManagedApplicationAttributes) Marshal() (dAtA []byte, err error)

func (*ManagedApplicationAttributes) MarshalTo

func (m *ManagedApplicationAttributes) MarshalTo(dAtA []byte) (int, error)

func (*ManagedApplicationAttributes) ProtoMessage

func (*ManagedApplicationAttributes) ProtoMessage()

func (*ManagedApplicationAttributes) Reset

func (m *ManagedApplicationAttributes) Reset()

func (*ManagedApplicationAttributes) Size

func (m *ManagedApplicationAttributes) Size() (n int)

func (*ManagedApplicationAttributes) String

func (*ManagedApplicationAttributes) Unmarshal

func (m *ManagedApplicationAttributes) Unmarshal(dAtA []byte) error

type ManagedApplicationConfiguration

type ManagedApplicationConfiguration struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
}

func (*ManagedApplicationConfiguration) Descriptor

func (*ManagedApplicationConfiguration) Descriptor() ([]byte, []int)

func (*ManagedApplicationConfiguration) GetIdentifiers

func (m *ManagedApplicationConfiguration) GetIdentifiers() []string

func (*ManagedApplicationConfiguration) Marshal

func (m *ManagedApplicationConfiguration) Marshal() (dAtA []byte, err error)

func (*ManagedApplicationConfiguration) MarshalTo

func (m *ManagedApplicationConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*ManagedApplicationConfiguration) ProtoMessage

func (*ManagedApplicationConfiguration) ProtoMessage()

func (*ManagedApplicationConfiguration) Reset

func (*ManagedApplicationConfiguration) Size

func (m *ManagedApplicationConfiguration) Size() (n int)

func (*ManagedApplicationConfiguration) String

func (*ManagedApplicationConfiguration) Unmarshal

func (m *ManagedApplicationConfiguration) Unmarshal(dAtA []byte) error

type ManagedApplicationFeedback

type ManagedApplicationFeedback struct {
	Identifiers    []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
	DeleteFeedback bool     `protobuf:"varint,2,opt,name=delete_feedback,json=deleteFeedback,proto3" json:"delete_feedback,omitempty"`
}

func (*ManagedApplicationFeedback) Descriptor

func (*ManagedApplicationFeedback) Descriptor() ([]byte, []int)

func (*ManagedApplicationFeedback) GetDeleteFeedback

func (m *ManagedApplicationFeedback) GetDeleteFeedback() bool

func (*ManagedApplicationFeedback) GetIdentifiers

func (m *ManagedApplicationFeedback) GetIdentifiers() []string

func (*ManagedApplicationFeedback) Marshal

func (m *ManagedApplicationFeedback) Marshal() (dAtA []byte, err error)

func (*ManagedApplicationFeedback) MarshalTo

func (m *ManagedApplicationFeedback) MarshalTo(dAtA []byte) (int, error)

func (*ManagedApplicationFeedback) ProtoMessage

func (*ManagedApplicationFeedback) ProtoMessage()

func (*ManagedApplicationFeedback) Reset

func (m *ManagedApplicationFeedback) Reset()

func (*ManagedApplicationFeedback) Size

func (m *ManagedApplicationFeedback) Size() (n int)

func (*ManagedApplicationFeedback) String

func (m *ManagedApplicationFeedback) String() string

func (*ManagedApplicationFeedback) Unmarshal

func (m *ManagedApplicationFeedback) Unmarshal(dAtA []byte) error

type ManagedApplicationList

type ManagedApplicationList struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
}

func (*ManagedApplicationList) Descriptor

func (*ManagedApplicationList) Descriptor() ([]byte, []int)

func (*ManagedApplicationList) GetIdentifiers

func (m *ManagedApplicationList) GetIdentifiers() []string

func (*ManagedApplicationList) Marshal

func (m *ManagedApplicationList) Marshal() (dAtA []byte, err error)

func (*ManagedApplicationList) MarshalTo

func (m *ManagedApplicationList) MarshalTo(dAtA []byte) (int, error)

func (*ManagedApplicationList) ProtoMessage

func (*ManagedApplicationList) ProtoMessage()

func (*ManagedApplicationList) Reset

func (m *ManagedApplicationList) Reset()

func (*ManagedApplicationList) Size

func (m *ManagedApplicationList) Size() (n int)

func (*ManagedApplicationList) String

func (m *ManagedApplicationList) String() string

func (*ManagedApplicationList) Unmarshal

func (m *ManagedApplicationList) Unmarshal(dAtA []byte) error

type Manifest added in v1.3.1

type Manifest struct {
	ManifestItems []*ManifestItem `protobuf:"bytes,1,rep,name=manifest_items,json=manifestItems" json:"manifest_items,omitempty"`
}

func (*Manifest) Descriptor added in v1.3.1

func (*Manifest) Descriptor() ([]byte, []int)

func (*Manifest) GetManifestItems added in v1.3.1

func (m *Manifest) GetManifestItems() []*ManifestItem

func (*Manifest) Marshal added in v1.3.1

func (m *Manifest) Marshal() (dAtA []byte, err error)

func (*Manifest) MarshalTo added in v1.3.1

func (m *Manifest) MarshalTo(dAtA []byte) (int, error)

func (*Manifest) ProtoMessage added in v1.3.1

func (*Manifest) ProtoMessage()

func (*Manifest) Reset added in v1.3.1

func (m *Manifest) Reset()

func (*Manifest) Size added in v1.3.1

func (m *Manifest) Size() (n int)

func (*Manifest) String added in v1.3.1

func (m *Manifest) String() string

func (*Manifest) Unmarshal added in v1.3.1

func (m *Manifest) Unmarshal(dAtA []byte) error

type ManifestItem added in v1.3.1

type ManifestItem struct {
	Assets   []*Asset  `protobuf:"bytes,1,rep,name=assets" json:"assets,omitempty"`
	Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
}

func (*ManifestItem) Descriptor added in v1.3.1

func (*ManifestItem) Descriptor() ([]byte, []int)

func (*ManifestItem) GetAssets added in v1.3.1

func (m *ManifestItem) GetAssets() []*Asset

func (*ManifestItem) GetMetadata added in v1.3.1

func (m *ManifestItem) GetMetadata() *Metadata

func (*ManifestItem) Marshal added in v1.3.1

func (m *ManifestItem) Marshal() (dAtA []byte, err error)

func (*ManifestItem) MarshalTo added in v1.3.1

func (m *ManifestItem) MarshalTo(dAtA []byte) (int, error)

func (*ManifestItem) ProtoMessage added in v1.3.1

func (*ManifestItem) ProtoMessage()

func (*ManifestItem) Reset added in v1.3.1

func (m *ManifestItem) Reset()

func (*ManifestItem) Size added in v1.3.1

func (m *ManifestItem) Size() (n int)

func (*ManifestItem) String added in v1.3.1

func (m *ManifestItem) String() string

func (*ManifestItem) Unmarshal added in v1.3.1

func (m *ManifestItem) Unmarshal(dAtA []byte) error

type MaximumResidentUsersSetting

type MaximumResidentUsersSetting struct {
	MaximumResidentUsers int64 `protobuf:"varint,1,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"`
}

func (*MaximumResidentUsersSetting) Descriptor

func (*MaximumResidentUsersSetting) Descriptor() ([]byte, []int)

func (*MaximumResidentUsersSetting) GetMaximumResidentUsers

func (m *MaximumResidentUsersSetting) GetMaximumResidentUsers() int64

func (*MaximumResidentUsersSetting) Marshal

func (m *MaximumResidentUsersSetting) Marshal() (dAtA []byte, err error)

func (*MaximumResidentUsersSetting) MarshalTo

func (m *MaximumResidentUsersSetting) MarshalTo(dAtA []byte) (int, error)

func (*MaximumResidentUsersSetting) ProtoMessage

func (*MaximumResidentUsersSetting) ProtoMessage()

func (*MaximumResidentUsersSetting) Reset

func (m *MaximumResidentUsersSetting) Reset()

func (*MaximumResidentUsersSetting) Size

func (m *MaximumResidentUsersSetting) Size() (n int)

func (*MaximumResidentUsersSetting) String

func (m *MaximumResidentUsersSetting) String() string

func (*MaximumResidentUsersSetting) Unmarshal

func (m *MaximumResidentUsersSetting) Unmarshal(dAtA []byte) error

type Metadata added in v1.3.1

type Metadata struct {
	BundleIdentifier string        `protobuf:"bytes,1,opt,name=bundle_identifier,json=bundleIdentifier,proto3" json:"bundle_identifier,omitempty"`
	BundleVersion    string        `protobuf:"bytes,2,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"`
	Items            []*BundleInfo `protobuf:"bytes,3,rep,name=items" json:"items,omitempty"`
	Kind             string        `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Subtitle         string        `protobuf:"bytes,5,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
	Title            string        `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
}

func (*Metadata) Descriptor added in v1.3.1

func (*Metadata) Descriptor() ([]byte, []int)

func (*Metadata) GetBundleIdentifier added in v1.3.1

func (m *Metadata) GetBundleIdentifier() string

func (*Metadata) GetBundleVersion added in v1.3.1

func (m *Metadata) GetBundleVersion() string

func (*Metadata) GetItems added in v1.3.1

func (m *Metadata) GetItems() []*BundleInfo

func (*Metadata) GetKind added in v1.3.1

func (m *Metadata) GetKind() string

func (*Metadata) GetSubtitle added in v1.3.1

func (m *Metadata) GetSubtitle() string

func (*Metadata) GetTitle added in v1.3.1

func (m *Metadata) GetTitle() string

func (*Metadata) Marshal added in v1.3.1

func (m *Metadata) Marshal() (dAtA []byte, err error)

func (*Metadata) MarshalTo added in v1.3.1

func (m *Metadata) MarshalTo(dAtA []byte) (int, error)

func (*Metadata) ProtoMessage added in v1.3.1

func (*Metadata) ProtoMessage()

func (*Metadata) Reset added in v1.3.1

func (m *Metadata) Reset()

func (*Metadata) Size added in v1.3.1

func (m *Metadata) Size() (n int)

func (*Metadata) String added in v1.3.1

func (m *Metadata) String() string

func (*Metadata) Unmarshal added in v1.3.1

func (m *Metadata) Unmarshal(dAtA []byte) error

type PasscodeLockGracePeriodSetting

type PasscodeLockGracePeriodSetting struct {
	PasscodeLockGracePeriod int64 `` /* 135-byte string literal not displayed */
}

func (*PasscodeLockGracePeriodSetting) Descriptor

func (*PasscodeLockGracePeriodSetting) Descriptor() ([]byte, []int)

func (*PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod

func (m *PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod() int64

func (*PasscodeLockGracePeriodSetting) Marshal

func (m *PasscodeLockGracePeriodSetting) Marshal() (dAtA []byte, err error)

func (*PasscodeLockGracePeriodSetting) MarshalTo

func (m *PasscodeLockGracePeriodSetting) MarshalTo(dAtA []byte) (int, error)

func (*PasscodeLockGracePeriodSetting) ProtoMessage

func (*PasscodeLockGracePeriodSetting) ProtoMessage()

func (*PasscodeLockGracePeriodSetting) Reset

func (m *PasscodeLockGracePeriodSetting) Reset()

func (*PasscodeLockGracePeriodSetting) Size

func (m *PasscodeLockGracePeriodSetting) Size() (n int)

func (*PasscodeLockGracePeriodSetting) String

func (*PasscodeLockGracePeriodSetting) Unmarshal

func (m *PasscodeLockGracePeriodSetting) Unmarshal(dAtA []byte) error

type PersonalHotspotSetting

type PersonalHotspotSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*PersonalHotspotSetting) Descriptor

func (*PersonalHotspotSetting) Descriptor() ([]byte, []int)

func (*PersonalHotspotSetting) GetEnabled

func (m *PersonalHotspotSetting) GetEnabled() bool

func (*PersonalHotspotSetting) Marshal

func (m *PersonalHotspotSetting) Marshal() (dAtA []byte, err error)

func (*PersonalHotspotSetting) MarshalTo

func (m *PersonalHotspotSetting) MarshalTo(dAtA []byte) (int, error)

func (*PersonalHotspotSetting) ProtoMessage

func (*PersonalHotspotSetting) ProtoMessage()

func (*PersonalHotspotSetting) Reset

func (m *PersonalHotspotSetting) Reset()

func (*PersonalHotspotSetting) Size

func (m *PersonalHotspotSetting) Size() (n int)

func (*PersonalHotspotSetting) String

func (m *PersonalHotspotSetting) String() string

func (*PersonalHotspotSetting) Unmarshal

func (m *PersonalHotspotSetting) Unmarshal(dAtA []byte) error

type RemoveApplication

type RemoveApplication struct {
	Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
}

func (*RemoveApplication) Descriptor

func (*RemoveApplication) Descriptor() ([]byte, []int)

func (*RemoveApplication) GetIdentifier

func (m *RemoveApplication) GetIdentifier() string

func (*RemoveApplication) Marshal

func (m *RemoveApplication) Marshal() (dAtA []byte, err error)

func (*RemoveApplication) MarshalTo

func (m *RemoveApplication) MarshalTo(dAtA []byte) (int, error)

func (*RemoveApplication) ProtoMessage

func (*RemoveApplication) ProtoMessage()

func (*RemoveApplication) Reset

func (m *RemoveApplication) Reset()

func (*RemoveApplication) Size

func (m *RemoveApplication) Size() (n int)

func (*RemoveApplication) String

func (m *RemoveApplication) String() string

func (*RemoveApplication) Unmarshal

func (m *RemoveApplication) Unmarshal(dAtA []byte) error

type RemoveMedia

type RemoveMedia struct {
	MediaType     string `protobuf:"bytes,1,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
	ItunesStoreId int64  `protobuf:"varint,2,opt,name=itunes_store_id,json=itunesStoreId,proto3" json:"itunes_store_id,omitempty"`
	PersistentId  string `protobuf:"bytes,3,opt,name=persistent_id,json=persistentId,proto3" json:"persistent_id,omitempty"`
}

func (*RemoveMedia) Descriptor

func (*RemoveMedia) Descriptor() ([]byte, []int)

func (*RemoveMedia) GetItunesStoreId

func (m *RemoveMedia) GetItunesStoreId() int64

func (*RemoveMedia) GetMediaType

func (m *RemoveMedia) GetMediaType() string

func (*RemoveMedia) GetPersistentId

func (m *RemoveMedia) GetPersistentId() string

func (*RemoveMedia) Marshal

func (m *RemoveMedia) Marshal() (dAtA []byte, err error)

func (*RemoveMedia) MarshalTo

func (m *RemoveMedia) MarshalTo(dAtA []byte) (int, error)

func (*RemoveMedia) ProtoMessage

func (*RemoveMedia) ProtoMessage()

func (*RemoveMedia) Reset

func (m *RemoveMedia) Reset()

func (*RemoveMedia) Size

func (m *RemoveMedia) Size() (n int)

func (*RemoveMedia) String

func (m *RemoveMedia) String() string

func (*RemoveMedia) Unmarshal

func (m *RemoveMedia) Unmarshal(dAtA []byte) error

type RemoveProfile

type RemoveProfile struct {
	Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
}

func (*RemoveProfile) Descriptor

func (*RemoveProfile) Descriptor() ([]byte, []int)

func (*RemoveProfile) GetIdentifier

func (m *RemoveProfile) GetIdentifier() string

func (*RemoveProfile) Marshal

func (m *RemoveProfile) Marshal() (dAtA []byte, err error)

func (*RemoveProfile) MarshalTo

func (m *RemoveProfile) MarshalTo(dAtA []byte) (int, error)

func (*RemoveProfile) ProtoMessage

func (*RemoveProfile) ProtoMessage()

func (*RemoveProfile) Reset

func (m *RemoveProfile) Reset()

func (*RemoveProfile) Size

func (m *RemoveProfile) Size() (n int)

func (*RemoveProfile) String

func (m *RemoveProfile) String() string

func (*RemoveProfile) Unmarshal

func (m *RemoveProfile) Unmarshal(dAtA []byte) error

type RemoveProvisioningProfile

type RemoveProvisioningProfile struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
}

func (*RemoveProvisioningProfile) Descriptor

func (*RemoveProvisioningProfile) Descriptor() ([]byte, []int)

func (*RemoveProvisioningProfile) GetUuid

func (m *RemoveProvisioningProfile) GetUuid() string

func (*RemoveProvisioningProfile) Marshal

func (m *RemoveProvisioningProfile) Marshal() (dAtA []byte, err error)

func (*RemoveProvisioningProfile) MarshalTo

func (m *RemoveProvisioningProfile) MarshalTo(dAtA []byte) (int, error)

func (*RemoveProvisioningProfile) ProtoMessage

func (*RemoveProvisioningProfile) ProtoMessage()

func (*RemoveProvisioningProfile) Reset

func (m *RemoveProvisioningProfile) Reset()

func (*RemoveProvisioningProfile) Size

func (m *RemoveProvisioningProfile) Size() (n int)

func (*RemoveProvisioningProfile) String

func (m *RemoveProvisioningProfile) String() string

func (*RemoveProvisioningProfile) Unmarshal

func (m *RemoveProvisioningProfile) Unmarshal(dAtA []byte) error

type RequestMirroring

type RequestMirroring struct {
	DestinationName     string `protobuf:"bytes,1,opt,name=destination_name,json=destinationName,proto3" json:"destination_name,omitempty"`
	DestinationDeviceId string `protobuf:"bytes,2,opt,name=destination_device_id,json=destinationDeviceId,proto3" json:"destination_device_id,omitempty"`
	ScanTime            string `protobuf:"bytes,3,opt,name=scan_time,json=scanTime,proto3" json:"scan_time,omitempty"`
	Password            string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
}

func (*RequestMirroring) Descriptor

func (*RequestMirroring) Descriptor() ([]byte, []int)

func (*RequestMirroring) GetDestinationDeviceId

func (m *RequestMirroring) GetDestinationDeviceId() string

func (*RequestMirroring) GetDestinationName

func (m *RequestMirroring) GetDestinationName() string

func (*RequestMirroring) GetPassword

func (m *RequestMirroring) GetPassword() string

func (*RequestMirroring) GetScanTime

func (m *RequestMirroring) GetScanTime() string

func (*RequestMirroring) Marshal

func (m *RequestMirroring) Marshal() (dAtA []byte, err error)

func (*RequestMirroring) MarshalTo

func (m *RequestMirroring) MarshalTo(dAtA []byte) (int, error)

func (*RequestMirroring) ProtoMessage

func (*RequestMirroring) ProtoMessage()

func (*RequestMirroring) Reset

func (m *RequestMirroring) Reset()

func (*RequestMirroring) Size

func (m *RequestMirroring) Size() (n int)

func (*RequestMirroring) String

func (m *RequestMirroring) String() string

func (*RequestMirroring) Unmarshal

func (m *RequestMirroring) Unmarshal(dAtA []byte) error

type Restrictions

type Restrictions struct {
	ProfileRestrictions bool `protobuf:"varint,1,opt,name=profile_restrictions,json=profileRestrictions,proto3" json:"profile_restrictions,omitempty"`
}

func (*Restrictions) Descriptor

func (*Restrictions) Descriptor() ([]byte, []int)

func (*Restrictions) GetProfileRestrictions

func (m *Restrictions) GetProfileRestrictions() bool

func (*Restrictions) Marshal

func (m *Restrictions) Marshal() (dAtA []byte, err error)

func (*Restrictions) MarshalTo

func (m *Restrictions) MarshalTo(dAtA []byte) (int, error)

func (*Restrictions) ProtoMessage

func (*Restrictions) ProtoMessage()

func (*Restrictions) Reset

func (m *Restrictions) Reset()

func (*Restrictions) Size

func (m *Restrictions) Size() (n int)

func (*Restrictions) String

func (m *Restrictions) String() string

func (*Restrictions) Unmarshal

func (m *Restrictions) Unmarshal(dAtA []byte) error

type ResultPayload

type ResultPayload struct {
	Udid        string        `protobuf:"bytes,1,opt,name=udid,proto3" json:"udid,omitempty"`
	CommandUuid string        `protobuf:"bytes,2,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"`
	ErrorChain  []*ErrorChain `protobuf:"bytes,3,rep,name=error_chain,json=errorChain" json:"error_chain,omitempty"`
}

func (*ResultPayload) Descriptor

func (*ResultPayload) Descriptor() ([]byte, []int)

func (*ResultPayload) GetCommandUuid

func (m *ResultPayload) GetCommandUuid() string

func (*ResultPayload) GetErrorChain

func (m *ResultPayload) GetErrorChain() []*ErrorChain

func (*ResultPayload) GetUdid

func (m *ResultPayload) GetUdid() string

func (*ResultPayload) Marshal

func (m *ResultPayload) Marshal() (dAtA []byte, err error)

func (*ResultPayload) MarshalTo

func (m *ResultPayload) MarshalTo(dAtA []byte) (int, error)

func (*ResultPayload) ProtoMessage

func (*ResultPayload) ProtoMessage()

func (*ResultPayload) Reset

func (m *ResultPayload) Reset()

func (*ResultPayload) Size

func (m *ResultPayload) Size() (n int)

func (*ResultPayload) String

func (m *ResultPayload) String() string

func (*ResultPayload) Unmarshal

func (m *ResultPayload) Unmarshal(dAtA []byte) error

type ResultPayload_Status

type ResultPayload_Status int32
const (
	ResultPayload_Acknowledged       ResultPayload_Status = 0
	ResultPayload_Error              ResultPayload_Status = 1
	ResultPayload_CommandFormatError ResultPayload_Status = 2
	ResultPayload_Idle               ResultPayload_Status = 3
	ResultPayload_NotNow             ResultPayload_Status = 4
)

func (ResultPayload_Status) EnumDescriptor

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

func (ResultPayload_Status) String

func (x ResultPayload_Status) String() string

type RotateFileVaultKey

type RotateFileVaultKey struct {
	KeyType                    string           `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	FilevaultUnlock            *FileVaultUnlock `protobuf:"bytes,2,opt,name=filevault_unlock,json=filevaultUnlock" json:"filevault_unlock,omitempty"`
	NewCertificate             []byte           `protobuf:"bytes,3,opt,name=new_certificate,json=newCertificate,proto3" json:"new_certificate,omitempty"`
	ReplyEncryptionCertificate []byte           `` /* 141-byte string literal not displayed */
}

func (*RotateFileVaultKey) Descriptor

func (*RotateFileVaultKey) Descriptor() ([]byte, []int)

func (*RotateFileVaultKey) GetFilevaultUnlock

func (m *RotateFileVaultKey) GetFilevaultUnlock() *FileVaultUnlock

func (*RotateFileVaultKey) GetKeyType

func (m *RotateFileVaultKey) GetKeyType() string

func (*RotateFileVaultKey) GetNewCertificate

func (m *RotateFileVaultKey) GetNewCertificate() []byte

func (*RotateFileVaultKey) GetReplyEncryptionCertificate

func (m *RotateFileVaultKey) GetReplyEncryptionCertificate() []byte

func (*RotateFileVaultKey) Marshal

func (m *RotateFileVaultKey) Marshal() (dAtA []byte, err error)

func (*RotateFileVaultKey) MarshalTo

func (m *RotateFileVaultKey) MarshalTo(dAtA []byte) (int, error)

func (*RotateFileVaultKey) ProtoMessage

func (*RotateFileVaultKey) ProtoMessage()

func (*RotateFileVaultKey) Reset

func (m *RotateFileVaultKey) Reset()

func (*RotateFileVaultKey) Size

func (m *RotateFileVaultKey) Size() (n int)

func (*RotateFileVaultKey) String

func (m *RotateFileVaultKey) String() string

func (*RotateFileVaultKey) Unmarshal

func (m *RotateFileVaultKey) Unmarshal(dAtA []byte) error

type ScheduleOSUpdate

type ScheduleOSUpdate struct {
	Updates []*Update `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
}

func (*ScheduleOSUpdate) Descriptor

func (*ScheduleOSUpdate) Descriptor() ([]byte, []int)

func (*ScheduleOSUpdate) GetUpdates

func (m *ScheduleOSUpdate) GetUpdates() []*Update

func (*ScheduleOSUpdate) Marshal

func (m *ScheduleOSUpdate) Marshal() (dAtA []byte, err error)

func (*ScheduleOSUpdate) MarshalTo

func (m *ScheduleOSUpdate) MarshalTo(dAtA []byte) (int, error)

func (*ScheduleOSUpdate) ProtoMessage

func (*ScheduleOSUpdate) ProtoMessage()

func (*ScheduleOSUpdate) Reset

func (m *ScheduleOSUpdate) Reset()

func (*ScheduleOSUpdate) Size

func (m *ScheduleOSUpdate) Size() (n int)

func (*ScheduleOSUpdate) String

func (m *ScheduleOSUpdate) String() string

func (*ScheduleOSUpdate) Unmarshal

func (m *ScheduleOSUpdate) Unmarshal(dAtA []byte) error

type ScheduleOSUpdateScan

type ScheduleOSUpdateScan struct {
	Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
}

func (*ScheduleOSUpdateScan) Descriptor

func (*ScheduleOSUpdateScan) Descriptor() ([]byte, []int)

func (*ScheduleOSUpdateScan) GetForce

func (m *ScheduleOSUpdateScan) GetForce() bool

func (*ScheduleOSUpdateScan) Marshal

func (m *ScheduleOSUpdateScan) Marshal() (dAtA []byte, err error)

func (*ScheduleOSUpdateScan) MarshalTo

func (m *ScheduleOSUpdateScan) MarshalTo(dAtA []byte) (int, error)

func (*ScheduleOSUpdateScan) ProtoMessage

func (*ScheduleOSUpdateScan) ProtoMessage()

func (*ScheduleOSUpdateScan) Reset

func (m *ScheduleOSUpdateScan) Reset()

func (*ScheduleOSUpdateScan) Size

func (m *ScheduleOSUpdateScan) Size() (n int)

func (*ScheduleOSUpdateScan) String

func (m *ScheduleOSUpdateScan) String() string

func (*ScheduleOSUpdateScan) Unmarshal

func (m *ScheduleOSUpdateScan) Unmarshal(dAtA []byte) error

type SetAutoAdminPassword

type SetAutoAdminPassword struct {
	Guid         string `protobuf:"bytes,1,opt,name=guid,proto3" json:"guid,omitempty"`
	PasswordHash []byte `protobuf:"bytes,2,opt,name=password_hash,json=passwordHash,proto3" json:"password_hash,omitempty"`
}

func (*SetAutoAdminPassword) Descriptor

func (*SetAutoAdminPassword) Descriptor() ([]byte, []int)

func (*SetAutoAdminPassword) GetGuid

func (m *SetAutoAdminPassword) GetGuid() string

func (*SetAutoAdminPassword) GetPasswordHash

func (m *SetAutoAdminPassword) GetPasswordHash() []byte

func (*SetAutoAdminPassword) Marshal

func (m *SetAutoAdminPassword) Marshal() (dAtA []byte, err error)

func (*SetAutoAdminPassword) MarshalTo

func (m *SetAutoAdminPassword) MarshalTo(dAtA []byte) (int, error)

func (*SetAutoAdminPassword) ProtoMessage

func (*SetAutoAdminPassword) ProtoMessage()

func (*SetAutoAdminPassword) Reset

func (m *SetAutoAdminPassword) Reset()

func (*SetAutoAdminPassword) Size

func (m *SetAutoAdminPassword) Size() (n int)

func (*SetAutoAdminPassword) String

func (m *SetAutoAdminPassword) String() string

func (*SetAutoAdminPassword) Unmarshal

func (m *SetAutoAdminPassword) Unmarshal(dAtA []byte) error

type SetFirmwarePassword

type SetFirmwarePassword struct {
	CurrentPassword string `protobuf:"bytes,1,opt,name=current_password,json=currentPassword,proto3" json:"current_password,omitempty"`
	NewPassword     string `protobuf:"bytes,2,opt,name=new_password,json=newPassword,proto3" json:"new_password,omitempty"`
	AllowOroms      bool   `protobuf:"varint,3,opt,name=allow_oroms,json=allowOroms,proto3" json:"allow_oroms,omitempty"`
}

func (*SetFirmwarePassword) Descriptor

func (*SetFirmwarePassword) Descriptor() ([]byte, []int)

func (*SetFirmwarePassword) GetAllowOroms

func (m *SetFirmwarePassword) GetAllowOroms() bool

func (*SetFirmwarePassword) GetCurrentPassword

func (m *SetFirmwarePassword) GetCurrentPassword() string

func (*SetFirmwarePassword) GetNewPassword

func (m *SetFirmwarePassword) GetNewPassword() string

func (*SetFirmwarePassword) Marshal

func (m *SetFirmwarePassword) Marshal() (dAtA []byte, err error)

func (*SetFirmwarePassword) MarshalTo

func (m *SetFirmwarePassword) MarshalTo(dAtA []byte) (int, error)

func (*SetFirmwarePassword) ProtoMessage

func (*SetFirmwarePassword) ProtoMessage()

func (*SetFirmwarePassword) Reset

func (m *SetFirmwarePassword) Reset()

func (*SetFirmwarePassword) Size

func (m *SetFirmwarePassword) Size() (n int)

func (*SetFirmwarePassword) String

func (m *SetFirmwarePassword) String() string

func (*SetFirmwarePassword) Unmarshal

func (m *SetFirmwarePassword) Unmarshal(dAtA []byte) error

type Setting

type Setting struct {
	Item                    string                          `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	DeviceName              *DeviceNameSetting              `protobuf:"bytes,2,opt,name=device_name,json=deviceName" json:"device_name,omitempty"`
	Hostname                *HostnameSetting                `protobuf:"bytes,3,opt,name=hostname" json:"hostname,omitempty"`
	VoiceRoaming            *VoiceRoamingSetting            `protobuf:"bytes,4,opt,name=voice_roaming,json=voiceRoaming" json:"voice_roaming,omitempty"`
	PersonalHotspot         *PersonalHotspotSetting         `protobuf:"bytes,5,opt,name=personal_hotspot,json=personalHotspot" json:"personal_hotspot,omitempty"`
	Wallpaper               *WallpaperSetting               `protobuf:"bytes,6,opt,name=wallpaper" json:"wallpaper,omitempty"`
	DataRoaming             *DataRoamingSetting             `protobuf:"bytes,7,opt,name=data_roaming,json=dataRoaming" json:"data_roaming,omitempty"`
	Bluetooth               *BluetoothSetting               `protobuf:"bytes,8,opt,name=bluetooth" json:"bluetooth,omitempty"`
	ApplicationAttributes   *ApplicationAttributesSetting   `protobuf:"bytes,9,opt,name=application_attributes,json=applicationAttributes" json:"application_attributes,omitempty"`
	MdmOptions              *MDMOptionsSetting              `protobuf:"bytes,10,opt,name=mdm_options,json=mdmOptions" json:"mdm_options,omitempty"`
	PasscodeLockGracePeriod *PasscodeLockGracePeriodSetting `` /* 128-byte string literal not displayed */
	MaximumResidentUsers    *MaximumResidentUsersSetting    `protobuf:"bytes,12,opt,name=maximum_resident_users,json=maximumResidentUsers" json:"maximum_resident_users,omitempty"`
	DiagnosticSubmission    *DiagnosticSubmissionSetting    `protobuf:"bytes,13,opt,name=diagnostic_submission,json=diagnosticSubmission" json:"diagnostic_submission,omitempty"`
	AppAnalytics            *AppAnalyticsSetting            `protobuf:"bytes,14,opt,name=app_analytics,json=appAnalytics" json:"app_analytics,omitempty"`
}

func (*Setting) Descriptor

func (*Setting) Descriptor() ([]byte, []int)

func (*Setting) GetAppAnalytics

func (m *Setting) GetAppAnalytics() *AppAnalyticsSetting

func (*Setting) GetApplicationAttributes

func (m *Setting) GetApplicationAttributes() *ApplicationAttributesSetting

func (*Setting) GetBluetooth

func (m *Setting) GetBluetooth() *BluetoothSetting

func (*Setting) GetDataRoaming

func (m *Setting) GetDataRoaming() *DataRoamingSetting

func (*Setting) GetDeviceName

func (m *Setting) GetDeviceName() *DeviceNameSetting

func (*Setting) GetDiagnosticSubmission

func (m *Setting) GetDiagnosticSubmission() *DiagnosticSubmissionSetting

func (*Setting) GetHostname

func (m *Setting) GetHostname() *HostnameSetting

func (*Setting) GetItem

func (m *Setting) GetItem() string

func (*Setting) GetMaximumResidentUsers

func (m *Setting) GetMaximumResidentUsers() *MaximumResidentUsersSetting

func (*Setting) GetMdmOptions

func (m *Setting) GetMdmOptions() *MDMOptionsSetting

func (*Setting) GetPasscodeLockGracePeriod

func (m *Setting) GetPasscodeLockGracePeriod() *PasscodeLockGracePeriodSetting

func (*Setting) GetPersonalHotspot

func (m *Setting) GetPersonalHotspot() *PersonalHotspotSetting

func (*Setting) GetVoiceRoaming

func (m *Setting) GetVoiceRoaming() *VoiceRoamingSetting

func (*Setting) GetWallpaper

func (m *Setting) GetWallpaper() *WallpaperSetting

func (*Setting) Marshal

func (m *Setting) Marshal() (dAtA []byte, err error)

func (*Setting) MarshalTo

func (m *Setting) MarshalTo(dAtA []byte) (int, error)

func (*Setting) ProtoMessage

func (*Setting) ProtoMessage()

func (*Setting) Reset

func (m *Setting) Reset()

func (*Setting) Size

func (m *Setting) Size() (n int)

func (*Setting) String

func (m *Setting) String() string

func (*Setting) Unmarshal

func (m *Setting) Unmarshal(dAtA []byte) error

type Settings

type Settings struct {
	Settings []*Setting `protobuf:"bytes,1,rep,name=settings" json:"settings,omitempty"`
}

func (*Settings) Descriptor

func (*Settings) Descriptor() ([]byte, []int)

func (*Settings) GetSettings

func (m *Settings) GetSettings() []*Setting

func (*Settings) Marshal

func (m *Settings) Marshal() (dAtA []byte, err error)

func (*Settings) MarshalTo

func (m *Settings) MarshalTo(dAtA []byte) (int, error)

func (*Settings) ProtoMessage

func (*Settings) ProtoMessage()

func (*Settings) Reset

func (m *Settings) Reset()

func (*Settings) Size

func (m *Settings) Size() (n int)

func (*Settings) String

func (m *Settings) String() string

func (*Settings) Unmarshal

func (m *Settings) Unmarshal(dAtA []byte) error

type UnlockUserAccount

type UnlockUserAccount struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
}

func (*UnlockUserAccount) Descriptor

func (*UnlockUserAccount) Descriptor() ([]byte, []int)

func (*UnlockUserAccount) GetUsername

func (m *UnlockUserAccount) GetUsername() string

func (*UnlockUserAccount) Marshal

func (m *UnlockUserAccount) Marshal() (dAtA []byte, err error)

func (*UnlockUserAccount) MarshalTo

func (m *UnlockUserAccount) MarshalTo(dAtA []byte) (int, error)

func (*UnlockUserAccount) ProtoMessage

func (*UnlockUserAccount) ProtoMessage()

func (*UnlockUserAccount) Reset

func (m *UnlockUserAccount) Reset()

func (*UnlockUserAccount) Size

func (m *UnlockUserAccount) Size() (n int)

func (*UnlockUserAccount) String

func (m *UnlockUserAccount) String() string

func (*UnlockUserAccount) Unmarshal

func (m *UnlockUserAccount) Unmarshal(dAtA []byte) error

type Update

type Update struct {
	ProductKey     string `protobuf:"bytes,1,opt,name=product_key,json=productKey,proto3" json:"product_key,omitempty"`
	ProductVersion string `protobuf:"bytes,2,opt,name=product_version,json=productVersion,proto3" json:"product_version,omitempty"`
	InstallAction  string `protobuf:"bytes,3,opt,name=install_action,json=installAction,proto3" json:"install_action,omitempty"`
}

func (*Update) Descriptor

func (*Update) Descriptor() ([]byte, []int)

func (*Update) GetInstallAction

func (m *Update) GetInstallAction() string

func (*Update) GetProductKey

func (m *Update) GetProductKey() string

func (*Update) GetProductVersion

func (m *Update) GetProductVersion() string

func (*Update) Marshal

func (m *Update) Marshal() (dAtA []byte, err error)

func (*Update) MarshalTo

func (m *Update) MarshalTo(dAtA []byte) (int, error)

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) Reset

func (m *Update) Reset()

func (*Update) Size

func (m *Update) Size() (n int)

func (*Update) String

func (m *Update) String() string

func (*Update) Unmarshal

func (m *Update) Unmarshal(dAtA []byte) error

type ValidateApplications

type ValidateApplications struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers" json:"identifiers,omitempty"`
}

func (*ValidateApplications) Descriptor

func (*ValidateApplications) Descriptor() ([]byte, []int)

func (*ValidateApplications) GetIdentifiers

func (m *ValidateApplications) GetIdentifiers() []string

func (*ValidateApplications) Marshal

func (m *ValidateApplications) Marshal() (dAtA []byte, err error)

func (*ValidateApplications) MarshalTo

func (m *ValidateApplications) MarshalTo(dAtA []byte) (int, error)

func (*ValidateApplications) ProtoMessage

func (*ValidateApplications) ProtoMessage()

func (*ValidateApplications) Reset

func (m *ValidateApplications) Reset()

func (*ValidateApplications) Size

func (m *ValidateApplications) Size() (n int)

func (*ValidateApplications) String

func (m *ValidateApplications) String() string

func (*ValidateApplications) Unmarshal

func (m *ValidateApplications) Unmarshal(dAtA []byte) error

type VerifyFirmwarePassword

type VerifyFirmwarePassword struct {
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
}

func (*VerifyFirmwarePassword) Descriptor

func (*VerifyFirmwarePassword) Descriptor() ([]byte, []int)

func (*VerifyFirmwarePassword) GetPassword

func (m *VerifyFirmwarePassword) GetPassword() string

func (*VerifyFirmwarePassword) Marshal

func (m *VerifyFirmwarePassword) Marshal() (dAtA []byte, err error)

func (*VerifyFirmwarePassword) MarshalTo

func (m *VerifyFirmwarePassword) MarshalTo(dAtA []byte) (int, error)

func (*VerifyFirmwarePassword) ProtoMessage

func (*VerifyFirmwarePassword) ProtoMessage()

func (*VerifyFirmwarePassword) Reset

func (m *VerifyFirmwarePassword) Reset()

func (*VerifyFirmwarePassword) Size

func (m *VerifyFirmwarePassword) Size() (n int)

func (*VerifyFirmwarePassword) String

func (m *VerifyFirmwarePassword) String() string

func (*VerifyFirmwarePassword) Unmarshal

func (m *VerifyFirmwarePassword) Unmarshal(dAtA []byte) error

type VoiceRoamingSetting

type VoiceRoamingSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*VoiceRoamingSetting) Descriptor

func (*VoiceRoamingSetting) Descriptor() ([]byte, []int)

func (*VoiceRoamingSetting) GetEnabled

func (m *VoiceRoamingSetting) GetEnabled() bool

func (*VoiceRoamingSetting) Marshal

func (m *VoiceRoamingSetting) Marshal() (dAtA []byte, err error)

func (*VoiceRoamingSetting) MarshalTo

func (m *VoiceRoamingSetting) MarshalTo(dAtA []byte) (int, error)

func (*VoiceRoamingSetting) ProtoMessage

func (*VoiceRoamingSetting) ProtoMessage()

func (*VoiceRoamingSetting) Reset

func (m *VoiceRoamingSetting) Reset()

func (*VoiceRoamingSetting) Size

func (m *VoiceRoamingSetting) Size() (n int)

func (*VoiceRoamingSetting) String

func (m *VoiceRoamingSetting) String() string

func (*VoiceRoamingSetting) Unmarshal

func (m *VoiceRoamingSetting) Unmarshal(dAtA []byte) error

type WallpaperSetting

type WallpaperSetting struct {
	Image []byte `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Where int64  `protobuf:"varint,2,opt,name=where,proto3" json:"where,omitempty"`
}

func (*WallpaperSetting) Descriptor

func (*WallpaperSetting) Descriptor() ([]byte, []int)

func (*WallpaperSetting) GetImage

func (m *WallpaperSetting) GetImage() []byte

func (*WallpaperSetting) GetWhere

func (m *WallpaperSetting) GetWhere() int64

func (*WallpaperSetting) Marshal

func (m *WallpaperSetting) Marshal() (dAtA []byte, err error)

func (*WallpaperSetting) MarshalTo

func (m *WallpaperSetting) MarshalTo(dAtA []byte) (int, error)

func (*WallpaperSetting) ProtoMessage

func (*WallpaperSetting) ProtoMessage()

func (*WallpaperSetting) Reset

func (m *WallpaperSetting) Reset()

func (*WallpaperSetting) Size

func (m *WallpaperSetting) Size() (n int)

func (*WallpaperSetting) String

func (m *WallpaperSetting) String() string

func (*WallpaperSetting) Unmarshal

func (m *WallpaperSetting) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

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