Apache Ranger · Example Payload

Apache Ranger Policy Item Example

Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

Apache Ranger Policy Item Example is an example object payload from Apache Ranger, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

usersgroupsaccessesconditions

Example Payload

Raw ↑
{
  "users": [
    "example"
  ],
  "groups": [
    "example"
  ],
  "accesses": [
    {}
  ],
  "conditions": [
    "example"
  ]
}