GrantRevokeRequest Data Type

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

Example

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