File tree 3 files changed +41
-0
lines changed
3 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 25
25
- Accesses
26
26
summary : Get a list of device accesses to dedicated networks, optionally filtered for a given device and/or for a given dedicated network
27
27
operationId : listNetworkAccesses
28
+ security :
29
+ - openId :
30
+ - dedicated-networks:accesses:read
28
31
parameters :
29
32
- name : networkId
30
33
in : query
59
62
- Accesses
60
63
summary : Create a device access to a dedicated network with given configuration
61
64
operationId : createNetworkAccess
65
+ security :
66
+ - openId :
67
+ - dedicated-networks:access:create
62
68
requestBody :
63
69
content :
64
70
application/json :
@@ -96,6 +102,9 @@ paths:
96
102
- Accesses
97
103
summary : Get a device access to the dedicated network and its configuration
98
104
operationId : readNetworkAccess
105
+ security :
106
+ - openId :
107
+ - dedicated-networks:access:read
99
108
parameters :
100
109
- name : accessId
101
110
in : path
@@ -128,6 +137,9 @@ paths:
128
137
- Accesses
129
138
summary : Delete a device access to the dedicated network
130
139
operationId : deleteNetworkAccess
140
+ security :
141
+ - openId :
142
+ - dedicated-networks:access:destroy
131
143
parameters :
132
144
- name : accessId
133
145
in : path
@@ -152,6 +164,10 @@ paths:
152
164
$ref : " #/components/responses/Generic503"
153
165
154
166
components :
167
+ securitySchemes :
168
+ openId :
169
+ type : openIdConnect
170
+ openIdConnectUrl : https://example.com/.well-known/openid-configuration
155
171
156
172
parameters :
157
173
x-correlator :
Original file line number Diff line number Diff line change 21
21
- Profiles
22
22
summary : Read dedicated network profiles
23
23
operationId : readNetworkProfiles
24
+ security :
25
+ - openId :
26
+ - dedicated-networks:profiles:read
24
27
parameters :
25
28
- $ref : " #/components/parameters/x-correlator"
26
29
responses :
50
53
- Profiles
51
54
summary : Read a dedicated network profile
52
55
operationId : readNetworkProfile
56
+ security :
57
+ - openId :
58
+ - dedicated-networks:profile:read
53
59
parameters :
54
60
- name : profileId
55
61
in : path
@@ -78,6 +84,10 @@ paths:
78
84
$ref : " #/components/responses/Generic503"
79
85
80
86
components :
87
+ securitySchemes :
88
+ openId :
89
+ type : openIdConnect
90
+ openIdConnectUrl : https://example.com/.well-known/openid-configuration
81
91
82
92
parameters :
83
93
x-correlator :
Original file line number Diff line number Diff line change 24
24
- Networks
25
25
summary : Get a list of dedicated networks
26
26
operationId : listNetworks
27
+ security :
28
+ - openId :
29
+ - dedicated-networks:networks:read
27
30
parameters :
28
31
- $ref : " #/components/parameters/x-correlator"
29
32
responses :
52
55
- Networks
53
56
summary : Request to create a dedicated network
54
57
operationId : createNetwork
58
+ security :
59
+ - openId :
60
+ - dedicated-networks:network:create
55
61
requestBody :
56
62
required : true
57
63
content :
@@ -137,6 +143,9 @@ paths:
137
143
- Networks
138
144
summary : Get the current information about a dedicated network
139
145
operationId : readNetwork
146
+ security :
147
+ - openId :
148
+ - dedicated-networks:network:read
140
149
parameters :
141
150
- name : networkId
142
151
in : path
@@ -160,6 +169,9 @@ paths:
160
169
- Networks
161
170
summary : Destroy a dedicated network
162
171
operationId : deleteNetwork
172
+ security :
173
+ - openId :
174
+ - dedicated-networks:network:destroy
163
175
parameters :
164
176
- name : networkId
165
177
in : path
@@ -185,6 +197,9 @@ paths:
185
197
186
198
components :
187
199
securitySchemes :
200
+ openId :
201
+ type : openIdConnect
202
+ openIdConnectUrl : https://example.com/.well-known/openid-configuration
188
203
notificationsBearerAuth :
189
204
description : Bearer authentication for notifications
190
205
type : http
You can’t perform that action at this time.
0 commit comments