GrantRevokeRequest Data Type

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

Example

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