name | data type | description |
---|---|---|
ownerName | string | |
additionalInfo | map of string | |
resourceElements | map of RangerPolicyResource |
Example
{ "ownerName" : "...", "additionalInfo" : { "property1" : "...", "property2" : "..." }, "resourceElements" : { "property1" : { "isExcludes" : true, "isRecursive" : true, "values" : [ "...", "..." ] }, "property2" : { "isExcludes" : true, "isRecursive" : true, "values" : [ "...", "..." ] } } }