user

package
v0.0.0-...-2870857 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	UserId        string        `json:"userId"`
	FirstName     string        `json:"firstName"`
	LastName      string        `json:"lastName"`
	EmailAddress  string        `json:"emailAddress"`
	Source        string        `json:"source"`
	Status        string        `json:"status"`
	ReadOnly      bool          `json:"readOnly"`
	Roles         []string      `json:"roles"`
	ExternalRoles []interface{} `json:"externalRoles"`
}

type UsersManager

type UsersManager struct {
	Client *resty.Client
}

func NewUsersManager

func NewUsersManager(client *resty.Client) UsersManager

func (*UsersManager) GetUsers

func (um *UsersManager) GetUsers() (*[]User, error)

Jump to

Keyboard shortcuts

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