secadm report - Security Administration: View Security Reports

secadm report status

secadm report classes role dataarea [--format=csv]

secadm report userpolicy actor

secadm report securableobj dataarea securableObjectName securableObjectType

secadm report descriptor dataarea securableObjectName securableObjectType [contentName...] [--printTypes]

secadm report condition actor dataarea securableObjectName securableObjectType action

secadm report prediction actor dataarea securableObjectName securableObjectType [contentName...] [--format=csv]

The secadm report commands enable you to view security information on the security system status, security classes and roles, securable objects, and actors. The information on actors can be viewed from a variety of perspectives, including current security policies for the actor, conditional security, and predictions for security for an actor.

Options for secadm report Description
status Lists the security status for each data area, such as PROCESS_RULES, ALL_ACCESS, or NO_ACCESS.
classes Lists the security classes assigned to a role in a data area or product line.
userpolicy Lists actor contexts, roles, and security classes for an actor.
securableobj Reports security information for a securable object. The report lists, by user and role, each security class reference to the securable object.
descriptor Displays detailed information about securable objects, including the containment structure, ontological tree, and contents. For example, for a business class, the report lists the data area and module that contain the business class, key fields associated with it, and the individual fields in the business class.
condition

Analyzes the security conditions that apply to the actor for the data area, securable object, and action, and presents a logical statement that summarizes the conditions.

Similar to secadm security list condition actor dataarea securable-object-name securable-object-type actor [--printAll], except that secadm report condition does not use the --printAll option.

prediction

Lists the actions the actor is allowed perform on the securable object.

In the report, ##DD## means that the prediction is "data dependent." That is, whether the actor has the predicted access is dependent upon one or more conditions.

Similar to secadm security list prediction actor dataarea securableObjectName securableObjectType, except that secadm report prediction allows you to obtain a prediction for content within the securable object, such as for a field within a business class.

--format=csv Enables you to list or display the data in CSV format. This option is available with secadm report classes and secadm report prediction actor dataarea securableObjectName securableObjectType
--printTypes Print information for all types of the securable object. This option is available with secadm report descriptor.