Documentation ¶
Index ¶
- Variables
- type Device
- func (*Device) Descriptor() ([]byte, []int)deprecated
- func (x *Device) GetAssetTag() string
- func (x *Device) GetAwaitingConfiguration() bool
- func (x *Device) GetBootstrapToken() []byte
- func (x *Device) GetBuildVersion() string
- func (x *Device) GetColor() string
- func (x *Device) GetDepDevice() bool
- func (x *Device) GetDepProfileAssignTime() int64
- func (x *Device) GetDepProfileAssignedBy() string
- func (x *Device) GetDepProfileAssignedDate() int64
- func (x *Device) GetDepProfilePushTime() int64
- func (x *Device) GetDepProfileStatus() string
- func (x *Device) GetDepProfileUuid() string
- func (x *Device) GetDescription() string
- func (x *Device) GetDeviceName() string
- func (x *Device) GetEnrolled() bool
- func (x *Device) GetImei() string
- func (x *Device) GetLastQueryResponse() []byte
- func (x *Device) GetLastSeen() int64
- func (x *Device) GetMdmTopic() string
- func (x *Device) GetMeid() string
- func (x *Device) GetModel() string
- func (x *Device) GetModelName() string
- func (x *Device) GetOsVersion() string
- func (x *Device) GetProductName() string
- func (x *Device) GetPushMagic() string
- func (x *Device) GetSerialNumber() string
- func (x *Device) GetToken() string
- func (x *Device) GetUdid() string
- func (x *Device) GetUnlockToken() string
- func (x *Device) GetUuid() string
- func (*Device) ProtoMessage()
- func (x *Device) ProtoReflect() protoreflect.Message
- func (x *Device) Reset()
- func (x *Device) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_device_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"` Udid string `protobuf:"bytes,2,opt,name=udid,proto3" json:"udid,omitempty"` SerialNumber string `protobuf:"bytes,3,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"` OsVersion string `protobuf:"bytes,4,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"` BuildVersion string `protobuf:"bytes,5,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"` ProductName string `protobuf:"bytes,6,opt,name=product_name,json=productName,proto3" json:"product_name,omitempty"` Imei string `protobuf:"bytes,7,opt,name=imei,proto3" json:"imei,omitempty"` Meid string `protobuf:"bytes,8,opt,name=meid,proto3" json:"meid,omitempty"` Token string `protobuf:"bytes,9,opt,name=token,proto3" json:"token,omitempty"` PushMagic string `protobuf:"bytes,10,opt,name=push_magic,json=pushMagic,proto3" json:"push_magic,omitempty"` MdmTopic string `protobuf:"bytes,11,opt,name=mdm_topic,json=mdmTopic,proto3" json:"mdm_topic,omitempty"` UnlockToken string `protobuf:"bytes,12,opt,name=unlock_token,json=unlockToken,proto3" json:"unlock_token,omitempty"` Enrolled bool `protobuf:"varint,13,opt,name=enrolled,proto3" json:"enrolled,omitempty"` AwaitingConfiguration bool `` /* 126-byte string literal not displayed */ DeviceName string `protobuf:"bytes,15,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"` Model string `protobuf:"bytes,16,opt,name=model,proto3" json:"model,omitempty"` ModelName string `protobuf:"bytes,17,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"` Description string `protobuf:"bytes,18,opt,name=description,proto3" json:"description,omitempty"` Color string `protobuf:"bytes,19,opt,name=color,proto3" json:"color,omitempty"` AssetTag string `protobuf:"bytes,20,opt,name=asset_tag,json=assetTag,proto3" json:"asset_tag,omitempty"` DepDevice bool `protobuf:"varint,21,opt,name=dep_device,json=depDevice,proto3" json:"dep_device,omitempty"` DepProfileStatus string `protobuf:"bytes,22,opt,name=dep_profile_status,json=depProfileStatus,proto3" json:"dep_profile_status,omitempty"` DepProfileUuid string `protobuf:"bytes,23,opt,name=dep_profile_uuid,json=depProfileUuid,proto3" json:"dep_profile_uuid,omitempty"` DepProfileAssignTime int64 `` /* 127-byte string literal not displayed */ DepProfilePushTime int64 `protobuf:"varint,25,opt,name=dep_profile_push_time,json=depProfilePushTime,proto3" json:"dep_profile_push_time,omitempty"` DepProfileAssignedDate int64 `` /* 133-byte string literal not displayed */ DepProfileAssignedBy string `` /* 126-byte string literal not displayed */ LastSeen int64 `protobuf:"varint,28,opt,name=last_seen,json=lastSeen,proto3" json:"last_seen,omitempty"` LastQueryResponse []byte `protobuf:"bytes,29,opt,name=last_query_response,json=lastQueryResponse,proto3" json:"last_query_response,omitempty"` BootstrapToken []byte `protobuf:"bytes,30,opt,name=bootstrap_token,json=bootstrapToken,proto3" json:"bootstrap_token,omitempty"` // contains filtered or unexported fields }
func (*Device) Descriptor
deprecated
func (*Device) GetAssetTag ¶
func (*Device) GetAwaitingConfiguration ¶
func (*Device) GetBootstrapToken ¶ added in v1.9.0
func (*Device) GetBuildVersion ¶
func (*Device) GetDepDevice ¶
func (*Device) GetDepProfileAssignTime ¶
func (*Device) GetDepProfileAssignedBy ¶
func (*Device) GetDepProfileAssignedDate ¶
func (*Device) GetDepProfilePushTime ¶
func (*Device) GetDepProfileStatus ¶
func (*Device) GetDepProfileUuid ¶
func (*Device) GetDescription ¶
func (*Device) GetDeviceName ¶
func (*Device) GetEnrolled ¶
func (*Device) GetLastQueryResponse ¶
func (*Device) GetLastSeen ¶
func (*Device) GetMdmTopic ¶
func (*Device) GetModelName ¶
func (*Device) GetOsVersion ¶
func (*Device) GetProductName ¶
func (*Device) GetPushMagic ¶
func (*Device) GetSerialNumber ¶
func (*Device) GetUnlockToken ¶
func (*Device) ProtoMessage ¶
func (*Device) ProtoMessage()
func (*Device) ProtoReflect ¶ added in v1.9.0
func (x *Device) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.