Class UpdateUserVM
Inheritance
System.Object
UpdateUserVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateUserVM : 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> |
|
IsAdmin
Declaration
public bool? IsAdmin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Provider
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|