user

Namespace: (default namespace)
XML Schema: ns0.xsd

A user of this NiFi.

XML

Elements

name (type) min/max
occurs
description
id (string) 0/1 The user id.
authorities (string) 0/unbounded The users authorities.
creation (string) 0/1 The creation time for this users account.
dn (string) 0/1 The users DN.
userName (string) 0/1 The users name. If the name could not be extracted from the DN, this value will be the entire DN.
userGroup (string) 0/1 The user group.
justification (string) 0/1 The users account justification.
lastAccessed (string) 0/1 The time that the user last accessed the system.
lastVerified (string) 0/1 The time that the users credentials were last verified.
status (string) 0/1 The status of the users account.

JSON

property type description
id id (string) The user id.
authorities array of authorities (string) The users authorities.
creation creation (string) The creation time for this users account.
dn dn (string) The users DN.
userName userName (string) The users name. If the name could not be extracted from the DN, this value will be the entire DN.
userGroup userGroup (string) The user group.
justification justification (string) The users account justification.
lastAccessed lastAccessed (string) The time that the user last accessed the system.
lastVerified lastVerified (string) The time that the users credentials were last verified.
status status (string) The status of the users account.