Apache Ranger · JSON Structure

Apache Ranger Policy List Structure

List of Ranger security policies

Type: object Properties: 4
Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

PolicyList is a JSON Structure definition published by Apache Ranger, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

totalCount pageSize resultSize policies

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ranger/refs/heads/main/json-structure/apache-ranger-policy-list-structure.json",
  "description": "List of Ranger security policies",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "int32",
      "description": "Total number of policies"
    },
    "pageSize": {
      "type": "int32"
    },
    "resultSize": {
      "type": "int32"
    },
    "policies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Policy"
      }
    }
  },
  "name": "PolicyList"
}