Skip to content

Commit

Permalink
Added entitlements to Tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurtz28 committed Jun 13, 2014
1 parent 8af0e71 commit caea203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scim/schema/tenant.py
Expand Up @@ -25,3 +25,7 @@ class Meta:

#! A Boolean value indicating the tenant's administrative status.
active = attributes.Singular(types.Boolean)

#! A list of entitlements for the Tenant that represent
# a thing the Tenant has.
entitlements = attributes.MultiValue()

0 comments on commit caea203

Please sign in to comment.