Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.15 KB

User.md

File metadata and controls

15 lines (12 loc) · 1.15 KB

User

Properties

Name Type Description Notes
AccessPolicies []AccessPolicySummary The access policies granted to this tenant. [optional] [default to null]
Configurable bool Indicates if this tenant is configurable, based on which UserGroupProvider has been configured to manage it. [optional] [default to null]
Identifier string The computer-generated identifier of the tenant. [optional] [default to null]
Identity string The human-facing identity of the tenant. This can only be changed if the tenant is configurable. [optional] [default to null]
ResourcePermissions *ResourcePermissions [optional] [default to null]
Revision *RevisionInfo [optional] [default to null]
UserGroups []Tenant The groups to which the user belongs. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]