apiUser
This is the model for user information in the API.
Note that any method that returns user information will not contain any password information. The password property is only used when creating or updating users.
JSON
property | type | description |
---|---|---|
name | name (string) | The username, which is unique within a Cloudera Manager installation. |
password | password (string) |
Returns the user password.
Passwords are not returned when querying user information, so this property will always be empty when reading information from a server. |
roles | array of roles/roles (string) | A list of roles this user belongs to. Current possible values are: "ROLE_ADMIN" or empty. |
pwHash | pwHash (string) | NOTE: Only available in the "export" view |
pwSalt | pwSalt (long) | NOTE: Only available in the "export" view |
pwLogin | pwLogin (boolean) | NOTE: Only available in the "export" view |