licensemgmt

package
v0.0.0-...-86ca01b Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MartiniLicenseInfo

type MartiniLicenseInfo struct {
	OrgId         string `json:"orgid"`
	OrgName       string `json:"orgname"`
	LicensedUsers int    `json:"licensedUsers"`
	NewUsers      int    `json:"newUsers"`
}

func ListInfo

func ListInfo(conn *core.Connection, instance string) ([]MartiniLicenseInfo, error)

type MartiniLicenseUser

type MartiniLicenseUser struct {
	Id               string `json:"id"`
	Name             string `json:"name"`
	OrganizationId   string `json:"organizationId"`
	OrganizationName string `json:"organizationName"`
	LastBackupDate   string `json:"lastBackupDate"`
}

func ListUsers

func ListUsers(conn *core.Connection, instance string) ([]MartiniLicenseUser, error)

Jump to

Keyboard shortcuts

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