GrantRevokeRoleRequest Data Type

Properties
name data type description
sessionId string
clusterName string
grantorGroups array of string
roles array of string
grantOption boolean
targetRoles array of string
users array of string
clientIPAddress string
clientType string
requestData string
groups array of string
grantor string

Example

{
  "sessionId" : "...",
  "clusterName" : "...",
  "grantorGroups" : [ "...", "..." ],
  "roles" : [ "...", "..." ],
  "grantOption" : true,
  "targetRoles" : [ "...", "..." ],
  "users" : [ "...", "..." ],
  "clientIPAddress" : "...",
  "clientType" : "...",
  "requestData" : "...",
  "groups" : [ "...", "..." ],
  "grantor" : "..."
}