Purpose
An occurrence of this record represents the privileges that have been granted to an authorization ID on a resource.
Access
Record Elements
|
Element name |
Picture and usage |
Description of contents |
|---|---|---|
|
AUTHID |
PIC X(18) |
The authorization ID of the user or group to whom the privileges have been granted. |
|
RESOURCETYPE |
PIC X(4) |
The resource type keyword. Using IDMSSECS subschema: 'AREA' 'DMCL' 'DB' 'NSCH' 'DBTB' 'SPRF' 'DCA' 'SYST' Using IDMSSECU subschema: 'GROU' 'UPRF' 'SYSA' 'USER' |
|
RESOURCENAME |
PIC X(60) |
The resource name. |
|
RUNTIMEAUTH |
PIC S9(4) USAGE COMP SYNC |
(Not applicable—initialized to binary zeros. EXECUTE privileges on categories and activities are stored in the RESGROUPAUTH record.) |
|
RUNTIMEAUTHW |
PIC S9(4) USAGE COMP SYNC |
(Not applicable—initialized to binary zeros.) |
|
DEFNAUTH |
PIC S9(4) USAGE COMP SYNC |
Definition privileges that have been granted on the resource:
Note: DEFINE privilege always includes USE; however, USE is meaningful only for AREA, DB, DBTB, DMCL, and NSCH. |
|
DEFNAUTHW |
PIC S9(4) USAGE COMP SYNC |
Definition privileges a user represented by AUTHID may grant to other authorization IDs. |
|
OTHERAUTH |
PIC S9(4) USAGE COMP SYNC |
Special privileges:
(Resource type SYSA only)
(Resource type DB only)
(Resource type DCA only)
(Resource type SYST only)
(Resource type AREA only)
(Resource type AREA only)
|
|
CTIME |
PIC X(64) USAGE BIT |
Time created. |
|
UTIME |
PIC X(64) USAGE BIT |
Time of the last update. |
|
CUSER |
PIC X(18) |
ID of the user who created the resource authorization. |
|
UUSER |
PIC X(18) |
ID of the user who last updated the resource authorization. |
|
FILLER |
PIC X(16) |
(Reserved—initialized to spaces.) |
|
Copyright © 2014 CA.
All rights reserved.
|
|