{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "showRBACPolicyDetails",
      "enum": [
        "showRBACPolicyDetails",
        "updateRBACPolicy",
        "deleteRBACPolicy",
        "listRBACPolicies",
        "createRBACPolicy"
      ],
      "external_name": "ph_request_type"
    },
    "rbacPolicyId": {
      "type": "string",
      "description": "The ID of the RBAC policy.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "rbac_policy_id"
    },
    "targetTenant": {
      "type": "string",
      "description": "Filter the RBAC policy list result by the ID of the tenant to which the\nRBAC policy will be enforced.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "target_tenant"
    },
    "tenantId": {
      "type": "string",
      "description": "Filter the list result by the ID of the project that owns the resource.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "tenant_id"
    },
    "objectType": {
      "type": "string",
      "description": "Filter the RBAC policy list result by the type of the object that the\nRBAC policy affects. Types include qos-policy, network,\nsecurity-group, address-scope, subnetpool, a...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "object_type"
    },
    "objectId": {
      "type": "string",
      "description": "Filter the RBAC policy list result by the ID of the object_type\nresource. An object_type of network returns a network ID,\nan object_type of qos-policy returns a QoS polic...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "object_id"
    },
    "projectId": {
      "type": "string",
      "description": "Filter the list result by the ID of the project that owns the resource.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "project_id"
    },
    "sortDir": {
      "type": "string",
      "description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_dir"
    },
    "sortKey": {
      "type": "string",
      "description": "Sorts by a RBAC policy attribute. You can specify multiple pairs of sort\nkey and sort direction query parameters. The sort keys are limited to:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "sort_key"
    }
  },
  "definitions": {}
}