[This is preliminary documentation and is subject to change.]

The SecurityObject type exposes the following properties.

Properties

  NameDescription
Public propertyAccessAppend
The append access bit
Public propertyAccessDelete
The delete access bit
Public propertyAccessRead
The read access bit
Public propertyAccessWrite
The write access bit
Public propertyDescription
The description of the object, usually role name or the user name
Public propertyGroupId
The unique id of the object
Public propertyIsLocked
The type of the object
Public propertyObjectId
The unique id of the object
Public propertyObjectType
The type of the object
Public propertyRoleId
The unique id of the role, the value of -1 denotes that the object does not represent the role based security.
Public propertyUserId
The unique id of the user, the value of -1 denotes that the object does not denote role based security.

See Also