name | data type | description |
---|---|---|
grantOption | boolean | |
clientIPAddress | string | |
users | array of string | |
grantor | string | |
targetRoles | array of string | |
requestData | string | |
sessionId | string | |
grantorGroups | array of string | |
clusterName | string | |
roles | array of string | |
clientType | string | |
groups | array of string |
Example
{ "grantOption" : true, "clientIPAddress" : "...", "users" : [ "...", "..." ], "grantor" : "...", "targetRoles" : [ "...", "..." ], "requestData" : "...", "sessionId" : "...", "grantorGroups" : [ "...", "..." ], "clusterName" : "...", "roles" : [ "...", "..." ], "clientType" : "...", "groups" : [ "...", "..." ] }