pkg

package
v0.0.0-...-674320d Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AuthnSharedService

func AuthnSharedService(config util.Config) (string, error)

func CyberArkAuthnStandalone

func CyberArkAuthnStandalone(config util.Config) (string, error)

func GetAllGroupsStandalone

func GetAllGroupsStandalone(config util.Config, token string, url string) (string, error)

func GetAllRolesISP

func GetAllRolesISP(config util.Config, token string) (string, error)

func GetAllUsersISP

func GetAllUsersISP(config util.Config, token string) (string, error)

func GetAllUsersStandalone

func GetAllUsersStandalone(config util.Config, token string, url string) (string, error)

func GetGroupDetailStandalone

func GetGroupDetailStandalone(config util.Config, token string, groupId string) (string, error)

func GetUserDetailStandalone

func GetUserDetailStandalone(config util.Config, token string, userId string) (string, error)

Types

type Group

type Group struct {
	GroupName      string
	GroupType      string
	Description    string
	ID             string
	RawGroup       string
	RawGroupDetail string
	Action         string
	ActionRemark   string
	NewRoleName    string
}

type User

type User struct {
	FirstName     string
	LastName      string
	MiddleName    string
	Email         string
	UserName      string
	ID            string
	RawUserDetail string
	RawUser       string
	Action        string
	ActionRemark  string
	NewName       string
	NewGroups     []string
}

Jump to

Keyboard shortcuts

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