Contents

Summary

A security role for any number of users. Security roles are essentially a license type and a set of permissions that can be granted to users.

Properties

Name Editable? Required? Type Nullable? Summary
ID Guid The ID of the security role.
Name This field is editable through the web API. This field is required. String The name of the security role.
CreatedDate DateTime The created date of the security role.
ModifiedDate DateTime The last modified date of the security role.
UserCount Int32 The number of users associated with the security role.
AppID Int32 The ID of the platform application containing the security role.
Permissions This field is editable through the web API. String[] This field is nullable. The permissions granted to users with this security role.
LicenseType This field is editable through the web API. This field is required. TeamDynamix.Api.Roles.LicenseTypes The license type associated with the security role.
LicenseTypeName String The name of the license type associated with the security role.