Skip to content

Commit

Permalink
new comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 12, 2017
1 parent 0ddbea5 commit dff6df5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/appier_extras/parts/admin/models/role.py
Expand Up @@ -47,10 +47,18 @@ class Role(base.Base):
index = "all",
default = True
)
""" The common name to be used to identify this role,
this is going to be the primary way of identifying it """

tokens = appier.field(
type = list
)
""" The set of ACL token that are going to be used to
control the permission of accounts that use this role """

view = appier.field()
""" The filtered view that is going to be applied for
every filtered operation (data source access) """

@classmethod
def setup(cls):
Expand Down

0 comments on commit dff6df5

Please sign in to comment.