models.access_info_list_enum module

class models.access_info_list_enum.AccessInfoListEnum[source]

Bases: object

Implementation of the ‘AccessInfoList’ enum.

TODO: type enum description here.

Attributes:

KFILEREADDATA: TODO: type description here. KFILEWRITEDATA: TODO: type description here. KFILEAPPENDDATA: TODO: type description here. KFILEREADEA: TODO: type description here. KFILEWRITEEA: TODO: type description here. KFILEEXECUTE: TODO: type description here. KFILEDELETECHILD: TODO: type description here. KFILEREADATTRIBUTES: TODO: type description here. KFILEWRITEATTRIBUTES: TODO: type description here. KDELETE: TODO: type description here. KREADCONTROL: TODO: type description here. KWRITEDAC: TODO: type description here. KWRITEOWNER: TODO: type description here. KSYNCHRONIZE: TODO: type description here. KACCESSSYSTEMSECURITY: TODO: type description here. KMAXIMUMALLOWED: TODO: type description here. KGENERICALL: TODO: type description here. KGENERICEXECUTE: TODO: type description here. KGENERICWRITE: TODO: type description here. KGENERICREAD: TODO: type description here.

KACCESSSYSTEMSECURITY = 'kAccessSystemSecurity'
KDELETE = 'kDelete'
KFILEAPPENDDATA = 'kFileAppendData'
KFILEDELETECHILD = 'kFileDeleteChild'
KFILEEXECUTE = 'kFileExecute'
KFILEREADATTRIBUTES = 'kFileReadAttributes'
KFILEREADDATA = 'kFileReadData'
KFILEREADEA = 'kFileReadEa'
KFILEWRITEATTRIBUTES = 'kFileWriteAttributes'
KFILEWRITEDATA = 'kFileWriteData'
KFILEWRITEEA = 'kFileWriteEa'
KGENERICALL = 'kGenericAll'
KGENERICEXECUTE = 'kGenericExecute'
KGENERICREAD = 'kGenericRead'
KGENERICWRITE = 'kGenericWrite'
KMAXIMUMALLOWED = 'kMaximumAllowed'
KREADCONTROL = 'kReadControl'
KSYNCHRONIZE = 'kSynchronize'
KWRITEDAC = 'kWriteDac'
KWRITEOWNER = 'kWriteOwner'