GrantRevokeRequest Data Type

Properties
name data type description
isRecursive boolean
remoteIPAddress string
requestData string
zoneName string
groups array of string
clusterName string
grantorGroups array of string
enableAudit boolean
replaceExistingPermissions boolean
sessionId string
clientType string
clientIPAddress string
accessTypes array of string
roles array of string
resource map of string
delegateAdmin boolean
grantor string
ownerUser string
forwardedAddresses array of string
users array of string

Example

{
  "isRecursive" : true,
  "remoteIPAddress" : "...",
  "requestData" : "...",
  "zoneName" : "...",
  "groups" : [ "...", "..." ],
  "clusterName" : "...",
  "grantorGroups" : [ "...", "..." ],
  "enableAudit" : true,
  "replaceExistingPermissions" : true,
  "sessionId" : "...",
  "clientType" : "...",
  "clientIPAddress" : "...",
  "accessTypes" : [ "...", "..." ],
  "roles" : [ "...", "..." ],
  "resource" : {
    "property1" : "...",
    "property2" : "..."
  },
  "delegateAdmin" : true,
  "grantor" : "...",
  "ownerUser" : "...",
  "forwardedAddresses" : [ "...", "..." ],
  "users" : [ "...", "..." ]
}