GrantRevokeRoleRequest Data Type

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

Example

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