GDEPLOYMENT Class
Each record in the GDEPLOYMENT class defines a deployment package. A deployment package is created automatically on the DMS. The package groups together all the deployment tasks that are created as a result of the same transaction (policy assignment, upgrade, and so on) and for a particular host. This means that each transaction you make creates the required number of deployment tasks (DEPLOYMENT objects) and groups these by host (GDEPLOYMENT objects).
capamsc141
Each record in the GDEPLOYMENT class defines a deployment package. A deployment package is created automatically on the DMS. The package groups together all the deployment tasks that are created as a result of the same transaction (policy assignment, upgrade, and so on) and for a particular host. This means that each transaction you make creates the required number of deployment tasks (DEPLOYMENT objects) and groups these by host (GDEPLOYMENT objects).
The key of the GDEPLOYMENT class is the name of the deployment package, which is generated automatically.
The following definitions describe the properties contained in this class record. Most properties are modifiable and can be manipulated using selang or the administration interfaces. Nonmodifiable properties are marked
informational
.- ACLDefines a list of accessors (users and groups) permitted to access the resource, and the access types of the accessors.Each element in the access control list (ACL) contains the following information:
- AccessorDefines an accessor.
- AccessDefines the access authority that the accessor has to the resource.
- CATEGORYDefines one or more security categories assigned to a user or a resource.
- COMMENTDefines additional information that you want to include in the record.Privileged Access Managerdoes not use this information for authorization.Limit:255 characters
- CREATE_TIME(Informational) Displays the date and time when the record was created.
- DAYTIMEDefines the day and time restrictions that govern when an accessor can access a resource.Use the restrictions parameter with the chres, ch[x]usr, or ch[x]grp commands to modify this property.The resolution of daytime restrictions is one minute.
- GHNODEDefines the host group this deployment package was created for.
- GROUPSDefines the list of CONTAINER records that a resource record belongs to.To modify this property in a class record, change the MEMBERS property in the appropriate CONTAINER record.Use the mem+ or mem- parameter with the chres, editres, or newres command to modify this property.
- HNODEDefines the host this deployment package was created for.
- MEMBERSThe list of objects from the DEPLOYMENT class that are members of the group.Use the mem+ or mem- parameter with the chres, editres, and newres commands to modify this property.
- NACL
The
NACL
property of a resource is an access control list that defines the accessors that are denied authorization to a resource. The list also specifies the type of access that they are denied. Example: write. See also ACL, CALACL, PACL. Each entry in the NACL contains the following information:Accessor
Defines an accessor.
- AccessDefines the type of access that is denied to the accessor.
Use the authorize deniedaccess command, or the authorize- deniedaccess- command, to modify this property.
NOTIFY
Defines the user to be notified when a resource or user generates an audit event.
Privileged Access Manager
can email the audit record to the specified user.
Limit:
30 characters.OWNER
Defines the user or group that owns the record.
PACL
Defines a list of accessors that are permitted to access the resource when the access request is made by a specific program (or a program that matches a name-pattern) and their access types. Each element in the program access control list (PACL) contains the following information:
- AccessorDefines an accessor.
- ProgramDefines a reference to a record in the PROGRAM class, either specifically or by wildcard pattern matching.
- AccessDefines the access authority that the accessor has to the resource.
You can use wildcard characters to specify the resource in a PACL.
Use the via(
pgm
) parameter with the selang authorize command to add programs, accessors, and their access types to a PACL. You can use the authorize- command to remove accessors from a PACL.POLICY
Defines the policy this deployment package was created for.
SECLABEL
Defines the security label of a user or resource.
The SECLABEL property corresponds to the label[-] parameter of the chres and ch[x]usr commands.
RAUDIT
Defines the types of access events that
Privileged Access Manager
records in the audit log. RAUDIT derives its name from R
esource AUDIT
. Valid values are:- allAll access requests
- successGranted access requests
- failureDenied access requests (default)
- noneNo access requests
Privileged Access Manager
records events on each attempted access to a resource, and does not record whether the access rules were applied directly to the resource. The product also does not record whether the access rules were applied to a group or class that had the resource as a member.Use the audit parameter of the chres and chfile commands to modify the audit mode.
SECLEVEL
Defines the security level of an accessor or resource.
Note:
This property corresponds to the level[-] parameter of the ch[x]usr and chres commands.TRIGGER
Specifies the reason this deployment package was created:
- Assign - A result of assigning a policy to a host, or a host to a host group.
- AutoAssign - A result of the DMS automatically assigning a host to a host group.
- UnAssign - A result of unassigning a policy from a host, or a host from a host group.
- Direct Deploy - A result of a direct deploy action.
- Direct Undeploy - A result of a direct undeploy action.
- Upgrade - A result of an upgrade action.
- Restore - A result of a restore action on a host (HNODE).
- Hnode Deletion - A result of deleting a host (HNODE).
- Ghnode Deletion - A result of deleting a host group (GHNODE).
- Reset - A result of resetting a host.
- Downgrade - A result of policy downgrade on hosts.
UACC
Defines the default access authority for the resource. The access authority indicates the access that is granted to accessors who are not defined to
Privileged Access Manager
or who do not appear in the ACL of the resource.Use the defaccess parameter with the chres, editres, or newres command to modify this property.
UPDATE_TIME
(Informational) Displays the date and time when the record was last modified.
UPDATE_WHO
(Informational) Displays the administrator who performed the update.
WARNING
Specifies whether Warning mode is enabled. When Warning mode is enabled on a resource, all access requests to the resource are granted. If an access request violates an access rule, a record is written to the audit log.