whitelist
Whitelist specifies allowed commands for SSH shell/exec command restrictions
idstring<uuid>
Whitelist ID
namestringrequired
Unique whitelist name displayed in UI
commentstring
Optional comment displayed in UI
typestringrequired
Whitelist pattern type
Possible values: [glob
, regex
]
whitelist_patternsstring[]
createdstring<date-time>
When the object was created. Added by backend
Example:
2017-01-01T15:05:05Z
updatedstring<date-time>
When the object was updated. Added by backend
Example:
2017-01-01T15:05:05Z
authorstring<uuid>
added by backend
updated_bystring<uuid>
added by backend
whitelist
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"comment": "string",
"type": "glob",
"whitelist_patterns": [
"string"
],
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"author": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_by": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}