Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
Types ¶
type AsertoConfig ¶
type AsertoConfig struct { Authorizer string `description:"Aserto authorizer endpoint" kind:"attribute" mode:"normal" readonly:"false" name:"authorizer"` Tenant string `description:"Aserto Tenant ID" kind:"attribute" mode:"normal" readonly:"false" name:"tenant"` APIKey string `description:"Aserto API Key" kind:"attribute" mode:"normal" readonly:"false" name:"api-key"` SplitExtensions bool `description:"Split user and extensions" kind:"attribute" mode:"normal" readonly:"false" name:"split-extensions"` Insecure bool `description:"Disable TLS verification if true" kind:"attribute" mode:"normal" readonly:"false" name:"insecure"` }
func (*AsertoConfig) Description ¶
func (c *AsertoConfig) Description() string
func (*AsertoConfig) Validate ¶
func (c *AsertoConfig) Validate(operation plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.