userGroup
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A user group in this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
group (string)
|
0/1 |
The user group.
|
|
userIds (string)
|
0/unbounded |
The users in this group.
|
|
status (string)
|
0/1 |
The status of the users account.
|
|
authorities (string)
|
0/unbounded |
The users authorities.
|
JSON
| property |
type |
description |
| group |
group (string)
|
The user group.
|
| userIds |
array of userIds (string)
|
The users in this group.
|
| status |
status (string)
|
The status of the users account.
|
| authorities |
array of authorities (string)
|
The users authorities.
|