| name | data type | description |
|---|---|---|
| clusterName | string | |
| accessTypes | array of string | |
| delegateAdmin | boolean | |
| roles | array of string | |
| ownerUser | string | |
| grantor | string | |
| resource | map of string | |
| forwardedAddresses | array of string | |
| groups | array of string | |
| sessionId | string | |
| clientType | string | |
| users | array of string | |
| grantorGroups | array of string | |
| zoneName | string | |
| enableAudit | boolean | |
| remoteIPAddress | string | |
| isRecursive | boolean | |
| clientIPAddress | string | |
| replaceExistingPermissions | boolean | |
| requestData | string |
Example
{
"clusterName" : "...",
"accessTypes" : [ "...", "..." ],
"delegateAdmin" : true,
"roles" : [ "...", "..." ],
"ownerUser" : "...",
"grantor" : "...",
"resource" : {
"property1" : "...",
"property2" : "..."
},
"forwardedAddresses" : [ "...", "..." ],
"groups" : [ "...", "..." ],
"sessionId" : "...",
"clientType" : "...",
"users" : [ "...", "..." ],
"grantorGroups" : [ "...", "..." ],
"zoneName" : "...",
"enableAudit" : true,
"remoteIPAddress" : "...",
"isRecursive" : true,
"clientIPAddress" : "...",
"replaceExistingPermissions" : true,
"requestData" : "..."
}