pyregfi
|
Represents a Microsoft access control entry, which are elements of access control lists. More...
Static Public Attributes | |
int | type = 1234 |
The type of entry as an integer. | |
int | flags = 0x1234 |
The flags as an integer. | |
int | access_mask = 0x1234 |
The access mask/permissions as an integer. | |
string | trustee = "S-1-2..." |
The trustee's SID as a string. | |
object = uuid.UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678)) | |
The object GUID as a Python UUID May be None. | |
inherited_object = uuid.UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678)) | |
The inherited object GUID as a Python UUID May be None. | |
Represents a Microsoft access control entry, which are elements of access control lists.
For more information, see: http://msdn.microsoft.com/en-us/library/aa374868%28v=vs.85%29.aspx