@azure/arm-policy 6.0.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (701) hide show
  1. package/README.md +11 -11
  2. package/dist/browser/api/index.d.ts +2 -0
  3. package/dist/browser/api/index.js +4 -0
  4. package/dist/browser/api/index.js.map +1 -0
  5. package/dist/browser/api/policyAssignments/index.d.ts +3 -0
  6. package/dist/browser/api/policyAssignments/index.js +4 -0
  7. package/dist/browser/api/policyAssignments/index.js.map +1 -0
  8. package/dist/browser/api/policyAssignments/operations.d.ts +43 -0
  9. package/dist/browser/api/policyAssignments/operations.js +243 -0
  10. package/dist/browser/api/policyAssignments/operations.js.map +1 -0
  11. package/dist/browser/api/policyAssignments/options.d.ts +52 -0
  12. package/dist/browser/api/policyAssignments/options.js +4 -0
  13. package/dist/browser/api/policyAssignments/options.js.map +1 -0
  14. package/dist/browser/api/policyContext.d.ts +22 -0
  15. package/dist/browser/api/policyContext.js +24 -0
  16. package/dist/browser/api/policyContext.js.map +1 -0
  17. package/dist/browser/api/policyDefinitionVersions/index.d.ts +3 -0
  18. package/dist/browser/api/policyDefinitionVersions/index.js +4 -0
  19. package/dist/browser/api/policyDefinitionVersions/index.js.map +1 -0
  20. package/dist/browser/api/policyDefinitionVersions/operations.d.ts +63 -0
  21. package/dist/browser/api/policyDefinitionVersions/operations.js +366 -0
  22. package/dist/browser/api/policyDefinitionVersions/operations.js.map +1 -0
  23. package/dist/browser/api/policyDefinitionVersions/options.d.ts +47 -0
  24. package/dist/browser/api/policyDefinitionVersions/options.js +4 -0
  25. package/dist/browser/api/policyDefinitionVersions/options.js.map +1 -0
  26. package/dist/browser/api/policyDefinitions/index.d.ts +3 -0
  27. package/dist/browser/api/policyDefinitions/index.js +4 -0
  28. package/dist/browser/api/policyDefinitions/index.js.map +1 -0
  29. package/dist/browser/api/policyDefinitions/operations.d.ts +51 -0
  30. package/dist/browser/api/policyDefinitions/operations.js +278 -0
  31. package/dist/browser/api/policyDefinitions/operations.js.map +1 -0
  32. package/dist/browser/api/policyDefinitions/options.d.ts +44 -0
  33. package/dist/browser/api/policyDefinitions/options.js +4 -0
  34. package/dist/browser/api/policyDefinitions/options.js.map +1 -0
  35. package/dist/browser/api/policySetDefinitionVersions/index.d.ts +3 -0
  36. package/dist/browser/api/policySetDefinitionVersions/index.js +4 -0
  37. package/dist/browser/api/policySetDefinitionVersions/index.js.map +1 -0
  38. package/dist/browser/api/policySetDefinitionVersions/operations.d.ts +63 -0
  39. package/dist/browser/api/policySetDefinitionVersions/operations.js +380 -0
  40. package/dist/browser/api/policySetDefinitionVersions/operations.js.map +1 -0
  41. package/dist/browser/api/policySetDefinitionVersions/options.d.ts +59 -0
  42. package/dist/browser/api/policySetDefinitionVersions/options.js +4 -0
  43. package/dist/browser/api/policySetDefinitionVersions/options.js.map +1 -0
  44. package/dist/browser/api/policySetDefinitions/index.d.ts +3 -0
  45. package/dist/browser/api/policySetDefinitions/index.js +4 -0
  46. package/dist/browser/api/policySetDefinitions/index.js.map +1 -0
  47. package/dist/browser/api/policySetDefinitions/operations.d.ts +51 -0
  48. package/dist/browser/api/policySetDefinitions/operations.js +288 -0
  49. package/dist/browser/api/policySetDefinitions/operations.js.map +1 -0
  50. package/dist/browser/api/policySetDefinitions/options.d.ts +56 -0
  51. package/dist/browser/api/policySetDefinitions/options.js +4 -0
  52. package/dist/browser/api/policySetDefinitions/options.js.map +1 -0
  53. package/dist/browser/api/policyTokens/index.d.ts +3 -0
  54. package/dist/browser/api/policyTokens/index.js +4 -0
  55. package/dist/browser/api/policyTokens/index.js.map +1 -0
  56. package/dist/browser/api/policyTokens/operations.d.ts +13 -0
  57. package/dist/browser/api/policyTokens/operations.js +62 -0
  58. package/dist/browser/api/policyTokens/operations.js.map +1 -0
  59. package/dist/browser/api/policyTokens/options.d.ts +8 -0
  60. package/dist/browser/api/policyTokens/options.js +4 -0
  61. package/dist/browser/api/policyTokens/options.js.map +1 -0
  62. package/dist/browser/classic/index.d.ts +7 -0
  63. package/dist/browser/classic/index.js +4 -0
  64. package/dist/browser/classic/index.js.map +1 -0
  65. package/dist/browser/classic/policyAssignments/index.d.ts +30 -0
  66. package/dist/browser/classic/policyAssignments/index.js +21 -0
  67. package/dist/browser/classic/policyAssignments/index.js.map +1 -0
  68. package/dist/browser/classic/policyDefinitionVersions/index.d.ts +40 -0
  69. package/dist/browser/classic/policyDefinitionVersions/index.js +26 -0
  70. package/dist/browser/classic/policyDefinitionVersions/index.js.map +1 -0
  71. package/dist/browser/classic/policyDefinitions/index.d.ts +34 -0
  72. package/dist/browser/classic/policyDefinitions/index.js +23 -0
  73. package/dist/browser/classic/policyDefinitions/index.js.map +1 -0
  74. package/dist/browser/classic/policySetDefinitionVersions/index.d.ts +40 -0
  75. package/dist/browser/classic/policySetDefinitionVersions/index.js +26 -0
  76. package/dist/browser/classic/policySetDefinitionVersions/index.js.map +1 -0
  77. package/dist/browser/classic/policySetDefinitions/index.d.ts +34 -0
  78. package/dist/browser/classic/policySetDefinitions/index.js +23 -0
  79. package/dist/browser/classic/policySetDefinitions/index.js.map +1 -0
  80. package/dist/browser/classic/policyTokens/index.d.ts +12 -0
  81. package/dist/browser/classic/policyTokens/index.js +15 -0
  82. package/dist/browser/classic/policyTokens/index.js.map +1 -0
  83. package/dist/browser/index.d.ts +13 -3
  84. package/dist/browser/index.js +5 -11
  85. package/dist/browser/index.js.map +1 -1
  86. package/dist/browser/logger.d.ts +2 -0
  87. package/dist/browser/logger.js +5 -0
  88. package/dist/browser/logger.js.map +1 -0
  89. package/dist/browser/models/index.d.ts +1 -1080
  90. package/dist/browser/models/index.js +3 -89
  91. package/dist/browser/models/index.js.map +1 -1
  92. package/dist/browser/models/models.d.ts +941 -0
  93. package/dist/browser/models/models.js +1306 -0
  94. package/dist/browser/models/models.js.map +1 -0
  95. package/dist/browser/policyClient.d.ts +28 -23
  96. package/dist/browser/policyClient.js +43 -88
  97. package/dist/browser/policyClient.js.map +1 -1
  98. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  99. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  100. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  101. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  102. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  103. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  104. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  105. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  106. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  107. package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
  108. package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
  109. package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
  110. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  111. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  112. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  113. package/dist/commonjs/api/index.d.ts +2 -0
  114. package/dist/commonjs/api/index.js +31 -0
  115. package/dist/commonjs/api/index.js.map +7 -0
  116. package/dist/commonjs/api/policyAssignments/index.d.ts +3 -0
  117. package/dist/commonjs/api/policyAssignments/index.js +58 -0
  118. package/dist/commonjs/api/policyAssignments/index.js.map +7 -0
  119. package/dist/commonjs/api/policyAssignments/operations.d.ts +43 -0
  120. package/dist/commonjs/api/policyAssignments/operations.js +363 -0
  121. package/dist/commonjs/api/policyAssignments/operations.js.map +7 -0
  122. package/dist/commonjs/api/policyAssignments/options.d.ts +52 -0
  123. package/dist/commonjs/api/policyAssignments/options.js +15 -0
  124. package/dist/commonjs/api/policyAssignments/options.js.map +7 -0
  125. package/dist/commonjs/api/policyContext.d.ts +22 -0
  126. package/dist/commonjs/api/policyContext.js +44 -0
  127. package/dist/commonjs/api/policyContext.js.map +7 -0
  128. package/dist/commonjs/api/policyDefinitionVersions/index.d.ts +3 -0
  129. package/dist/commonjs/api/policyDefinitionVersions/index.js +78 -0
  130. package/dist/commonjs/api/policyDefinitionVersions/index.js.map +7 -0
  131. package/dist/commonjs/api/policyDefinitionVersions/operations.d.ts +63 -0
  132. package/dist/commonjs/api/policyDefinitionVersions/operations.js +552 -0
  133. package/dist/commonjs/api/policyDefinitionVersions/operations.js.map +7 -0
  134. package/dist/commonjs/api/policyDefinitionVersions/options.d.ts +47 -0
  135. package/dist/commonjs/api/policyDefinitionVersions/options.js +15 -0
  136. package/dist/commonjs/api/policyDefinitionVersions/options.js.map +7 -0
  137. package/dist/commonjs/api/policyDefinitions/index.d.ts +3 -0
  138. package/dist/commonjs/api/policyDefinitions/index.js +66 -0
  139. package/dist/commonjs/api/policyDefinitions/index.js.map +7 -0
  140. package/dist/commonjs/api/policyDefinitions/operations.d.ts +51 -0
  141. package/dist/commonjs/api/policyDefinitions/operations.js +418 -0
  142. package/dist/commonjs/api/policyDefinitions/operations.js.map +7 -0
  143. package/dist/commonjs/api/policyDefinitions/options.d.ts +44 -0
  144. package/dist/commonjs/api/policyDefinitions/options.js +15 -0
  145. package/dist/commonjs/api/policyDefinitions/options.js.map +7 -0
  146. package/dist/commonjs/api/policySetDefinitionVersions/index.d.ts +3 -0
  147. package/dist/commonjs/api/policySetDefinitionVersions/index.js +78 -0
  148. package/dist/commonjs/api/policySetDefinitionVersions/index.js.map +7 -0
  149. package/dist/commonjs/api/policySetDefinitionVersions/operations.d.ts +63 -0
  150. package/dist/commonjs/api/policySetDefinitionVersions/operations.js +566 -0
  151. package/dist/commonjs/api/policySetDefinitionVersions/operations.js.map +7 -0
  152. package/dist/commonjs/api/policySetDefinitionVersions/options.d.ts +59 -0
  153. package/dist/commonjs/api/policySetDefinitionVersions/options.js +15 -0
  154. package/dist/commonjs/api/policySetDefinitionVersions/options.js.map +7 -0
  155. package/dist/commonjs/api/policySetDefinitions/index.d.ts +3 -0
  156. package/dist/commonjs/api/policySetDefinitions/index.js +66 -0
  157. package/dist/commonjs/api/policySetDefinitions/index.js.map +7 -0
  158. package/dist/commonjs/api/policySetDefinitions/operations.d.ts +51 -0
  159. package/dist/commonjs/api/policySetDefinitions/operations.js +428 -0
  160. package/dist/commonjs/api/policySetDefinitions/operations.js.map +7 -0
  161. package/dist/commonjs/api/policySetDefinitions/options.d.ts +56 -0
  162. package/dist/commonjs/api/policySetDefinitions/options.js +15 -0
  163. package/dist/commonjs/api/policySetDefinitions/options.js.map +7 -0
  164. package/dist/commonjs/api/policyTokens/index.d.ts +3 -0
  165. package/dist/commonjs/api/policyTokens/index.js +34 -0
  166. package/dist/commonjs/api/policyTokens/index.js.map +7 -0
  167. package/dist/commonjs/api/policyTokens/operations.d.ts +13 -0
  168. package/dist/commonjs/api/policyTokens/operations.js +106 -0
  169. package/dist/commonjs/api/policyTokens/operations.js.map +7 -0
  170. package/dist/commonjs/api/policyTokens/options.d.ts +8 -0
  171. package/dist/commonjs/api/policyTokens/options.js +15 -0
  172. package/dist/commonjs/api/policyTokens/options.js.map +7 -0
  173. package/dist/commonjs/classic/index.d.ts +7 -0
  174. package/dist/commonjs/classic/index.js +42 -0
  175. package/dist/commonjs/classic/index.js.map +7 -0
  176. package/dist/commonjs/classic/policyAssignments/index.d.ts +30 -0
  177. package/dist/commonjs/classic/policyAssignments/index.js +52 -0
  178. package/dist/commonjs/classic/policyAssignments/index.js.map +7 -0
  179. package/dist/commonjs/classic/policyDefinitionVersions/index.d.ts +40 -0
  180. package/dist/commonjs/classic/policyDefinitionVersions/index.js +68 -0
  181. package/dist/commonjs/classic/policyDefinitionVersions/index.js.map +7 -0
  182. package/dist/commonjs/classic/policyDefinitions/index.d.ts +34 -0
  183. package/dist/commonjs/classic/policyDefinitions/index.js +52 -0
  184. package/dist/commonjs/classic/policyDefinitions/index.js.map +7 -0
  185. package/dist/commonjs/classic/policySetDefinitionVersions/index.d.ts +40 -0
  186. package/dist/commonjs/classic/policySetDefinitionVersions/index.js +74 -0
  187. package/dist/commonjs/classic/policySetDefinitionVersions/index.js.map +7 -0
  188. package/dist/commonjs/classic/policySetDefinitions/index.d.ts +34 -0
  189. package/dist/commonjs/classic/policySetDefinitions/index.js +52 -0
  190. package/dist/commonjs/classic/policySetDefinitions/index.js.map +7 -0
  191. package/dist/commonjs/classic/policyTokens/index.d.ts +12 -0
  192. package/dist/commonjs/classic/policyTokens/index.js +38 -0
  193. package/dist/commonjs/classic/policyTokens/index.js.map +7 -0
  194. package/dist/commonjs/index.d.ts +13 -3
  195. package/dist/commonjs/index.js +288 -19
  196. package/dist/commonjs/index.js.map +7 -1
  197. package/dist/commonjs/logger.d.ts +2 -0
  198. package/dist/commonjs/logger.js +28 -0
  199. package/dist/commonjs/logger.js.map +7 -0
  200. package/dist/commonjs/models/index.d.ts +1 -1080
  201. package/dist/commonjs/models/index.js +139 -93
  202. package/dist/commonjs/models/index.js.map +7 -1
  203. package/dist/commonjs/models/models.d.ts +941 -0
  204. package/dist/commonjs/models/models.js +1322 -0
  205. package/dist/commonjs/models/models.js.map +7 -0
  206. package/dist/commonjs/policyClient.d.ts +28 -23
  207. package/dist/commonjs/policyClient.js +74 -101
  208. package/dist/commonjs/policyClient.js.map +7 -1
  209. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  210. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  211. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  212. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  213. package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
  214. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  215. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  216. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  217. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  218. package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
  219. package/dist/commonjs/static-helpers/serialization/serialize-record.js +41 -0
  220. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
  221. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  222. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  223. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  224. package/dist/commonjs/tsdoc-metadata.json +11 -11
  225. package/dist/esm/api/index.d.ts +2 -0
  226. package/dist/esm/api/index.js +6 -0
  227. package/dist/esm/api/index.js.map +7 -0
  228. package/dist/esm/api/policyAssignments/index.d.ts +3 -0
  229. package/dist/esm/api/policyAssignments/index.js +38 -0
  230. package/dist/esm/api/policyAssignments/index.js.map +7 -0
  231. package/dist/esm/api/policyAssignments/operations.d.ts +43 -0
  232. package/dist/esm/api/policyAssignments/operations.js +323 -0
  233. package/dist/esm/api/policyAssignments/operations.js.map +7 -0
  234. package/dist/esm/api/policyAssignments/options.d.ts +52 -0
  235. package/dist/esm/api/policyAssignments/options.js +0 -0
  236. package/dist/esm/api/policyAssignments/options.js.map +7 -0
  237. package/dist/esm/api/policyContext.d.ts +22 -0
  238. package/dist/esm/api/policyContext.js +21 -0
  239. package/dist/esm/api/policyContext.js.map +7 -0
  240. package/dist/esm/api/policyDefinitionVersions/index.d.ts +3 -0
  241. package/dist/esm/api/policyDefinitionVersions/index.js +58 -0
  242. package/dist/esm/api/policyDefinitionVersions/index.js.map +7 -0
  243. package/dist/esm/api/policyDefinitionVersions/operations.d.ts +63 -0
  244. package/dist/esm/api/policyDefinitionVersions/operations.js +496 -0
  245. package/dist/esm/api/policyDefinitionVersions/operations.js.map +7 -0
  246. package/dist/esm/api/policyDefinitionVersions/options.d.ts +47 -0
  247. package/dist/esm/api/policyDefinitionVersions/options.js +0 -0
  248. package/dist/esm/api/policyDefinitionVersions/options.js.map +7 -0
  249. package/dist/esm/api/policyDefinitions/index.d.ts +3 -0
  250. package/dist/esm/api/policyDefinitions/index.js +46 -0
  251. package/dist/esm/api/policyDefinitions/index.js.map +7 -0
  252. package/dist/esm/api/policyDefinitions/operations.d.ts +51 -0
  253. package/dist/esm/api/policyDefinitions/operations.js +371 -0
  254. package/dist/esm/api/policyDefinitions/operations.js.map +7 -0
  255. package/dist/esm/api/policyDefinitions/options.d.ts +44 -0
  256. package/dist/esm/api/policyDefinitions/options.js +0 -0
  257. package/dist/esm/api/policyDefinitions/options.js.map +7 -0
  258. package/dist/esm/api/policySetDefinitionVersions/index.d.ts +3 -0
  259. package/dist/esm/api/policySetDefinitionVersions/index.js +58 -0
  260. package/dist/esm/api/policySetDefinitionVersions/index.js.map +7 -0
  261. package/dist/esm/api/policySetDefinitionVersions/operations.d.ts +63 -0
  262. package/dist/esm/api/policySetDefinitionVersions/operations.js +510 -0
  263. package/dist/esm/api/policySetDefinitionVersions/operations.js.map +7 -0
  264. package/dist/esm/api/policySetDefinitionVersions/options.d.ts +59 -0
  265. package/dist/esm/api/policySetDefinitionVersions/options.js +0 -0
  266. package/dist/esm/api/policySetDefinitionVersions/options.js.map +7 -0
  267. package/dist/esm/api/policySetDefinitions/index.d.ts +3 -0
  268. package/dist/esm/api/policySetDefinitions/index.js +46 -0
  269. package/dist/esm/api/policySetDefinitions/index.js.map +7 -0
  270. package/dist/esm/api/policySetDefinitions/operations.d.ts +51 -0
  271. package/dist/esm/api/policySetDefinitions/operations.js +381 -0
  272. package/dist/esm/api/policySetDefinitions/operations.js.map +7 -0
  273. package/dist/esm/api/policySetDefinitions/options.d.ts +56 -0
  274. package/dist/esm/api/policySetDefinitions/options.js +0 -0
  275. package/dist/esm/api/policySetDefinitions/options.js.map +7 -0
  276. package/dist/esm/api/policyTokens/index.d.ts +3 -0
  277. package/dist/esm/api/policyTokens/index.js +11 -0
  278. package/dist/esm/api/policyTokens/index.js.map +7 -0
  279. package/dist/esm/api/policyTokens/operations.d.ts +13 -0
  280. package/dist/esm/api/policyTokens/operations.js +82 -0
  281. package/dist/esm/api/policyTokens/operations.js.map +7 -0
  282. package/dist/esm/api/policyTokens/options.d.ts +8 -0
  283. package/dist/esm/api/policyTokens/options.js +0 -0
  284. package/dist/esm/api/policyTokens/options.js.map +7 -0
  285. package/dist/esm/classic/index.d.ts +7 -0
  286. package/dist/esm/classic/index.js +14 -0
  287. package/dist/esm/classic/index.js.map +7 -0
  288. package/dist/esm/classic/policyAssignments/index.d.ts +30 -0
  289. package/dist/esm/classic/policyAssignments/index.js +38 -0
  290. package/dist/esm/classic/policyAssignments/index.js.map +7 -0
  291. package/dist/esm/classic/policyDefinitionVersions/index.d.ts +40 -0
  292. package/dist/esm/classic/policyDefinitionVersions/index.js +59 -0
  293. package/dist/esm/classic/policyDefinitionVersions/index.js.map +7 -0
  294. package/dist/esm/classic/policyDefinitions/index.d.ts +34 -0
  295. package/dist/esm/classic/policyDefinitions/index.js +40 -0
  296. package/dist/esm/classic/policyDefinitions/index.js.map +7 -0
  297. package/dist/esm/classic/policySetDefinitionVersions/index.d.ts +40 -0
  298. package/dist/esm/classic/policySetDefinitionVersions/index.js +65 -0
  299. package/dist/esm/classic/policySetDefinitionVersions/index.js.map +7 -0
  300. package/dist/esm/classic/policySetDefinitions/index.d.ts +34 -0
  301. package/dist/esm/classic/policySetDefinitions/index.js +40 -0
  302. package/dist/esm/classic/policySetDefinitions/index.js.map +7 -0
  303. package/dist/esm/classic/policyTokens/index.d.ts +12 -0
  304. package/dist/esm/classic/policyTokens/index.js +15 -0
  305. package/dist/esm/classic/policyTokens/index.js.map +7 -0
  306. package/dist/esm/index.d.ts +13 -3
  307. package/dist/esm/index.js +271 -13
  308. package/dist/esm/index.js.map +7 -1
  309. package/dist/esm/logger.d.ts +2 -0
  310. package/dist/esm/logger.js +5 -0
  311. package/dist/esm/logger.js.map +7 -0
  312. package/dist/esm/models/index.d.ts +1 -1080
  313. package/dist/esm/models/index.js +118 -90
  314. package/dist/esm/models/index.js.map +7 -1
  315. package/dist/esm/models/models.d.ts +941 -0
  316. package/dist/esm/models/models.js +1180 -0
  317. package/dist/esm/models/models.js.map +7 -0
  318. package/dist/esm/policyClient.d.ts +28 -23
  319. package/dist/esm/policyClient.js +50 -96
  320. package/dist/esm/policyClient.js.map +7 -1
  321. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  322. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  323. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  324. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  325. package/dist/esm/static-helpers/pagingHelpers.js +119 -0
  326. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  327. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  328. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  329. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  330. package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
  331. package/dist/esm/static-helpers/serialization/serialize-record.js +18 -0
  332. package/dist/esm/static-helpers/serialization/serialize-record.js.map +7 -0
  333. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  334. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  335. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  336. package/dist/react-native/api/index.d.ts +2 -0
  337. package/dist/react-native/api/index.js +4 -0
  338. package/dist/react-native/api/index.js.map +1 -0
  339. package/dist/react-native/api/policyAssignments/index.d.ts +3 -0
  340. package/dist/react-native/api/policyAssignments/index.js +4 -0
  341. package/dist/react-native/api/policyAssignments/index.js.map +1 -0
  342. package/dist/react-native/api/policyAssignments/operations.d.ts +43 -0
  343. package/dist/react-native/api/policyAssignments/operations.js +243 -0
  344. package/dist/react-native/api/policyAssignments/operations.js.map +1 -0
  345. package/dist/react-native/api/policyAssignments/options.d.ts +52 -0
  346. package/dist/react-native/api/policyAssignments/options.js +4 -0
  347. package/dist/react-native/api/policyAssignments/options.js.map +1 -0
  348. package/dist/react-native/api/policyContext.d.ts +22 -0
  349. package/dist/react-native/api/policyContext.js +24 -0
  350. package/dist/react-native/api/policyContext.js.map +1 -0
  351. package/dist/react-native/api/policyDefinitionVersions/index.d.ts +3 -0
  352. package/dist/react-native/api/policyDefinitionVersions/index.js +4 -0
  353. package/dist/react-native/api/policyDefinitionVersions/index.js.map +1 -0
  354. package/dist/react-native/api/policyDefinitionVersions/operations.d.ts +63 -0
  355. package/dist/react-native/api/policyDefinitionVersions/operations.js +366 -0
  356. package/dist/react-native/api/policyDefinitionVersions/operations.js.map +1 -0
  357. package/dist/react-native/api/policyDefinitionVersions/options.d.ts +47 -0
  358. package/dist/react-native/api/policyDefinitionVersions/options.js +4 -0
  359. package/dist/react-native/api/policyDefinitionVersions/options.js.map +1 -0
  360. package/dist/react-native/api/policyDefinitions/index.d.ts +3 -0
  361. package/dist/react-native/api/policyDefinitions/index.js +4 -0
  362. package/dist/react-native/api/policyDefinitions/index.js.map +1 -0
  363. package/dist/react-native/api/policyDefinitions/operations.d.ts +51 -0
  364. package/dist/react-native/api/policyDefinitions/operations.js +278 -0
  365. package/dist/react-native/api/policyDefinitions/operations.js.map +1 -0
  366. package/dist/react-native/api/policyDefinitions/options.d.ts +44 -0
  367. package/dist/react-native/api/policyDefinitions/options.js +4 -0
  368. package/dist/react-native/api/policyDefinitions/options.js.map +1 -0
  369. package/dist/react-native/api/policySetDefinitionVersions/index.d.ts +3 -0
  370. package/dist/react-native/api/policySetDefinitionVersions/index.js +4 -0
  371. package/dist/react-native/api/policySetDefinitionVersions/index.js.map +1 -0
  372. package/dist/react-native/api/policySetDefinitionVersions/operations.d.ts +63 -0
  373. package/dist/react-native/api/policySetDefinitionVersions/operations.js +380 -0
  374. package/dist/react-native/api/policySetDefinitionVersions/operations.js.map +1 -0
  375. package/dist/react-native/api/policySetDefinitionVersions/options.d.ts +59 -0
  376. package/dist/react-native/api/policySetDefinitionVersions/options.js +4 -0
  377. package/dist/react-native/api/policySetDefinitionVersions/options.js.map +1 -0
  378. package/dist/react-native/api/policySetDefinitions/index.d.ts +3 -0
  379. package/dist/react-native/api/policySetDefinitions/index.js +4 -0
  380. package/dist/react-native/api/policySetDefinitions/index.js.map +1 -0
  381. package/dist/react-native/api/policySetDefinitions/operations.d.ts +51 -0
  382. package/dist/react-native/api/policySetDefinitions/operations.js +288 -0
  383. package/dist/react-native/api/policySetDefinitions/operations.js.map +1 -0
  384. package/dist/react-native/api/policySetDefinitions/options.d.ts +56 -0
  385. package/dist/react-native/api/policySetDefinitions/options.js +4 -0
  386. package/dist/react-native/api/policySetDefinitions/options.js.map +1 -0
  387. package/dist/react-native/api/policyTokens/index.d.ts +3 -0
  388. package/dist/react-native/api/policyTokens/index.js +4 -0
  389. package/dist/react-native/api/policyTokens/index.js.map +1 -0
  390. package/dist/react-native/api/policyTokens/operations.d.ts +13 -0
  391. package/dist/react-native/api/policyTokens/operations.js +62 -0
  392. package/dist/react-native/api/policyTokens/operations.js.map +1 -0
  393. package/dist/react-native/api/policyTokens/options.d.ts +8 -0
  394. package/dist/react-native/api/policyTokens/options.js +4 -0
  395. package/dist/react-native/api/policyTokens/options.js.map +1 -0
  396. package/dist/react-native/classic/index.d.ts +7 -0
  397. package/dist/react-native/classic/index.js +4 -0
  398. package/dist/react-native/classic/index.js.map +1 -0
  399. package/dist/react-native/classic/policyAssignments/index.d.ts +30 -0
  400. package/dist/react-native/classic/policyAssignments/index.js +21 -0
  401. package/dist/react-native/classic/policyAssignments/index.js.map +1 -0
  402. package/dist/react-native/classic/policyDefinitionVersions/index.d.ts +40 -0
  403. package/dist/react-native/classic/policyDefinitionVersions/index.js +26 -0
  404. package/dist/react-native/classic/policyDefinitionVersions/index.js.map +1 -0
  405. package/dist/react-native/classic/policyDefinitions/index.d.ts +34 -0
  406. package/dist/react-native/classic/policyDefinitions/index.js +23 -0
  407. package/dist/react-native/classic/policyDefinitions/index.js.map +1 -0
  408. package/dist/react-native/classic/policySetDefinitionVersions/index.d.ts +40 -0
  409. package/dist/react-native/classic/policySetDefinitionVersions/index.js +26 -0
  410. package/dist/react-native/classic/policySetDefinitionVersions/index.js.map +1 -0
  411. package/dist/react-native/classic/policySetDefinitions/index.d.ts +34 -0
  412. package/dist/react-native/classic/policySetDefinitions/index.js +23 -0
  413. package/dist/react-native/classic/policySetDefinitions/index.js.map +1 -0
  414. package/dist/react-native/classic/policyTokens/index.d.ts +12 -0
  415. package/dist/react-native/classic/policyTokens/index.js +15 -0
  416. package/dist/react-native/classic/policyTokens/index.js.map +1 -0
  417. package/dist/react-native/index.d.ts +13 -3
  418. package/dist/react-native/index.js +5 -11
  419. package/dist/react-native/index.js.map +1 -1
  420. package/dist/react-native/logger.d.ts +2 -0
  421. package/dist/react-native/logger.js +5 -0
  422. package/dist/react-native/logger.js.map +1 -0
  423. package/dist/react-native/models/index.d.ts +1 -1080
  424. package/dist/react-native/models/index.js +3 -89
  425. package/dist/react-native/models/index.js.map +1 -1
  426. package/dist/react-native/models/models.d.ts +941 -0
  427. package/dist/react-native/models/models.js +1306 -0
  428. package/dist/react-native/models/models.js.map +1 -0
  429. package/dist/react-native/policyClient.d.ts +28 -23
  430. package/dist/react-native/policyClient.js +43 -88
  431. package/dist/react-native/policyClient.js.map +1 -1
  432. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  433. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  434. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  435. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  436. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  437. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  438. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  439. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  440. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  441. package/dist/react-native/static-helpers/serialization/serialize-record.d.ts +2 -0
  442. package/dist/react-native/static-helpers/serialization/serialize-record.js +19 -0
  443. package/dist/react-native/static-helpers/serialization/serialize-record.js.map +1 -0
  444. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  445. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  446. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  447. package/package.json +213 -89
  448. package/CHANGELOG.md +0 -188
  449. package/dist/browser/index.d.ts.map +0 -1
  450. package/dist/browser/models/index.d.ts.map +0 -1
  451. package/dist/browser/models/mappers.d.ts +0 -28
  452. package/dist/browser/models/mappers.d.ts.map +0 -1
  453. package/dist/browser/models/mappers.js +0 -1253
  454. package/dist/browser/models/mappers.js.map +0 -1
  455. package/dist/browser/models/parameters.d.ts +0 -30
  456. package/dist/browser/models/parameters.d.ts.map +0 -1
  457. package/dist/browser/models/parameters.js +0 -288
  458. package/dist/browser/models/parameters.js.map +0 -1
  459. package/dist/browser/operations/index.d.ts +0 -6
  460. package/dist/browser/operations/index.d.ts.map +0 -1
  461. package/dist/browser/operations/index.js +0 -13
  462. package/dist/browser/operations/index.js.map +0 -1
  463. package/dist/browser/operations/policyAssignments.d.ts +0 -319
  464. package/dist/browser/operations/policyAssignments.d.ts.map +0 -1
  465. package/dist/browser/operations/policyAssignments.js +0 -878
  466. package/dist/browser/operations/policyAssignments.js.map +0 -1
  467. package/dist/browser/operations/policyDefinitionVersions.d.ts +0 -169
  468. package/dist/browser/operations/policyDefinitionVersions.d.ts.map +0 -1
  469. package/dist/browser/operations/policyDefinitionVersions.js +0 -700
  470. package/dist/browser/operations/policyDefinitionVersions.js.map +0 -1
  471. package/dist/browser/operations/policyDefinitions.d.ts +0 -163
  472. package/dist/browser/operations/policyDefinitions.d.ts.map +0 -1
  473. package/dist/browser/operations/policyDefinitions.js +0 -570
  474. package/dist/browser/operations/policyDefinitions.js.map +0 -1
  475. package/dist/browser/operations/policySetDefinitionVersions.d.ts +0 -172
  476. package/dist/browser/operations/policySetDefinitionVersions.d.ts.map +0 -1
  477. package/dist/browser/operations/policySetDefinitionVersions.js +0 -703
  478. package/dist/browser/operations/policySetDefinitionVersions.js.map +0 -1
  479. package/dist/browser/operations/policySetDefinitions.d.ts +0 -161
  480. package/dist/browser/operations/policySetDefinitions.d.ts.map +0 -1
  481. package/dist/browser/operations/policySetDefinitions.js +0 -586
  482. package/dist/browser/operations/policySetDefinitions.js.map +0 -1
  483. package/dist/browser/operationsInterfaces/index.d.ts +0 -6
  484. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  485. package/dist/browser/operationsInterfaces/index.js +0 -13
  486. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  487. package/dist/browser/operationsInterfaces/policyAssignments.d.ts +0 -193
  488. package/dist/browser/operationsInterfaces/policyAssignments.d.ts.map +0 -1
  489. package/dist/browser/operationsInterfaces/policyAssignments.js +0 -9
  490. package/dist/browser/operationsInterfaces/policyAssignments.js.map +0 -1
  491. package/dist/browser/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
  492. package/dist/browser/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
  493. package/dist/browser/operationsInterfaces/policyDefinitionVersions.js +0 -9
  494. package/dist/browser/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
  495. package/dist/browser/operationsInterfaces/policyDefinitions.d.ts +0 -92
  496. package/dist/browser/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
  497. package/dist/browser/operationsInterfaces/policyDefinitions.js +0 -9
  498. package/dist/browser/operationsInterfaces/policyDefinitions.js.map +0 -1
  499. package/dist/browser/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
  500. package/dist/browser/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
  501. package/dist/browser/operationsInterfaces/policySetDefinitionVersions.js +0 -9
  502. package/dist/browser/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
  503. package/dist/browser/operationsInterfaces/policySetDefinitions.d.ts +0 -92
  504. package/dist/browser/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
  505. package/dist/browser/operationsInterfaces/policySetDefinitions.js +0 -9
  506. package/dist/browser/operationsInterfaces/policySetDefinitions.js.map +0 -1
  507. package/dist/browser/pagingHelper.d.ts +0 -13
  508. package/dist/browser/pagingHelper.d.ts.map +0 -1
  509. package/dist/browser/pagingHelper.js +0 -32
  510. package/dist/browser/pagingHelper.js.map +0 -1
  511. package/dist/browser/policyClient.d.ts.map +0 -1
  512. package/dist/commonjs/index.d.ts.map +0 -1
  513. package/dist/commonjs/models/index.d.ts.map +0 -1
  514. package/dist/commonjs/models/mappers.d.ts +0 -28
  515. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  516. package/dist/commonjs/models/mappers.js +0 -1256
  517. package/dist/commonjs/models/mappers.js.map +0 -1
  518. package/dist/commonjs/models/parameters.d.ts +0 -30
  519. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  520. package/dist/commonjs/models/parameters.js +0 -291
  521. package/dist/commonjs/models/parameters.js.map +0 -1
  522. package/dist/commonjs/operations/index.d.ts +0 -6
  523. package/dist/commonjs/operations/index.d.ts.map +0 -1
  524. package/dist/commonjs/operations/index.js +0 -16
  525. package/dist/commonjs/operations/index.js.map +0 -1
  526. package/dist/commonjs/operations/policyAssignments.d.ts +0 -319
  527. package/dist/commonjs/operations/policyAssignments.d.ts.map +0 -1
  528. package/dist/commonjs/operations/policyAssignments.js +0 -882
  529. package/dist/commonjs/operations/policyAssignments.js.map +0 -1
  530. package/dist/commonjs/operations/policyDefinitionVersions.d.ts +0 -169
  531. package/dist/commonjs/operations/policyDefinitionVersions.d.ts.map +0 -1
  532. package/dist/commonjs/operations/policyDefinitionVersions.js +0 -704
  533. package/dist/commonjs/operations/policyDefinitionVersions.js.map +0 -1
  534. package/dist/commonjs/operations/policyDefinitions.d.ts +0 -163
  535. package/dist/commonjs/operations/policyDefinitions.d.ts.map +0 -1
  536. package/dist/commonjs/operations/policyDefinitions.js +0 -574
  537. package/dist/commonjs/operations/policyDefinitions.js.map +0 -1
  538. package/dist/commonjs/operations/policySetDefinitionVersions.d.ts +0 -172
  539. package/dist/commonjs/operations/policySetDefinitionVersions.d.ts.map +0 -1
  540. package/dist/commonjs/operations/policySetDefinitionVersions.js +0 -707
  541. package/dist/commonjs/operations/policySetDefinitionVersions.js.map +0 -1
  542. package/dist/commonjs/operations/policySetDefinitions.d.ts +0 -161
  543. package/dist/commonjs/operations/policySetDefinitions.d.ts.map +0 -1
  544. package/dist/commonjs/operations/policySetDefinitions.js +0 -590
  545. package/dist/commonjs/operations/policySetDefinitions.js.map +0 -1
  546. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -6
  547. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  548. package/dist/commonjs/operationsInterfaces/index.js +0 -16
  549. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  550. package/dist/commonjs/operationsInterfaces/policyAssignments.d.ts +0 -193
  551. package/dist/commonjs/operationsInterfaces/policyAssignments.d.ts.map +0 -1
  552. package/dist/commonjs/operationsInterfaces/policyAssignments.js +0 -10
  553. package/dist/commonjs/operationsInterfaces/policyAssignments.js.map +0 -1
  554. package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
  555. package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
  556. package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.js +0 -10
  557. package/dist/commonjs/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
  558. package/dist/commonjs/operationsInterfaces/policyDefinitions.d.ts +0 -92
  559. package/dist/commonjs/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
  560. package/dist/commonjs/operationsInterfaces/policyDefinitions.js +0 -10
  561. package/dist/commonjs/operationsInterfaces/policyDefinitions.js.map +0 -1
  562. package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
  563. package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
  564. package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.js +0 -10
  565. package/dist/commonjs/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
  566. package/dist/commonjs/operationsInterfaces/policySetDefinitions.d.ts +0 -92
  567. package/dist/commonjs/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
  568. package/dist/commonjs/operationsInterfaces/policySetDefinitions.js +0 -10
  569. package/dist/commonjs/operationsInterfaces/policySetDefinitions.js.map +0 -1
  570. package/dist/commonjs/pagingHelper.d.ts +0 -13
  571. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  572. package/dist/commonjs/pagingHelper.js +0 -36
  573. package/dist/commonjs/pagingHelper.js.map +0 -1
  574. package/dist/commonjs/policyClient.d.ts.map +0 -1
  575. package/dist/esm/index.d.ts.map +0 -1
  576. package/dist/esm/models/index.d.ts.map +0 -1
  577. package/dist/esm/models/mappers.d.ts +0 -28
  578. package/dist/esm/models/mappers.d.ts.map +0 -1
  579. package/dist/esm/models/mappers.js +0 -1253
  580. package/dist/esm/models/mappers.js.map +0 -1
  581. package/dist/esm/models/parameters.d.ts +0 -30
  582. package/dist/esm/models/parameters.d.ts.map +0 -1
  583. package/dist/esm/models/parameters.js +0 -288
  584. package/dist/esm/models/parameters.js.map +0 -1
  585. package/dist/esm/operations/index.d.ts +0 -6
  586. package/dist/esm/operations/index.d.ts.map +0 -1
  587. package/dist/esm/operations/index.js +0 -13
  588. package/dist/esm/operations/index.js.map +0 -1
  589. package/dist/esm/operations/policyAssignments.d.ts +0 -319
  590. package/dist/esm/operations/policyAssignments.d.ts.map +0 -1
  591. package/dist/esm/operations/policyAssignments.js +0 -878
  592. package/dist/esm/operations/policyAssignments.js.map +0 -1
  593. package/dist/esm/operations/policyDefinitionVersions.d.ts +0 -169
  594. package/dist/esm/operations/policyDefinitionVersions.d.ts.map +0 -1
  595. package/dist/esm/operations/policyDefinitionVersions.js +0 -700
  596. package/dist/esm/operations/policyDefinitionVersions.js.map +0 -1
  597. package/dist/esm/operations/policyDefinitions.d.ts +0 -163
  598. package/dist/esm/operations/policyDefinitions.d.ts.map +0 -1
  599. package/dist/esm/operations/policyDefinitions.js +0 -570
  600. package/dist/esm/operations/policyDefinitions.js.map +0 -1
  601. package/dist/esm/operations/policySetDefinitionVersions.d.ts +0 -172
  602. package/dist/esm/operations/policySetDefinitionVersions.d.ts.map +0 -1
  603. package/dist/esm/operations/policySetDefinitionVersions.js +0 -703
  604. package/dist/esm/operations/policySetDefinitionVersions.js.map +0 -1
  605. package/dist/esm/operations/policySetDefinitions.d.ts +0 -161
  606. package/dist/esm/operations/policySetDefinitions.d.ts.map +0 -1
  607. package/dist/esm/operations/policySetDefinitions.js +0 -586
  608. package/dist/esm/operations/policySetDefinitions.js.map +0 -1
  609. package/dist/esm/operationsInterfaces/index.d.ts +0 -6
  610. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  611. package/dist/esm/operationsInterfaces/index.js +0 -13
  612. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  613. package/dist/esm/operationsInterfaces/policyAssignments.d.ts +0 -193
  614. package/dist/esm/operationsInterfaces/policyAssignments.d.ts.map +0 -1
  615. package/dist/esm/operationsInterfaces/policyAssignments.js +0 -9
  616. package/dist/esm/operationsInterfaces/policyAssignments.js.map +0 -1
  617. package/dist/esm/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
  618. package/dist/esm/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
  619. package/dist/esm/operationsInterfaces/policyDefinitionVersions.js +0 -9
  620. package/dist/esm/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
  621. package/dist/esm/operationsInterfaces/policyDefinitions.d.ts +0 -92
  622. package/dist/esm/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
  623. package/dist/esm/operationsInterfaces/policyDefinitions.js +0 -9
  624. package/dist/esm/operationsInterfaces/policyDefinitions.js.map +0 -1
  625. package/dist/esm/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
  626. package/dist/esm/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
  627. package/dist/esm/operationsInterfaces/policySetDefinitionVersions.js +0 -9
  628. package/dist/esm/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
  629. package/dist/esm/operationsInterfaces/policySetDefinitions.d.ts +0 -92
  630. package/dist/esm/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
  631. package/dist/esm/operationsInterfaces/policySetDefinitions.js +0 -9
  632. package/dist/esm/operationsInterfaces/policySetDefinitions.js.map +0 -1
  633. package/dist/esm/pagingHelper.d.ts +0 -13
  634. package/dist/esm/pagingHelper.d.ts.map +0 -1
  635. package/dist/esm/pagingHelper.js +0 -32
  636. package/dist/esm/pagingHelper.js.map +0 -1
  637. package/dist/esm/policyClient.d.ts.map +0 -1
  638. package/dist/react-native/index.d.ts.map +0 -1
  639. package/dist/react-native/models/index.d.ts.map +0 -1
  640. package/dist/react-native/models/mappers.d.ts +0 -28
  641. package/dist/react-native/models/mappers.d.ts.map +0 -1
  642. package/dist/react-native/models/mappers.js +0 -1253
  643. package/dist/react-native/models/mappers.js.map +0 -1
  644. package/dist/react-native/models/parameters.d.ts +0 -30
  645. package/dist/react-native/models/parameters.d.ts.map +0 -1
  646. package/dist/react-native/models/parameters.js +0 -288
  647. package/dist/react-native/models/parameters.js.map +0 -1
  648. package/dist/react-native/operations/index.d.ts +0 -6
  649. package/dist/react-native/operations/index.d.ts.map +0 -1
  650. package/dist/react-native/operations/index.js +0 -13
  651. package/dist/react-native/operations/index.js.map +0 -1
  652. package/dist/react-native/operations/policyAssignments.d.ts +0 -319
  653. package/dist/react-native/operations/policyAssignments.d.ts.map +0 -1
  654. package/dist/react-native/operations/policyAssignments.js +0 -878
  655. package/dist/react-native/operations/policyAssignments.js.map +0 -1
  656. package/dist/react-native/operations/policyDefinitionVersions.d.ts +0 -169
  657. package/dist/react-native/operations/policyDefinitionVersions.d.ts.map +0 -1
  658. package/dist/react-native/operations/policyDefinitionVersions.js +0 -700
  659. package/dist/react-native/operations/policyDefinitionVersions.js.map +0 -1
  660. package/dist/react-native/operations/policyDefinitions.d.ts +0 -163
  661. package/dist/react-native/operations/policyDefinitions.d.ts.map +0 -1
  662. package/dist/react-native/operations/policyDefinitions.js +0 -570
  663. package/dist/react-native/operations/policyDefinitions.js.map +0 -1
  664. package/dist/react-native/operations/policySetDefinitionVersions.d.ts +0 -172
  665. package/dist/react-native/operations/policySetDefinitionVersions.d.ts.map +0 -1
  666. package/dist/react-native/operations/policySetDefinitionVersions.js +0 -703
  667. package/dist/react-native/operations/policySetDefinitionVersions.js.map +0 -1
  668. package/dist/react-native/operations/policySetDefinitions.d.ts +0 -161
  669. package/dist/react-native/operations/policySetDefinitions.d.ts.map +0 -1
  670. package/dist/react-native/operations/policySetDefinitions.js +0 -586
  671. package/dist/react-native/operations/policySetDefinitions.js.map +0 -1
  672. package/dist/react-native/operationsInterfaces/index.d.ts +0 -6
  673. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  674. package/dist/react-native/operationsInterfaces/index.js +0 -13
  675. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  676. package/dist/react-native/operationsInterfaces/policyAssignments.d.ts +0 -193
  677. package/dist/react-native/operationsInterfaces/policyAssignments.d.ts.map +0 -1
  678. package/dist/react-native/operationsInterfaces/policyAssignments.js +0 -9
  679. package/dist/react-native/operationsInterfaces/policyAssignments.js.map +0 -1
  680. package/dist/react-native/operationsInterfaces/policyDefinitionVersions.d.ts +0 -111
  681. package/dist/react-native/operationsInterfaces/policyDefinitionVersions.d.ts.map +0 -1
  682. package/dist/react-native/operationsInterfaces/policyDefinitionVersions.js +0 -9
  683. package/dist/react-native/operationsInterfaces/policyDefinitionVersions.js.map +0 -1
  684. package/dist/react-native/operationsInterfaces/policyDefinitions.d.ts +0 -92
  685. package/dist/react-native/operationsInterfaces/policyDefinitions.d.ts.map +0 -1
  686. package/dist/react-native/operationsInterfaces/policyDefinitions.js +0 -9
  687. package/dist/react-native/operationsInterfaces/policyDefinitions.js.map +0 -1
  688. package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.d.ts +0 -114
  689. package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.d.ts.map +0 -1
  690. package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.js +0 -9
  691. package/dist/react-native/operationsInterfaces/policySetDefinitionVersions.js.map +0 -1
  692. package/dist/react-native/operationsInterfaces/policySetDefinitions.d.ts +0 -92
  693. package/dist/react-native/operationsInterfaces/policySetDefinitions.d.ts.map +0 -1
  694. package/dist/react-native/operationsInterfaces/policySetDefinitions.js +0 -9
  695. package/dist/react-native/operationsInterfaces/policySetDefinitions.js.map +0 -1
  696. package/dist/react-native/pagingHelper.d.ts +0 -13
  697. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  698. package/dist/react-native/pagingHelper.js +0 -32
  699. package/dist/react-native/pagingHelper.js.map +0 -1
  700. package/dist/react-native/policyClient.d.ts.map +0 -1
  701. package/review/arm-policy.api.md +0 -996
@@ -1,1081 +1,2 @@
1
- import type * as coreClient from "@azure/core-client";
2
- /** The policy definition. */
3
- export interface PolicyDefinition {
4
- /**
5
- * The ID of the policy definition.
6
- * NOTE: This property will not be serialized. It can only be populated by the server.
7
- */
8
- readonly id?: string;
9
- /**
10
- * The name of the policy definition.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly name?: string;
14
- /**
15
- * The type of the resource (Microsoft.Authorization/policyDefinitions).
16
- * NOTE: This property will not be serialized. It can only be populated by the server.
17
- */
18
- readonly type?: string;
19
- /**
20
- * The system metadata relating to this resource.
21
- * NOTE: This property will not be serialized. It can only be populated by the server.
22
- */
23
- readonly systemData?: SystemData;
24
- /** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
25
- policyType?: PolicyType;
26
- /** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
27
- mode?: string;
28
- /** The display name of the policy definition. */
29
- displayName?: string;
30
- /** The policy definition description. */
31
- description?: string;
32
- /** The policy rule. */
33
- policyRule?: any;
34
- /** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
35
- metadata?: any;
36
- /** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
37
- parameters?: {
38
- [propertyName: string]: ParameterDefinitionsValue;
39
- };
40
- /** The policy definition version in #.#.# format. */
41
- version?: string;
42
- /** A list of available versions for this policy definition. */
43
- versions?: string[];
44
- }
45
- /** The definition of a parameter that can be provided to the policy. */
46
- export interface ParameterDefinitionsValue {
47
- /** The data type of the parameter. */
48
- type?: ParameterType;
49
- /** The allowed values for the parameter. */
50
- allowedValues?: any[];
51
- /** The default value for the parameter if no value is provided. */
52
- defaultValue?: any;
53
- /** Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/. */
54
- schema?: any;
55
- /** General metadata for the parameter. */
56
- metadata?: ParameterDefinitionsValueMetadata;
57
- }
58
- /** General metadata for the parameter. */
59
- export interface ParameterDefinitionsValueMetadata {
60
- /** Describes unknown properties. The value of an unknown property can be of "any" type. */
61
- [property: string]: any;
62
- /** The display name for the parameter. */
63
- displayName?: string;
64
- /** The description of the parameter. */
65
- description?: string;
66
- /** Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from. */
67
- strongType?: string;
68
- /** Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope. */
69
- assignPermissions?: boolean;
70
- }
71
- /** Metadata pertaining to creation and last modification of the resource. */
72
- export interface SystemData {
73
- /** The identity that created the resource. */
74
- createdBy?: string;
75
- /** The type of identity that created the resource. */
76
- createdByType?: CreatedByType;
77
- /** The timestamp of resource creation (UTC). */
78
- createdAt?: Date;
79
- /** The identity that last modified the resource. */
80
- lastModifiedBy?: string;
81
- /** The type of identity that last modified the resource. */
82
- lastModifiedByType?: CreatedByType;
83
- /** The timestamp of resource last modification (UTC) */
84
- lastModifiedAt?: Date;
85
- }
86
- /** An error response from a policy operation. */
87
- export interface CloudError {
88
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
89
- error?: ErrorResponse;
90
- }
91
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
92
- export interface ErrorResponse {
93
- /**
94
- * The error code.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly code?: string;
98
- /**
99
- * The error message.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly message?: string;
103
- /**
104
- * The error target.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly target?: string;
108
- /**
109
- * The error details.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly details?: ErrorResponse[];
113
- /**
114
- * The error additional info.
115
- * NOTE: This property will not be serialized. It can only be populated by the server.
116
- */
117
- readonly additionalInfo?: ErrorAdditionalInfo[];
118
- }
119
- /** The resource management error additional info. */
120
- export interface ErrorAdditionalInfo {
121
- /**
122
- * The additional info type.
123
- * NOTE: This property will not be serialized. It can only be populated by the server.
124
- */
125
- readonly type?: string;
126
- /**
127
- * The additional info.
128
- * NOTE: This property will not be serialized. It can only be populated by the server.
129
- */
130
- readonly info?: any;
131
- }
132
- /** List of policy definitions. */
133
- export interface PolicyDefinitionListResult {
134
- /** An array of policy definitions. */
135
- value?: PolicyDefinition[];
136
- /** The URL to use for getting the next set of results. */
137
- nextLink?: string;
138
- }
139
- /** List of policy definition versions. */
140
- export interface PolicyDefinitionVersionListResult {
141
- /** An array of policy definitions versions. */
142
- value?: PolicyDefinitionVersion[];
143
- /** The URL to use for getting the next set of results. */
144
- nextLink?: string;
145
- }
146
- /** The ID of the policy definition version. */
147
- export interface PolicyDefinitionVersion {
148
- /**
149
- * The ID of the policy definition version.
150
- * NOTE: This property will not be serialized. It can only be populated by the server.
151
- */
152
- readonly id?: string;
153
- /**
154
- * The name of the policy definition version.
155
- * NOTE: This property will not be serialized. It can only be populated by the server.
156
- */
157
- readonly name?: string;
158
- /**
159
- * The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
160
- * NOTE: This property will not be serialized. It can only be populated by the server.
161
- */
162
- readonly type?: string;
163
- /**
164
- * The system metadata relating to this resource.
165
- * NOTE: This property will not be serialized. It can only be populated by the server.
166
- */
167
- readonly systemData?: SystemData;
168
- /** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
169
- policyType?: PolicyType;
170
- /** The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data. */
171
- mode?: string;
172
- /** The display name of the policy definition. */
173
- displayName?: string;
174
- /** The policy definition description. */
175
- description?: string;
176
- /** The policy rule. */
177
- policyRule?: any;
178
- /** The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
179
- metadata?: any;
180
- /** The parameter definitions for parameters used in the policy rule. The keys are the parameter names. */
181
- parameters?: {
182
- [propertyName: string]: ParameterDefinitionsValue;
183
- };
184
- /** The policy definition version in #.#.# format. */
185
- version?: string;
186
- }
187
- /** The policy set definition. */
188
- export interface PolicySetDefinition {
189
- /**
190
- * The ID of the policy set definition.
191
- * NOTE: This property will not be serialized. It can only be populated by the server.
192
- */
193
- readonly id?: string;
194
- /**
195
- * The name of the policy set definition.
196
- * NOTE: This property will not be serialized. It can only be populated by the server.
197
- */
198
- readonly name?: string;
199
- /**
200
- * The type of the resource (Microsoft.Authorization/policySetDefinitions).
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly type?: string;
204
- /**
205
- * The system metadata relating to this resource.
206
- * NOTE: This property will not be serialized. It can only be populated by the server.
207
- */
208
- readonly systemData?: SystemData;
209
- /** The type of policy set definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
210
- policyType?: PolicyType;
211
- /** The display name of the policy set definition. */
212
- displayName?: string;
213
- /** The policy set definition description. */
214
- description?: string;
215
- /** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
216
- metadata?: any;
217
- /** The policy set definition parameters that can be used in policy definition references. */
218
- parameters?: {
219
- [propertyName: string]: ParameterDefinitionsValue;
220
- };
221
- /** An array of policy definition references. */
222
- policyDefinitions?: PolicyDefinitionReference[];
223
- /** The metadata describing groups of policy definition references within the policy set definition. */
224
- policyDefinitionGroups?: PolicyDefinitionGroup[];
225
- /** The policy set definition version in #.#.# format. */
226
- version?: string;
227
- /** A list of available versions for this policy set definition. */
228
- versions?: string[];
229
- }
230
- /** The policy definition reference. */
231
- export interface PolicyDefinitionReference {
232
- /** The ID of the policy definition or policy set definition. */
233
- policyDefinitionId: string;
234
- /** The version of the policy definition to use. */
235
- definitionVersion?: string;
236
- /**
237
- * The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
238
- * NOTE: This property will not be serialized. It can only be populated by the server.
239
- */
240
- readonly latestDefinitionVersion?: string;
241
- /**
242
- * The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
243
- * NOTE: This property will not be serialized. It can only be populated by the server.
244
- */
245
- readonly effectiveDefinitionVersion?: string;
246
- /** The parameter values for the referenced policy rule. The keys are the parameter names. */
247
- parameters?: {
248
- [propertyName: string]: ParameterValuesValue;
249
- };
250
- /** A unique id (within the policy set definition) for this policy definition reference. */
251
- policyDefinitionReferenceId?: string;
252
- /** The name of the groups that this policy definition reference belongs to. */
253
- groupNames?: string[];
254
- }
255
- /** The value of a parameter. */
256
- export interface ParameterValuesValue {
257
- /** The value of the parameter. */
258
- value?: any;
259
- }
260
- /** The policy definition group. */
261
- export interface PolicyDefinitionGroup {
262
- /** The name of the group. */
263
- name: string;
264
- /** The group's display name. */
265
- displayName?: string;
266
- /** The group's category. */
267
- category?: string;
268
- /** The group's description. */
269
- description?: string;
270
- /** A resource ID of a resource that contains additional metadata about the group. */
271
- additionalMetadataId?: string;
272
- }
273
- /** List of policy set definitions. */
274
- export interface PolicySetDefinitionListResult {
275
- /** An array of policy set definitions. */
276
- value?: PolicySetDefinition[];
277
- /** The URL to use for getting the next set of results. */
278
- nextLink?: string;
279
- }
280
- /** List of policy set definition versions. */
281
- export interface PolicySetDefinitionVersionListResult {
282
- /** An array of policy set definition versions. */
283
- value?: PolicySetDefinitionVersion[];
284
- /** The URL to use for getting the next set of results. */
285
- nextLink?: string;
286
- }
287
- /** The policy set definition version. */
288
- export interface PolicySetDefinitionVersion {
289
- /**
290
- * The ID of the policy set definition version.
291
- * NOTE: This property will not be serialized. It can only be populated by the server.
292
- */
293
- readonly id?: string;
294
- /**
295
- * The name of the policy set definition version.
296
- * NOTE: This property will not be serialized. It can only be populated by the server.
297
- */
298
- readonly name?: string;
299
- /**
300
- * The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
301
- * NOTE: This property will not be serialized. It can only be populated by the server.
302
- */
303
- readonly type?: string;
304
- /**
305
- * The system metadata relating to this resource.
306
- * NOTE: This property will not be serialized. It can only be populated by the server.
307
- */
308
- readonly systemData?: SystemData;
309
- /** The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static. */
310
- policyType?: PolicyType;
311
- /** The display name of the policy set definition. */
312
- displayName?: string;
313
- /** The policy set definition description. */
314
- description?: string;
315
- /** The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
316
- metadata?: any;
317
- /** The policy set definition parameters that can be used in policy definition references. */
318
- parameters?: {
319
- [propertyName: string]: ParameterDefinitionsValue;
320
- };
321
- /** An array of policy definition references. */
322
- policyDefinitions?: PolicyDefinitionReference[];
323
- /** The metadata describing groups of policy definition references within the policy set definition. */
324
- policyDefinitionGroups?: PolicyDefinitionGroup[];
325
- /** The policy set definition version in #.#.# format. */
326
- version?: string;
327
- }
328
- /** The policy assignment. */
329
- export interface PolicyAssignment {
330
- /**
331
- * The ID of the policy assignment.
332
- * NOTE: This property will not be serialized. It can only be populated by the server.
333
- */
334
- readonly id?: string;
335
- /**
336
- * The type of the policy assignment.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly type?: string;
340
- /**
341
- * The name of the policy assignment.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly name?: string;
345
- /** The location of the policy assignment. Only required when utilizing managed identity. */
346
- location?: string;
347
- /** The managed identity associated with the policy assignment. */
348
- identity?: Identity;
349
- /**
350
- * The system metadata relating to this resource.
351
- * NOTE: This property will not be serialized. It can only be populated by the server.
352
- */
353
- readonly systemData?: SystemData;
354
- /** The display name of the policy assignment. */
355
- displayName?: string;
356
- /** The ID of the policy definition or policy set definition being assigned. */
357
- policyDefinitionId?: string;
358
- /** The version of the policy definition to use. */
359
- definitionVersion?: string;
360
- /**
361
- * The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
362
- * NOTE: This property will not be serialized. It can only be populated by the server.
363
- */
364
- readonly latestDefinitionVersion?: string;
365
- /**
366
- * The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
367
- * NOTE: This property will not be serialized. It can only be populated by the server.
368
- */
369
- readonly effectiveDefinitionVersion?: string;
370
- /**
371
- * The scope for the policy assignment.
372
- * NOTE: This property will not be serialized. It can only be populated by the server.
373
- */
374
- readonly scope?: string;
375
- /** The policy's excluded scopes. */
376
- notScopes?: string[];
377
- /** The parameter values for the assigned policy rule. The keys are the parameter names. */
378
- parameters?: {
379
- [propertyName: string]: ParameterValuesValue;
380
- };
381
- /** This message will be part of response in case of policy violation. */
382
- description?: string;
383
- /** The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs. */
384
- metadata?: any;
385
- /** The policy assignment enforcement mode. Possible values are Default and DoNotEnforce. */
386
- enforcementMode?: EnforcementMode;
387
- /** The messages that describe why a resource is non-compliant with the policy. */
388
- nonComplianceMessages?: NonComplianceMessage[];
389
- /** The resource selector list to filter policies by resource properties. */
390
- resourceSelectors?: ResourceSelector[];
391
- /** The policy property value override. */
392
- overrides?: Override[];
393
- /** The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable. */
394
- assignmentType?: AssignmentType;
395
- }
396
- /** A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results. */
397
- export interface NonComplianceMessage {
398
- /** A message that describes why a resource is non-compliant with the policy. This is shown in 'deny' error messages and on resource's non-compliant compliance results. */
399
- message: string;
400
- /** The policy definition reference ID within a policy set definition the message is intended for. This is only applicable if the policy assignment assigns a policy set definition. If this is not provided the message applies to all policies assigned by this policy assignment. */
401
- policyDefinitionReferenceId?: string;
402
- }
403
- /** The resource selector to filter policies by resource properties. */
404
- export interface ResourceSelector {
405
- /** The name of the resource selector. */
406
- name?: string;
407
- /** The list of the selector expressions. */
408
- selectors?: Selector[];
409
- }
410
- /** The selector expression. */
411
- export interface Selector {
412
- /** The selector kind. */
413
- kind?: SelectorKind;
414
- /** The list of values to filter in. */
415
- in?: string[];
416
- /** The list of values to filter out. */
417
- notIn?: string[];
418
- }
419
- /** The policy property value override. */
420
- export interface Override {
421
- /** The override kind. */
422
- kind?: OverrideKind;
423
- /** The value to override the policy property. */
424
- value?: string;
425
- /** The list of the selector expressions. */
426
- selectors?: Selector[];
427
- }
428
- /** Identity for the resource. Policy assignments support a maximum of one identity. That is either a system assigned identity or a single user assigned identity. */
429
- export interface Identity {
430
- /**
431
- * The principal ID of the resource identity. This property will only be provided for a system assigned identity
432
- * NOTE: This property will not be serialized. It can only be populated by the server.
433
- */
434
- readonly principalId?: string;
435
- /**
436
- * The tenant ID of the resource identity. This property will only be provided for a system assigned identity
437
- * NOTE: This property will not be serialized. It can only be populated by the server.
438
- */
439
- readonly tenantId?: string;
440
- /** The identity type. This is the only required field when adding a system or user assigned identity to a resource. */
441
- type?: ResourceIdentityType;
442
- /** The user identity associated with the policy. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
443
- userAssignedIdentities?: {
444
- [propertyName: string]: UserAssignedIdentitiesValue;
445
- };
446
- }
447
- export interface UserAssignedIdentitiesValue {
448
- /**
449
- * The principal id of user assigned identity.
450
- * NOTE: This property will not be serialized. It can only be populated by the server.
451
- */
452
- readonly principalId?: string;
453
- /**
454
- * The client id of user assigned identity.
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly clientId?: string;
458
- }
459
- /** The policy assignment for Patch request. */
460
- export interface PolicyAssignmentUpdate {
461
- /** The location of the policy assignment. Only required when utilizing managed identity. */
462
- location?: string;
463
- /** The managed identity associated with the policy assignment. */
464
- identity?: Identity;
465
- /** The resource selector list to filter policies by resource properties. */
466
- resourceSelectors?: ResourceSelector[];
467
- /** The policy property value override. */
468
- overrides?: Override[];
469
- }
470
- /** List of policy assignments. */
471
- export interface PolicyAssignmentListResult {
472
- /** An array of policy assignments. */
473
- value?: PolicyAssignment[];
474
- /** The URL to use for getting the next set of results. */
475
- nextLink?: string;
476
- }
477
- /** Known values of {@link PolicyType} that the service accepts. */
478
- export declare enum KnownPolicyType {
479
- /** NotSpecified */
480
- NotSpecified = "NotSpecified",
481
- /** BuiltIn */
482
- BuiltIn = "BuiltIn",
483
- /** Custom */
484
- Custom = "Custom",
485
- /** Static */
486
- Static = "Static"
487
- }
488
- /**
489
- * Defines values for PolicyType. \
490
- * {@link KnownPolicyType} can be used interchangeably with PolicyType,
491
- * this enum contains the known values that the service supports.
492
- * ### Known values supported by the service
493
- * **NotSpecified** \
494
- * **BuiltIn** \
495
- * **Custom** \
496
- * **Static**
497
- */
498
- export type PolicyType = string;
499
- /** Known values of {@link ParameterType} that the service accepts. */
500
- export declare enum KnownParameterType {
501
- /** String */
502
- String = "String",
503
- /** Array */
504
- Array = "Array",
505
- /** Object */
506
- Object = "Object",
507
- /** Boolean */
508
- Boolean = "Boolean",
509
- /** Integer */
510
- Integer = "Integer",
511
- /** Float */
512
- Float = "Float",
513
- /** DateTime */
514
- DateTime = "DateTime"
515
- }
516
- /**
517
- * Defines values for ParameterType. \
518
- * {@link KnownParameterType} can be used interchangeably with ParameterType,
519
- * this enum contains the known values that the service supports.
520
- * ### Known values supported by the service
521
- * **String** \
522
- * **Array** \
523
- * **Object** \
524
- * **Boolean** \
525
- * **Integer** \
526
- * **Float** \
527
- * **DateTime**
528
- */
529
- export type ParameterType = string;
530
- /** Known values of {@link CreatedByType} that the service accepts. */
531
- export declare enum KnownCreatedByType {
532
- /** User */
533
- User = "User",
534
- /** Application */
535
- Application = "Application",
536
- /** ManagedIdentity */
537
- ManagedIdentity = "ManagedIdentity",
538
- /** Key */
539
- Key = "Key"
540
- }
541
- /**
542
- * Defines values for CreatedByType. \
543
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
544
- * this enum contains the known values that the service supports.
545
- * ### Known values supported by the service
546
- * **User** \
547
- * **Application** \
548
- * **ManagedIdentity** \
549
- * **Key**
550
- */
551
- export type CreatedByType = string;
552
- /** Known values of {@link EnforcementMode} that the service accepts. */
553
- export declare enum KnownEnforcementMode {
554
- /** The policy effect is enforced during resource creation or update. */
555
- Default = "Default",
556
- /** The policy effect is not enforced during resource creation or update. */
557
- DoNotEnforce = "DoNotEnforce"
558
- }
559
- /**
560
- * Defines values for EnforcementMode. \
561
- * {@link KnownEnforcementMode} can be used interchangeably with EnforcementMode,
562
- * this enum contains the known values that the service supports.
563
- * ### Known values supported by the service
564
- * **Default**: The policy effect is enforced during resource creation or update. \
565
- * **DoNotEnforce**: The policy effect is not enforced during resource creation or update.
566
- */
567
- export type EnforcementMode = string;
568
- /** Known values of {@link SelectorKind} that the service accepts. */
569
- export declare enum KnownSelectorKind {
570
- /** The selector kind to filter policies by the resource location. */
571
- ResourceLocation = "resourceLocation",
572
- /** The selector kind to filter policies by the resource type. */
573
- ResourceType = "resourceType",
574
- /** The selector kind to filter policies by the resource without location. */
575
- ResourceWithoutLocation = "resourceWithoutLocation",
576
- /** The selector kind to filter policies by the policy definition reference ID. */
577
- PolicyDefinitionReferenceId = "policyDefinitionReferenceId"
578
- }
579
- /**
580
- * Defines values for SelectorKind. \
581
- * {@link KnownSelectorKind} can be used interchangeably with SelectorKind,
582
- * this enum contains the known values that the service supports.
583
- * ### Known values supported by the service
584
- * **resourceLocation**: The selector kind to filter policies by the resource location. \
585
- * **resourceType**: The selector kind to filter policies by the resource type. \
586
- * **resourceWithoutLocation**: The selector kind to filter policies by the resource without location. \
587
- * **policyDefinitionReferenceId**: The selector kind to filter policies by the policy definition reference ID.
588
- */
589
- export type SelectorKind = string;
590
- /** Known values of {@link OverrideKind} that the service accepts. */
591
- export declare enum KnownOverrideKind {
592
- /** It will override the policy effect type. */
593
- PolicyEffect = "policyEffect",
594
- /** It will override the definition version property value of the policy assignment. */
595
- DefinitionVersion = "definitionVersion"
596
- }
597
- /**
598
- * Defines values for OverrideKind. \
599
- * {@link KnownOverrideKind} can be used interchangeably with OverrideKind,
600
- * this enum contains the known values that the service supports.
601
- * ### Known values supported by the service
602
- * **policyEffect**: It will override the policy effect type. \
603
- * **definitionVersion**: It will override the definition version property value of the policy assignment.
604
- */
605
- export type OverrideKind = string;
606
- /** Known values of {@link AssignmentType} that the service accepts. */
607
- export declare enum KnownAssignmentType {
608
- /** NotSpecified */
609
- NotSpecified = "NotSpecified",
610
- /** System */
611
- System = "System",
612
- /** SystemHidden */
613
- SystemHidden = "SystemHidden",
614
- /** Custom */
615
- Custom = "Custom"
616
- }
617
- /**
618
- * Defines values for AssignmentType. \
619
- * {@link KnownAssignmentType} can be used interchangeably with AssignmentType,
620
- * this enum contains the known values that the service supports.
621
- * ### Known values supported by the service
622
- * **NotSpecified** \
623
- * **System** \
624
- * **SystemHidden** \
625
- * **Custom**
626
- */
627
- export type AssignmentType = string;
628
- /** Defines values for ResourceIdentityType. */
629
- export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
630
- /** Optional parameters. */
631
- export interface PolicyDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
632
- }
633
- /** Contains response data for the createOrUpdate operation. */
634
- export type PolicyDefinitionsCreateOrUpdateResponse = PolicyDefinition;
635
- /** Optional parameters. */
636
- export interface PolicyDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
637
- }
638
- /** Optional parameters. */
639
- export interface PolicyDefinitionsGetOptionalParams extends coreClient.OperationOptions {
640
- }
641
- /** Contains response data for the get operation. */
642
- export type PolicyDefinitionsGetResponse = PolicyDefinition;
643
- /** Optional parameters. */
644
- export interface PolicyDefinitionsGetBuiltInOptionalParams extends coreClient.OperationOptions {
645
- }
646
- /** Contains response data for the getBuiltIn operation. */
647
- export type PolicyDefinitionsGetBuiltInResponse = PolicyDefinition;
648
- /** Optional parameters. */
649
- export interface PolicyDefinitionsCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
650
- }
651
- /** Contains response data for the createOrUpdateAtManagementGroup operation. */
652
- export type PolicyDefinitionsCreateOrUpdateAtManagementGroupResponse = PolicyDefinition;
653
- /** Optional parameters. */
654
- export interface PolicyDefinitionsDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
655
- }
656
- /** Optional parameters. */
657
- export interface PolicyDefinitionsGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
658
- }
659
- /** Contains response data for the getAtManagementGroup operation. */
660
- export type PolicyDefinitionsGetAtManagementGroupResponse = PolicyDefinition;
661
- /** Optional parameters. */
662
- export interface PolicyDefinitionsListOptionalParams extends coreClient.OperationOptions {
663
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}. */
664
- filter?: string;
665
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
666
- top?: number;
667
- }
668
- /** Contains response data for the list operation. */
669
- export type PolicyDefinitionsListResponse = PolicyDefinitionListResult;
670
- /** Optional parameters. */
671
- export interface PolicyDefinitionsListBuiltInOptionalParams extends coreClient.OperationOptions {
672
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}. */
673
- filter?: string;
674
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
675
- top?: number;
676
- }
677
- /** Contains response data for the listBuiltIn operation. */
678
- export type PolicyDefinitionsListBuiltInResponse = PolicyDefinitionListResult;
679
- /** Optional parameters. */
680
- export interface PolicyDefinitionsListByManagementGroupOptionalParams extends coreClient.OperationOptions {
681
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}. */
682
- filter?: string;
683
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
684
- top?: number;
685
- }
686
- /** Contains response data for the listByManagementGroup operation. */
687
- export type PolicyDefinitionsListByManagementGroupResponse = PolicyDefinitionListResult;
688
- /** Optional parameters. */
689
- export interface PolicyDefinitionsListNextOptionalParams extends coreClient.OperationOptions {
690
- }
691
- /** Contains response data for the listNext operation. */
692
- export type PolicyDefinitionsListNextResponse = PolicyDefinitionListResult;
693
- /** Optional parameters. */
694
- export interface PolicyDefinitionsListBuiltInNextOptionalParams extends coreClient.OperationOptions {
695
- }
696
- /** Contains response data for the listBuiltInNext operation. */
697
- export type PolicyDefinitionsListBuiltInNextResponse = PolicyDefinitionListResult;
698
- /** Optional parameters. */
699
- export interface PolicyDefinitionsListByManagementGroupNextOptionalParams extends coreClient.OperationOptions {
700
- }
701
- /** Contains response data for the listByManagementGroupNext operation. */
702
- export type PolicyDefinitionsListByManagementGroupNextResponse = PolicyDefinitionListResult;
703
- /** Optional parameters. */
704
- export interface PolicyDefinitionVersionsListAllBuiltinsOptionalParams extends coreClient.OperationOptions {
705
- }
706
- /** Contains response data for the listAllBuiltins operation. */
707
- export type PolicyDefinitionVersionsListAllBuiltinsResponse = PolicyDefinitionVersionListResult;
708
- /** Optional parameters. */
709
- export interface PolicyDefinitionVersionsListAllAtManagementGroupOptionalParams extends coreClient.OperationOptions {
710
- }
711
- /** Contains response data for the listAllAtManagementGroup operation. */
712
- export type PolicyDefinitionVersionsListAllAtManagementGroupResponse = PolicyDefinitionVersionListResult;
713
- /** Optional parameters. */
714
- export interface PolicyDefinitionVersionsListAllOptionalParams extends coreClient.OperationOptions {
715
- }
716
- /** Contains response data for the listAll operation. */
717
- export type PolicyDefinitionVersionsListAllResponse = PolicyDefinitionVersionListResult;
718
- /** Optional parameters. */
719
- export interface PolicyDefinitionVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
720
- }
721
- /** Contains response data for the createOrUpdate operation. */
722
- export type PolicyDefinitionVersionsCreateOrUpdateResponse = PolicyDefinitionVersion;
723
- /** Optional parameters. */
724
- export interface PolicyDefinitionVersionsDeleteOptionalParams extends coreClient.OperationOptions {
725
- }
726
- /** Optional parameters. */
727
- export interface PolicyDefinitionVersionsGetOptionalParams extends coreClient.OperationOptions {
728
- }
729
- /** Contains response data for the get operation. */
730
- export type PolicyDefinitionVersionsGetResponse = PolicyDefinitionVersion;
731
- /** Optional parameters. */
732
- export interface PolicyDefinitionVersionsGetBuiltInOptionalParams extends coreClient.OperationOptions {
733
- }
734
- /** Contains response data for the getBuiltIn operation. */
735
- export type PolicyDefinitionVersionsGetBuiltInResponse = PolicyDefinitionVersion;
736
- /** Optional parameters. */
737
- export interface PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
738
- }
739
- /** Contains response data for the createOrUpdateAtManagementGroup operation. */
740
- export type PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupResponse = PolicyDefinitionVersion;
741
- /** Optional parameters. */
742
- export interface PolicyDefinitionVersionsDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
743
- }
744
- /** Optional parameters. */
745
- export interface PolicyDefinitionVersionsGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
746
- }
747
- /** Contains response data for the getAtManagementGroup operation. */
748
- export type PolicyDefinitionVersionsGetAtManagementGroupResponse = PolicyDefinitionVersion;
749
- /** Optional parameters. */
750
- export interface PolicyDefinitionVersionsListOptionalParams extends coreClient.OperationOptions {
751
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
752
- top?: number;
753
- }
754
- /** Contains response data for the list operation. */
755
- export type PolicyDefinitionVersionsListResponse = PolicyDefinitionVersionListResult;
756
- /** Optional parameters. */
757
- export interface PolicyDefinitionVersionsListBuiltInOptionalParams extends coreClient.OperationOptions {
758
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
759
- top?: number;
760
- }
761
- /** Contains response data for the listBuiltIn operation. */
762
- export type PolicyDefinitionVersionsListBuiltInResponse = PolicyDefinitionVersionListResult;
763
- /** Optional parameters. */
764
- export interface PolicyDefinitionVersionsListByManagementGroupOptionalParams extends coreClient.OperationOptions {
765
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
766
- top?: number;
767
- }
768
- /** Contains response data for the listByManagementGroup operation. */
769
- export type PolicyDefinitionVersionsListByManagementGroupResponse = PolicyDefinitionVersionListResult;
770
- /** Optional parameters. */
771
- export interface PolicyDefinitionVersionsListNextOptionalParams extends coreClient.OperationOptions {
772
- }
773
- /** Contains response data for the listNext operation. */
774
- export type PolicyDefinitionVersionsListNextResponse = PolicyDefinitionVersionListResult;
775
- /** Optional parameters. */
776
- export interface PolicyDefinitionVersionsListBuiltInNextOptionalParams extends coreClient.OperationOptions {
777
- }
778
- /** Contains response data for the listBuiltInNext operation. */
779
- export type PolicyDefinitionVersionsListBuiltInNextResponse = PolicyDefinitionVersionListResult;
780
- /** Optional parameters. */
781
- export interface PolicyDefinitionVersionsListByManagementGroupNextOptionalParams extends coreClient.OperationOptions {
782
- }
783
- /** Contains response data for the listByManagementGroupNext operation. */
784
- export type PolicyDefinitionVersionsListByManagementGroupNextResponse = PolicyDefinitionVersionListResult;
785
- /** Optional parameters. */
786
- export interface PolicySetDefinitionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
787
- }
788
- /** Contains response data for the createOrUpdate operation. */
789
- export type PolicySetDefinitionsCreateOrUpdateResponse = PolicySetDefinition;
790
- /** Optional parameters. */
791
- export interface PolicySetDefinitionsDeleteOptionalParams extends coreClient.OperationOptions {
792
- }
793
- /** Optional parameters. */
794
- export interface PolicySetDefinitionsGetOptionalParams extends coreClient.OperationOptions {
795
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
796
- expand?: string;
797
- }
798
- /** Contains response data for the get operation. */
799
- export type PolicySetDefinitionsGetResponse = PolicySetDefinition;
800
- /** Optional parameters. */
801
- export interface PolicySetDefinitionsGetBuiltInOptionalParams extends coreClient.OperationOptions {
802
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
803
- expand?: string;
804
- }
805
- /** Contains response data for the getBuiltIn operation. */
806
- export type PolicySetDefinitionsGetBuiltInResponse = PolicySetDefinition;
807
- /** Optional parameters. */
808
- export interface PolicySetDefinitionsListOptionalParams extends coreClient.OperationOptions {
809
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}. */
810
- filter?: string;
811
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
812
- top?: number;
813
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
814
- expand?: string;
815
- }
816
- /** Contains response data for the list operation. */
817
- export type PolicySetDefinitionsListResponse = PolicySetDefinitionListResult;
818
- /** Optional parameters. */
819
- export interface PolicySetDefinitionsListBuiltInOptionalParams extends coreClient.OperationOptions {
820
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}. */
821
- filter?: string;
822
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
823
- top?: number;
824
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
825
- expand?: string;
826
- }
827
- /** Contains response data for the listBuiltIn operation. */
828
- export type PolicySetDefinitionsListBuiltInResponse = PolicySetDefinitionListResult;
829
- /** Optional parameters. */
830
- export interface PolicySetDefinitionsCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
831
- }
832
- /** Contains response data for the createOrUpdateAtManagementGroup operation. */
833
- export type PolicySetDefinitionsCreateOrUpdateAtManagementGroupResponse = PolicySetDefinition;
834
- /** Optional parameters. */
835
- export interface PolicySetDefinitionsDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
836
- }
837
- /** Optional parameters. */
838
- export interface PolicySetDefinitionsGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
839
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
840
- expand?: string;
841
- }
842
- /** Contains response data for the getAtManagementGroup operation. */
843
- export type PolicySetDefinitionsGetAtManagementGroupResponse = PolicySetDefinition;
844
- /** Optional parameters. */
845
- export interface PolicySetDefinitionsListByManagementGroupOptionalParams extends coreClient.OperationOptions {
846
- /** The filter to apply on the operation. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given scope. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}. */
847
- filter?: string;
848
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
849
- top?: number;
850
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
851
- expand?: string;
852
- }
853
- /** Contains response data for the listByManagementGroup operation. */
854
- export type PolicySetDefinitionsListByManagementGroupResponse = PolicySetDefinitionListResult;
855
- /** Optional parameters. */
856
- export interface PolicySetDefinitionsListNextOptionalParams extends coreClient.OperationOptions {
857
- }
858
- /** Contains response data for the listNext operation. */
859
- export type PolicySetDefinitionsListNextResponse = PolicySetDefinitionListResult;
860
- /** Optional parameters. */
861
- export interface PolicySetDefinitionsListBuiltInNextOptionalParams extends coreClient.OperationOptions {
862
- }
863
- /** Contains response data for the listBuiltInNext operation. */
864
- export type PolicySetDefinitionsListBuiltInNextResponse = PolicySetDefinitionListResult;
865
- /** Optional parameters. */
866
- export interface PolicySetDefinitionsListByManagementGroupNextOptionalParams extends coreClient.OperationOptions {
867
- }
868
- /** Contains response data for the listByManagementGroupNext operation. */
869
- export type PolicySetDefinitionsListByManagementGroupNextResponse = PolicySetDefinitionListResult;
870
- /** Optional parameters. */
871
- export interface PolicySetDefinitionVersionsListAllBuiltinsOptionalParams extends coreClient.OperationOptions {
872
- }
873
- /** Contains response data for the listAllBuiltins operation. */
874
- export type PolicySetDefinitionVersionsListAllBuiltinsResponse = PolicySetDefinitionVersionListResult;
875
- /** Optional parameters. */
876
- export interface PolicySetDefinitionVersionsListAllAtManagementGroupOptionalParams extends coreClient.OperationOptions {
877
- }
878
- /** Contains response data for the listAllAtManagementGroup operation. */
879
- export type PolicySetDefinitionVersionsListAllAtManagementGroupResponse = PolicySetDefinitionVersionListResult;
880
- /** Optional parameters. */
881
- export interface PolicySetDefinitionVersionsListAllOptionalParams extends coreClient.OperationOptions {
882
- }
883
- /** Contains response data for the listAll operation. */
884
- export type PolicySetDefinitionVersionsListAllResponse = PolicySetDefinitionVersionListResult;
885
- /** Optional parameters. */
886
- export interface PolicySetDefinitionVersionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
887
- }
888
- /** Contains response data for the createOrUpdate operation. */
889
- export type PolicySetDefinitionVersionsCreateOrUpdateResponse = PolicySetDefinitionVersion;
890
- /** Optional parameters. */
891
- export interface PolicySetDefinitionVersionsDeleteOptionalParams extends coreClient.OperationOptions {
892
- }
893
- /** Optional parameters. */
894
- export interface PolicySetDefinitionVersionsGetOptionalParams extends coreClient.OperationOptions {
895
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
896
- expand?: string;
897
- }
898
- /** Contains response data for the get operation. */
899
- export type PolicySetDefinitionVersionsGetResponse = PolicySetDefinitionVersion;
900
- /** Optional parameters. */
901
- export interface PolicySetDefinitionVersionsGetBuiltInOptionalParams extends coreClient.OperationOptions {
902
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
903
- expand?: string;
904
- }
905
- /** Contains response data for the getBuiltIn operation. */
906
- export type PolicySetDefinitionVersionsGetBuiltInResponse = PolicySetDefinitionVersion;
907
- /** Optional parameters. */
908
- export interface PolicySetDefinitionVersionsListOptionalParams extends coreClient.OperationOptions {
909
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
910
- top?: number;
911
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
912
- expand?: string;
913
- }
914
- /** Contains response data for the list operation. */
915
- export type PolicySetDefinitionVersionsListResponse = PolicySetDefinitionVersionListResult;
916
- /** Optional parameters. */
917
- export interface PolicySetDefinitionVersionsListBuiltInOptionalParams extends coreClient.OperationOptions {
918
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
919
- top?: number;
920
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
921
- expand?: string;
922
- }
923
- /** Contains response data for the listBuiltIn operation. */
924
- export type PolicySetDefinitionVersionsListBuiltInResponse = PolicySetDefinitionVersionListResult;
925
- /** Optional parameters. */
926
- export interface PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
927
- }
928
- /** Contains response data for the createOrUpdateAtManagementGroup operation. */
929
- export type PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupResponse = PolicySetDefinitionVersion;
930
- /** Optional parameters. */
931
- export interface PolicySetDefinitionVersionsDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
932
- }
933
- /** Optional parameters. */
934
- export interface PolicySetDefinitionVersionsGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
935
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
936
- expand?: string;
937
- }
938
- /** Contains response data for the getAtManagementGroup operation. */
939
- export type PolicySetDefinitionVersionsGetAtManagementGroupResponse = PolicySetDefinitionVersion;
940
- /** Optional parameters. */
941
- export interface PolicySetDefinitionVersionsListByManagementGroupOptionalParams extends coreClient.OperationOptions {
942
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
943
- top?: number;
944
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
945
- expand?: string;
946
- }
947
- /** Contains response data for the listByManagementGroup operation. */
948
- export type PolicySetDefinitionVersionsListByManagementGroupResponse = PolicySetDefinitionVersionListResult;
949
- /** Optional parameters. */
950
- export interface PolicySetDefinitionVersionsListNextOptionalParams extends coreClient.OperationOptions {
951
- }
952
- /** Contains response data for the listNext operation. */
953
- export type PolicySetDefinitionVersionsListNextResponse = PolicySetDefinitionVersionListResult;
954
- /** Optional parameters. */
955
- export interface PolicySetDefinitionVersionsListBuiltInNextOptionalParams extends coreClient.OperationOptions {
956
- }
957
- /** Contains response data for the listBuiltInNext operation. */
958
- export type PolicySetDefinitionVersionsListBuiltInNextResponse = PolicySetDefinitionVersionListResult;
959
- /** Optional parameters. */
960
- export interface PolicySetDefinitionVersionsListByManagementGroupNextOptionalParams extends coreClient.OperationOptions {
961
- }
962
- /** Contains response data for the listByManagementGroupNext operation. */
963
- export type PolicySetDefinitionVersionsListByManagementGroupNextResponse = PolicySetDefinitionVersionListResult;
964
- /** Optional parameters. */
965
- export interface PolicyAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
966
- }
967
- /** Contains response data for the delete operation. */
968
- export type PolicyAssignmentsDeleteResponse = PolicyAssignment;
969
- /** Optional parameters. */
970
- export interface PolicyAssignmentsCreateOptionalParams extends coreClient.OperationOptions {
971
- }
972
- /** Contains response data for the create operation. */
973
- export type PolicyAssignmentsCreateResponse = PolicyAssignment;
974
- /** Optional parameters. */
975
- export interface PolicyAssignmentsGetOptionalParams extends coreClient.OperationOptions {
976
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
977
- expand?: string;
978
- }
979
- /** Contains response data for the get operation. */
980
- export type PolicyAssignmentsGetResponse = PolicyAssignment;
981
- /** Optional parameters. */
982
- export interface PolicyAssignmentsUpdateOptionalParams extends coreClient.OperationOptions {
983
- }
984
- /** Contains response data for the update operation. */
985
- export type PolicyAssignmentsUpdateResponse = PolicyAssignment;
986
- /** Optional parameters. */
987
- export interface PolicyAssignmentsListForResourceGroupOptionalParams extends coreClient.OperationOptions {
988
- /** The filter to apply on the operation. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atScope() is provided, the returned list only includes all policy assignments that apply to the scope, which is everything in the unfiltered list except those applied to sub scopes contained within the given scope. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the given scope. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}. */
989
- filter?: string;
990
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
991
- top?: number;
992
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
993
- expand?: string;
994
- }
995
- /** Contains response data for the listForResourceGroup operation. */
996
- export type PolicyAssignmentsListForResourceGroupResponse = PolicyAssignmentListResult;
997
- /** Optional parameters. */
998
- export interface PolicyAssignmentsListForResourceOptionalParams extends coreClient.OperationOptions {
999
- /** The filter to apply on the operation. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atScope() is provided, the returned list only includes all policy assignments that apply to the scope, which is everything in the unfiltered list except those applied to sub scopes contained within the given scope. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the given scope. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}. */
1000
- filter?: string;
1001
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
1002
- top?: number;
1003
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
1004
- expand?: string;
1005
- }
1006
- /** Contains response data for the listForResource operation. */
1007
- export type PolicyAssignmentsListForResourceResponse = PolicyAssignmentListResult;
1008
- /** Optional parameters. */
1009
- export interface PolicyAssignmentsListForManagementGroupOptionalParams extends coreClient.OperationOptions {
1010
- /** The filter to apply on the operation. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atScope() is provided, the returned list only includes all policy assignments that apply to the scope, which is everything in the unfiltered list except those applied to sub scopes contained within the given scope. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the given scope. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}. */
1011
- filter?: string;
1012
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
1013
- top?: number;
1014
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
1015
- expand?: string;
1016
- }
1017
- /** Contains response data for the listForManagementGroup operation. */
1018
- export type PolicyAssignmentsListForManagementGroupResponse = PolicyAssignmentListResult;
1019
- /** Optional parameters. */
1020
- export interface PolicyAssignmentsListOptionalParams extends coreClient.OperationOptions {
1021
- /** The filter to apply on the operation. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, no filtering is performed. If $filter=atScope() is provided, the returned list only includes all policy assignments that apply to the scope, which is everything in the unfiltered list except those applied to sub scopes contained within the given scope. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the given scope. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}. */
1022
- filter?: string;
1023
- /** Maximum number of records to return. When the $top filter is not provided, it will return 500 records. */
1024
- top?: number;
1025
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
1026
- expand?: string;
1027
- }
1028
- /** Contains response data for the list operation. */
1029
- export type PolicyAssignmentsListResponse = PolicyAssignmentListResult;
1030
- /** Optional parameters. */
1031
- export interface PolicyAssignmentsDeleteByIdOptionalParams extends coreClient.OperationOptions {
1032
- }
1033
- /** Contains response data for the deleteById operation. */
1034
- export type PolicyAssignmentsDeleteByIdResponse = PolicyAssignment;
1035
- /** Optional parameters. */
1036
- export interface PolicyAssignmentsCreateByIdOptionalParams extends coreClient.OperationOptions {
1037
- }
1038
- /** Contains response data for the createById operation. */
1039
- export type PolicyAssignmentsCreateByIdResponse = PolicyAssignment;
1040
- /** Optional parameters. */
1041
- export interface PolicyAssignmentsGetByIdOptionalParams extends coreClient.OperationOptions {
1042
- /** Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'. */
1043
- expand?: string;
1044
- }
1045
- /** Contains response data for the getById operation. */
1046
- export type PolicyAssignmentsGetByIdResponse = PolicyAssignment;
1047
- /** Optional parameters. */
1048
- export interface PolicyAssignmentsUpdateByIdOptionalParams extends coreClient.OperationOptions {
1049
- }
1050
- /** Contains response data for the updateById operation. */
1051
- export type PolicyAssignmentsUpdateByIdResponse = PolicyAssignment;
1052
- /** Optional parameters. */
1053
- export interface PolicyAssignmentsListForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1054
- }
1055
- /** Contains response data for the listForResourceGroupNext operation. */
1056
- export type PolicyAssignmentsListForResourceGroupNextResponse = PolicyAssignmentListResult;
1057
- /** Optional parameters. */
1058
- export interface PolicyAssignmentsListForResourceNextOptionalParams extends coreClient.OperationOptions {
1059
- }
1060
- /** Contains response data for the listForResourceNext operation. */
1061
- export type PolicyAssignmentsListForResourceNextResponse = PolicyAssignmentListResult;
1062
- /** Optional parameters. */
1063
- export interface PolicyAssignmentsListForManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1064
- }
1065
- /** Contains response data for the listForManagementGroupNext operation. */
1066
- export type PolicyAssignmentsListForManagementGroupNextResponse = PolicyAssignmentListResult;
1067
- /** Optional parameters. */
1068
- export interface PolicyAssignmentsListNextOptionalParams extends coreClient.OperationOptions {
1069
- }
1070
- /** Contains response data for the listNext operation. */
1071
- export type PolicyAssignmentsListNextResponse = PolicyAssignmentListResult;
1072
- /** Optional parameters. */
1073
- export interface PolicyClientOptionalParams extends coreClient.ServiceClientOptions {
1074
- /** server parameter */
1075
- $host?: string;
1076
- /** Api Version */
1077
- apiVersion?: string;
1078
- /** Overrides client endpoint. */
1079
- endpoint?: string;
1080
- }
1
+ export { PolicyAssignment, PolicyAssignmentProperties, ParameterValuesValue, KnownEnforcementMode, EnforcementMode, NonComplianceMessage, ResourceSelector, Selector, KnownSelectorKind, SelectorKind, Override, KnownOverrideKind, OverrideKind, KnownAssignmentType, AssignmentType, Identity, ResourceIdentityType, UserAssignedIdentitiesValue, ExtensionResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, PolicyAssignmentUpdate, PolicyAssignmentUpdateProperties, PolicyDefinition, PolicyDefinitionProperties, KnownPolicyType, PolicyType, ParameterDefinitionsValue, KnownParameterType, ParameterType, ParameterDefinitionsValueMetadata, ExternalEvaluationEnforcementSettings, ExternalEvaluationEndpointSettings, ProxyResource, PolicyDefinitionVersion, PolicyDefinitionVersionProperties, PolicySetDefinition, PolicySetDefinitionProperties, PolicyDefinitionReference, PolicyDefinitionGroup, PolicySetDefinitionVersion, PolicySetDefinitionVersionProperties, PolicyTokenRequest, PolicyTokenOperation, PolicyTokenResponse, KnownPolicyTokenResult, PolicyTokenResult, ExternalEvaluationEndpointInvocationResult, PolicyLogInfo, KnownExternalEndpointResult, ExternalEndpointResult, KnownVersions, } from "./models.js";
1081
2
  //# sourceMappingURL=index.d.ts.map