Class UserResultVM
Inheritance
System.Object
UserResultVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UserResultVM : CloudBaseVM
Properties
AdminPermission
Declaration
public AdminPermission AdminPermission { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Groups
Declaration
public System.Collections.Generic.ICollection<string> Groups { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Provider
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
Settings
Declaration
public UserSettingsVM Settings { get; set; }
Property Value
Subscriptions
Declaration
public System.Collections.Generic.ICollection<string> Subscriptions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|