Holds information about a policy defined in Ranger.
| name | data type | description |
|---|---|---|
| service | string | |
| name | string | |
| resources | map of ApiRangerPolicyResource |
Example
{
"service" : "...",
"name" : "...",
"resources" : {
"property1" : {
"values" : [ "...", "..." ]
},
"property2" : {
"values" : [ "...", "..." ]
}
}
}