-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathRoleManagementPolicyAssignment.json
393 lines (393 loc) · 12.5 KB
/
RoleManagementPolicyAssignment.json
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
{
"swagger": "2.0",
"info": {
"title": "AuthorizationManagementClient",
"version": "2020-10-01",
"description": "Role based access control provides you a way to apply granular level policy administration down to individual resources or resource groups. These operations enable you to manage role assignments. A role assignment grants access to Azure Active Directory users."
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments/{roleManagementPolicyAssignmentName}": {
"get": {
"tags": [
"roleManagementPolicyAssignments"
],
"operationId": "RoleManagementPolicyAssignments_Get",
"description": "Get the specified role management policy assignment for a resource scope",
"parameters": [
{
"name": "scope",
"in": "path",
"required": true,
"type": "string",
"description": "The scope of the role management policy.",
"x-ms-skip-url-encoding": true
},
{
"name": "roleManagementPolicyAssignmentName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of format {guid_guid} the role management policy assignment to get."
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK - Returns information about the role management policy.",
"schema": {
"$ref": "#/definitions/RoleManagementPolicyAssignment"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"GetConfigurations": {
"$ref": "./examples/GetRoleManagementPolicyAssignmentByName.json"
}
}
},
"put": {
"tags": [
"roleManagementPolicyAssignments"
],
"operationId": "RoleManagementPolicyAssignments_Create",
"description": "Create a role management policy assignment",
"parameters": [
{
"name": "scope",
"in": "path",
"required": true,
"type": "string",
"description": "The scope of the role management policy assignment to upsert.",
"x-ms-skip-url-encoding": true
},
{
"name": "roleManagementPolicyAssignmentName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of format {guid_guid} the role management policy assignment to upsert."
},
{
"name": "parameters",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/RoleManagementPolicyAssignment"
},
"description": "Parameters for the role management policy assignment."
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"201": {
"description": "Created - Returns the created or updated policy assignment.",
"schema": {
"$ref": "#/definitions/RoleManagementPolicyAssignment"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"PutRoleManagementPolicyAssignment": {
"$ref": "./examples/PutRoleManagementPolicyAssignment.json"
}
}
},
"delete": {
"tags": [
"roleManagementPolicyAssignments"
],
"operationId": "RoleManagementPolicyAssignments_Delete",
"description": "Delete a role management policy assignment",
"parameters": [
{
"name": "scope",
"in": "path",
"required": true,
"type": "string",
"description": "The scope of the role management policy assignment to delete.",
"x-ms-skip-url-encoding": true
},
{
"name": "roleManagementPolicyAssignmentName",
"in": "path",
"required": true,
"type": "string",
"description": "The name of format {guid_guid} the role management policy assignment to delete."
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK - Successfully deleted the policy assignment."
},
"204": {
"description": "NoContent - policy assignment does not exists."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-examples": {
"DeleteRoleManagementPolicyAssignment": {
"$ref": "./examples/DeleteRoleManagementPolicyAssignment.json"
}
}
}
},
"/{scope}/providers/Microsoft.Authorization/roleManagementPolicyAssignments": {
"get": {
"tags": [
"roleManagementPolicyAssignments"
],
"operationId": "RoleManagementPolicyAssignments_ListForScope",
"description": "Gets role management assignment policies for a resource scope.",
"parameters": [
{
"name": "scope",
"in": "path",
"required": true,
"type": "string",
"description": "The scope of the role management policy.",
"x-ms-skip-url-encoding": true
},
{
"$ref": "../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK - Returns an array of role management policies.",
"schema": {
"$ref": "#/definitions/RoleManagementPolicyAssignmentListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"GetRoleManagementPolicyAssignmentByScope": {
"$ref": "./examples/GetRoleManagementPolicyAssignmentByScope.json"
}
}
}
}
},
"definitions": {
"RoleManagementPolicyAssignment": {
"properties": {
"id": {
"type": "string",
"readOnly": true,
"description": "The role management policy Id."
},
"name": {
"type": "string",
"readOnly": true,
"description": "The role management policy name."
},
"type": {
"type": "string",
"readOnly": true,
"description": "The role management policy type."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/RoleManagementPolicyAssignmentProperties",
"description": "Role management policy properties."
}
},
"type": "object",
"description": "Role management policy"
},
"RoleManagementPolicyAssignmentProperties": {
"properties": {
"scope": {
"type": "string",
"description": "The role management policy scope."
},
"roleDefinitionId": {
"type": "string",
"description": "The role definition of management policy assignment."
},
"policyId": {
"type": "string",
"description": "The policy id role management policy assignment."
},
"effectiveRules": {
"type": "array",
"items": {
"$ref": "./common-types.json#/definitions/RoleManagementPolicyRule"
},
"readOnly": true,
"description": "The readonly computed rule applied to the policy."
},
"policyAssignmentProperties": {
"readOnly": true,
"type": "object",
"description": "Additional properties of scope, role definition and policy",
"$ref": "#/definitions/PolicyAssignmentProperties"
}
},
"type": "object",
"description": "Role management policy assignment properties with scope."
},
"RoleManagementPolicyAssignmentListResult": {
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/definitions/RoleManagementPolicyAssignment"
},
"description": "Role management policy assignment list."
},
"nextLink": {
"type": "string",
"description": "The URL to use for getting the next set of results."
}
},
"type": "object",
"description": "Role management policy assignment list operation result."
},
"PolicyAssignmentProperties": {
"properties": {
"scope": {
"type": "object",
"description": "Details of the resource scope",
"properties": {
"id": {
"type": "string",
"description": "Scope id of the resource"
},
"displayName": {
"type": "string",
"description": "Display name of the resource"
},
"type": {
"type": "string",
"description": "Type of the resource"
}
}
},
"roleDefinition": {
"type": "object",
"description": "Details of role definition",
"properties": {
"id": {
"type": "string",
"description": "Id of the role definition"
},
"displayName": {
"type": "string",
"description": "Display name of the role definition"
},
"type": {
"type": "string",
"description": "Type of the role definition"
}
}
},
"policy": {
"type": "object",
"description": "Details of the policy",
"properties": {
"id": {
"type": "string",
"description": "Id of the policy"
},
"lastModifiedBy": {
"$ref": "./common-types.json#/definitions/Principal"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"description": "The last modified date time."
}
}
}
},
"type": "object",
"description": "Expanded info of resource scope, role definition and policy"
},
"CloudError": {
"x-ms-external": true,
"properties": {
"error": {
"$ref": "#/definitions/CloudErrorBody"
}
},
"type": "object",
"description": "An error response from the service."
},
"CloudErrorBody": {
"x-ms-external": true,
"properties": {
"code": {
"type": "string",
"description": "An identifier for the error. Codes are invariant and are intended to be consumed programmatically."
},
"message": {
"type": "string",
"description": "A message describing the error, intended to be suitable for display in a user interface."
}
},
"type": "object",
"description": "An error response from the service."
}
}
}