ezrole
Summary
Contains information about a role.Persistent
Yes.Attributes
Attribute | Type | Description |
---|---|---|
id |
string |
The ID number of the role. |
version |
integer |
The current version of the role, 0 is the currently active role while any |
name |
string |
The name of the role (for example "Anonymous"). |
is_new |
integer |
The creation state of the role, will be 1 if the role just got created but have not |
policies |
array |
The policies (as ezpolicy objects) that make up the role. |
limit_identifier |
string |
The identifier of the limited assignment for the currently logged in user. Will be FALSE if the limited assignment is not used. |
limit_value |
string |
The value for the "limit_identifier" attribute (when the limitation feature is in use). |
Balazs Halasy (22/02/2005 8:44 am)
Balazs Halasy (01/04/2007 2:24 pm)
Comments
There are no comments.