We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d492993 commit d3f1060Copy full SHA for d3f1060
src/Nest/XPack/Security/Role/GetRole/Role.cs
@@ -11,6 +11,9 @@ namespace Nest
11
//only used by GetRoleResponse thus private setters and IReadOnlyCollection
12
public class XPackRole
13
{
14
+ [DataMember(Name = "applications")]
15
+ public IReadOnlyCollection<IApplicationPrivileges> Applications { get; private set; } = EmptyReadOnly<IApplicationPrivileges>.Collection;
16
+
17
[DataMember(Name = "cluster")]
18
public IReadOnlyCollection<string> Cluster { get; private set; } = EmptyReadOnly<string>.Collection;
19
0 commit comments