lvermeulen/Keycloak.Net

Attributes field is missing

Closed this issue · 2 comments

Please extend Keycloak.Net.Models.Roles.Role class as follows:

[JsonProperty("attributes")]
public Dictionary<string, string> Attributes { get; set; }

Done. Can you submit a PR next time? Makes it easier for me.