init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
43
Kreta.Client/Leltar/Request/KretaUserSyncRequest.cs
Normal file
43
Kreta.Client/Leltar/Request/KretaUserSyncRequest.cs
Normal file
|
@ -0,0 +1,43 @@
|
|||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Client.Leltar.Request
|
||||
{
|
||||
public class KretaUserSyncRequest
|
||||
{
|
||||
[JsonProperty(PropertyName = "user_id")]
|
||||
public string IdpEgyediAzonosito { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "access_level")]
|
||||
public string AccessLevel => "INSTITUTE";
|
||||
|
||||
[JsonProperty(PropertyName = "roles")]
|
||||
public string[] Roles { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "login")]
|
||||
public string LoginNev { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "personal_id")]
|
||||
public string Azonosito { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "display_name")]
|
||||
public string MegjelenitesiNev { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "position")]
|
||||
public string Beosztas { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "institute_name")]
|
||||
public string IntezmenyNeve { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "cost_center")]
|
||||
public string FunkcioTerulet { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "sztsz")]
|
||||
public string SztszKod { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "kreta_id")]
|
||||
public string KretaRendszerAzonosito { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "access_manager_name")]
|
||||
public string JogosultsagotSzerkesztoSzemelyNev { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue