Previous Topic: PERMITNext Topic: CLASS


RDEFINE

RDEFINE is used to define resources to RACF.

In CA Top Secret, the Resource Descriptor Table is a special ACID used to define resource classes and their properties. The RDT contains predefined TSS resource classes, including resources used by other CA product interfaces. It also contains dynamically defined resource classes. To administer the contents of the RDT Record, the TSS administrator can specify attributes, access levels, and default access levels using the TSS ADD command.

This example creates a user defined resource in CA Top Secret using the TSS ADD command:

TSS ADD(RDT) RESCLASS(xx)RESCODE(nn)
             ACLST(ALL=FFFF,UPDATE=6000,READ=4000,CREATE=1000,NONE=0000)
             ATTR(LONG)