Previous Topic: CACCFMEM Resource Class—Secure CACCFMEM MembersNext Topic: CACMD Resource Class—Secure CA Commands


Examples: CACCFMEM resource class

This example protects the resource with CA Top Secret by assigning ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) CACCFMEM(MEMBER1)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) CACCFMEM(MEMBER1)

This example permits users in the Technical Services Department to access MEMBER1.ABCDEFGH on Fridays only:

TSS PERMIT(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH) DAYS(FRIDAY)

This example permits users in the Technical Services Department to access XDT98000:

TSS PERMIT(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH) ACCESS(ALL)

This example revokes access :

TSS REVOKE(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH)