Previous Topic: CSFKEYS Resource Class—Secure ICSF CSFKEYSNext Topic: CSFSERV Resource Class—Secure ICSF CSFSERV


Examples: CSFKEYS resource class

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

TSS ADDTO(CORPORAT) CSFKEYS(CSFKEYS1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) CSFKEYS(CSFKEYS1)

This example permits users to access CSFKEYS(CSFKEYS1) on Fridays only:

TSS PERMIT(TECHUSER) CSFKEYS(CSFKEYS1)
                     DAYS(FRIDAY)

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

TSS PERMIT(TECHPROF) CSFKEYS(CSFKEYS1)

This example revokes access :

TSS REVOKE(TECHUSER) CSFKEYS(CSFKEYS1)