Skip to main content

AdminUsersInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class AdminUsersInfo : IMeta

Properties

AccessRole

View Source
Declaration
public string AccessRole { get; set; }

Enabled

View Source
Declaration
public List<string> Enabled { get; set; }

UserAuth

View Source
Declaration
public MetadataType UserAuth { get; set; }

AllRoles

View Source
Declaration
public List<string> AllRoles { get; set; }

AllPermissions

View Source
Declaration
public List<string> AllPermissions { get; set; }

QueryUserAuthProperties

View Source
Declaration
public List<string> QueryUserAuthProperties { get; set; }

QueryMediaRules

View Source
Declaration
public List<MediaRule> QueryMediaRules { get; set; }

FormLayout

View Source
Declaration
public List<InputInfo> FormLayout { get; set; }

Css

View Source
Declaration
public ApiCss Css { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements