ZosPackageApprover
The ZosPackageApprover object contains information describing a package approver. This object can be obtained using the Approvers property of ZosPackage.
ZosPackageApprover Properties
ZosPackageApprover exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| Entity | String | R | Security system entity name. | 
| Approver | String | R | Approver user ID. | 
| Description | String | R | Description of approver level or function. | 
| ApprovalOrder | Int16 | R | Approver level or sequence for hierarchical approvals. | 
| ApprovalAction | ZosPackageApprovalAction | R | Most recent approval action. | 
| ApprovedTime | DateTime | R | Date and time approval action taken. | 
| CheckOffList | String | R | Check off comments. The comments are a single string, but can contain multiple lines, delimited by newline characters. | 
| RejectReasons | String | R | Reasons for package rejection. The reasons are a single string, but can contain multiple lines, delimited by newline characters. | 
...