summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/permission_get_records.json
blob: 7b6d22377f8635573fd1ec43b1c9ca2bd7b9486f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
    "error": null,
    "id": 0,
    "result": {
        "count": 4,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": [
                        "filter"
                    ],
                    "description": [
                        "Filter Permission"
                    ],
                    "dn": "cn=filter,cn=permissions,cn=pbac,dc=example,dc=com",
                    "filter": "(ou=Engineering)",
                    "objectclass": [
                        "groupofnames",
                        "top"
                    ],
                    "permissions": [
                        "write"
                    ]
                },
                "summary": null,
                "value": "filter"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "subtree"
                    ],
                    "description": [
                        "Subtree Permission"
                    ],
                    "dn": "cn=subtree,cn=permissions,cn=pbac,dc=example,dc=com",
                    "objectclass": [
                        "groupofnames",
                        "top"
                    ],
                    "permissions": [
                        "write"
                    ],
                    "subtree": "ldap:///dc=example,dc=com"
                },
                "summary": null,
                "value": "subtree"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "targetgroup"
                    ],
                    "description": [
                        "Target Group Permission"
                    ],
                    "dn": "cn=targetgroup,cn=permissions,cn=pbac,dc=example,dc=com",
                    "objectclass": [
                        "groupofnames",
                        "top"
                    ],
                    "permissions": [
                        "write"
                    ],
                    "targetgroup": "ipausers"
                },
                "summary": null,
                "value": "targetgroup"
            },
            {
                "error": null,
                "result": {
                    "attrs": [
                        "cn",
                        "description"
                    ],
                    "cn": [
                        "type"
                    ],
                    "description": [
                        "Type Permission"
                    ],
                    "dn": "cn=type,cn=permissions,cn=pbac,dc=example,dc=com",
                    "objectclass": [
                        "groupofnames",
                        "top"
                    ],
                    "permissions": [
                        "write"
                    ],
                    "type": "user"
                },
                "summary": null,
                "value": "type"
            }
        ]
    }
}