mdmproto

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ResultPayload_Status_name = map[int32]string{
		0: "Acknowledged",
		1: "Error",
		2: "CommandFormatError",
		3: "Idle",
		4: "NotNow",
	}
	ResultPayload_Status_value = map[string]int32{
		"Acknowledged":       0,
		"Error":              1,
		"CommandFormatError": 2,
		"Idle":               3,
		"NotNow":             4,
	}
)

Enum value maps for ResultPayload_Status.

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 */
	DontAutoPopulatePrimaryAccountInfo  bool                      `` /* 172-byte string literal not displayed */
	LockPrimaryAccountInfo              bool                      `` /* 132-byte string literal not displayed */
	PrimaryAccountFullName              string                    `` /* 131-byte string literal not displayed */
	PrimaryAccountUserName              string                    `` /* 131-byte string literal not displayed */
	AutoSetupAdminAccounts              []*AutoSetupAdminAccounts `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AccountConfiguration) Descriptor deprecated

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

Deprecated: Use AccountConfiguration.ProtoReflect.Descriptor instead.

func (*AccountConfiguration) GetAutoSetupAdminAccounts

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

func (*AccountConfiguration) GetDontAutoPopulatePrimaryAccountInfo added in v1.7.1

func (x *AccountConfiguration) GetDontAutoPopulatePrimaryAccountInfo() bool

func (*AccountConfiguration) GetLockPrimaryAccountInfo added in v1.7.1

func (x *AccountConfiguration) GetLockPrimaryAccountInfo() bool

func (*AccountConfiguration) GetPrimaryAccountFullName added in v1.7.1

func (x *AccountConfiguration) GetPrimaryAccountFullName() string

func (*AccountConfiguration) GetPrimaryAccountUserName added in v1.7.1

func (x *AccountConfiguration) GetPrimaryAccountUserName() string

func (*AccountConfiguration) GetSetPrimarySetupAccountAsRegularUser

func (x *AccountConfiguration) GetSetPrimarySetupAccountAsRegularUser() bool

func (*AccountConfiguration) GetSkipPrimarySetupAccountCreation

func (x *AccountConfiguration) GetSkipPrimarySetupAccountCreation() bool

func (*AccountConfiguration) ProtoMessage

func (*AccountConfiguration) ProtoMessage()

func (*AccountConfiguration) ProtoReflect added in v1.9.0

func (x *AccountConfiguration) ProtoReflect() protoreflect.Message

func (*AccountConfiguration) Reset

func (x *AccountConfiguration) Reset()

func (*AccountConfiguration) String

func (x *AccountConfiguration) String() string

type ActiveNSExtensions

type ActiveNSExtensions struct {
	FilterExtensionPoints []string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ActiveNSExtensions) Descriptor deprecated

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

Deprecated: Use ActiveNSExtensions.ProtoReflect.Descriptor instead.

func (*ActiveNSExtensions) GetFilterExtensionPoints

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

func (*ActiveNSExtensions) ProtoMessage

func (*ActiveNSExtensions) ProtoMessage()

func (*ActiveNSExtensions) ProtoReflect added in v1.9.0

func (x *ActiveNSExtensions) ProtoReflect() protoreflect.Message

func (*ActiveNSExtensions) Reset

func (x *ActiveNSExtensions) Reset()

func (*ActiveNSExtensions) String

func (x *ActiveNSExtensions) String() string

type AppAnalyticsSetting

type AppAnalyticsSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*AppAnalyticsSetting) Descriptor deprecated

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

Deprecated: Use AppAnalyticsSetting.ProtoReflect.Descriptor instead.

func (*AppAnalyticsSetting) GetEnabled

func (x *AppAnalyticsSetting) GetEnabled() bool

func (*AppAnalyticsSetting) ProtoMessage

func (*AppAnalyticsSetting) ProtoMessage()

func (*AppAnalyticsSetting) ProtoReflect added in v1.9.0

func (x *AppAnalyticsSetting) ProtoReflect() protoreflect.Message

func (*AppAnalyticsSetting) Reset

func (x *AppAnalyticsSetting) Reset()

func (*AppAnalyticsSetting) String

func (x *AppAnalyticsSetting) String() string

type ApplicationAttributes

type ApplicationAttributes struct {
	VpnUuid string `protobuf:"bytes,1,opt,name=vpn_uuid,json=vpnUuid,proto3" json:"vpn_uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationAttributes) Descriptor deprecated

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

Deprecated: Use ApplicationAttributes.ProtoReflect.Descriptor instead.

func (*ApplicationAttributes) GetVpnUuid

func (x *ApplicationAttributes) GetVpnUuid() string

func (*ApplicationAttributes) ProtoMessage

func (*ApplicationAttributes) ProtoMessage()

func (*ApplicationAttributes) ProtoReflect added in v1.9.0

func (x *ApplicationAttributes) ProtoReflect() protoreflect.Message

func (*ApplicationAttributes) Reset

func (x *ApplicationAttributes) Reset()

func (*ApplicationAttributes) String

func (x *ApplicationAttributes) String() string

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,proto3" json:"application_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationAttributesSetting) Descriptor deprecated

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

Deprecated: Use ApplicationAttributesSetting.ProtoReflect.Descriptor instead.

func (*ApplicationAttributesSetting) GetApplicationAttributes

func (x *ApplicationAttributesSetting) GetApplicationAttributes() *ApplicationAttributes

func (*ApplicationAttributesSetting) GetIdentifier

func (x *ApplicationAttributesSetting) GetIdentifier() string

func (*ApplicationAttributesSetting) ProtoMessage

func (*ApplicationAttributesSetting) ProtoMessage()

func (*ApplicationAttributesSetting) ProtoReflect added in v1.9.0

func (*ApplicationAttributesSetting) Reset

func (x *ApplicationAttributesSetting) Reset()

func (*ApplicationAttributesSetting) String

type ApplicationConfigurationSetting added in v1.5.0

type ApplicationConfigurationSetting struct {
	Identifier                  string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	ConfigurationDictionaryData []byte `` // A serialized plist of the dictionary.
	/* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplicationConfigurationSetting) Descriptor deprecated added in v1.5.0

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

Deprecated: Use ApplicationConfigurationSetting.ProtoReflect.Descriptor instead.

func (*ApplicationConfigurationSetting) GetConfigurationDictionaryData added in v1.5.0

func (x *ApplicationConfigurationSetting) GetConfigurationDictionaryData() []byte

func (*ApplicationConfigurationSetting) GetIdentifier added in v1.5.0

func (x *ApplicationConfigurationSetting) GetIdentifier() string

func (*ApplicationConfigurationSetting) ProtoMessage added in v1.5.0

func (*ApplicationConfigurationSetting) ProtoMessage()

func (*ApplicationConfigurationSetting) ProtoReflect added in v1.9.0

func (*ApplicationConfigurationSetting) Reset added in v1.5.0

func (*ApplicationConfigurationSetting) String added in v1.5.0

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"`
	// contains filtered or unexported fields
}

func (*ApplyRedemptionCode) Descriptor deprecated

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

Deprecated: Use ApplyRedemptionCode.ProtoReflect.Descriptor instead.

func (*ApplyRedemptionCode) GetIdentifier

func (x *ApplyRedemptionCode) GetIdentifier() string

func (*ApplyRedemptionCode) GetRedemptionCode

func (x *ApplyRedemptionCode) GetRedemptionCode() string

func (*ApplyRedemptionCode) ProtoMessage

func (*ApplyRedemptionCode) ProtoMessage()

func (*ApplyRedemptionCode) ProtoReflect added in v1.9.0

func (x *ApplyRedemptionCode) ProtoReflect() protoreflect.Message

func (*ApplyRedemptionCode) Reset

func (x *ApplyRedemptionCode) Reset()

func (*ApplyRedemptionCode) String

func (x *ApplyRedemptionCode) String() string

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,proto3" json:"md5s,omitempty"`
	Url        string   `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	Sha256Size int64    `protobuf:"varint,5,opt,name=sha256_size,json=sha256Size,proto3" json:"sha256_size,omitempty"`
	Sha256S    []string `protobuf:"bytes,6,rep,name=sha256s,proto3" json:"sha256s,omitempty"`
	// contains filtered or unexported fields
}

func (*Asset) Descriptor deprecated added in v1.3.1

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

Deprecated: Use Asset.ProtoReflect.Descriptor instead.

func (*Asset) GetKind added in v1.3.1

func (x *Asset) GetKind() string

func (*Asset) GetMd5S added in v1.3.1

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

func (*Asset) GetMd5Size added in v1.3.1

func (x *Asset) GetMd5Size() int64

func (*Asset) GetSha256S added in v1.8.0

func (x *Asset) GetSha256S() []string

func (*Asset) GetSha256Size added in v1.8.0

func (x *Asset) GetSha256Size() int64

func (*Asset) GetUrl added in v1.3.1

func (x *Asset) GetUrl() string

func (*Asset) ProtoMessage added in v1.3.1

func (*Asset) ProtoMessage()

func (*Asset) ProtoReflect added in v1.9.0

func (x *Asset) ProtoReflect() protoreflect.Message

func (*Asset) Reset added in v1.3.1

func (x *Asset) Reset()

func (*Asset) String added in v1.3.1

func (x *Asset) String() string

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"`
	// contains filtered or unexported fields
}

func (*AutoSetupAdminAccounts) Descriptor deprecated

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

Deprecated: Use AutoSetupAdminAccounts.ProtoReflect.Descriptor instead.

func (*AutoSetupAdminAccounts) GetFullName

func (x *AutoSetupAdminAccounts) GetFullName() string

func (*AutoSetupAdminAccounts) GetHidden

func (x *AutoSetupAdminAccounts) GetHidden() bool

func (*AutoSetupAdminAccounts) GetPasswordHash

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

func (*AutoSetupAdminAccounts) GetShortName

func (x *AutoSetupAdminAccounts) GetShortName() string

func (*AutoSetupAdminAccounts) ProtoMessage

func (*AutoSetupAdminAccounts) ProtoMessage()

func (*AutoSetupAdminAccounts) ProtoReflect added in v1.9.0

func (x *AutoSetupAdminAccounts) ProtoReflect() protoreflect.Message

func (*AutoSetupAdminAccounts) Reset

func (x *AutoSetupAdminAccounts) Reset()

func (*AutoSetupAdminAccounts) String

func (x *AutoSetupAdminAccounts) String() string

type BluetoothSetting

type BluetoothSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*BluetoothSetting) Descriptor deprecated

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

Deprecated: Use BluetoothSetting.ProtoReflect.Descriptor instead.

func (*BluetoothSetting) GetEnabled

func (x *BluetoothSetting) GetEnabled() bool

func (*BluetoothSetting) ProtoMessage

func (*BluetoothSetting) ProtoMessage()

func (*BluetoothSetting) ProtoReflect added in v1.9.0

func (x *BluetoothSetting) ProtoReflect() protoreflect.Message

func (*BluetoothSetting) Reset

func (x *BluetoothSetting) Reset()

func (*BluetoothSetting) String

func (x *BluetoothSetting) String() string

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"`
	// contains filtered or unexported fields
}

func (*BundleInfo) Descriptor deprecated added in v1.3.1

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

Deprecated: Use BundleInfo.ProtoReflect.Descriptor instead.

func (*BundleInfo) GetBundleIdentifier added in v1.3.1

func (x *BundleInfo) GetBundleIdentifier() string

func (*BundleInfo) GetBundleVersion added in v1.3.1

func (x *BundleInfo) GetBundleVersion() string

func (*BundleInfo) ProtoMessage added in v1.3.1

func (*BundleInfo) ProtoMessage()

func (*BundleInfo) ProtoReflect added in v1.9.0

func (x *BundleInfo) ProtoReflect() protoreflect.Message

func (*BundleInfo) Reset added in v1.3.1

func (x *BundleInfo) Reset()

func (*BundleInfo) String added in v1.3.1

func (x *BundleInfo) String() string

type ClearPasscode

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

func (*ClearPasscode) Descriptor deprecated

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

Deprecated: Use ClearPasscode.ProtoReflect.Descriptor instead.

func (*ClearPasscode) GetUnlockToken

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

func (*ClearPasscode) ProtoMessage

func (*ClearPasscode) ProtoMessage()

func (*ClearPasscode) ProtoReflect added in v1.9.0

func (x *ClearPasscode) ProtoReflect() protoreflect.Message

func (*ClearPasscode) Reset

func (x *ClearPasscode) Reset()

func (*ClearPasscode) String

func (x *ClearPasscode) String() string

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
	// - LOMSetupRequest
	// - ShutDownDevice
	// - StopMirroring
	// - ClearRestrictionsPassword
	// - UserList
	// - LogOutUser
	// - PlayLostModeSound
	// - DisableLostMode
	// - DeviceLocation
	// - ManagedMediaList
	// - DeviceConfigured
	// - AvailableOSUpdates
	// - NSExtensionMappings
	// - EnableRemoteDesktop
	// - DisableRemoteDesktop
	// - ActivationLockBypassCode
	//
	// Types that are assignable 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
	//	*Command_SetBootstrapToken
	//	*Command_SetRecoveryLock
	//	*Command_VerifyRecoveryLock
	//	*Command_RefreshCellularPlans
	//	*Command_LomDeviceRequestCommand
	Request isCommand_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*Command) Descriptor deprecated

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

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetAccountConfiguration

func (x *Command) GetAccountConfiguration() *AccountConfiguration

func (*Command) GetActiveNsExtensions

func (x *Command) GetActiveNsExtensions() *ActiveNSExtensions

func (*Command) GetApplyRedemptionCode

func (x *Command) GetApplyRedemptionCode() *ApplyRedemptionCode

func (*Command) GetClearPasscode

func (x *Command) GetClearPasscode() *ClearPasscode

func (*Command) GetDeleteUser

func (x *Command) GetDeleteUser() *DeleteUser

func (*Command) GetDeviceInformation

func (x *Command) GetDeviceInformation() *DeviceInformation

func (*Command) GetDeviceLock

func (x *Command) GetDeviceLock() *DeviceLock

func (*Command) GetEnableLostMode

func (x *Command) GetEnableLostMode() *EnableLostMode

func (*Command) GetEraseDevice

func (x *Command) GetEraseDevice() *EraseDevice

func (*Command) GetInstallApplication

func (x *Command) GetInstallApplication() *InstallApplication

func (*Command) GetInstallEnterpriseApplication added in v1.3.1

func (x *Command) GetInstallEnterpriseApplication() *InstallEnterpriseApplication

func (*Command) GetInstallMedia

func (x *Command) GetInstallMedia() *InstallMedia

func (*Command) GetInstallProfile

func (x *Command) GetInstallProfile() *InstallProfile

func (*Command) GetInstallProvisioningProfile

func (x *Command) GetInstallProvisioningProfile() *InstallProvisioningProfile

func (*Command) GetInstalledApplicationList

func (x *Command) GetInstalledApplicationList() *InstalledApplicationList

func (*Command) GetInviteToProgram

func (x *Command) GetInviteToProgram() *InviteToProgram

func (*Command) GetLomDeviceRequestCommand added in v1.10.0

func (x *Command) GetLomDeviceRequestCommand() *LOMDeviceRequest

func (*Command) GetManagedApplicationAttributes

func (x *Command) GetManagedApplicationAttributes() *ManagedApplicationAttributes

func (*Command) GetManagedApplicationConfiguration

func (x *Command) GetManagedApplicationConfiguration() *ManagedApplicationConfiguration

func (*Command) GetManagedApplicationFeedback

func (x *Command) GetManagedApplicationFeedback() *ManagedApplicationFeedback

func (*Command) GetManagedApplicationList

func (x *Command) GetManagedApplicationList() *ManagedApplicationList

func (*Command) GetRefreshCellularPlans added in v1.10.0

func (x *Command) GetRefreshCellularPlans() *RefreshCellularPlans

func (*Command) GetRemoveApplication

func (x *Command) GetRemoveApplication() *RemoveApplication

func (*Command) GetRemoveMedia

func (x *Command) GetRemoveMedia() *RemoveMedia

func (*Command) GetRemoveProfile

func (x *Command) GetRemoveProfile() *RemoveProfile

func (*Command) GetRemoveProfisioningProfile

func (x *Command) GetRemoveProfisioningProfile() *RemoveProvisioningProfile

func (*Command) GetRequest

func (m *Command) GetRequest() isCommand_Request

func (*Command) GetRequestMirroring

func (x *Command) GetRequestMirroring() *RequestMirroring

func (*Command) GetRequestType

func (x *Command) GetRequestType() string

func (*Command) GetRestrictions

func (x *Command) GetRestrictions() *Restrictions

func (*Command) GetRotateFilevaultKey

func (x *Command) GetRotateFilevaultKey() *RotateFileVaultKey

func (*Command) GetScheduleOsUpdate

func (x *Command) GetScheduleOsUpdate() *ScheduleOSUpdate

func (*Command) GetScheduleOsUpdateScan

func (x *Command) GetScheduleOsUpdateScan() *ScheduleOSUpdateScan

func (*Command) GetSetAutoAdminPassword

func (x *Command) GetSetAutoAdminPassword() *SetAutoAdminPassword

func (*Command) GetSetBootstrapToken added in v1.5.0

func (x *Command) GetSetBootstrapToken() *SetBootstrapToken

func (*Command) GetSetFirmwarePassword

func (x *Command) GetSetFirmwarePassword() *SetFirmwarePassword

func (*Command) GetSetRecoveryLock added in v1.9.0

func (x *Command) GetSetRecoveryLock() *SetRecoveryLock

func (*Command) GetSettings

func (x *Command) GetSettings() *Settings

func (*Command) GetUnlockUserAccount

func (x *Command) GetUnlockUserAccount() *UnlockUserAccount

func (*Command) GetValidataApplications

func (x *Command) GetValidataApplications() *ValidateApplications

func (*Command) GetVerifyFirmwarePassword

func (x *Command) GetVerifyFirmwarePassword() *VerifyFirmwarePassword

func (*Command) GetVerifyRecoveryLock added in v1.9.0

func (x *Command) GetVerifyRecoveryLock() *VerifyRecoveryLock

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect added in v1.9.0

func (x *Command) ProtoReflect() protoreflect.Message

func (*Command) Reset

func (x *Command) Reset()

func (*Command) String

func (x *Command) String() string

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,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandPayload) Descriptor deprecated

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

Deprecated: Use CommandPayload.ProtoReflect.Descriptor instead.

func (*CommandPayload) GetCommand

func (x *CommandPayload) GetCommand() *Command

func (*CommandPayload) GetCommandUuid

func (x *CommandPayload) GetCommandUuid() string

func (*CommandPayload) ProtoMessage

func (*CommandPayload) ProtoMessage()

func (*CommandPayload) ProtoReflect added in v1.9.0

func (x *CommandPayload) ProtoReflect() protoreflect.Message

func (*CommandPayload) Reset

func (x *CommandPayload) Reset()

func (*CommandPayload) String

func (x *CommandPayload) String() string

type Command_AccountConfiguration

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

type Command_ActiveNsExtensions

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

type Command_ApplyRedemptionCode

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

type Command_ClearPasscode

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

type Command_DeleteUser

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

type Command_DeviceInformation

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

type Command_DeviceLock

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

type Command_EnableLostMode

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

type Command_EraseDevice

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

type Command_InstallApplication

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

type Command_InstallEnterpriseApplication added in v1.3.1

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

type Command_InstallMedia

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

type Command_InstallProfile

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

type Command_InstallProvisioningProfile

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

type Command_InstalledApplicationList

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

type Command_InviteToProgram

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

type Command_LomDeviceRequestCommand added in v1.10.0

type Command_LomDeviceRequestCommand struct {
	LomDeviceRequestCommand *LOMDeviceRequest `protobuf:"bytes,41,opt,name=lomDeviceRequestCommand,proto3,oneof"`
}

type Command_ManagedApplicationAttributes

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

type Command_ManagedApplicationConfiguration

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

type Command_ManagedApplicationFeedback

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

type Command_ManagedApplicationList

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

type Command_RefreshCellularPlans added in v1.10.0

type Command_RefreshCellularPlans struct {
	RefreshCellularPlans *RefreshCellularPlans `protobuf:"bytes,40,opt,name=refresh_cellular_plans,json=refreshCellularPlans,proto3,oneof"`
}

type Command_RemoveApplication

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

type Command_RemoveMedia

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

type Command_RemoveProfile

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

type Command_RemoveProfisioningProfile

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

type Command_RequestMirroring

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

type Command_Restrictions

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

type Command_RotateFilevaultKey

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

type Command_ScheduleOsUpdate

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

type Command_ScheduleOsUpdateScan

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

type Command_SetAutoAdminPassword

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

type Command_SetBootstrapToken added in v1.5.0

type Command_SetBootstrapToken struct {
	SetBootstrapToken *SetBootstrapToken `protobuf:"bytes,37,opt,name=set_bootstrap_token,json=setBootstrapToken,proto3,oneof"`
}

type Command_SetFirmwarePassword

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

type Command_SetRecoveryLock added in v1.9.0

type Command_SetRecoveryLock struct {
	SetRecoveryLock *SetRecoveryLock `protobuf:"bytes,38,opt,name=set_recovery_lock,json=setRecoveryLock,proto3,oneof"`
}

type Command_Settings

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

type Command_UnlockUserAccount

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

type Command_ValidataApplications

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

type Command_VerifyFirmwarePassword

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

type Command_VerifyRecoveryLock added in v1.9.0

type Command_VerifyRecoveryLock struct {
	VerifyRecoveryLock *VerifyRecoveryLock `protobuf:"bytes,39,opt,name=verify_recovery_lock,json=verifyRecoveryLock,proto3,oneof"`
}

type DataRoamingSetting

type DataRoamingSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*DataRoamingSetting) Descriptor deprecated

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

Deprecated: Use DataRoamingSetting.ProtoReflect.Descriptor instead.

func (*DataRoamingSetting) GetEnabled

func (x *DataRoamingSetting) GetEnabled() bool

func (*DataRoamingSetting) ProtoMessage

func (*DataRoamingSetting) ProtoMessage()

func (*DataRoamingSetting) ProtoReflect added in v1.9.0

func (x *DataRoamingSetting) ProtoReflect() protoreflect.Message

func (*DataRoamingSetting) Reset

func (x *DataRoamingSetting) Reset()

func (*DataRoamingSetting) String

func (x *DataRoamingSetting) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeleteUser) Descriptor deprecated

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

Deprecated: Use DeleteUser.ProtoReflect.Descriptor instead.

func (*DeleteUser) GetForceDeletion

func (x *DeleteUser) GetForceDeletion() bool

func (*DeleteUser) GetUsername

func (x *DeleteUser) GetUsername() string

func (*DeleteUser) ProtoMessage

func (*DeleteUser) ProtoMessage()

func (*DeleteUser) ProtoReflect added in v1.9.0

func (x *DeleteUser) ProtoReflect() protoreflect.Message

func (*DeleteUser) Reset

func (x *DeleteUser) Reset()

func (*DeleteUser) String

func (x *DeleteUser) String() string

type DeviceInformation

type DeviceInformation struct {
	Queries []string `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceInformation) Descriptor deprecated

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

Deprecated: Use DeviceInformation.ProtoReflect.Descriptor instead.

func (*DeviceInformation) GetQueries

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

func (*DeviceInformation) ProtoMessage

func (*DeviceInformation) ProtoMessage()

func (*DeviceInformation) ProtoReflect added in v1.9.0

func (x *DeviceInformation) ProtoReflect() protoreflect.Message

func (*DeviceInformation) Reset

func (x *DeviceInformation) Reset()

func (*DeviceInformation) String

func (x *DeviceInformation) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceLock) Descriptor deprecated

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

Deprecated: Use DeviceLock.ProtoReflect.Descriptor instead.

func (*DeviceLock) GetMessage

func (x *DeviceLock) GetMessage() string

func (*DeviceLock) GetPhoneNumber

func (x *DeviceLock) GetPhoneNumber() string

func (*DeviceLock) GetPin

func (x *DeviceLock) GetPin() string

func (*DeviceLock) ProtoMessage

func (*DeviceLock) ProtoMessage()

func (*DeviceLock) ProtoReflect added in v1.9.0

func (x *DeviceLock) ProtoReflect() protoreflect.Message

func (*DeviceLock) Reset

func (x *DeviceLock) Reset()

func (*DeviceLock) String

func (x *DeviceLock) String() string

type DeviceNameSetting

type DeviceNameSetting struct {
	DeviceName string `protobuf:"bytes,1,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceNameSetting) Descriptor deprecated

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

Deprecated: Use DeviceNameSetting.ProtoReflect.Descriptor instead.

func (*DeviceNameSetting) GetDeviceName

func (x *DeviceNameSetting) GetDeviceName() string

func (*DeviceNameSetting) ProtoMessage

func (*DeviceNameSetting) ProtoMessage()

func (*DeviceNameSetting) ProtoReflect added in v1.9.0

func (x *DeviceNameSetting) ProtoReflect() protoreflect.Message

func (*DeviceNameSetting) Reset

func (x *DeviceNameSetting) Reset()

func (*DeviceNameSetting) String

func (x *DeviceNameSetting) String() string

type DiagnosticSubmissionSetting

type DiagnosticSubmissionSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticSubmissionSetting) Descriptor deprecated

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

Deprecated: Use DiagnosticSubmissionSetting.ProtoReflect.Descriptor instead.

func (*DiagnosticSubmissionSetting) GetEnabled

func (x *DiagnosticSubmissionSetting) GetEnabled() bool

func (*DiagnosticSubmissionSetting) ProtoMessage

func (*DiagnosticSubmissionSetting) ProtoMessage()

func (*DiagnosticSubmissionSetting) ProtoReflect added in v1.9.0

func (*DiagnosticSubmissionSetting) Reset

func (x *DiagnosticSubmissionSetting) Reset()

func (*DiagnosticSubmissionSetting) String

func (x *DiagnosticSubmissionSetting) String() string

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"`
	// contains filtered or unexported fields
}

func (*EnableLostMode) Descriptor deprecated

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

Deprecated: Use EnableLostMode.ProtoReflect.Descriptor instead.

func (*EnableLostMode) GetFootnote

func (x *EnableLostMode) GetFootnote() string

func (*EnableLostMode) GetMessage

func (x *EnableLostMode) GetMessage() string

func (*EnableLostMode) GetPhoneNumber

func (x *EnableLostMode) GetPhoneNumber() string

func (*EnableLostMode) ProtoMessage

func (*EnableLostMode) ProtoMessage()

func (*EnableLostMode) ProtoReflect added in v1.9.0

func (x *EnableLostMode) ProtoReflect() protoreflect.Message

func (*EnableLostMode) Reset

func (x *EnableLostMode) Reset()

func (*EnableLostMode) String

func (x *EnableLostMode) String() string

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 */
	// contains filtered or unexported fields
}

func (*EraseDevice) Descriptor deprecated

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

Deprecated: Use EraseDevice.ProtoReflect.Descriptor instead.

func (*EraseDevice) GetDisallowProximitySetup

func (x *EraseDevice) GetDisallowProximitySetup() bool

func (*EraseDevice) GetPin

func (x *EraseDevice) GetPin() string

func (*EraseDevice) GetPreserveDataPlan

func (x *EraseDevice) GetPreserveDataPlan() bool

func (*EraseDevice) ProtoMessage

func (*EraseDevice) ProtoMessage()

func (*EraseDevice) ProtoReflect added in v1.9.0

func (x *EraseDevice) ProtoReflect() protoreflect.Message

func (*EraseDevice) Reset

func (x *EraseDevice) Reset()

func (*EraseDevice) String

func (x *EraseDevice) String() string

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"`
	// contains filtered or unexported fields
}

func (*ErrorChain) Descriptor deprecated

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

Deprecated: Use ErrorChain.ProtoReflect.Descriptor instead.

func (*ErrorChain) GetErrorCode

func (x *ErrorChain) GetErrorCode() int32

func (*ErrorChain) GetErrorDomain

func (x *ErrorChain) GetErrorDomain() string

func (*ErrorChain) GetLocalizedDescription

func (x *ErrorChain) GetLocalizedDescription() string

func (*ErrorChain) GetUsEnglishDescription

func (x *ErrorChain) GetUsEnglishDescription() string

func (*ErrorChain) ProtoMessage

func (*ErrorChain) ProtoMessage()

func (*ErrorChain) ProtoReflect added in v1.9.0

func (x *ErrorChain) ProtoReflect() protoreflect.Message

func (*ErrorChain) Reset

func (x *ErrorChain) Reset()

func (*ErrorChain) String

func (x *ErrorChain) String() string

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 */
	// contains filtered or unexported fields
}

func (*FileVaultUnlock) Descriptor deprecated

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

Deprecated: Use FileVaultUnlock.ProtoReflect.Descriptor instead.

func (*FileVaultUnlock) GetPassword

func (x *FileVaultUnlock) GetPassword() string

func (*FileVaultUnlock) GetPrivateKeyExport

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

func (*FileVaultUnlock) GetPrivateKeyExportPassword

func (x *FileVaultUnlock) GetPrivateKeyExportPassword() string

func (*FileVaultUnlock) ProtoMessage

func (*FileVaultUnlock) ProtoMessage()

func (*FileVaultUnlock) ProtoReflect added in v1.9.0

func (x *FileVaultUnlock) ProtoReflect() protoreflect.Message

func (*FileVaultUnlock) Reset

func (x *FileVaultUnlock) Reset()

func (*FileVaultUnlock) String

func (x *FileVaultUnlock) String() string

type HostnameSetting

type HostnameSetting struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*HostnameSetting) Descriptor deprecated

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

Deprecated: Use HostnameSetting.ProtoReflect.Descriptor instead.

func (*HostnameSetting) GetHostname

func (x *HostnameSetting) GetHostname() string

func (*HostnameSetting) ProtoMessage

func (*HostnameSetting) ProtoMessage()

func (*HostnameSetting) ProtoReflect added in v1.9.0

func (x *HostnameSetting) ProtoReflect() protoreflect.Message

func (*HostnameSetting) Reset

func (x *HostnameSetting) Reset()

func (*HostnameSetting) String

func (x *HostnameSetting) String() string

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,proto3" 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"` // bitwise OR
	Configuration         *InstallApplicationConfiguration `protobuf:"bytes,6,opt,name=configuration,proto3" json:"configuration,omitempty"`
	Attributes            *InstallApplicationAttributes    `protobuf:"bytes,7,opt,name=attributes,proto3" json:"attributes,omitempty"`
	ChangeManagementState string                           `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InstallApplication) Descriptor deprecated

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

Deprecated: Use InstallApplication.ProtoReflect.Descriptor instead.

func (*InstallApplication) GetAttributes

func (*InstallApplication) GetChangeManagementState

func (x *InstallApplication) GetChangeManagementState() string

func (*InstallApplication) GetConfiguration

func (x *InstallApplication) GetConfiguration() *InstallApplicationConfiguration

func (*InstallApplication) GetIdentifier

func (x *InstallApplication) GetIdentifier() string

func (*InstallApplication) GetItunesStoreId

func (x *InstallApplication) GetItunesStoreId() int64

func (*InstallApplication) GetManagementFlags

func (x *InstallApplication) GetManagementFlags() int64

func (*InstallApplication) GetManifestUrl

func (x *InstallApplication) GetManifestUrl() string

func (*InstallApplication) GetOptions

func (*InstallApplication) ProtoMessage

func (*InstallApplication) ProtoMessage()

func (*InstallApplication) ProtoReflect added in v1.9.0

func (x *InstallApplication) ProtoReflect() protoreflect.Message

func (*InstallApplication) Reset

func (x *InstallApplication) Reset()

func (*InstallApplication) String

func (x *InstallApplication) String() string

type InstallApplicationAttributes

type InstallApplicationAttributes struct {
	// contains filtered or unexported fields
}

func (*InstallApplicationAttributes) Descriptor deprecated

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

Deprecated: Use InstallApplicationAttributes.ProtoReflect.Descriptor instead.

func (*InstallApplicationAttributes) ProtoMessage

func (*InstallApplicationAttributes) ProtoMessage()

func (*InstallApplicationAttributes) ProtoReflect added in v1.9.0

func (*InstallApplicationAttributes) Reset

func (x *InstallApplicationAttributes) Reset()

func (*InstallApplicationAttributes) String

type InstallApplicationConfiguration

type InstallApplicationConfiguration struct {
	// contains filtered or unexported fields
}

func (*InstallApplicationConfiguration) Descriptor deprecated

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

Deprecated: Use InstallApplicationConfiguration.ProtoReflect.Descriptor instead.

func (*InstallApplicationConfiguration) ProtoMessage

func (*InstallApplicationConfiguration) ProtoMessage()

func (*InstallApplicationConfiguration) ProtoReflect added in v1.9.0

func (*InstallApplicationConfiguration) Reset

func (*InstallApplicationConfiguration) String

type InstallApplicationOptions

type InstallApplicationOptions struct {
	PurchaseMethod int64 `protobuf:"varint,1,opt,name=purchase_method,json=purchaseMethod,proto3" json:"purchase_method,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallApplicationOptions) Descriptor deprecated

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

Deprecated: Use InstallApplicationOptions.ProtoReflect.Descriptor instead.

func (*InstallApplicationOptions) GetPurchaseMethod

func (x *InstallApplicationOptions) GetPurchaseMethod() int64

func (*InstallApplicationOptions) ProtoMessage

func (*InstallApplicationOptions) ProtoMessage()

func (*InstallApplicationOptions) ProtoReflect added in v1.9.0

func (*InstallApplicationOptions) Reset

func (x *InstallApplicationOptions) Reset()

func (*InstallApplicationOptions) String

func (x *InstallApplicationOptions) String() string

type InstallEnterpriseApplication added in v1.3.1

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

func (*InstallEnterpriseApplication) Descriptor deprecated added in v1.3.1

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

Deprecated: Use InstallEnterpriseApplication.ProtoReflect.Descriptor instead.

func (*InstallEnterpriseApplication) GetManifest added in v1.3.1

func (x *InstallEnterpriseApplication) GetManifest() *Manifest

func (*InstallEnterpriseApplication) GetManifestUrl added in v1.3.1

func (x *InstallEnterpriseApplication) GetManifestUrl() string

func (*InstallEnterpriseApplication) GetManifestUrlPinningCerts added in v1.3.1

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

func (*InstallEnterpriseApplication) GetPinningRevocationCheckRequired added in v1.3.1

func (x *InstallEnterpriseApplication) GetPinningRevocationCheckRequired() bool

func (*InstallEnterpriseApplication) ProtoMessage added in v1.3.1

func (*InstallEnterpriseApplication) ProtoMessage()

func (*InstallEnterpriseApplication) ProtoReflect added in v1.9.0

func (*InstallEnterpriseApplication) Reset added in v1.3.1

func (x *InstallEnterpriseApplication) Reset()

func (*InstallEnterpriseApplication) String added in v1.3.1

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"`
	// contains filtered or unexported fields
}

func (*InstallMedia) Descriptor deprecated

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

Deprecated: Use InstallMedia.ProtoReflect.Descriptor instead.

func (*InstallMedia) GetItunesStoreId

func (x *InstallMedia) GetItunesStoreId() int64

func (*InstallMedia) GetMediaType

func (x *InstallMedia) GetMediaType() string

func (*InstallMedia) GetMediaUrl

func (x *InstallMedia) GetMediaUrl() string

func (*InstallMedia) ProtoMessage

func (*InstallMedia) ProtoMessage()

func (*InstallMedia) ProtoReflect added in v1.9.0

func (x *InstallMedia) ProtoReflect() protoreflect.Message

func (*InstallMedia) Reset

func (x *InstallMedia) Reset()

func (*InstallMedia) String

func (x *InstallMedia) String() string

type InstallProfile

type InstallProfile struct {
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` // The mobileconfig data.
	// contains filtered or unexported fields
}

func (*InstallProfile) Descriptor deprecated

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

Deprecated: Use InstallProfile.ProtoReflect.Descriptor instead.

func (*InstallProfile) GetPayload

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

func (*InstallProfile) ProtoMessage

func (*InstallProfile) ProtoMessage()

func (*InstallProfile) ProtoReflect added in v1.9.0

func (x *InstallProfile) ProtoReflect() protoreflect.Message

func (*InstallProfile) Reset

func (x *InstallProfile) Reset()

func (*InstallProfile) String

func (x *InstallProfile) String() string

type InstallProvisioningProfile

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

func (*InstallProvisioningProfile) Descriptor deprecated

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

Deprecated: Use InstallProvisioningProfile.ProtoReflect.Descriptor instead.

func (*InstallProvisioningProfile) GetProvisioningProfile

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

func (*InstallProvisioningProfile) ProtoMessage

func (*InstallProvisioningProfile) ProtoMessage()

func (*InstallProvisioningProfile) ProtoReflect added in v1.9.0

func (*InstallProvisioningProfile) Reset

func (x *InstallProvisioningProfile) Reset()

func (*InstallProvisioningProfile) String

func (x *InstallProvisioningProfile) String() string

type InstalledApplicationList

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

func (*InstalledApplicationList) Descriptor deprecated

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

Deprecated: Use InstalledApplicationList.ProtoReflect.Descriptor instead.

func (*InstalledApplicationList) GetIdentifiers

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

func (*InstalledApplicationList) GetManagedAppsOnly

func (x *InstalledApplicationList) GetManagedAppsOnly() bool

func (*InstalledApplicationList) ProtoMessage

func (*InstalledApplicationList) ProtoMessage()

func (*InstalledApplicationList) ProtoReflect added in v1.9.0

func (x *InstalledApplicationList) ProtoReflect() protoreflect.Message

func (*InstalledApplicationList) Reset

func (x *InstalledApplicationList) Reset()

func (*InstalledApplicationList) String

func (x *InstalledApplicationList) String() string

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"`
	// contains filtered or unexported fields
}

func (*InviteToProgram) Descriptor deprecated

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

Deprecated: Use InviteToProgram.ProtoReflect.Descriptor instead.

func (*InviteToProgram) GetInvitationUrl

func (x *InviteToProgram) GetInvitationUrl() string

func (*InviteToProgram) GetProgramId

func (x *InviteToProgram) GetProgramId() string

func (*InviteToProgram) ProtoMessage

func (*InviteToProgram) ProtoMessage()

func (*InviteToProgram) ProtoReflect added in v1.9.0

func (x *InviteToProgram) ProtoReflect() protoreflect.Message

func (*InviteToProgram) Reset

func (x *InviteToProgram) Reset()

func (*InviteToProgram) String

func (x *InviteToProgram) String() string

type LOMDeviceRequest added in v1.10.0

type LOMDeviceRequest struct {
	RequestList []*LOMDeviceRequestCommand `protobuf:"bytes,1,rep,name=requestList,proto3" json:"requestList,omitempty"`
	// contains filtered or unexported fields
}

func (*LOMDeviceRequest) Descriptor deprecated added in v1.10.0

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

Deprecated: Use LOMDeviceRequest.ProtoReflect.Descriptor instead.

func (*LOMDeviceRequest) GetRequestList added in v1.10.0

func (x *LOMDeviceRequest) GetRequestList() []*LOMDeviceRequestCommand

func (*LOMDeviceRequest) ProtoMessage added in v1.10.0

func (*LOMDeviceRequest) ProtoMessage()

func (*LOMDeviceRequest) ProtoReflect added in v1.10.0

func (x *LOMDeviceRequest) ProtoReflect() protoreflect.Message

func (*LOMDeviceRequest) Reset added in v1.10.0

func (x *LOMDeviceRequest) Reset()

func (*LOMDeviceRequest) String added in v1.10.0

func (x *LOMDeviceRequest) String() string

type LOMDeviceRequestCommand added in v1.10.0

type LOMDeviceRequestCommand struct {
	DeviceDNSName            string   `protobuf:"bytes,1,opt,name=deviceDNSName,proto3" json:"deviceDNSName,omitempty"`
	DeviceRequestType        string   `protobuf:"bytes,2,opt,name=deviceRequestType,proto3" json:"deviceRequestType,omitempty"`
	DeviceRequestUUID        string   `protobuf:"bytes,3,opt,name=deviceRequestUUID,proto3" json:"deviceRequestUUID,omitempty"`
	LomProtocolVersion       int64    `protobuf:"varint,4,opt,name=lomProtocolVersion,proto3" json:"lomProtocolVersion,omitempty"`
	PrimaryIPv6AddressList   []string `protobuf:"bytes,5,rep,name=primaryIPv6AddressList,proto3" json:"primaryIPv6AddressList,omitempty"`
	SecondaryIPv6AddressList []string `protobuf:"bytes,6,rep,name=secondaryIPv6AddressList,proto3" json:"secondaryIPv6AddressList,omitempty"`
	// contains filtered or unexported fields
}

func (*LOMDeviceRequestCommand) Descriptor deprecated added in v1.10.0

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

Deprecated: Use LOMDeviceRequestCommand.ProtoReflect.Descriptor instead.

func (*LOMDeviceRequestCommand) GetDeviceDNSName added in v1.10.0

func (x *LOMDeviceRequestCommand) GetDeviceDNSName() string

func (*LOMDeviceRequestCommand) GetDeviceRequestType added in v1.10.0

func (x *LOMDeviceRequestCommand) GetDeviceRequestType() string

func (*LOMDeviceRequestCommand) GetDeviceRequestUUID added in v1.10.0

func (x *LOMDeviceRequestCommand) GetDeviceRequestUUID() string

func (*LOMDeviceRequestCommand) GetLomProtocolVersion added in v1.10.0

func (x *LOMDeviceRequestCommand) GetLomProtocolVersion() int64

func (*LOMDeviceRequestCommand) GetPrimaryIPv6AddressList added in v1.10.0

func (x *LOMDeviceRequestCommand) GetPrimaryIPv6AddressList() []string

func (*LOMDeviceRequestCommand) GetSecondaryIPv6AddressList added in v1.10.0

func (x *LOMDeviceRequestCommand) GetSecondaryIPv6AddressList() []string

func (*LOMDeviceRequestCommand) ProtoMessage added in v1.10.0

func (*LOMDeviceRequestCommand) ProtoMessage()

func (*LOMDeviceRequestCommand) ProtoReflect added in v1.10.0

func (x *LOMDeviceRequestCommand) ProtoReflect() protoreflect.Message

func (*LOMDeviceRequestCommand) Reset added in v1.10.0

func (x *LOMDeviceRequestCommand) Reset()

func (*LOMDeviceRequestCommand) String added in v1.10.0

func (x *LOMDeviceRequestCommand) String() string

type MDMOptions

type MDMOptions struct {
	ActivationLockAllowedWhileSupervised             bool `` /* 176-byte string literal not displayed */
	BootstrapTokenAllowed                            bool `` /* 127-byte string literal not displayed */
	PromptUserToAllowBootstrapTokenForAuthentication bool `` /* 218-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MDMOptions) Descriptor deprecated

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

Deprecated: Use MDMOptions.ProtoReflect.Descriptor instead.

func (*MDMOptions) GetActivationLockAllowedWhileSupervised

func (x *MDMOptions) GetActivationLockAllowedWhileSupervised() bool

func (*MDMOptions) GetBootstrapTokenAllowed added in v1.9.0

func (x *MDMOptions) GetBootstrapTokenAllowed() bool

func (*MDMOptions) GetPromptUserToAllowBootstrapTokenForAuthentication added in v1.9.0

func (x *MDMOptions) GetPromptUserToAllowBootstrapTokenForAuthentication() bool

func (*MDMOptions) ProtoMessage

func (*MDMOptions) ProtoMessage()

func (*MDMOptions) ProtoReflect added in v1.9.0

func (x *MDMOptions) ProtoReflect() protoreflect.Message

func (*MDMOptions) Reset

func (x *MDMOptions) Reset()

func (*MDMOptions) String

func (x *MDMOptions) String() string

type MDMOptionsSetting

type MDMOptionsSetting struct {
	MdmOptions *MDMOptions `protobuf:"bytes,1,opt,name=mdm_options,json=mdmOptions,proto3" json:"mdm_options,omitempty"`
	// contains filtered or unexported fields
}

func (*MDMOptionsSetting) Descriptor deprecated

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

Deprecated: Use MDMOptionsSetting.ProtoReflect.Descriptor instead.

func (*MDMOptionsSetting) GetMdmOptions

func (x *MDMOptionsSetting) GetMdmOptions() *MDMOptions

func (*MDMOptionsSetting) ProtoMessage

func (*MDMOptionsSetting) ProtoMessage()

func (*MDMOptionsSetting) ProtoReflect added in v1.9.0

func (x *MDMOptionsSetting) ProtoReflect() protoreflect.Message

func (*MDMOptionsSetting) Reset

func (x *MDMOptionsSetting) Reset()

func (*MDMOptionsSetting) String

func (x *MDMOptionsSetting) String() string

type ManagedApplicationAttributes

type ManagedApplicationAttributes struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedApplicationAttributes) Descriptor deprecated

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

Deprecated: Use ManagedApplicationAttributes.ProtoReflect.Descriptor instead.

func (*ManagedApplicationAttributes) GetIdentifiers

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

func (*ManagedApplicationAttributes) ProtoMessage

func (*ManagedApplicationAttributes) ProtoMessage()

func (*ManagedApplicationAttributes) ProtoReflect added in v1.9.0

func (*ManagedApplicationAttributes) Reset

func (x *ManagedApplicationAttributes) Reset()

func (*ManagedApplicationAttributes) String

type ManagedApplicationConfiguration

type ManagedApplicationConfiguration struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedApplicationConfiguration) Descriptor deprecated

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

Deprecated: Use ManagedApplicationConfiguration.ProtoReflect.Descriptor instead.

func (*ManagedApplicationConfiguration) GetIdentifiers

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

func (*ManagedApplicationConfiguration) ProtoMessage

func (*ManagedApplicationConfiguration) ProtoMessage()

func (*ManagedApplicationConfiguration) ProtoReflect added in v1.9.0

func (*ManagedApplicationConfiguration) Reset

func (*ManagedApplicationConfiguration) String

type ManagedApplicationFeedback

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

func (*ManagedApplicationFeedback) Descriptor deprecated

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

Deprecated: Use ManagedApplicationFeedback.ProtoReflect.Descriptor instead.

func (*ManagedApplicationFeedback) GetDeleteFeedback

func (x *ManagedApplicationFeedback) GetDeleteFeedback() bool

func (*ManagedApplicationFeedback) GetIdentifiers

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

func (*ManagedApplicationFeedback) ProtoMessage

func (*ManagedApplicationFeedback) ProtoMessage()

func (*ManagedApplicationFeedback) ProtoReflect added in v1.9.0

func (*ManagedApplicationFeedback) Reset

func (x *ManagedApplicationFeedback) Reset()

func (*ManagedApplicationFeedback) String

func (x *ManagedApplicationFeedback) String() string

type ManagedApplicationList

type ManagedApplicationList struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedApplicationList) Descriptor deprecated

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

Deprecated: Use ManagedApplicationList.ProtoReflect.Descriptor instead.

func (*ManagedApplicationList) GetIdentifiers

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

func (*ManagedApplicationList) ProtoMessage

func (*ManagedApplicationList) ProtoMessage()

func (*ManagedApplicationList) ProtoReflect added in v1.9.0

func (x *ManagedApplicationList) ProtoReflect() protoreflect.Message

func (*ManagedApplicationList) Reset

func (x *ManagedApplicationList) Reset()

func (*ManagedApplicationList) String

func (x *ManagedApplicationList) String() string

type Manifest added in v1.3.1

type Manifest struct {
	ManifestItems []*ManifestItem `protobuf:"bytes,1,rep,name=manifest_items,json=manifestItems,proto3" json:"manifest_items,omitempty"`
	// contains filtered or unexported fields
}

func (*Manifest) Descriptor deprecated added in v1.3.1

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

Deprecated: Use Manifest.ProtoReflect.Descriptor instead.

func (*Manifest) GetManifestItems added in v1.3.1

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

func (*Manifest) ProtoMessage added in v1.3.1

func (*Manifest) ProtoMessage()

func (*Manifest) ProtoReflect added in v1.9.0

func (x *Manifest) ProtoReflect() protoreflect.Message

func (*Manifest) Reset added in v1.3.1

func (x *Manifest) Reset()

func (*Manifest) String added in v1.3.1

func (x *Manifest) String() string

type ManifestItem added in v1.3.1

type ManifestItem struct {
	Assets   []*Asset  `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty"`
	Metadata *Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ManifestItem) Descriptor deprecated added in v1.3.1

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

Deprecated: Use ManifestItem.ProtoReflect.Descriptor instead.

func (*ManifestItem) GetAssets added in v1.3.1

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

func (*ManifestItem) GetMetadata added in v1.3.1

func (x *ManifestItem) GetMetadata() *Metadata

func (*ManifestItem) ProtoMessage added in v1.3.1

func (*ManifestItem) ProtoMessage()

func (*ManifestItem) ProtoReflect added in v1.9.0

func (x *ManifestItem) ProtoReflect() protoreflect.Message

func (*ManifestItem) Reset added in v1.3.1

func (x *ManifestItem) Reset()

func (*ManifestItem) String added in v1.3.1

func (x *ManifestItem) String() string

type MaximumResidentUsersSetting

type MaximumResidentUsersSetting struct {
	MaximumResidentUsers int64 `protobuf:"varint,1,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"`
	// contains filtered or unexported fields
}

func (*MaximumResidentUsersSetting) Descriptor deprecated

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

Deprecated: Use MaximumResidentUsersSetting.ProtoReflect.Descriptor instead.

func (*MaximumResidentUsersSetting) GetMaximumResidentUsers

func (x *MaximumResidentUsersSetting) GetMaximumResidentUsers() int64

func (*MaximumResidentUsersSetting) ProtoMessage

func (*MaximumResidentUsersSetting) ProtoMessage()

func (*MaximumResidentUsersSetting) ProtoReflect added in v1.9.0

func (*MaximumResidentUsersSetting) Reset

func (x *MaximumResidentUsersSetting) Reset()

func (*MaximumResidentUsersSetting) String

func (x *MaximumResidentUsersSetting) String() string

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,proto3" 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"`
	SizeInBytes      int64         `protobuf:"varint,7,opt,name=size_in_bytes,json=sizeInBytes,proto3" json:"size_in_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated added in v1.3.1

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetBundleIdentifier added in v1.3.1

func (x *Metadata) GetBundleIdentifier() string

func (*Metadata) GetBundleVersion added in v1.3.1

func (x *Metadata) GetBundleVersion() string

func (*Metadata) GetItems added in v1.3.1

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

func (*Metadata) GetKind added in v1.3.1

func (x *Metadata) GetKind() string

func (*Metadata) GetSizeInBytes added in v1.8.0

func (x *Metadata) GetSizeInBytes() int64

func (*Metadata) GetSubtitle added in v1.3.1

func (x *Metadata) GetSubtitle() string

func (*Metadata) GetTitle added in v1.3.1

func (x *Metadata) GetTitle() string

func (*Metadata) ProtoMessage added in v1.3.1

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect added in v1.9.0

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset added in v1.3.1

func (x *Metadata) Reset()

func (*Metadata) String added in v1.3.1

func (x *Metadata) String() string

type PasscodeLockGracePeriodSetting

type PasscodeLockGracePeriodSetting struct {
	PasscodeLockGracePeriod int64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PasscodeLockGracePeriodSetting) Descriptor deprecated

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

Deprecated: Use PasscodeLockGracePeriodSetting.ProtoReflect.Descriptor instead.

func (*PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod

func (x *PasscodeLockGracePeriodSetting) GetPasscodeLockGracePeriod() int64

func (*PasscodeLockGracePeriodSetting) ProtoMessage

func (*PasscodeLockGracePeriodSetting) ProtoMessage()

func (*PasscodeLockGracePeriodSetting) ProtoReflect added in v1.9.0

func (*PasscodeLockGracePeriodSetting) Reset

func (x *PasscodeLockGracePeriodSetting) Reset()

func (*PasscodeLockGracePeriodSetting) String

type PersonalHotspotSetting

type PersonalHotspotSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*PersonalHotspotSetting) Descriptor deprecated

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

Deprecated: Use PersonalHotspotSetting.ProtoReflect.Descriptor instead.

func (*PersonalHotspotSetting) GetEnabled

func (x *PersonalHotspotSetting) GetEnabled() bool

func (*PersonalHotspotSetting) ProtoMessage

func (*PersonalHotspotSetting) ProtoMessage()

func (*PersonalHotspotSetting) ProtoReflect added in v1.9.0

func (x *PersonalHotspotSetting) ProtoReflect() protoreflect.Message

func (*PersonalHotspotSetting) Reset

func (x *PersonalHotspotSetting) Reset()

func (*PersonalHotspotSetting) String

func (x *PersonalHotspotSetting) String() string

type RefreshCellularPlans added in v1.10.0

type RefreshCellularPlans struct {
	EsimServerUrl string `protobuf:"bytes,1,opt,name=esim_server_url,json=esimServerUrl,proto3" json:"esim_server_url,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCellularPlans) Descriptor deprecated added in v1.10.0

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

Deprecated: Use RefreshCellularPlans.ProtoReflect.Descriptor instead.

func (*RefreshCellularPlans) GetEsimServerUrl added in v1.10.0

func (x *RefreshCellularPlans) GetEsimServerUrl() string

func (*RefreshCellularPlans) ProtoMessage added in v1.10.0

func (*RefreshCellularPlans) ProtoMessage()

func (*RefreshCellularPlans) ProtoReflect added in v1.10.0

func (x *RefreshCellularPlans) ProtoReflect() protoreflect.Message

func (*RefreshCellularPlans) Reset added in v1.10.0

func (x *RefreshCellularPlans) Reset()

func (*RefreshCellularPlans) String added in v1.10.0

func (x *RefreshCellularPlans) String() string

type RemoveApplication

type RemoveApplication struct {
	Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveApplication) Descriptor deprecated

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

Deprecated: Use RemoveApplication.ProtoReflect.Descriptor instead.

func (*RemoveApplication) GetIdentifier

func (x *RemoveApplication) GetIdentifier() string

func (*RemoveApplication) ProtoMessage

func (*RemoveApplication) ProtoMessage()

func (*RemoveApplication) ProtoReflect added in v1.9.0

func (x *RemoveApplication) ProtoReflect() protoreflect.Message

func (*RemoveApplication) Reset

func (x *RemoveApplication) Reset()

func (*RemoveApplication) String

func (x *RemoveApplication) String() string

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"`
	// contains filtered or unexported fields
}

func (*RemoveMedia) Descriptor deprecated

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

Deprecated: Use RemoveMedia.ProtoReflect.Descriptor instead.

func (*RemoveMedia) GetItunesStoreId

func (x *RemoveMedia) GetItunesStoreId() int64

func (*RemoveMedia) GetMediaType

func (x *RemoveMedia) GetMediaType() string

func (*RemoveMedia) GetPersistentId

func (x *RemoveMedia) GetPersistentId() string

func (*RemoveMedia) ProtoMessage

func (*RemoveMedia) ProtoMessage()

func (*RemoveMedia) ProtoReflect added in v1.9.0

func (x *RemoveMedia) ProtoReflect() protoreflect.Message

func (*RemoveMedia) Reset

func (x *RemoveMedia) Reset()

func (*RemoveMedia) String

func (x *RemoveMedia) String() string

type RemoveProfile

type RemoveProfile struct {
	Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProfile) Descriptor deprecated

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

Deprecated: Use RemoveProfile.ProtoReflect.Descriptor instead.

func (*RemoveProfile) GetIdentifier

func (x *RemoveProfile) GetIdentifier() string

func (*RemoveProfile) ProtoMessage

func (*RemoveProfile) ProtoMessage()

func (*RemoveProfile) ProtoReflect added in v1.9.0

func (x *RemoveProfile) ProtoReflect() protoreflect.Message

func (*RemoveProfile) Reset

func (x *RemoveProfile) Reset()

func (*RemoveProfile) String

func (x *RemoveProfile) String() string

type RemoveProvisioningProfile

type RemoveProvisioningProfile struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveProvisioningProfile) Descriptor deprecated

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

Deprecated: Use RemoveProvisioningProfile.ProtoReflect.Descriptor instead.

func (*RemoveProvisioningProfile) GetUuid

func (x *RemoveProvisioningProfile) GetUuid() string

func (*RemoveProvisioningProfile) ProtoMessage

func (*RemoveProvisioningProfile) ProtoMessage()

func (*RemoveProvisioningProfile) ProtoReflect added in v1.9.0

func (*RemoveProvisioningProfile) Reset

func (x *RemoveProvisioningProfile) Reset()

func (*RemoveProvisioningProfile) String

func (x *RemoveProvisioningProfile) String() string

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"`
	// contains filtered or unexported fields
}

func (*RequestMirroring) Descriptor deprecated

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

Deprecated: Use RequestMirroring.ProtoReflect.Descriptor instead.

func (*RequestMirroring) GetDestinationDeviceId

func (x *RequestMirroring) GetDestinationDeviceId() string

func (*RequestMirroring) GetDestinationName

func (x *RequestMirroring) GetDestinationName() string

func (*RequestMirroring) GetPassword

func (x *RequestMirroring) GetPassword() string

func (*RequestMirroring) GetScanTime

func (x *RequestMirroring) GetScanTime() string

func (*RequestMirroring) ProtoMessage

func (*RequestMirroring) ProtoMessage()

func (*RequestMirroring) ProtoReflect added in v1.9.0

func (x *RequestMirroring) ProtoReflect() protoreflect.Message

func (*RequestMirroring) Reset

func (x *RequestMirroring) Reset()

func (*RequestMirroring) String

func (x *RequestMirroring) String() string

type Restrictions

type Restrictions struct {
	ProfileRestrictions bool `protobuf:"varint,1,opt,name=profile_restrictions,json=profileRestrictions,proto3" json:"profile_restrictions,omitempty"`
	// contains filtered or unexported fields
}

func (*Restrictions) Descriptor deprecated

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

Deprecated: Use Restrictions.ProtoReflect.Descriptor instead.

func (*Restrictions) GetProfileRestrictions

func (x *Restrictions) GetProfileRestrictions() bool

func (*Restrictions) ProtoMessage

func (*Restrictions) ProtoMessage()

func (*Restrictions) ProtoReflect added in v1.9.0

func (x *Restrictions) ProtoReflect() protoreflect.Message

func (*Restrictions) Reset

func (x *Restrictions) Reset()

func (*Restrictions) String

func (x *Restrictions) String() string

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,proto3" json:"error_chain,omitempty"`
	// contains filtered or unexported fields
}

func (*ResultPayload) Descriptor deprecated

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

Deprecated: Use ResultPayload.ProtoReflect.Descriptor instead.

func (*ResultPayload) GetCommandUuid

func (x *ResultPayload) GetCommandUuid() string

func (*ResultPayload) GetErrorChain

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

func (*ResultPayload) GetUdid

func (x *ResultPayload) GetUdid() string

func (*ResultPayload) ProtoMessage

func (*ResultPayload) ProtoMessage()

func (*ResultPayload) ProtoReflect added in v1.9.0

func (x *ResultPayload) ProtoReflect() protoreflect.Message

func (*ResultPayload) Reset

func (x *ResultPayload) Reset()

func (*ResultPayload) String

func (x *ResultPayload) String() string

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) Descriptor added in v1.9.0

func (ResultPayload_Status) Enum added in v1.9.0

func (ResultPayload_Status) EnumDescriptor deprecated

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

Deprecated: Use ResultPayload_Status.Descriptor instead.

func (ResultPayload_Status) Number added in v1.9.0

func (ResultPayload_Status) String

func (x ResultPayload_Status) String() string

func (ResultPayload_Status) Type added in v1.9.0

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,proto3" 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 */
	// contains filtered or unexported fields
}

func (*RotateFileVaultKey) Descriptor deprecated

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

Deprecated: Use RotateFileVaultKey.ProtoReflect.Descriptor instead.

func (*RotateFileVaultKey) GetFilevaultUnlock

func (x *RotateFileVaultKey) GetFilevaultUnlock() *FileVaultUnlock

func (*RotateFileVaultKey) GetKeyType

func (x *RotateFileVaultKey) GetKeyType() string

func (*RotateFileVaultKey) GetNewCertificate

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

func (*RotateFileVaultKey) GetReplyEncryptionCertificate

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

func (*RotateFileVaultKey) ProtoMessage

func (*RotateFileVaultKey) ProtoMessage()

func (*RotateFileVaultKey) ProtoReflect added in v1.9.0

func (x *RotateFileVaultKey) ProtoReflect() protoreflect.Message

func (*RotateFileVaultKey) Reset

func (x *RotateFileVaultKey) Reset()

func (*RotateFileVaultKey) String

func (x *RotateFileVaultKey) String() string

type ScheduleOSUpdate

type ScheduleOSUpdate struct {
	Updates []*Update `protobuf:"bytes,1,rep,name=updates,proto3" json:"updates,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduleOSUpdate) Descriptor deprecated

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

Deprecated: Use ScheduleOSUpdate.ProtoReflect.Descriptor instead.

func (*ScheduleOSUpdate) GetUpdates

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

func (*ScheduleOSUpdate) ProtoMessage

func (*ScheduleOSUpdate) ProtoMessage()

func (*ScheduleOSUpdate) ProtoReflect added in v1.9.0

func (x *ScheduleOSUpdate) ProtoReflect() protoreflect.Message

func (*ScheduleOSUpdate) Reset

func (x *ScheduleOSUpdate) Reset()

func (*ScheduleOSUpdate) String

func (x *ScheduleOSUpdate) String() string

type ScheduleOSUpdateScan

type ScheduleOSUpdateScan struct {
	Force bool `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduleOSUpdateScan) Descriptor deprecated

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

Deprecated: Use ScheduleOSUpdateScan.ProtoReflect.Descriptor instead.

func (*ScheduleOSUpdateScan) GetForce

func (x *ScheduleOSUpdateScan) GetForce() bool

func (*ScheduleOSUpdateScan) ProtoMessage

func (*ScheduleOSUpdateScan) ProtoMessage()

func (*ScheduleOSUpdateScan) ProtoReflect added in v1.9.0

func (x *ScheduleOSUpdateScan) ProtoReflect() protoreflect.Message

func (*ScheduleOSUpdateScan) Reset

func (x *ScheduleOSUpdateScan) Reset()

func (*ScheduleOSUpdateScan) String

func (x *ScheduleOSUpdateScan) String() string

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"`
	// contains filtered or unexported fields
}

func (*SetAutoAdminPassword) Descriptor deprecated

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

Deprecated: Use SetAutoAdminPassword.ProtoReflect.Descriptor instead.

func (*SetAutoAdminPassword) GetGuid

func (x *SetAutoAdminPassword) GetGuid() string

func (*SetAutoAdminPassword) GetPasswordHash

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

func (*SetAutoAdminPassword) ProtoMessage

func (*SetAutoAdminPassword) ProtoMessage()

func (*SetAutoAdminPassword) ProtoReflect added in v1.9.0

func (x *SetAutoAdminPassword) ProtoReflect() protoreflect.Message

func (*SetAutoAdminPassword) Reset

func (x *SetAutoAdminPassword) Reset()

func (*SetAutoAdminPassword) String

func (x *SetAutoAdminPassword) String() string

type SetBootstrapToken added in v1.5.0

type SetBootstrapToken struct {
	BootstrapToken string `protobuf:"bytes,1,opt,name=bootstrap_token,json=bootstrapToken,proto3" json:"bootstrap_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBootstrapToken) Descriptor deprecated added in v1.5.0

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

Deprecated: Use SetBootstrapToken.ProtoReflect.Descriptor instead.

func (*SetBootstrapToken) GetBootstrapToken added in v1.5.0

func (x *SetBootstrapToken) GetBootstrapToken() string

func (*SetBootstrapToken) ProtoMessage added in v1.5.0

func (*SetBootstrapToken) ProtoMessage()

func (*SetBootstrapToken) ProtoReflect added in v1.9.0

func (x *SetBootstrapToken) ProtoReflect() protoreflect.Message

func (*SetBootstrapToken) Reset added in v1.5.0

func (x *SetBootstrapToken) Reset()

func (*SetBootstrapToken) String added in v1.5.0

func (x *SetBootstrapToken) String() string

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"`
	RequestRequiresNetworkTether bool   `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetFirmwarePassword) Descriptor deprecated

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

Deprecated: Use SetFirmwarePassword.ProtoReflect.Descriptor instead.

func (*SetFirmwarePassword) GetAllowOroms

func (x *SetFirmwarePassword) GetAllowOroms() bool

func (*SetFirmwarePassword) GetCurrentPassword

func (x *SetFirmwarePassword) GetCurrentPassword() string

func (*SetFirmwarePassword) GetNewPassword

func (x *SetFirmwarePassword) GetNewPassword() string

func (*SetFirmwarePassword) GetRequestRequiresNetworkTether added in v1.9.0

func (x *SetFirmwarePassword) GetRequestRequiresNetworkTether() bool

func (*SetFirmwarePassword) ProtoMessage

func (*SetFirmwarePassword) ProtoMessage()

func (*SetFirmwarePassword) ProtoReflect added in v1.9.0

func (x *SetFirmwarePassword) ProtoReflect() protoreflect.Message

func (*SetFirmwarePassword) Reset

func (x *SetFirmwarePassword) Reset()

func (*SetFirmwarePassword) String

func (x *SetFirmwarePassword) String() string

type SetRecoveryLock added in v1.9.0

type SetRecoveryLock 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"`
	RequestRequiresNetworkTether bool   `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetRecoveryLock) Descriptor deprecated added in v1.9.0

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

Deprecated: Use SetRecoveryLock.ProtoReflect.Descriptor instead.

func (*SetRecoveryLock) GetAllowOroms added in v1.9.0

func (x *SetRecoveryLock) GetAllowOroms() bool

func (*SetRecoveryLock) GetCurrentPassword added in v1.9.0

func (x *SetRecoveryLock) GetCurrentPassword() string

func (*SetRecoveryLock) GetNewPassword added in v1.9.0

func (x *SetRecoveryLock) GetNewPassword() string

func (*SetRecoveryLock) GetRequestRequiresNetworkTether added in v1.9.0

func (x *SetRecoveryLock) GetRequestRequiresNetworkTether() bool

func (*SetRecoveryLock) ProtoMessage added in v1.9.0

func (*SetRecoveryLock) ProtoMessage()

func (*SetRecoveryLock) ProtoReflect added in v1.9.0

func (x *SetRecoveryLock) ProtoReflect() protoreflect.Message

func (*SetRecoveryLock) Reset added in v1.9.0

func (x *SetRecoveryLock) Reset()

func (*SetRecoveryLock) String added in v1.9.0

func (x *SetRecoveryLock) String() string

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,proto3" json:"device_name,omitempty"`
	Hostname                 *HostnameSetting                 `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	VoiceRoaming             *VoiceRoamingSetting             `protobuf:"bytes,4,opt,name=voice_roaming,json=voiceRoaming,proto3" json:"voice_roaming,omitempty"`
	PersonalHotspot          *PersonalHotspotSetting          `protobuf:"bytes,5,opt,name=personal_hotspot,json=personalHotspot,proto3" json:"personal_hotspot,omitempty"`
	Wallpaper                *WallpaperSetting                `protobuf:"bytes,6,opt,name=wallpaper,proto3" json:"wallpaper,omitempty"`
	DataRoaming              *DataRoamingSetting              `protobuf:"bytes,7,opt,name=data_roaming,json=dataRoaming,proto3" json:"data_roaming,omitempty"`
	Bluetooth                *BluetoothSetting                `protobuf:"bytes,8,opt,name=bluetooth,proto3" json:"bluetooth,omitempty"`
	ApplicationAttributes    *ApplicationAttributesSetting    `protobuf:"bytes,9,opt,name=application_attributes,json=applicationAttributes,proto3" json:"application_attributes,omitempty"`
	MdmOptions               *MDMOptionsSetting               `protobuf:"bytes,10,opt,name=mdm_options,json=mdmOptions,proto3" json:"mdm_options,omitempty"`
	PasscodeLockGracePeriod  *PasscodeLockGracePeriodSetting  `` /* 135-byte string literal not displayed */
	MaximumResidentUsers     *MaximumResidentUsersSetting     `protobuf:"bytes,12,opt,name=maximum_resident_users,json=maximumResidentUsers,proto3" json:"maximum_resident_users,omitempty"`
	DiagnosticSubmission     *DiagnosticSubmissionSetting     `protobuf:"bytes,13,opt,name=diagnostic_submission,json=diagnosticSubmission,proto3" json:"diagnostic_submission,omitempty"`
	AppAnalytics             *AppAnalyticsSetting             `protobuf:"bytes,14,opt,name=app_analytics,json=appAnalytics,proto3" json:"app_analytics,omitempty"`
	ApplicationConfiguration *ApplicationConfigurationSetting `` /* 134-byte string literal not displayed */
	TimeZone                 *TimeZoneSetting                 `protobuf:"bytes,16,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	SoftwareUpdateSettings   *SoftwareUpdateSettingsSetting   `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Setting) Descriptor deprecated

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

Deprecated: Use Setting.ProtoReflect.Descriptor instead.

func (*Setting) GetAppAnalytics

func (x *Setting) GetAppAnalytics() *AppAnalyticsSetting

func (*Setting) GetApplicationAttributes

func (x *Setting) GetApplicationAttributes() *ApplicationAttributesSetting

func (*Setting) GetApplicationConfiguration added in v1.5.0

func (x *Setting) GetApplicationConfiguration() *ApplicationConfigurationSetting

func (*Setting) GetBluetooth

func (x *Setting) GetBluetooth() *BluetoothSetting

func (*Setting) GetDataRoaming

func (x *Setting) GetDataRoaming() *DataRoamingSetting

func (*Setting) GetDeviceName

func (x *Setting) GetDeviceName() *DeviceNameSetting

func (*Setting) GetDiagnosticSubmission

func (x *Setting) GetDiagnosticSubmission() *DiagnosticSubmissionSetting

func (*Setting) GetHostname

func (x *Setting) GetHostname() *HostnameSetting

func (*Setting) GetItem

func (x *Setting) GetItem() string

func (*Setting) GetMaximumResidentUsers

func (x *Setting) GetMaximumResidentUsers() *MaximumResidentUsersSetting

func (*Setting) GetMdmOptions

func (x *Setting) GetMdmOptions() *MDMOptionsSetting

func (*Setting) GetPasscodeLockGracePeriod

func (x *Setting) GetPasscodeLockGracePeriod() *PasscodeLockGracePeriodSetting

func (*Setting) GetPersonalHotspot

func (x *Setting) GetPersonalHotspot() *PersonalHotspotSetting

func (*Setting) GetSoftwareUpdateSettings added in v1.11.0

func (x *Setting) GetSoftwareUpdateSettings() *SoftwareUpdateSettingsSetting

func (*Setting) GetTimeZone added in v1.8.0

func (x *Setting) GetTimeZone() *TimeZoneSetting

func (*Setting) GetVoiceRoaming

func (x *Setting) GetVoiceRoaming() *VoiceRoamingSetting

func (*Setting) GetWallpaper

func (x *Setting) GetWallpaper() *WallpaperSetting

func (*Setting) ProtoMessage

func (*Setting) ProtoMessage()

func (*Setting) ProtoReflect added in v1.9.0

func (x *Setting) ProtoReflect() protoreflect.Message

func (*Setting) Reset

func (x *Setting) Reset()

func (*Setting) String

func (x *Setting) String() string

type Settings

type Settings struct {
	Settings []*Setting `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Settings) Descriptor deprecated

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

Deprecated: Use Settings.ProtoReflect.Descriptor instead.

func (*Settings) GetSettings

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

func (*Settings) ProtoMessage

func (*Settings) ProtoMessage()

func (*Settings) ProtoReflect added in v1.9.0

func (x *Settings) ProtoReflect() protoreflect.Message

func (*Settings) Reset

func (x *Settings) Reset()

func (*Settings) String

func (x *Settings) String() string

type SoftwareUpdateSettingsSetting added in v1.11.0

type SoftwareUpdateSettingsSetting struct {
	RecommendationCadence int64 `protobuf:"varint,1,opt,name=recommendation_cadence,json=recommendationCadence,proto3" json:"recommendation_cadence,omitempty"`
	// contains filtered or unexported fields
}

func (*SoftwareUpdateSettingsSetting) Descriptor deprecated added in v1.11.0

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

Deprecated: Use SoftwareUpdateSettingsSetting.ProtoReflect.Descriptor instead.

func (*SoftwareUpdateSettingsSetting) GetRecommendationCadence added in v1.11.0

func (x *SoftwareUpdateSettingsSetting) GetRecommendationCadence() int64

func (*SoftwareUpdateSettingsSetting) ProtoMessage added in v1.11.0

func (*SoftwareUpdateSettingsSetting) ProtoMessage()

func (*SoftwareUpdateSettingsSetting) ProtoReflect added in v1.11.0

func (*SoftwareUpdateSettingsSetting) Reset added in v1.11.0

func (x *SoftwareUpdateSettingsSetting) Reset()

func (*SoftwareUpdateSettingsSetting) String added in v1.11.0

type TimeZoneSetting added in v1.8.0

type TimeZoneSetting struct {
	TimeZone string `protobuf:"bytes,1,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeZoneSetting) Descriptor deprecated added in v1.8.0

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

Deprecated: Use TimeZoneSetting.ProtoReflect.Descriptor instead.

func (*TimeZoneSetting) GetTimeZone added in v1.8.0

func (x *TimeZoneSetting) GetTimeZone() string

func (*TimeZoneSetting) ProtoMessage added in v1.8.0

func (*TimeZoneSetting) ProtoMessage()

func (*TimeZoneSetting) ProtoReflect added in v1.9.0

func (x *TimeZoneSetting) ProtoReflect() protoreflect.Message

func (*TimeZoneSetting) Reset added in v1.8.0

func (x *TimeZoneSetting) Reset()

func (*TimeZoneSetting) String added in v1.8.0

func (x *TimeZoneSetting) String() string

type UnlockUserAccount

type UnlockUserAccount struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockUserAccount) Descriptor deprecated

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

Deprecated: Use UnlockUserAccount.ProtoReflect.Descriptor instead.

func (*UnlockUserAccount) GetUsername

func (x *UnlockUserAccount) GetUsername() string

func (*UnlockUserAccount) ProtoMessage

func (*UnlockUserAccount) ProtoMessage()

func (*UnlockUserAccount) ProtoReflect added in v1.9.0

func (x *UnlockUserAccount) ProtoReflect() protoreflect.Message

func (*UnlockUserAccount) Reset

func (x *UnlockUserAccount) Reset()

func (*UnlockUserAccount) String

func (x *UnlockUserAccount) String() string

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"`
	MaxUserDeferrals int64  `protobuf:"varint,4,opt,name=max_user_deferrals,json=maxUserDeferrals,proto3" json:"max_user_deferrals,omitempty"`
	Priority         string `protobuf:"bytes,5,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*Update) Descriptor deprecated

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

Deprecated: Use Update.ProtoReflect.Descriptor instead.

func (*Update) GetInstallAction

func (x *Update) GetInstallAction() string

func (*Update) GetMaxUserDeferrals added in v1.9.0

func (x *Update) GetMaxUserDeferrals() int64

func (*Update) GetPriority added in v1.10.0

func (x *Update) GetPriority() string

func (*Update) GetProductKey

func (x *Update) GetProductKey() string

func (*Update) GetProductVersion

func (x *Update) GetProductVersion() string

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) ProtoReflect added in v1.9.0

func (x *Update) ProtoReflect() protoreflect.Message

func (*Update) Reset

func (x *Update) Reset()

func (*Update) String

func (x *Update) String() string

type ValidateApplications

type ValidateApplications struct {
	Identifiers []string `protobuf:"bytes,1,rep,name=identifiers,proto3" json:"identifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateApplications) Descriptor deprecated

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

Deprecated: Use ValidateApplications.ProtoReflect.Descriptor instead.

func (*ValidateApplications) GetIdentifiers

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

func (*ValidateApplications) ProtoMessage

func (*ValidateApplications) ProtoMessage()

func (*ValidateApplications) ProtoReflect added in v1.9.0

func (x *ValidateApplications) ProtoReflect() protoreflect.Message

func (*ValidateApplications) Reset

func (x *ValidateApplications) Reset()

func (*ValidateApplications) String

func (x *ValidateApplications) String() string

type VerifyFirmwarePassword

type VerifyFirmwarePassword struct {
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyFirmwarePassword) Descriptor deprecated

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

Deprecated: Use VerifyFirmwarePassword.ProtoReflect.Descriptor instead.

func (*VerifyFirmwarePassword) GetPassword

func (x *VerifyFirmwarePassword) GetPassword() string

func (*VerifyFirmwarePassword) ProtoMessage

func (*VerifyFirmwarePassword) ProtoMessage()

func (*VerifyFirmwarePassword) ProtoReflect added in v1.9.0

func (x *VerifyFirmwarePassword) ProtoReflect() protoreflect.Message

func (*VerifyFirmwarePassword) Reset

func (x *VerifyFirmwarePassword) Reset()

func (*VerifyFirmwarePassword) String

func (x *VerifyFirmwarePassword) String() string

type VerifyRecoveryLock added in v1.9.0

type VerifyRecoveryLock struct {
	Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyRecoveryLock) Descriptor deprecated added in v1.9.0

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

Deprecated: Use VerifyRecoveryLock.ProtoReflect.Descriptor instead.

func (*VerifyRecoveryLock) GetPassword added in v1.9.0

func (x *VerifyRecoveryLock) GetPassword() string

func (*VerifyRecoveryLock) ProtoMessage added in v1.9.0

func (*VerifyRecoveryLock) ProtoMessage()

func (*VerifyRecoveryLock) ProtoReflect added in v1.9.0

func (x *VerifyRecoveryLock) ProtoReflect() protoreflect.Message

func (*VerifyRecoveryLock) Reset added in v1.9.0

func (x *VerifyRecoveryLock) Reset()

func (*VerifyRecoveryLock) String added in v1.9.0

func (x *VerifyRecoveryLock) String() string

type VoiceRoamingSetting

type VoiceRoamingSetting struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*VoiceRoamingSetting) Descriptor deprecated

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

Deprecated: Use VoiceRoamingSetting.ProtoReflect.Descriptor instead.

func (*VoiceRoamingSetting) GetEnabled

func (x *VoiceRoamingSetting) GetEnabled() bool

func (*VoiceRoamingSetting) ProtoMessage

func (*VoiceRoamingSetting) ProtoMessage()

func (*VoiceRoamingSetting) ProtoReflect added in v1.9.0

func (x *VoiceRoamingSetting) ProtoReflect() protoreflect.Message

func (*VoiceRoamingSetting) Reset

func (x *VoiceRoamingSetting) Reset()

func (*VoiceRoamingSetting) String

func (x *VoiceRoamingSetting) String() string

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"`
	// contains filtered or unexported fields
}

func (*WallpaperSetting) Descriptor deprecated

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

Deprecated: Use WallpaperSetting.ProtoReflect.Descriptor instead.

func (*WallpaperSetting) GetImage

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

func (*WallpaperSetting) GetWhere

func (x *WallpaperSetting) GetWhere() int64

func (*WallpaperSetting) ProtoMessage

func (*WallpaperSetting) ProtoMessage()

func (*WallpaperSetting) ProtoReflect added in v1.9.0

func (x *WallpaperSetting) ProtoReflect() protoreflect.Message

func (*WallpaperSetting) Reset

func (x *WallpaperSetting) Reset()

func (*WallpaperSetting) String

func (x *WallpaperSetting) String() string

Jump to

Keyboard shortcuts

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