User
A complex data type that describes a user.
Elements
Id
String. Optional. The user user ID.
Name
String. Optional. The user name. A user name is a string of 1 to 256 characters, including any character except a control character. A user name is not case-sensitive. BIRT iHub stores a user name in mixed case, always displaying it exactly the way it was typed during creation.
Password
String. Optional. The user password. A password is a string of 1 to 256 characters, including any character except a control character or space. Security experts recommend using passwords of at least eight characters, including mixed-case alphabetic and numeric characters. A password is case-sensitive. The Administrator can change any user password. Users can only change their own passwords. BIRT iHub encrypts a user password.
EncryptedPwd
String. Optional. The encrypted password of the user.
Description
String. Optional. The description of the user.
IsLoginDisabled
Boolean. Optional. Specifies whether the user can log in.
EmailAddress
String. Optional. The user e-mail address.
HomeFolder
String. Optional. The user home folder.
ViewPreference
String. Optional. The user viewer, Default or DHTML.
MaxJobPriority
Long. Optional. The maximum priority that the user can assign to a job.
MaxNotices
Long. Optional. The maximum number of notices that the user can retain.
SendNoticeForSuccess
Boolean. Optional. Specifies whether the BIRT iHub sends success notices to the user.
SendNoticeForFailure
Boolean. Optional. Specifies whether the BIRT iHub sends failure notices to the user.
SuccessNoticeExpiration
Long. Optional. Specifies the minimum number of minutes success notices remain in the Completed folder. After this time elapses, BIRT iHub removes the notices the next time it removes requests from the volume’s Requests\Completed folder. If not set or set to 0, DefaultSuccessNoticeExpiration specified in Volume is used. To set the user success notices to never expire, set the value to 0xffffffff.
FailureNoticeExpiration
Long. Optional. Specifies the minimum number of minutes failure notices remain in the Completed folder. After this time elapses, BIRT iHub removes the notices the next time it removes requests from the volume’s Requests\Completed folder. If not set or set to 0, DefaultFailureNoticeExpiration specified in Volume is used. To set the user failure notices to never expire, set the value to 0xffffffff.
SendEmailForSuccess
Boolean. Optional. Specifies whether the BIRT iHub sends success notices in an e-mail message to the user.
SendEmailForFailure
Boolean. Optional. Specifies whether the BIRT iHub sends failure notices in an e-mail message to the user.
AttachReportInEmail
Boolean. Optional. Specifies whether to attach a report to an e-mail completion notice.
DefaultPrinterName
String. Optional. The name of the user default printer.