Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletedEntityResponse ¶
type EntityAllResponse ¶
type EntityAllResponse struct {
Entities []Entity `json:"entity"`
}
type MineDashServer ¶
type MineDashServer struct {
// contains filtered or unexported fields
}
func NewMineDashServer ¶
func NewMineDashServer(server, username, password string) *MineDashServer
func (*MineDashServer) DeleteEntity ¶
func (mds *MineDashServer) DeleteEntity(sysid int) error
func (*MineDashServer) GetEntities ¶
func (mds *MineDashServer) GetEntities() (*[]Entity, error)
type NewEntityRequest ¶
type NewEntityRequest struct { EntityType string `json:"entityType"` CorpId Str `json:"corpId"` ExternalId string `json:"externalId"` FirstName string `json:"firstName"` LastName string `json:"lastName"` AlternativeName string `json:"alternativeName"` JobTitle string `json:"jobTitle"` PersonalPhone string `json:"personalPhone"` OfficePhone string `json:"officePhone"` }
Click to show internal directories.
Click to hide internal directories.