Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 792 Bytes

Variable.md

File metadata and controls

14 lines (11 loc) · 792 Bytes

Variable

Properties

Name Type Description Notes
default list[str] The values that are selected by default [optional]
desc str Longer description of the variable to substitute [optional]
id str The id of the variable to substitute in the rego [optional]
name str The human readable name of the variable to substitute in the rego [optional]
type str The variable type [optional]
values list[str] Pre populated sample values to substitute the variable with [optional]

[Back to Model list] [Back to API list] [Back to README]