This example protects the resource with CA Top Secret by assigning ownership to the Corporate Department(owning acid):
TSS ADDTO(CORPORAT) CALIBMEM(MEMBER)
The administration may now PERMIT access to users or profiles that require access.
This example removes ownership:
TSS REMOVE(CORPORAT) CALIBMEM(MEMBER)
This example permits users in the Technical Services Department to access MEMBER on Fridays only:
TSS PERMIT(TECHPROF) CALIBMEM(MEMBER) DAYS(FRIDAY)
This example permits users in the Technical Services Department to access MEMBER.ABCDEFGH with access(UPDATE):
TSS PERMIT(TECHPROF) CALIBMEM(MEMBER.ABCDEFGH) ACCESS(UPDATE)
This example revokes access :
TSS REVOKE(TECHPROF) CALIBMEM(MEMBER.ABCDEFGH)
|
Copyright © 2009 CA.
All rights reserved.
|
|