GrantRevokeRoleRequest Data Type

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

Example

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