File tree Expand file tree Collapse file tree 1 file changed +1
-55
lines changed
backend/schema/components Expand file tree Collapse file tree 1 file changed +1
-55
lines changed Original file line number Diff line number Diff line change 5656 }
5757 },
5858 "permissions" : {
59- "type" : " object" ,
60- "description" : " Permissions if expanded in request" ,
61- "required" : [
62- " visibility" ,
63- " proxy_hosts" ,
64- " redirection_hosts" ,
65- " dead_hosts" ,
66- " streams" ,
67- " access_lists" ,
68- " certificates"
69- ],
70- "properties" : {
71- "visibility" : {
72- "type" : " string" ,
73- "description" : " Visibility level" ,
74- "example" : " all" ,
75- "pattern" : " ^(all|user)$"
76- },
77- "proxy_hosts" : {
78- "type" : " string" ,
79- "description" : " Proxy Hosts access level" ,
80- "example" : " manage" ,
81- "pattern" : " ^(manage|view|hidden)$"
82- },
83- "redirection_hosts" : {
84- "type" : " string" ,
85- "description" : " Redirection Hosts access level" ,
86- "example" : " manage" ,
87- "pattern" : " ^(manage|view|hidden)$"
88- },
89- "dead_hosts" : {
90- "type" : " string" ,
91- "description" : " Dead Hosts access level" ,
92- "example" : " manage" ,
93- "pattern" : " ^(manage|view|hidden)$"
94- },
95- "streams" : {
96- "type" : " string" ,
97- "description" : " Streams access level" ,
98- "example" : " manage" ,
99- "pattern" : " ^(manage|view|hidden)$"
100- },
101- "access_lists" : {
102- "type" : " string" ,
103- "description" : " Access Lists access level" ,
104- "example" : " hidden" ,
105- "pattern" : " ^(manage|view|hidden)$"
106- },
107- "certificates" : {
108- "type" : " string" ,
109- "description" : " Certificates access level" ,
110- "example" : " view" ,
111- "pattern" : " ^(manage|view|hidden)$"
112- }
113- }
59+ "$ref" : " ./permission-object.json"
11460 }
11561 }
11662}
You can’t perform that action at this time.
0 commit comments