config

package
v0.8.9 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVersion

func GetVersion() (string, string, string)

Types

type OktaConfig

type OktaConfig struct {
	Domain    string `description:"Okta domain" kind:"attribute" mode:"normal" readonly:"false" name:"domain"`
	APIToken  string `description:"Okta API Token" kind:"attribute" mode:"normal" readonly:"false" name:"api-token"`
	UserPID   string `description:"Okta User PID of the user you want to read" mode:"normal" readonly:"false" name:"user-pid"`
	UserEmail string `description:"Okta User email of the user you want to read" mode:"normal" readonly:"false" name:"user-email"`
}

func NewOktaConfig

func NewOktaConfig() *OktaConfig

func (*OktaConfig) Description

func (c *OktaConfig) Description() string

func (*OktaConfig) Validate

func (c *OktaConfig) Validate(opType plugin.OperationType) error

Jump to

Keyboard shortcuts

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