@@ -180,6 +180,60 @@ def __init__(
180
180
"tme:roles" : "racf:roles" ,
181
181
},
182
182
}
183
+ self ._extracted_key_value_pair_segment_traits_map = {
184
+ "cdtinfo" : {
185
+ "case" : "caseAllowed" ,
186
+ "defaultrc" : "defaultRacrouteReturnCode" ,
187
+ "first" : "validFirstCharacters" ,
188
+ "generic" : "generic" ,
189
+ "genlist" : "genlist" ,
190
+ "grouping" : "groupingClassName" ,
191
+ "keyqual" : "keyQualifiers" ,
192
+ "macprocessing" : "manditoryAccessControlProcessing" ,
193
+ "maxlenx" : "maxLength" ,
194
+ "maxlength" : "maxLengthEntityx" ,
195
+ "member" : "memberClassName" ,
196
+ "operations" : "operations" ,
197
+ "other" : "validOtherCharacters" ,
198
+ "posit" : "positNumber" ,
199
+ "profilesallowed" : "profilesAllowed" ,
200
+ "raclist" : "raclistAllowed" ,
201
+ "signal" : "sendEnfSignalOnProfileCreation" ,
202
+ "seclabelrequired" : "securityLabelRequired" ,
203
+ "defaultuacc" : "defaultUniversalAccess" ,
204
+ },
205
+ "cfdef" : {
206
+ "type" : "customFieldDataType" ,
207
+ "first" : "validFirstCharacters" ,
208
+ "help" : "helpText" ,
209
+ "listhead" : "listHeadingText" ,
210
+ "mixed" : "mixedCaseAllowed" ,
211
+ "minvalue" : "minNumericValue" ,
212
+ "mxlength" : "maxFieldLength" ,
213
+ "maxvalue" : "maxNumericValue" ,
214
+ "other" : "validOtherCharacters" ,
215
+ "cfvalrx" : "validationRexxExec" ,
216
+ },
217
+ "kerb" : {
218
+ "checkaddrs" : "validateAddresses" ,
219
+ "deftktlife" : "defaultTicketLife" ,
220
+ "encrypt" : "encryptionAlgorithms" ,
221
+ "kerbname" : "realmName" ,
222
+ "maxtktlf" : "maxTicketLife" ,
223
+ "mintklife" : "minTicketLife" ,
224
+ },
225
+ "session" : {
226
+ "convsec" : "securityCheckingLevel" ,
227
+ "interval" : "sessionKeyInterval" ,
228
+ "lock" : "locked" ,
229
+ "sesskey" : "sessionKey" ,
230
+ },
231
+ "sigver" : {
232
+ "failload" : "failProgramLoadCondition" ,
233
+ "sigaudit" : "logSignatureVerificationEvents" ,
234
+ "sigrequired" : "signatureRequired" ,
235
+ },
236
+ }
183
237
super ().__init__ (
184
238
"resource" ,
185
239
debug = debug ,
0 commit comments