Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AttributeValuesCmd *cobra.Command
View Source
var (
AttributesCmd = man.Docs.GetCommand("policy/attributes")
)
View Source
var ( Cmd = &cobra.Command{ Use: man.Docs.GetDoc("policy").Use, Short: man.Docs.GetDoc("policy").Short, Long: man.Docs.GetDoc("policy").Long, } )
View Source
var (
KasRegistryCmd = man.Docs.GetCommand("policy/kas-registry")
)
View Source
var KeyManagementCmd = man.Docs.GetCommand("policy/key-management")
KeyManagementCmd is the command for managing keys
View Source
var (
NamespacesCmd = man.Docs.GetCommand("policy/attributes/namespaces")
)
Functions ¶
func InitCommands ¶
func InitCommands()
Types ¶
type TriggerRequest ¶
type TriggerRequest struct {
Action string `json:"action"`
AttributeValue string `json:"attribute_value"`
Context *policy.RequestContext `json:"context,omitempty"`
}
TriggerRequest represents the JSON structure for a trigger
Source Files
¶
Click to show internal directories.
Click to hide internal directories.