Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
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
Click to show internal directories.
Click to hide internal directories.