Click or drag to resize

Credentialsuser_roles Property

The list of user roles. Typically these are obtained from the AuthenticationRolesView (default for which is the users_roles table).

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public List<string> user_roles { get; set; }

Property Value

Type: ListString
See Also