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