NamespacesUserInstancesFilterSpec
The Instances.FilterSpec structure contains fields used to filter the results when listing user namespaces (see Instances.list).
Properties
array of
string
groups
Optional
List of group names. If set, only return namespaces that are associated with the given group(s). If unset, this filter is not applied.
string
username
Optional
Identifier of the user. If set, only return namespaces the given user has permissions to access. If unset, this filter is not applied.
JSON Example
{
"groups": [
"string"
],
"username": "string"
}