We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1949250 commit 9eedc11Copy full SHA for 9eedc11
xpack_security_get_role.go
@@ -174,7 +174,7 @@ type XPackSecurityRole struct {
174
type XPackSecurityApplicationPrivileges struct {
175
Application string `json:"application"`
176
Privileges []string `json:"privileges"`
177
- Ressources []string `json:"resources"`
+ Resources []string `json:"resources"`
178
}
179
180
// XPackSecurityIndicesPermissions is the indices permission object
0 commit comments