Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdUserCreate ¶
Types ¶
type CreateUserRequest ¶
type CreateUserResponse ¶
type CreateUserResponse struct { Firstname string `json:"firstname"` Lastname string `json:"lastname"` Email string `json:"email"` RoleIds []string `json:"roleIds"` CreatedAt string `json:"createdAt"` CreatedBy string `json:"createdBy"` ModifiedAt string `json:"modifiedAt"` ModifiedBy string `json:"modifiedBy"` Id string `json:"id"` IsActive bool `json:"isActive"` IsLocked bool `json:"isLocked"` IsMfaEnabled bool `json:"isMfaEnabled"` LastLoginTimestamp string `json:"lastLoginTimeStamp"` }
Click to show internal directories.
Click to hide internal directories.