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