Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnrollRequest ¶
type EnrollRequest struct {
UDID string `json:"udid"`
Hostname string `json:"hostname"`
CertificateRequest []byte `json:"certificateRequest"`
User EnrollRequestAuthentication `json:"user"`
}
EnrollRequest is the request for a device to enroll
type EnrollRequestAuthentication ¶
type EnrollRequestAuthentication struct {
Username string `json:"username"`
Password string `json:"password"`
}
EnrollRequestAuthentication is the authentication information for enrollment request
type EnrollResponse ¶
type EnrollResponse struct {
Server string `json:"server"`
RootCertificate string `json:"rootCertificate"`
Certificate string `json:"certificate"`
}
EnrollResponse is the response with the device enrollment information
Click to show internal directories.
Click to hide internal directories.