@azure/arm-policyinsights 6.0.0-beta.2 → 6.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 (854) hide show
  1. package/CHANGELOG.md +238 -4
  2. package/LICENSE +1 -1
  3. package/README.md +4 -5
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/dist/browser/index.js +13 -0
  7. package/dist/browser/index.js.map +1 -0
  8. package/dist/browser/lroImpl.d.ts +11 -0
  9. package/dist/browser/lroImpl.d.ts.map +1 -0
  10. package/dist/browser/lroImpl.js +21 -0
  11. package/dist/browser/lroImpl.js.map +1 -0
  12. package/dist/browser/models/index.d.ts +2256 -0
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js +82 -0
  15. package/dist/browser/models/index.js.map +1 -0
  16. package/dist/browser/models/mappers.d.ts +67 -0
  17. package/dist/browser/models/mappers.d.ts.map +1 -0
  18. package/dist/browser/models/mappers.js +2982 -0
  19. package/dist/browser/models/mappers.js.map +1 -0
  20. package/dist/browser/models/parameters.d.ts +51 -0
  21. package/dist/browser/models/parameters.d.ts.map +1 -0
  22. package/dist/browser/models/parameters.js +488 -0
  23. package/dist/browser/models/parameters.js.map +1 -0
  24. package/dist/browser/operations/attestations.d.ts +161 -0
  25. package/dist/browser/operations/attestations.d.ts.map +1 -0
  26. package/dist/browser/operations/attestations.js +790 -0
  27. package/dist/browser/operations/attestations.js.map +1 -0
  28. package/dist/browser/operations/componentPolicyStates.d.ts +66 -0
  29. package/dist/browser/operations/componentPolicyStates.d.ts.map +1 -0
  30. package/dist/browser/operations/componentPolicyStates.js +292 -0
  31. package/dist/browser/operations/componentPolicyStates.js.map +1 -0
  32. package/dist/browser/operations/index.d.ts +10 -0
  33. package/dist/browser/operations/index.d.ts.map +1 -0
  34. package/dist/browser/operations/index.js +17 -0
  35. package/dist/browser/operations/index.js.map +1 -0
  36. package/dist/browser/operations/operations.d.ts +18 -0
  37. package/dist/browser/operations/operations.d.ts.map +1 -0
  38. package/dist/browser/operations/operations.js +46 -0
  39. package/dist/browser/operations/operations.js.map +1 -0
  40. package/dist/browser/operations/policyEvents.d.ts +256 -0
  41. package/dist/browser/operations/policyEvents.d.ts.map +1 -0
  42. package/dist/browser/operations/policyEvents.js +1200 -0
  43. package/dist/browser/operations/policyEvents.js.map +1 -0
  44. package/dist/browser/operations/policyMetadataOperations.d.ts +38 -0
  45. package/dist/browser/operations/policyMetadataOperations.d.ts.map +1 -0
  46. package/dist/browser/operations/policyMetadataOperations.js +157 -0
  47. package/dist/browser/operations/policyMetadataOperations.js.map +1 -0
  48. package/dist/browser/operations/policyRestrictions.d.ts +34 -0
  49. package/dist/browser/operations/policyRestrictions.d.ts.map +1 -0
  50. package/dist/browser/operations/policyRestrictions.js +112 -0
  51. package/dist/browser/operations/policyRestrictions.js.map +1 -0
  52. package/dist/browser/operations/policyStates.d.ts +385 -0
  53. package/dist/browser/operations/policyStates.d.ts.map +1 -0
  54. package/dist/browser/operations/policyStates.js +1705 -0
  55. package/dist/browser/operations/policyStates.js.map +1 -0
  56. package/dist/browser/operations/policyTrackedResources.d.ts +123 -0
  57. package/dist/browser/operations/policyTrackedResources.d.ts.map +1 -0
  58. package/dist/browser/operations/policyTrackedResources.js +536 -0
  59. package/dist/browser/operations/policyTrackedResources.js.map +1 -0
  60. package/dist/browser/operations/remediations.d.ts +304 -0
  61. package/dist/browser/operations/remediations.d.ts.map +1 -0
  62. package/dist/browser/operations/remediations.js +1474 -0
  63. package/dist/browser/operations/remediations.js.map +1 -0
  64. package/dist/browser/operationsInterfaces/attestations.d.ts +110 -0
  65. package/dist/browser/operationsInterfaces/attestations.d.ts.map +1 -0
  66. package/dist/browser/operationsInterfaces/attestations.js.map +1 -0
  67. package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  68. package/dist/browser/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  69. package/dist/browser/operationsInterfaces/componentPolicyStates.js +9 -0
  70. package/dist/browser/operationsInterfaces/componentPolicyStates.js.map +1 -0
  71. package/dist/browser/operationsInterfaces/index.d.ts +10 -0
  72. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  73. package/dist/browser/operationsInterfaces/index.js +17 -0
  74. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  75. package/dist/browser/operationsInterfaces/operations.d.ts +10 -0
  76. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  77. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  78. package/dist/browser/operationsInterfaces/policyEvents.d.ts +76 -0
  79. package/dist/browser/operationsInterfaces/policyEvents.d.ts.map +1 -0
  80. package/dist/browser/operationsInterfaces/policyEvents.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  82. package/dist/browser/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  83. package/dist/browser/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  84. package/dist/browser/operationsInterfaces/policyRestrictions.d.ts +26 -0
  85. package/dist/browser/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  86. package/dist/browser/operationsInterfaces/policyRestrictions.js.map +1 -0
  87. package/dist/browser/operationsInterfaces/policyStates.d.ts +189 -0
  88. package/dist/browser/operationsInterfaces/policyStates.d.ts.map +1 -0
  89. package/dist/browser/operationsInterfaces/policyStates.js.map +1 -0
  90. package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  91. package/dist/browser/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  92. package/dist/browser/operationsInterfaces/policyTrackedResources.js.map +1 -0
  93. package/dist/browser/operationsInterfaces/remediations.d.ts +168 -0
  94. package/dist/browser/operationsInterfaces/remediations.d.ts.map +1 -0
  95. package/dist/browser/operationsInterfaces/remediations.js.map +1 -0
  96. package/dist/browser/package.json +3 -0
  97. package/dist/browser/pagingHelper.d.ts +13 -0
  98. package/dist/browser/pagingHelper.d.ts.map +1 -0
  99. package/dist/browser/pagingHelper.js +32 -0
  100. package/dist/browser/pagingHelper.js.map +1 -0
  101. package/dist/browser/policyInsightsClient.d.ts +26 -0
  102. package/dist/browser/policyInsightsClient.d.ts.map +1 -0
  103. package/dist/browser/policyInsightsClient.js +76 -0
  104. package/dist/browser/policyInsightsClient.js.map +1 -0
  105. package/dist/commonjs/index.d.ts +5 -0
  106. package/dist/commonjs/index.d.ts.map +1 -0
  107. package/dist/commonjs/index.js +19 -0
  108. package/dist/commonjs/index.js.map +1 -0
  109. package/dist/commonjs/lroImpl.d.ts +11 -0
  110. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  111. package/dist/commonjs/lroImpl.js +24 -0
  112. package/dist/commonjs/lroImpl.js.map +1 -0
  113. package/dist/commonjs/models/index.d.ts +2256 -0
  114. package/dist/commonjs/models/index.d.ts.map +1 -0
  115. package/dist/commonjs/models/index.js +85 -0
  116. package/dist/commonjs/models/index.js.map +1 -0
  117. package/dist/commonjs/models/mappers.d.ts +67 -0
  118. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  119. package/dist/commonjs/models/mappers.js +2986 -0
  120. package/dist/commonjs/models/mappers.js.map +1 -0
  121. package/dist/commonjs/models/parameters.d.ts +51 -0
  122. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  123. package/dist/commonjs/models/parameters.js +491 -0
  124. package/dist/commonjs/models/parameters.js.map +1 -0
  125. package/dist/commonjs/operations/attestations.d.ts +161 -0
  126. package/dist/commonjs/operations/attestations.d.ts.map +1 -0
  127. package/dist/commonjs/operations/attestations.js +794 -0
  128. package/dist/commonjs/operations/attestations.js.map +1 -0
  129. package/dist/commonjs/operations/componentPolicyStates.d.ts +66 -0
  130. package/dist/commonjs/operations/componentPolicyStates.d.ts.map +1 -0
  131. package/dist/commonjs/operations/componentPolicyStates.js +297 -0
  132. package/dist/commonjs/operations/componentPolicyStates.js.map +1 -0
  133. package/dist/commonjs/operations/index.d.ts +10 -0
  134. package/dist/commonjs/operations/index.d.ts.map +1 -0
  135. package/dist/commonjs/operations/index.js +20 -0
  136. package/dist/commonjs/operations/index.js.map +1 -0
  137. package/dist/commonjs/operations/operations.d.ts +18 -0
  138. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  139. package/dist/commonjs/operations/operations.js +51 -0
  140. package/dist/commonjs/operations/operations.js.map +1 -0
  141. package/dist/commonjs/operations/policyEvents.d.ts +256 -0
  142. package/dist/commonjs/operations/policyEvents.d.ts.map +1 -0
  143. package/dist/commonjs/operations/policyEvents.js +1204 -0
  144. package/dist/commonjs/operations/policyEvents.js.map +1 -0
  145. package/dist/commonjs/operations/policyMetadataOperations.d.ts +38 -0
  146. package/dist/commonjs/operations/policyMetadataOperations.d.ts.map +1 -0
  147. package/dist/commonjs/operations/policyMetadataOperations.js +161 -0
  148. package/dist/commonjs/operations/policyMetadataOperations.js.map +1 -0
  149. package/dist/commonjs/operations/policyRestrictions.d.ts +34 -0
  150. package/dist/commonjs/operations/policyRestrictions.d.ts.map +1 -0
  151. package/dist/commonjs/operations/policyRestrictions.js +117 -0
  152. package/dist/commonjs/operations/policyRestrictions.js.map +1 -0
  153. package/dist/commonjs/operations/policyStates.d.ts +385 -0
  154. package/dist/commonjs/operations/policyStates.d.ts.map +1 -0
  155. package/dist/commonjs/operations/policyStates.js +1709 -0
  156. package/dist/commonjs/operations/policyStates.js.map +1 -0
  157. package/dist/commonjs/operations/policyTrackedResources.d.ts +123 -0
  158. package/dist/commonjs/operations/policyTrackedResources.d.ts.map +1 -0
  159. package/dist/commonjs/operations/policyTrackedResources.js +540 -0
  160. package/dist/commonjs/operations/policyTrackedResources.js.map +1 -0
  161. package/dist/commonjs/operations/remediations.d.ts +304 -0
  162. package/dist/commonjs/operations/remediations.d.ts.map +1 -0
  163. package/dist/commonjs/operations/remediations.js +1478 -0
  164. package/dist/commonjs/operations/remediations.js.map +1 -0
  165. package/dist/commonjs/operationsInterfaces/attestations.d.ts +110 -0
  166. package/dist/commonjs/operationsInterfaces/attestations.d.ts.map +1 -0
  167. package/dist/commonjs/operationsInterfaces/attestations.js +10 -0
  168. package/dist/commonjs/operationsInterfaces/attestations.js.map +1 -0
  169. package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  170. package/dist/commonjs/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  171. package/dist/commonjs/operationsInterfaces/componentPolicyStates.js +10 -0
  172. package/dist/commonjs/operationsInterfaces/componentPolicyStates.js.map +1 -0
  173. package/dist/commonjs/operationsInterfaces/index.d.ts +10 -0
  174. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  175. package/dist/commonjs/operationsInterfaces/index.js +20 -0
  176. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  177. package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
  178. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  179. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  180. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  181. package/dist/commonjs/operationsInterfaces/policyEvents.d.ts +76 -0
  182. package/dist/commonjs/operationsInterfaces/policyEvents.d.ts.map +1 -0
  183. package/dist/commonjs/operationsInterfaces/policyEvents.js +10 -0
  184. package/dist/commonjs/operationsInterfaces/policyEvents.js.map +1 -0
  185. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  186. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  187. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js +10 -0
  188. package/dist/commonjs/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  189. package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts +26 -0
  190. package/dist/commonjs/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  191. package/dist/commonjs/operationsInterfaces/policyRestrictions.js +10 -0
  192. package/dist/commonjs/operationsInterfaces/policyRestrictions.js.map +1 -0
  193. package/dist/commonjs/operationsInterfaces/policyStates.d.ts +189 -0
  194. package/dist/commonjs/operationsInterfaces/policyStates.d.ts.map +1 -0
  195. package/dist/commonjs/operationsInterfaces/policyStates.js +10 -0
  196. package/dist/commonjs/operationsInterfaces/policyStates.js.map +1 -0
  197. package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  198. package/dist/commonjs/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  199. package/dist/commonjs/operationsInterfaces/policyTrackedResources.js +10 -0
  200. package/dist/commonjs/operationsInterfaces/policyTrackedResources.js.map +1 -0
  201. package/dist/commonjs/operationsInterfaces/remediations.d.ts +168 -0
  202. package/dist/commonjs/operationsInterfaces/remediations.d.ts.map +1 -0
  203. package/dist/commonjs/operationsInterfaces/remediations.js +10 -0
  204. package/dist/commonjs/operationsInterfaces/remediations.js.map +1 -0
  205. package/dist/commonjs/package.json +3 -0
  206. package/dist/commonjs/pagingHelper.d.ts +13 -0
  207. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  208. package/dist/commonjs/pagingHelper.js +36 -0
  209. package/dist/commonjs/pagingHelper.js.map +1 -0
  210. package/dist/commonjs/policyInsightsClient.d.ts +26 -0
  211. package/dist/commonjs/policyInsightsClient.d.ts.map +1 -0
  212. package/dist/commonjs/policyInsightsClient.js +81 -0
  213. package/dist/commonjs/policyInsightsClient.js.map +1 -0
  214. package/dist/commonjs/tsdoc-metadata.json +11 -0
  215. package/dist/esm/index.d.ts +5 -0
  216. package/dist/esm/index.d.ts.map +1 -0
  217. package/dist/esm/index.js +13 -0
  218. package/dist/esm/index.js.map +1 -0
  219. package/dist/esm/lroImpl.d.ts +11 -0
  220. package/dist/esm/lroImpl.d.ts.map +1 -0
  221. package/dist/esm/lroImpl.js +21 -0
  222. package/dist/esm/lroImpl.js.map +1 -0
  223. package/dist/esm/models/index.d.ts +2256 -0
  224. package/dist/esm/models/index.d.ts.map +1 -0
  225. package/dist/esm/models/index.js +82 -0
  226. package/dist/esm/models/index.js.map +1 -0
  227. package/dist/esm/models/mappers.d.ts +67 -0
  228. package/dist/esm/models/mappers.d.ts.map +1 -0
  229. package/dist/esm/models/mappers.js +2982 -0
  230. package/dist/esm/models/mappers.js.map +1 -0
  231. package/dist/esm/models/parameters.d.ts +51 -0
  232. package/dist/esm/models/parameters.d.ts.map +1 -0
  233. package/dist/esm/models/parameters.js +488 -0
  234. package/dist/esm/models/parameters.js.map +1 -0
  235. package/dist/esm/operations/attestations.d.ts +161 -0
  236. package/dist/esm/operations/attestations.d.ts.map +1 -0
  237. package/dist/esm/operations/attestations.js +790 -0
  238. package/dist/esm/operations/attestations.js.map +1 -0
  239. package/dist/esm/operations/componentPolicyStates.d.ts +66 -0
  240. package/dist/esm/operations/componentPolicyStates.d.ts.map +1 -0
  241. package/dist/esm/operations/componentPolicyStates.js +292 -0
  242. package/dist/esm/operations/componentPolicyStates.js.map +1 -0
  243. package/dist/esm/operations/index.d.ts +10 -0
  244. package/dist/esm/operations/index.d.ts.map +1 -0
  245. package/dist/esm/operations/index.js +17 -0
  246. package/dist/esm/operations/index.js.map +1 -0
  247. package/dist/esm/operations/operations.d.ts +18 -0
  248. package/dist/esm/operations/operations.d.ts.map +1 -0
  249. package/dist/esm/operations/operations.js +46 -0
  250. package/dist/esm/operations/operations.js.map +1 -0
  251. package/dist/esm/operations/policyEvents.d.ts +256 -0
  252. package/dist/esm/operations/policyEvents.d.ts.map +1 -0
  253. package/dist/esm/operations/policyEvents.js +1200 -0
  254. package/dist/esm/operations/policyEvents.js.map +1 -0
  255. package/dist/esm/operations/policyMetadataOperations.d.ts +38 -0
  256. package/dist/esm/operations/policyMetadataOperations.d.ts.map +1 -0
  257. package/dist/esm/operations/policyMetadataOperations.js +157 -0
  258. package/dist/esm/operations/policyMetadataOperations.js.map +1 -0
  259. package/dist/esm/operations/policyRestrictions.d.ts +34 -0
  260. package/dist/esm/operations/policyRestrictions.d.ts.map +1 -0
  261. package/dist/esm/operations/policyRestrictions.js +112 -0
  262. package/dist/esm/operations/policyRestrictions.js.map +1 -0
  263. package/dist/esm/operations/policyStates.d.ts +385 -0
  264. package/dist/esm/operations/policyStates.d.ts.map +1 -0
  265. package/dist/esm/operations/policyStates.js +1705 -0
  266. package/dist/esm/operations/policyStates.js.map +1 -0
  267. package/dist/esm/operations/policyTrackedResources.d.ts +123 -0
  268. package/dist/esm/operations/policyTrackedResources.d.ts.map +1 -0
  269. package/dist/esm/operations/policyTrackedResources.js +536 -0
  270. package/dist/esm/operations/policyTrackedResources.js.map +1 -0
  271. package/dist/esm/operations/remediations.d.ts +304 -0
  272. package/dist/esm/operations/remediations.d.ts.map +1 -0
  273. package/dist/esm/operations/remediations.js +1474 -0
  274. package/dist/esm/operations/remediations.js.map +1 -0
  275. package/dist/esm/operationsInterfaces/attestations.d.ts +110 -0
  276. package/dist/esm/operationsInterfaces/attestations.d.ts.map +1 -0
  277. package/dist/esm/operationsInterfaces/attestations.js +9 -0
  278. package/dist/esm/operationsInterfaces/attestations.js.map +1 -0
  279. package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  280. package/dist/esm/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  281. package/dist/esm/operationsInterfaces/componentPolicyStates.js +9 -0
  282. package/dist/esm/operationsInterfaces/componentPolicyStates.js.map +1 -0
  283. package/dist/esm/operationsInterfaces/index.d.ts +10 -0
  284. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  285. package/dist/esm/operationsInterfaces/index.js +17 -0
  286. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  287. package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
  288. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  289. package/dist/esm/operationsInterfaces/operations.js +9 -0
  290. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  291. package/dist/esm/operationsInterfaces/policyEvents.d.ts +76 -0
  292. package/dist/esm/operationsInterfaces/policyEvents.d.ts.map +1 -0
  293. package/dist/esm/operationsInterfaces/policyEvents.js +9 -0
  294. package/dist/esm/operationsInterfaces/policyEvents.js.map +1 -0
  295. package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  296. package/dist/esm/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/policyMetadataOperations.js +9 -0
  298. package/dist/esm/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/policyRestrictions.d.ts +26 -0
  300. package/dist/esm/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/policyRestrictions.js +9 -0
  302. package/dist/esm/operationsInterfaces/policyRestrictions.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/policyStates.d.ts +189 -0
  304. package/dist/esm/operationsInterfaces/policyStates.d.ts.map +1 -0
  305. package/dist/esm/operationsInterfaces/policyStates.js +9 -0
  306. package/dist/esm/operationsInterfaces/policyStates.js.map +1 -0
  307. package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  308. package/dist/esm/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  309. package/dist/esm/operationsInterfaces/policyTrackedResources.js +9 -0
  310. package/dist/esm/operationsInterfaces/policyTrackedResources.js.map +1 -0
  311. package/dist/esm/operationsInterfaces/remediations.d.ts +168 -0
  312. package/dist/esm/operationsInterfaces/remediations.d.ts.map +1 -0
  313. package/dist/esm/operationsInterfaces/remediations.js +9 -0
  314. package/dist/esm/operationsInterfaces/remediations.js.map +1 -0
  315. package/dist/esm/package.json +3 -0
  316. package/dist/esm/pagingHelper.d.ts +13 -0
  317. package/dist/esm/pagingHelper.d.ts.map +1 -0
  318. package/dist/esm/pagingHelper.js +32 -0
  319. package/dist/esm/pagingHelper.js.map +1 -0
  320. package/dist/esm/policyInsightsClient.d.ts +26 -0
  321. package/dist/esm/policyInsightsClient.d.ts.map +1 -0
  322. package/dist/esm/policyInsightsClient.js +76 -0
  323. package/dist/esm/policyInsightsClient.js.map +1 -0
  324. package/dist/react-native/index.d.ts +5 -0
  325. package/dist/react-native/index.d.ts.map +1 -0
  326. package/dist/react-native/index.js +13 -0
  327. package/dist/react-native/index.js.map +1 -0
  328. package/dist/react-native/lroImpl.d.ts +11 -0
  329. package/dist/react-native/lroImpl.d.ts.map +1 -0
  330. package/dist/react-native/lroImpl.js +21 -0
  331. package/dist/react-native/lroImpl.js.map +1 -0
  332. package/dist/react-native/models/index.d.ts +2256 -0
  333. package/dist/react-native/models/index.d.ts.map +1 -0
  334. package/dist/react-native/models/index.js +82 -0
  335. package/dist/react-native/models/index.js.map +1 -0
  336. package/dist/react-native/models/mappers.d.ts +67 -0
  337. package/dist/react-native/models/mappers.d.ts.map +1 -0
  338. package/dist/react-native/models/mappers.js +2982 -0
  339. package/dist/react-native/models/mappers.js.map +1 -0
  340. package/dist/react-native/models/parameters.d.ts +51 -0
  341. package/dist/react-native/models/parameters.d.ts.map +1 -0
  342. package/dist/react-native/models/parameters.js +488 -0
  343. package/dist/react-native/models/parameters.js.map +1 -0
  344. package/dist/react-native/operations/attestations.d.ts +161 -0
  345. package/dist/react-native/operations/attestations.d.ts.map +1 -0
  346. package/dist/react-native/operations/attestations.js +790 -0
  347. package/dist/react-native/operations/attestations.js.map +1 -0
  348. package/dist/react-native/operations/componentPolicyStates.d.ts +66 -0
  349. package/dist/react-native/operations/componentPolicyStates.d.ts.map +1 -0
  350. package/dist/react-native/operations/componentPolicyStates.js +292 -0
  351. package/dist/react-native/operations/componentPolicyStates.js.map +1 -0
  352. package/dist/react-native/operations/index.d.ts +10 -0
  353. package/dist/react-native/operations/index.d.ts.map +1 -0
  354. package/dist/react-native/operations/index.js +17 -0
  355. package/dist/react-native/operations/index.js.map +1 -0
  356. package/dist/react-native/operations/operations.d.ts +18 -0
  357. package/dist/react-native/operations/operations.d.ts.map +1 -0
  358. package/dist/react-native/operations/operations.js +46 -0
  359. package/dist/react-native/operations/operations.js.map +1 -0
  360. package/dist/react-native/operations/policyEvents.d.ts +256 -0
  361. package/dist/react-native/operations/policyEvents.d.ts.map +1 -0
  362. package/dist/react-native/operations/policyEvents.js +1200 -0
  363. package/dist/react-native/operations/policyEvents.js.map +1 -0
  364. package/dist/react-native/operations/policyMetadataOperations.d.ts +38 -0
  365. package/dist/react-native/operations/policyMetadataOperations.d.ts.map +1 -0
  366. package/dist/react-native/operations/policyMetadataOperations.js +157 -0
  367. package/dist/react-native/operations/policyMetadataOperations.js.map +1 -0
  368. package/dist/react-native/operations/policyRestrictions.d.ts +34 -0
  369. package/dist/react-native/operations/policyRestrictions.d.ts.map +1 -0
  370. package/dist/react-native/operations/policyRestrictions.js +112 -0
  371. package/dist/react-native/operations/policyRestrictions.js.map +1 -0
  372. package/dist/react-native/operations/policyStates.d.ts +385 -0
  373. package/dist/react-native/operations/policyStates.d.ts.map +1 -0
  374. package/dist/react-native/operations/policyStates.js +1705 -0
  375. package/dist/react-native/operations/policyStates.js.map +1 -0
  376. package/dist/react-native/operations/policyTrackedResources.d.ts +123 -0
  377. package/dist/react-native/operations/policyTrackedResources.d.ts.map +1 -0
  378. package/dist/react-native/operations/policyTrackedResources.js +536 -0
  379. package/dist/react-native/operations/policyTrackedResources.js.map +1 -0
  380. package/dist/react-native/operations/remediations.d.ts +304 -0
  381. package/dist/react-native/operations/remediations.d.ts.map +1 -0
  382. package/dist/react-native/operations/remediations.js +1474 -0
  383. package/dist/react-native/operations/remediations.js.map +1 -0
  384. package/dist/react-native/operationsInterfaces/attestations.d.ts +110 -0
  385. package/dist/react-native/operationsInterfaces/attestations.d.ts.map +1 -0
  386. package/dist/react-native/operationsInterfaces/attestations.js +9 -0
  387. package/dist/react-native/operationsInterfaces/attestations.js.map +1 -0
  388. package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts +58 -0
  389. package/dist/react-native/operationsInterfaces/componentPolicyStates.d.ts.map +1 -0
  390. package/dist/react-native/operationsInterfaces/componentPolicyStates.js +9 -0
  391. package/dist/react-native/operationsInterfaces/componentPolicyStates.js.map +1 -0
  392. package/dist/react-native/operationsInterfaces/index.d.ts +10 -0
  393. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  394. package/dist/react-native/operationsInterfaces/index.js +17 -0
  395. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  396. package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
  397. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  398. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  399. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  400. package/dist/react-native/operationsInterfaces/policyEvents.d.ts +76 -0
  401. package/dist/react-native/operationsInterfaces/policyEvents.d.ts.map +1 -0
  402. package/dist/react-native/operationsInterfaces/policyEvents.js +9 -0
  403. package/dist/react-native/operationsInterfaces/policyEvents.js.map +1 -0
  404. package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
  405. package/dist/react-native/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
  406. package/dist/react-native/operationsInterfaces/policyMetadataOperations.js +9 -0
  407. package/dist/react-native/operationsInterfaces/policyMetadataOperations.js.map +1 -0
  408. package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts +26 -0
  409. package/dist/react-native/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
  410. package/dist/react-native/operationsInterfaces/policyRestrictions.js +9 -0
  411. package/dist/react-native/operationsInterfaces/policyRestrictions.js.map +1 -0
  412. package/dist/react-native/operationsInterfaces/policyStates.d.ts +189 -0
  413. package/dist/react-native/operationsInterfaces/policyStates.d.ts.map +1 -0
  414. package/dist/react-native/operationsInterfaces/policyStates.js +9 -0
  415. package/dist/react-native/operationsInterfaces/policyStates.js.map +1 -0
  416. package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts +37 -0
  417. package/dist/react-native/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
  418. package/dist/react-native/operationsInterfaces/policyTrackedResources.js +9 -0
  419. package/dist/react-native/operationsInterfaces/policyTrackedResources.js.map +1 -0
  420. package/dist/react-native/operationsInterfaces/remediations.d.ts +168 -0
  421. package/dist/react-native/operationsInterfaces/remediations.d.ts.map +1 -0
  422. package/dist/react-native/operationsInterfaces/remediations.js +9 -0
  423. package/dist/react-native/operationsInterfaces/remediations.js.map +1 -0
  424. package/dist/react-native/package.json +3 -0
  425. package/dist/react-native/pagingHelper.d.ts +13 -0
  426. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  427. package/dist/react-native/pagingHelper.js +32 -0
  428. package/dist/react-native/pagingHelper.js.map +1 -0
  429. package/dist/react-native/policyInsightsClient.d.ts +26 -0
  430. package/dist/react-native/policyInsightsClient.d.ts.map +1 -0
  431. package/dist/react-native/policyInsightsClient.js +76 -0
  432. package/dist/react-native/policyInsightsClient.js.map +1 -0
  433. package/package.json +84 -62
  434. package/review/arm-policyinsights.api.md +198 -41
  435. package/dist/index.js +0 -8961
  436. package/dist/index.js.map +0 -1
  437. package/dist/index.min.js +0 -1
  438. package/dist/index.min.js.map +0 -1
  439. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
  440. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js +0 -47
  442. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
  443. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts +0 -2
  444. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js +0 -47
  446. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtResourceSample.js.map +0 -1
  447. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
  448. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js +0 -67
  450. package/dist-esm/samples-dev/attestationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
  451. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts +0 -2
  452. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js +0 -31
  454. package/dist-esm/samples-dev/attestationsDeleteAtResourceGroupSample.js.map +0 -1
  455. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts +0 -2
  456. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js +0 -31
  458. package/dist-esm/samples-dev/attestationsDeleteAtResourceSample.js.map +0 -1
  459. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts +0 -2
  460. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js +0 -30
  462. package/dist-esm/samples-dev/attestationsDeleteAtSubscriptionSample.js.map +0 -1
  463. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts +0 -2
  464. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js +0 -31
  466. package/dist-esm/samples-dev/attestationsGetAtResourceGroupSample.js.map +0 -1
  467. package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts +0 -2
  468. package/dist-esm/samples-dev/attestationsGetAtResourceSample.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/attestationsGetAtResourceSample.js +0 -31
  470. package/dist-esm/samples-dev/attestationsGetAtResourceSample.js.map +0 -1
  471. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts +0 -2
  472. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js +0 -30
  474. package/dist-esm/samples-dev/attestationsGetAtSubscriptionSample.js.map +0 -1
  475. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts +0 -2
  476. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js +0 -83
  478. package/dist-esm/samples-dev/attestationsListForResourceGroupSample.js.map +0 -1
  479. package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts +0 -2
  480. package/dist-esm/samples-dev/attestationsListForResourceSample.d.ts.map +0 -1
  481. package/dist-esm/samples-dev/attestationsListForResourceSample.js +0 -78
  482. package/dist-esm/samples-dev/attestationsListForResourceSample.js.map +0 -1
  483. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts +0 -2
  484. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.d.ts.map +0 -1
  485. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js +0 -81
  486. package/dist-esm/samples-dev/attestationsListForSubscriptionSample.js.map +0 -1
  487. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  488. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  489. package/dist-esm/samples-dev/operationsListSample.js +0 -29
  490. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  491. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts +0 -2
  492. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  493. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js +0 -81
  494. package/dist-esm/samples-dev/policyEventsListQueryResultsForManagementGroupSample.js.map +0 -1
  495. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
  496. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
  497. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js +0 -81
  498. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicyDefinitionSample.js.map +0 -1
  499. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
  500. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
  501. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js +0 -81
  502. package/dist-esm/samples-dev/policyEventsListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
  503. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  504. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  505. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
  506. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  507. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts +0 -2
  508. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  509. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js +0 -81
  510. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceGroupSample.js.map +0 -1
  511. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts +0 -2
  512. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.d.ts.map +0 -1
  513. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js +0 -251
  514. package/dist-esm/samples-dev/policyEventsListQueryResultsForResourceSample.js.map +0 -1
  515. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  516. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  517. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
  518. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  519. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts +0 -2
  520. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  521. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js +0 -270
  522. package/dist-esm/samples-dev/policyEventsListQueryResultsForSubscriptionSample.js.map +0 -1
  523. package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts +0 -2
  524. package/dist-esm/samples-dev/policyMetadataGetResourceSample.d.ts.map +0 -1
  525. package/dist-esm/samples-dev/policyMetadataGetResourceSample.js +0 -30
  526. package/dist-esm/samples-dev/policyMetadataGetResourceSample.js.map +0 -1
  527. package/dist-esm/samples-dev/policyMetadataListSample.d.ts +0 -2
  528. package/dist-esm/samples-dev/policyMetadataListSample.d.ts.map +0 -1
  529. package/dist-esm/samples-dev/policyMetadataListSample.js +0 -75
  530. package/dist-esm/samples-dev/policyMetadataListSample.js.map +0 -1
  531. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts +0 -2
  532. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.d.ts.map +0 -1
  533. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js +0 -33
  534. package/dist-esm/samples-dev/policyRestrictionsCheckAtManagementGroupScopeSample.js.map +0 -1
  535. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts +0 -2
  536. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.d.ts.map +0 -1
  537. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js +0 -47
  538. package/dist-esm/samples-dev/policyRestrictionsCheckAtResourceGroupScopeSample.js.map +0 -1
  539. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts +0 -2
  540. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.d.ts.map +0 -1
  541. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js +0 -46
  542. package/dist-esm/samples-dev/policyRestrictionsCheckAtSubscriptionScopeSample.js.map +0 -1
  543. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts +0 -2
  544. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  545. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js +0 -81
  546. package/dist-esm/samples-dev/policyStatesListQueryResultsForManagementGroupSample.js.map +0 -1
  547. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts +0 -2
  548. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.d.ts.map +0 -1
  549. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js +0 -81
  550. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicyDefinitionSample.js.map +0 -1
  551. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts +0 -2
  552. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.d.ts.map +0 -1
  553. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js +0 -81
  554. package/dist-esm/samples-dev/policyStatesListQueryResultsForPolicySetDefinitionSample.js.map +0 -1
  555. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  556. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  557. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js +0 -83
  558. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  559. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts +0 -2
  560. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  561. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js +0 -81
  562. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceGroupSample.js.map +0 -1
  563. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts +0 -2
  564. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.d.ts.map +0 -1
  565. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js +0 -287
  566. package/dist-esm/samples-dev/policyStatesListQueryResultsForResourceSample.js.map +0 -1
  567. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  568. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  569. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js +0 -81
  570. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  571. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts +0 -2
  572. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  573. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js +0 -270
  574. package/dist-esm/samples-dev/policyStatesListQueryResultsForSubscriptionSample.js.map +0 -1
  575. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts +0 -2
  576. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.d.ts.map +0 -1
  577. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js +0 -38
  578. package/dist-esm/samples-dev/policyStatesSummarizeForManagementGroupSample.js.map +0 -1
  579. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts +0 -2
  580. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.d.ts.map +0 -1
  581. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js +0 -31
  582. package/dist-esm/samples-dev/policyStatesSummarizeForPolicyDefinitionSample.js.map +0 -1
  583. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts +0 -2
  584. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.d.ts.map +0 -1
  585. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js +0 -38
  586. package/dist-esm/samples-dev/policyStatesSummarizeForPolicySetDefinitionSample.js.map +0 -1
  587. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts +0 -2
  588. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.d.ts.map +0 -1
  589. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js +0 -32
  590. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupLevelPolicyAssignmentSample.js.map +0 -1
  591. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts +0 -2
  592. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.d.ts.map +0 -1
  593. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js +0 -31
  594. package/dist-esm/samples-dev/policyStatesSummarizeForResourceGroupSample.js.map +0 -1
  595. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts +0 -2
  596. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.d.ts.map +0 -1
  597. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js +0 -33
  598. package/dist-esm/samples-dev/policyStatesSummarizeForResourceSample.js.map +0 -1
  599. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts +0 -2
  600. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.d.ts.map +0 -1
  601. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js +0 -31
  602. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionLevelPolicyAssignmentSample.js.map +0 -1
  603. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts +0 -2
  604. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.d.ts.map +0 -1
  605. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js +0 -54
  606. package/dist-esm/samples-dev/policyStatesSummarizeForSubscriptionSample.js.map +0 -1
  607. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js +0 -30
  610. package/dist-esm/samples-dev/policyStatesTriggerResourceGroupEvaluationSample.js.map +0 -1
  611. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js +0 -29
  614. package/dist-esm/samples-dev/policyStatesTriggerSubscriptionEvaluationSample.js.map +0 -1
  615. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js +0 -82
  618. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForManagementGroupSample.js.map +0 -1
  619. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js +0 -82
  622. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceGroupSample.js.map +0 -1
  623. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts +0 -2
  624. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js +0 -82
  626. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForResourceSample.js.map +0 -1
  627. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js +0 -80
  630. package/dist-esm/samples-dev/policyTrackedResourcesListQueryResultsForSubscriptionSample.js.map +0 -1
  631. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js +0 -31
  634. package/dist-esm/samples-dev/remediationsCancelAtManagementGroupSample.js.map +0 -1
  635. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js +0 -31
  638. package/dist-esm/samples-dev/remediationsCancelAtResourceGroupSample.js.map +0 -1
  639. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js +0 -31
  642. package/dist-esm/samples-dev/remediationsCancelAtResourceSample.js.map +0 -1
  643. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js +0 -30
  646. package/dist-esm/samples-dev/remediationsCancelAtSubscriptionSample.js.map +0 -1
  647. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js +0 -34
  650. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtManagementGroupSample.js.map +0 -1
  651. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js +0 -34
  654. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceGroupSample.js.map +0 -1
  655. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js +0 -34
  658. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtResourceSample.js.map +0 -1
  659. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js +0 -59
  662. package/dist-esm/samples-dev/remediationsCreateOrUpdateAtSubscriptionSample.js.map +0 -1
  663. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js +0 -31
  666. package/dist-esm/samples-dev/remediationsDeleteAtManagementGroupSample.js.map +0 -1
  667. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js +0 -31
  670. package/dist-esm/samples-dev/remediationsDeleteAtResourceGroupSample.js.map +0 -1
  671. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js +0 -31
  674. package/dist-esm/samples-dev/remediationsDeleteAtResourceSample.js.map +0 -1
  675. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js +0 -30
  678. package/dist-esm/samples-dev/remediationsDeleteAtSubscriptionSample.js.map +0 -1
  679. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js +0 -31
  682. package/dist-esm/samples-dev/remediationsGetAtManagementGroupSample.js.map +0 -1
  683. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js +0 -31
  686. package/dist-esm/samples-dev/remediationsGetAtResourceGroupSample.js.map +0 -1
  687. package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/remediationsGetAtResourceSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/remediationsGetAtResourceSample.js +0 -31
  690. package/dist-esm/samples-dev/remediationsGetAtResourceSample.js.map +0 -1
  691. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js +0 -30
  694. package/dist-esm/samples-dev/remediationsGetAtSubscriptionSample.js.map +0 -1
  695. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js +0 -45
  698. package/dist-esm/samples-dev/remediationsListDeploymentsAtManagementGroupSample.js.map +0 -1
  699. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js +0 -45
  702. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceGroupSample.js.map +0 -1
  703. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js +0 -45
  706. package/dist-esm/samples-dev/remediationsListDeploymentsAtResourceSample.js.map +0 -1
  707. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js +0 -44
  710. package/dist-esm/samples-dev/remediationsListDeploymentsAtSubscriptionSample.js.map +0 -1
  711. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js +0 -80
  714. package/dist-esm/samples-dev/remediationsListForManagementGroupSample.js.map +0 -1
  715. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js +0 -80
  718. package/dist-esm/samples-dev/remediationsListForResourceGroupSample.js.map +0 -1
  719. package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/remediationsListForResourceSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/remediationsListForResourceSample.js +0 -78
  722. package/dist-esm/samples-dev/remediationsListForResourceSample.js.map +0 -1
  723. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts +0 -2
  724. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js +0 -78
  726. package/dist-esm/samples-dev/remediationsListForSubscriptionSample.js.map +0 -1
  727. package/dist-esm/src/index.d.ts +0 -5
  728. package/dist-esm/src/index.d.ts.map +0 -1
  729. package/dist-esm/src/index.js +0 -12
  730. package/dist-esm/src/index.js.map +0 -1
  731. package/dist-esm/src/lroImpl.d.ts +0 -16
  732. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  733. package/dist-esm/src/lroImpl.js +0 -29
  734. package/dist-esm/src/lroImpl.js.map +0 -1
  735. package/dist-esm/src/models/index.d.ts +0 -1931
  736. package/dist-esm/src/models/index.d.ts.map +0 -1
  737. package/dist-esm/src/models/index.js +0 -74
  738. package/dist-esm/src/models/index.js.map +0 -1
  739. package/dist-esm/src/models/mappers.d.ts +0 -61
  740. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  741. package/dist-esm/src/models/mappers.js +0 -2530
  742. package/dist-esm/src/models/mappers.js.map +0 -1
  743. package/dist-esm/src/models/parameters.d.ts +0 -43
  744. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  745. package/dist-esm/src/models/parameters.js +0 -406
  746. package/dist-esm/src/models/parameters.js.map +0 -1
  747. package/dist-esm/src/operations/attestations.d.ts +0 -161
  748. package/dist-esm/src/operations/attestations.d.ts.map +0 -1
  749. package/dist-esm/src/operations/attestations.js +0 -753
  750. package/dist-esm/src/operations/attestations.js.map +0 -1
  751. package/dist-esm/src/operations/index.d.ts +0 -9
  752. package/dist-esm/src/operations/index.d.ts.map +0 -1
  753. package/dist-esm/src/operations/index.js +0 -16
  754. package/dist-esm/src/operations/index.js.map +0 -1
  755. package/dist-esm/src/operations/operations.d.ts +0 -18
  756. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  757. package/dist-esm/src/operations/operations.js +0 -46
  758. package/dist-esm/src/operations/operations.js.map +0 -1
  759. package/dist-esm/src/operations/policyEvents.d.ts +0 -256
  760. package/dist-esm/src/operations/policyEvents.d.ts.map +0 -1
  761. package/dist-esm/src/operations/policyEvents.js +0 -1181
  762. package/dist-esm/src/operations/policyEvents.js.map +0 -1
  763. package/dist-esm/src/operations/policyMetadataOperations.d.ts +0 -38
  764. package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +0 -1
  765. package/dist-esm/src/operations/policyMetadataOperations.js +0 -144
  766. package/dist-esm/src/operations/policyMetadataOperations.js.map +0 -1
  767. package/dist-esm/src/operations/policyRestrictions.d.ts +0 -34
  768. package/dist-esm/src/operations/policyRestrictions.d.ts.map +0 -1
  769. package/dist-esm/src/operations/policyRestrictions.js +0 -112
  770. package/dist-esm/src/operations/policyRestrictions.js.map +0 -1
  771. package/dist-esm/src/operations/policyStates.d.ts +0 -385
  772. package/dist-esm/src/operations/policyStates.d.ts.map +0 -1
  773. package/dist-esm/src/operations/policyStates.js +0 -1686
  774. package/dist-esm/src/operations/policyStates.js.map +0 -1
  775. package/dist-esm/src/operations/policyTrackedResources.d.ts +0 -123
  776. package/dist-esm/src/operations/policyTrackedResources.d.ts.map +0 -1
  777. package/dist-esm/src/operations/policyTrackedResources.js +0 -487
  778. package/dist-esm/src/operations/policyTrackedResources.js.map +0 -1
  779. package/dist-esm/src/operations/remediations.d.ts +0 -304
  780. package/dist-esm/src/operations/remediations.d.ts.map +0 -1
  781. package/dist-esm/src/operations/remediations.js +0 -1377
  782. package/dist-esm/src/operations/remediations.js.map +0 -1
  783. package/dist-esm/src/operationsInterfaces/attestations.d.ts +0 -110
  784. package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +0 -1
  785. package/dist-esm/src/operationsInterfaces/attestations.js.map +0 -1
  786. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
  787. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  788. package/dist-esm/src/operationsInterfaces/index.js +0 -16
  789. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  790. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
  791. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  792. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  793. package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +0 -76
  794. package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +0 -1
  795. package/dist-esm/src/operationsInterfaces/policyEvents.js.map +0 -1
  796. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +0 -17
  797. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +0 -1
  798. package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +0 -1
  799. package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +0 -26
  800. package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +0 -1
  801. package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +0 -1
  802. package/dist-esm/src/operationsInterfaces/policyStates.d.ts +0 -189
  803. package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +0 -1
  804. package/dist-esm/src/operationsInterfaces/policyStates.js.map +0 -1
  805. package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +0 -37
  806. package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +0 -1
  807. package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +0 -1
  808. package/dist-esm/src/operationsInterfaces/remediations.d.ts +0 -168
  809. package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +0 -1
  810. package/dist-esm/src/operationsInterfaces/remediations.js.map +0 -1
  811. package/dist-esm/src/policyInsightsClient.d.ts +0 -24
  812. package/dist-esm/src/policyInsightsClient.d.ts.map +0 -1
  813. package/dist-esm/src/policyInsightsClient.js +0 -80
  814. package/dist-esm/src/policyInsightsClient.js.map +0 -1
  815. package/dist-esm/test/policyinsights_example.spec.d.ts +0 -4
  816. package/dist-esm/test/policyinsights_example.spec.d.ts.map +0 -1
  817. package/dist-esm/test/policyinsights_example.spec.js +0 -71
  818. package/dist-esm/test/policyinsights_example.spec.js.map +0 -1
  819. package/rollup.config.js +0 -122
  820. package/src/index.ts +0 -12
  821. package/src/lroImpl.ts +0 -34
  822. package/src/models/index.ts +0 -2296
  823. package/src/models/mappers.ts +0 -2608
  824. package/src/models/parameters.ts +0 -457
  825. package/src/operations/attestations.ts +0 -1005
  826. package/src/operations/index.ts +0 -16
  827. package/src/operations/operations.ts +0 -59
  828. package/src/operations/policyEvents.ts +0 -1603
  829. package/src/operations/policyMetadataOperations.ts +0 -170
  830. package/src/operations/policyRestrictions.ts +0 -154
  831. package/src/operations/policyStates.ts +0 -2270
  832. package/src/operations/policyTrackedResources.ts +0 -665
  833. package/src/operations/remediations.ts +0 -1814
  834. package/src/operationsInterfaces/attestations.ts +0 -212
  835. package/src/operationsInterfaces/index.ts +0 -16
  836. package/src/operationsInterfaces/operations.ts +0 -21
  837. package/src/operationsInterfaces/policyEvents.ts +0 -134
  838. package/src/operationsInterfaces/policyMetadataOperations.ts +0 -36
  839. package/src/operationsInterfaces/policyRestrictions.ts +0 -54
  840. package/src/operationsInterfaces/policyStates.ts +0 -320
  841. package/src/operationsInterfaces/policyTrackedResources.ts +0 -68
  842. package/src/operationsInterfaces/remediations.ts +0 -310
  843. package/src/policyInsightsClient.ts +0 -137
  844. package/tsconfig.json +0 -33
  845. package/types/arm-policyinsights.d.ts +0 -2853
  846. package/types/tsdoc-metadata.json +0 -11
  847. /package/{dist-esm/src → dist/browser}/operationsInterfaces/attestations.js +0 -0
  848. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  849. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyEvents.js +0 -0
  850. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyMetadataOperations.js +0 -0
  851. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyRestrictions.js +0 -0
  852. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyStates.js +0 -0
  853. /package/{dist-esm/src → dist/browser}/operationsInterfaces/policyTrackedResources.js +0 -0
  854. /package/{dist-esm/src → dist/browser}/operationsInterfaces/remediations.js +0 -0
@@ -0,0 +1,2256 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Query results. */
3
+ export interface PolicyTrackedResourcesQueryResults {
4
+ /**
5
+ * Query results.
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: PolicyTrackedResource[];
9
+ /**
10
+ * The URL to get the next set of results.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Policy tracked resource record. */
16
+ export interface PolicyTrackedResource {
17
+ /**
18
+ * The ID of the policy tracked resource.
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly trackedResourceId?: string;
22
+ /**
23
+ * The details of the policy that require the tracked resource.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly policyDetails?: PolicyDetails;
27
+ /**
28
+ * The details of the policy triggered deployment that created the tracked resource.
29
+ * NOTE: This property will not be serialized. It can only be populated by the server.
30
+ */
31
+ readonly createdBy?: TrackedResourceModificationDetails;
32
+ /**
33
+ * The details of the policy triggered deployment that modified the tracked resource.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
+ */
36
+ readonly lastModifiedBy?: TrackedResourceModificationDetails;
37
+ /**
38
+ * Timestamp of the last update to the tracked resource.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly lastUpdateUtc?: Date;
42
+ }
43
+ /** The policy details. */
44
+ export interface PolicyDetails {
45
+ /**
46
+ * The ID of the policy definition.
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly policyDefinitionId?: string;
50
+ /**
51
+ * The ID of the policy assignment.
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly policyAssignmentId?: string;
55
+ /**
56
+ * The display name of the policy assignment.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly policyAssignmentDisplayName?: string;
60
+ /**
61
+ * The scope of the policy assignment.
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
63
+ */
64
+ readonly policyAssignmentScope?: string;
65
+ /**
66
+ * The ID of the policy set definition.
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
68
+ */
69
+ readonly policySetDefinitionId?: string;
70
+ /**
71
+ * The policy definition reference ID within the policy set definition.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly policyDefinitionReferenceId?: string;
75
+ }
76
+ /** The details of the policy triggered deployment that created or modified the tracked resource. */
77
+ export interface TrackedResourceModificationDetails {
78
+ /**
79
+ * The details of the policy that created or modified the tracked resource.
80
+ * NOTE: This property will not be serialized. It can only be populated by the server.
81
+ */
82
+ readonly policyDetails?: PolicyDetails;
83
+ /**
84
+ * The ID of the deployment that created or modified the tracked resource.
85
+ * NOTE: This property will not be serialized. It can only be populated by the server.
86
+ */
87
+ readonly deploymentId?: string;
88
+ /**
89
+ * Timestamp of the deployment that created or modified the tracked resource.
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
+ */
92
+ readonly deploymentTime?: Date;
93
+ }
94
+ /** Error response. */
95
+ export interface QueryFailure {
96
+ /** Error definition. */
97
+ error?: QueryFailureError;
98
+ }
99
+ /** Error definition. */
100
+ export interface QueryFailureError {
101
+ /**
102
+ * Service specific error code which serves as the substatus for the HTTP error code.
103
+ * NOTE: This property will not be serialized. It can only be populated by the server.
104
+ */
105
+ readonly code?: string;
106
+ /**
107
+ * Description of the error.
108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
+ */
110
+ readonly message?: string;
111
+ }
112
+ /** List of deployments for a remediation. */
113
+ export interface RemediationDeploymentsListResult {
114
+ /**
115
+ * Array of deployments for the remediation.
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly value?: RemediationDeployment[];
119
+ /**
120
+ * The URL to get the next set of results.
121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
+ */
123
+ readonly nextLink?: string;
124
+ }
125
+ /** Details of a single deployment created by the remediation. */
126
+ export interface RemediationDeployment {
127
+ /**
128
+ * Resource ID of the resource that is being remediated by the deployment.
129
+ * NOTE: This property will not be serialized. It can only be populated by the server.
130
+ */
131
+ readonly remediatedResourceId?: string;
132
+ /**
133
+ * Resource ID of the template deployment that will remediate the resource.
134
+ * NOTE: This property will not be serialized. It can only be populated by the server.
135
+ */
136
+ readonly deploymentId?: string;
137
+ /**
138
+ * Status of the remediation deployment.
139
+ * NOTE: This property will not be serialized. It can only be populated by the server.
140
+ */
141
+ readonly status?: string;
142
+ /**
143
+ * Location of the resource that is being remediated.
144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
+ */
146
+ readonly resourceLocation?: string;
147
+ /**
148
+ * Error encountered while remediated the resource.
149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
150
+ */
151
+ readonly error?: ErrorDefinition;
152
+ /**
153
+ * The time at which the remediation was created.
154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
155
+ */
156
+ readonly createdOn?: Date;
157
+ /**
158
+ * The time at which the remediation deployment was last updated.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly lastUpdatedOn?: Date;
162
+ }
163
+ /** Error definition. */
164
+ export interface ErrorDefinition {
165
+ /**
166
+ * Service specific error code which serves as the substatus for the HTTP error code.
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly code?: string;
170
+ /**
171
+ * Description of the error.
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly message?: string;
175
+ /**
176
+ * The target of the error.
177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
178
+ */
179
+ readonly target?: string;
180
+ /**
181
+ * Internal error details.
182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
183
+ */
184
+ readonly details?: ErrorDefinition[];
185
+ /**
186
+ * Additional scenario specific error details.
187
+ * NOTE: This property will not be serialized. It can only be populated by the server.
188
+ */
189
+ readonly additionalInfo?: TypedErrorInfo[];
190
+ }
191
+ /** Scenario specific error details. */
192
+ export interface TypedErrorInfo {
193
+ /**
194
+ * The type of included error details.
195
+ * NOTE: This property will not be serialized. It can only be populated by the server.
196
+ */
197
+ readonly type?: string;
198
+ /**
199
+ * The scenario specific error details.
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly info?: any;
203
+ }
204
+ /** Error response. */
205
+ export interface ErrorResponse {
206
+ /** The error details. */
207
+ error?: ErrorDefinition;
208
+ }
209
+ /** The remediation definition. */
210
+ export interface Remediation {
211
+ /**
212
+ * The ID of the remediation.
213
+ * NOTE: This property will not be serialized. It can only be populated by the server.
214
+ */
215
+ readonly id?: string;
216
+ /**
217
+ * The type of the remediation.
218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
219
+ */
220
+ readonly type?: string;
221
+ /**
222
+ * The name of the remediation.
223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
224
+ */
225
+ readonly name?: string;
226
+ /**
227
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
+ */
230
+ readonly systemData?: SystemData;
231
+ /** The resource ID of the policy assignment that should be remediated. */
232
+ policyAssignmentId?: string;
233
+ /** The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition. */
234
+ policyDefinitionReferenceId?: string;
235
+ /** The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. */
236
+ resourceDiscoveryMode?: ResourceDiscoveryMode;
237
+ /**
238
+ * The status of the remediation. This refers to the entire remediation task, not individual deployments. Allowed values are Evaluating, Canceled, Cancelling, Failed, Complete, or Succeeded.
239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
240
+ */
241
+ readonly provisioningState?: string;
242
+ /**
243
+ * The time at which the remediation was created.
244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
245
+ */
246
+ readonly createdOn?: Date;
247
+ /**
248
+ * The time at which the remediation was last updated.
249
+ * NOTE: This property will not be serialized. It can only be populated by the server.
250
+ */
251
+ readonly lastUpdatedOn?: Date;
252
+ /** The filters that will be applied to determine which resources to remediate. */
253
+ filters?: RemediationFilters;
254
+ /**
255
+ * The deployment status summary for all deployments created by the remediation.
256
+ * NOTE: This property will not be serialized. It can only be populated by the server.
257
+ */
258
+ readonly deploymentStatus?: RemediationDeploymentSummary;
259
+ /**
260
+ * The remediation status message. Provides additional details regarding the state of the remediation.
261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
262
+ */
263
+ readonly statusMessage?: string;
264
+ /**
265
+ * The remediation correlation Id. Can be used to find events related to the remediation in the activity log.
266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
267
+ */
268
+ readonly correlationId?: string;
269
+ /** Determines the max number of resources that can be remediated by the remediation job. If not provided, the default resource count is used. */
270
+ resourceCount?: number;
271
+ /** Determines how many resources to remediate at any given time. Can be used to increase or reduce the pace of the remediation. If not provided, the default parallel deployments value is used. */
272
+ parallelDeployments?: number;
273
+ /** The remediation failure threshold settings */
274
+ failureThreshold?: RemediationPropertiesFailureThreshold;
275
+ }
276
+ /** The filters that will be applied to determine which resources to remediate. */
277
+ export interface RemediationFilters {
278
+ /** The resource locations that will be remediated. */
279
+ locations?: string[];
280
+ /** The IDs of the resources that will be remediated. Can specify at most 100 IDs. This filter cannot be used when ReEvaluateCompliance is set to ReEvaluateCompliance, and cannot be empty if provided. */
281
+ resourceIds?: string[];
282
+ }
283
+ /** The deployment status summary for all deployments created by the remediation. */
284
+ export interface RemediationDeploymentSummary {
285
+ /**
286
+ * The number of deployments required by the remediation.
287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
288
+ */
289
+ readonly totalDeployments?: number;
290
+ /**
291
+ * The number of deployments required by the remediation that have succeeded.
292
+ * NOTE: This property will not be serialized. It can only be populated by the server.
293
+ */
294
+ readonly successfulDeployments?: number;
295
+ /**
296
+ * The number of deployments required by the remediation that have failed.
297
+ * NOTE: This property will not be serialized. It can only be populated by the server.
298
+ */
299
+ readonly failedDeployments?: number;
300
+ }
301
+ /** The remediation failure threshold settings */
302
+ export interface RemediationPropertiesFailureThreshold {
303
+ /** A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold. */
304
+ percentage?: number;
305
+ }
306
+ /** Metadata pertaining to creation and last modification of the resource. */
307
+ export interface SystemData {
308
+ /** The identity that created the resource. */
309
+ createdBy?: string;
310
+ /** The type of identity that created the resource. */
311
+ createdByType?: CreatedByType;
312
+ /** The timestamp of resource creation (UTC). */
313
+ createdAt?: Date;
314
+ /** The identity that last modified the resource. */
315
+ lastModifiedBy?: string;
316
+ /** The type of identity that last modified the resource. */
317
+ lastModifiedByType?: CreatedByType;
318
+ /** The timestamp of resource last modification (UTC) */
319
+ lastModifiedAt?: Date;
320
+ }
321
+ /** List of remediations. */
322
+ export interface RemediationListResult {
323
+ /**
324
+ * Array of remediation definitions.
325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
+ */
327
+ readonly value?: Remediation[];
328
+ /**
329
+ * The URL to get the next set of results.
330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
331
+ */
332
+ readonly nextLink?: string;
333
+ }
334
+ /** Query results. */
335
+ export interface PolicyEventsQueryResults {
336
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
337
+ odataContext?: string;
338
+ /** OData entity count; represents the number of policy event records returned. */
339
+ odataCount?: number;
340
+ /** Odata next link; URL to get the next set of results. */
341
+ odataNextLink?: string;
342
+ /** Query results. */
343
+ value?: PolicyEvent[];
344
+ }
345
+ /** Policy event record. */
346
+ export interface PolicyEvent {
347
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
348
+ [property: string]: any;
349
+ /** OData entity ID; always set to null since policy event records do not have an entity ID. */
350
+ odataId?: string;
351
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
352
+ odataContext?: string;
353
+ /** Timestamp for the policy event record. */
354
+ timestamp?: Date;
355
+ /** Resource ID. */
356
+ resourceId?: string;
357
+ /** Policy assignment ID. */
358
+ policyAssignmentId?: string;
359
+ /** Policy definition ID. */
360
+ policyDefinitionId?: string;
361
+ /** Effective parameters for the policy assignment. */
362
+ effectiveParameters?: string;
363
+ /** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. */
364
+ isCompliant?: boolean;
365
+ /** Subscription ID. */
366
+ subscriptionId?: string;
367
+ /** Resource type. */
368
+ resourceType?: string;
369
+ /** Resource location. */
370
+ resourceLocation?: string;
371
+ /** Resource group name. */
372
+ resourceGroup?: string;
373
+ /** List of resource tags. */
374
+ resourceTags?: string;
375
+ /** Policy assignment name. */
376
+ policyAssignmentName?: string;
377
+ /** Policy assignment owner. */
378
+ policyAssignmentOwner?: string;
379
+ /** Policy assignment parameters. */
380
+ policyAssignmentParameters?: string;
381
+ /** Policy assignment scope. */
382
+ policyAssignmentScope?: string;
383
+ /** Policy definition name. */
384
+ policyDefinitionName?: string;
385
+ /** Policy definition action, i.e. effect. */
386
+ policyDefinitionAction?: string;
387
+ /** Policy definition category. */
388
+ policyDefinitionCategory?: string;
389
+ /** Policy set definition ID, if the policy assignment is for a policy set. */
390
+ policySetDefinitionId?: string;
391
+ /** Policy set definition name, if the policy assignment is for a policy set. */
392
+ policySetDefinitionName?: string;
393
+ /** Policy set definition owner, if the policy assignment is for a policy set. */
394
+ policySetDefinitionOwner?: string;
395
+ /** Policy set definition category, if the policy assignment is for a policy set. */
396
+ policySetDefinitionCategory?: string;
397
+ /** Policy set definition parameters, if the policy assignment is for a policy set. */
398
+ policySetDefinitionParameters?: string;
399
+ /** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */
400
+ managementGroupIds?: string;
401
+ /** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */
402
+ policyDefinitionReferenceId?: string;
403
+ /** Compliance state of the resource. */
404
+ complianceState?: string;
405
+ /** Tenant ID for the policy event record. */
406
+ tenantId?: string;
407
+ /** Principal object ID for the user who initiated the resource operation that triggered the policy event. */
408
+ principalOid?: string;
409
+ /** Components events records populated only when URL contains $expand=components clause. */
410
+ components?: ComponentEventDetails[];
411
+ }
412
+ /** Component event details. */
413
+ export interface ComponentEventDetails {
414
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
415
+ [property: string]: any;
416
+ /** Component Id. */
417
+ id?: string;
418
+ /** Component type. */
419
+ type?: string;
420
+ /** Component name. */
421
+ name?: string;
422
+ /** Timestamp for component policy event record. */
423
+ timestamp?: Date;
424
+ /** Tenant ID for the policy event record. */
425
+ tenantId?: string;
426
+ /** Principal object ID for the user who initiated the resource component operation that triggered the policy event. */
427
+ principalOid?: string;
428
+ /** Policy definition action, i.e. effect. */
429
+ policyDefinitionAction?: string;
430
+ }
431
+ /** Query results. */
432
+ export interface PolicyStatesQueryResults {
433
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
434
+ odataContext?: string;
435
+ /** OData entity count; represents the number of policy state records returned. */
436
+ odataCount?: number;
437
+ /** Odata next link; URL to get the next set of results. */
438
+ odataNextLink?: string;
439
+ /** Query results. */
440
+ value?: PolicyState[];
441
+ }
442
+ /** Policy state record. */
443
+ export interface PolicyState {
444
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
445
+ [property: string]: any;
446
+ /** OData entity ID; always set to null since policy state records do not have an entity ID. */
447
+ odataId?: string;
448
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
449
+ odataContext?: string;
450
+ /** Timestamp for the policy state record. */
451
+ timestamp?: Date;
452
+ /** Resource ID. */
453
+ resourceId?: string;
454
+ /** Policy assignment ID. */
455
+ policyAssignmentId?: string;
456
+ /** Policy definition ID. */
457
+ policyDefinitionId?: string;
458
+ /** Effective parameters for the policy assignment. */
459
+ effectiveParameters?: string;
460
+ /** Flag which states whether the resource is compliant against the policy assignment it was evaluated against. This property is deprecated; please use ComplianceState instead. */
461
+ isCompliant?: boolean;
462
+ /** Subscription ID. */
463
+ subscriptionId?: string;
464
+ /** Resource type. */
465
+ resourceType?: string;
466
+ /** Resource location. */
467
+ resourceLocation?: string;
468
+ /** Resource group name. */
469
+ resourceGroup?: string;
470
+ /** List of resource tags. */
471
+ resourceTags?: string;
472
+ /** Policy assignment name. */
473
+ policyAssignmentName?: string;
474
+ /** Policy assignment owner. */
475
+ policyAssignmentOwner?: string;
476
+ /** Policy assignment parameters. */
477
+ policyAssignmentParameters?: string;
478
+ /** Policy assignment scope. */
479
+ policyAssignmentScope?: string;
480
+ /** Policy definition name. */
481
+ policyDefinitionName?: string;
482
+ /** Policy definition action, i.e. effect. */
483
+ policyDefinitionAction?: string;
484
+ /** Policy definition category. */
485
+ policyDefinitionCategory?: string;
486
+ /** Policy set definition ID, if the policy assignment is for a policy set. */
487
+ policySetDefinitionId?: string;
488
+ /** Policy set definition name, if the policy assignment is for a policy set. */
489
+ policySetDefinitionName?: string;
490
+ /** Policy set definition owner, if the policy assignment is for a policy set. */
491
+ policySetDefinitionOwner?: string;
492
+ /** Policy set definition category, if the policy assignment is for a policy set. */
493
+ policySetDefinitionCategory?: string;
494
+ /** Policy set definition parameters, if the policy assignment is for a policy set. */
495
+ policySetDefinitionParameters?: string;
496
+ /** Comma separated list of management group IDs, which represent the hierarchy of the management groups the resource is under. */
497
+ managementGroupIds?: string;
498
+ /** Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set. */
499
+ policyDefinitionReferenceId?: string;
500
+ /** Compliance state of the resource. */
501
+ complianceState?: string;
502
+ /** Policy evaluation details. */
503
+ policyEvaluationDetails?: PolicyEvaluationDetails;
504
+ /** Policy definition group names. */
505
+ policyDefinitionGroupNames?: string[];
506
+ /** Components state compliance records populated only when URL contains $expand=components clause. */
507
+ components?: ComponentStateDetails[];
508
+ /**
509
+ * Evaluated policy definition version.
510
+ * NOTE: This property will not be serialized. It can only be populated by the server.
511
+ */
512
+ readonly policyDefinitionVersion?: string;
513
+ /**
514
+ * Evaluated policy set definition version.
515
+ * NOTE: This property will not be serialized. It can only be populated by the server.
516
+ */
517
+ readonly policySetDefinitionVersion?: string;
518
+ /**
519
+ * Evaluated policy assignment version.
520
+ * NOTE: This property will not be serialized. It can only be populated by the server.
521
+ */
522
+ readonly policyAssignmentVersion?: string;
523
+ }
524
+ /** Policy evaluation details. */
525
+ export interface PolicyEvaluationDetails {
526
+ /** Details of the evaluated expressions. */
527
+ evaluatedExpressions?: ExpressionEvaluationDetails[];
528
+ /** Evaluation details of IfNotExists effect. */
529
+ ifNotExistsDetails?: IfNotExistsEvaluationDetails;
530
+ }
531
+ /** Evaluation details of policy language expressions. */
532
+ export interface ExpressionEvaluationDetails {
533
+ /** Evaluation result. */
534
+ result?: string;
535
+ /** Expression evaluated. */
536
+ expression?: string;
537
+ /**
538
+ * The kind of expression that was evaluated.
539
+ * NOTE: This property will not be serialized. It can only be populated by the server.
540
+ */
541
+ readonly expressionKind?: string;
542
+ /** Property path if the expression is a field or an alias. */
543
+ path?: string;
544
+ /** Value of the expression. */
545
+ expressionValue?: Record<string, unknown>;
546
+ /** Target value to be compared with the expression value. */
547
+ targetValue?: Record<string, unknown>;
548
+ /** Operator to compare the expression value and the target value. */
549
+ operator?: string;
550
+ }
551
+ /** Evaluation details of IfNotExists effect. */
552
+ export interface IfNotExistsEvaluationDetails {
553
+ /** ID of the last evaluated resource for IfNotExists effect. */
554
+ resourceId?: string;
555
+ /** Total number of resources to which the existence condition is applicable. */
556
+ totalResources?: number;
557
+ }
558
+ /** Component state details. */
559
+ export interface ComponentStateDetails {
560
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
561
+ [property: string]: any;
562
+ /** Component Id. */
563
+ id?: string;
564
+ /** Component type. */
565
+ type?: string;
566
+ /** Component name. */
567
+ name?: string;
568
+ /** Component compliance evaluation timestamp. */
569
+ timestamp?: Date;
570
+ /** Component compliance state. */
571
+ complianceState?: string;
572
+ }
573
+ /** Summarize action results. */
574
+ export interface SummarizeResults {
575
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
576
+ odataContext?: string;
577
+ /** OData entity count; represents the number of summaries returned; always set to 1. */
578
+ odataCount?: number;
579
+ /** Summarize action results. */
580
+ value?: Summary[];
581
+ }
582
+ /** Summary results. */
583
+ export interface Summary {
584
+ /** OData entity ID; always set to null since summaries do not have an entity ID. */
585
+ odataId?: string;
586
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
587
+ odataContext?: string;
588
+ /** Compliance summary for all policy assignments. */
589
+ results?: SummaryResults;
590
+ /** Policy assignments summary. */
591
+ policyAssignments?: PolicyAssignmentSummary[];
592
+ }
593
+ /** Compliance summary on a particular summary level. */
594
+ export interface SummaryResults {
595
+ /** HTTP POST URI for queryResults action on Microsoft.PolicyInsights to retrieve raw results for the compliance summary. This property will not be available by default in future API versions, but could be queried explicitly. */
596
+ queryResultsUri?: string;
597
+ /** Number of non-compliant resources. */
598
+ nonCompliantResources?: number;
599
+ /** Number of non-compliant policies. */
600
+ nonCompliantPolicies?: number;
601
+ /** The resources summary at this level. */
602
+ resourceDetails?: ComplianceDetail[];
603
+ /** The policy artifact summary at this level. For query scope level, it represents policy assignment summary. For policy assignment level, it represents policy definitions summary. */
604
+ policyDetails?: ComplianceDetail[];
605
+ /** The policy definition group summary at this level. */
606
+ policyGroupDetails?: ComplianceDetail[];
607
+ }
608
+ /** The compliance state rollup. */
609
+ export interface ComplianceDetail {
610
+ /** The compliance state. */
611
+ complianceState?: string;
612
+ /** Summarized count value for this compliance state. */
613
+ count?: number;
614
+ }
615
+ /** Policy assignment summary. */
616
+ export interface PolicyAssignmentSummary {
617
+ /** Policy assignment ID. */
618
+ policyAssignmentId?: string;
619
+ /** Policy set definition ID, if the policy assignment is for a policy set. */
620
+ policySetDefinitionId?: string;
621
+ /** Compliance summary for the policy assignment. */
622
+ results?: SummaryResults;
623
+ /** Policy definitions summary. */
624
+ policyDefinitions?: PolicyDefinitionSummary[];
625
+ /** Policy definition group summary. */
626
+ policyGroups?: PolicyGroupSummary[];
627
+ }
628
+ /** Policy definition summary. */
629
+ export interface PolicyDefinitionSummary {
630
+ /** Policy definition ID. */
631
+ policyDefinitionId?: string;
632
+ /** Policy definition reference ID. */
633
+ policyDefinitionReferenceId?: string;
634
+ /** Policy definition group names. */
635
+ policyDefinitionGroupNames?: string[];
636
+ /** Policy effect, i.e. policy definition action. */
637
+ effect?: string;
638
+ /** Compliance summary for the policy definition. */
639
+ results?: SummaryResults;
640
+ }
641
+ /** Policy definition group summary. */
642
+ export interface PolicyGroupSummary {
643
+ /** Policy group name. */
644
+ policyGroupName?: string;
645
+ /** Compliance summary for the policy definition group. */
646
+ results?: SummaryResults;
647
+ }
648
+ /** Policy metadata resource definition. */
649
+ export interface PolicyMetadata {
650
+ /**
651
+ * The ID of the policy metadata.
652
+ * NOTE: This property will not be serialized. It can only be populated by the server.
653
+ */
654
+ readonly id?: string;
655
+ /**
656
+ * The type of the policy metadata.
657
+ * NOTE: This property will not be serialized. It can only be populated by the server.
658
+ */
659
+ readonly type?: string;
660
+ /**
661
+ * The name of the policy metadata.
662
+ * NOTE: This property will not be serialized. It can only be populated by the server.
663
+ */
664
+ readonly name?: string;
665
+ /**
666
+ * The policy metadata identifier.
667
+ * NOTE: This property will not be serialized. It can only be populated by the server.
668
+ */
669
+ readonly metadataId?: string;
670
+ /**
671
+ * The category of the policy metadata.
672
+ * NOTE: This property will not be serialized. It can only be populated by the server.
673
+ */
674
+ readonly category?: string;
675
+ /**
676
+ * The title of the policy metadata.
677
+ * NOTE: This property will not be serialized. It can only be populated by the server.
678
+ */
679
+ readonly title?: string;
680
+ /**
681
+ * The owner of the policy metadata.
682
+ * NOTE: This property will not be serialized. It can only be populated by the server.
683
+ */
684
+ readonly owner?: string;
685
+ /**
686
+ * Url for getting additional content about the resource metadata.
687
+ * NOTE: This property will not be serialized. It can only be populated by the server.
688
+ */
689
+ readonly additionalContentUrl?: string;
690
+ /**
691
+ * Additional metadata.
692
+ * NOTE: This property will not be serialized. It can only be populated by the server.
693
+ */
694
+ readonly metadata?: Record<string, unknown>;
695
+ /**
696
+ * The description of the policy metadata.
697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
698
+ */
699
+ readonly description?: string;
700
+ /**
701
+ * The requirements of the policy metadata.
702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
703
+ */
704
+ readonly requirements?: string;
705
+ }
706
+ /** The properties of the policy metadata, excluding properties containing large strings */
707
+ export interface PolicyMetadataSlimProperties {
708
+ /**
709
+ * The policy metadata identifier.
710
+ * NOTE: This property will not be serialized. It can only be populated by the server.
711
+ */
712
+ readonly metadataId?: string;
713
+ /**
714
+ * The category of the policy metadata.
715
+ * NOTE: This property will not be serialized. It can only be populated by the server.
716
+ */
717
+ readonly category?: string;
718
+ /**
719
+ * The title of the policy metadata.
720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
721
+ */
722
+ readonly title?: string;
723
+ /**
724
+ * The owner of the policy metadata.
725
+ * NOTE: This property will not be serialized. It can only be populated by the server.
726
+ */
727
+ readonly owner?: string;
728
+ /**
729
+ * Url for getting additional content about the resource metadata.
730
+ * NOTE: This property will not be serialized. It can only be populated by the server.
731
+ */
732
+ readonly additionalContentUrl?: string;
733
+ /**
734
+ * Additional metadata.
735
+ * NOTE: This property will not be serialized. It can only be populated by the server.
736
+ */
737
+ readonly metadata?: Record<string, unknown>;
738
+ }
739
+ /** Error response. */
740
+ export interface ErrorResponseAutoGenerated {
741
+ /** The error details. */
742
+ error?: ErrorDefinitionAutoGenerated;
743
+ }
744
+ /** Error definition. */
745
+ export interface ErrorDefinitionAutoGenerated {
746
+ /**
747
+ * Service specific error code which serves as the substatus for the HTTP error code.
748
+ * NOTE: This property will not be serialized. It can only be populated by the server.
749
+ */
750
+ readonly code?: string;
751
+ /**
752
+ * Description of the error.
753
+ * NOTE: This property will not be serialized. It can only be populated by the server.
754
+ */
755
+ readonly message?: string;
756
+ /**
757
+ * The target of the error.
758
+ * NOTE: This property will not be serialized. It can only be populated by the server.
759
+ */
760
+ readonly target?: string;
761
+ /**
762
+ * Internal error details.
763
+ * NOTE: This property will not be serialized. It can only be populated by the server.
764
+ */
765
+ readonly details?: ErrorDefinitionAutoGenerated[];
766
+ /**
767
+ * Additional scenario specific error details.
768
+ * NOTE: This property will not be serialized. It can only be populated by the server.
769
+ */
770
+ readonly additionalInfo?: TypedErrorInfo[];
771
+ }
772
+ /** Collection of policy metadata resources. */
773
+ export interface PolicyMetadataCollection {
774
+ /**
775
+ * Array of policy metadata definitions.
776
+ * NOTE: This property will not be serialized. It can only be populated by the server.
777
+ */
778
+ readonly value?: SlimPolicyMetadata[];
779
+ /**
780
+ * The URL to get the next set of results.
781
+ * NOTE: This property will not be serialized. It can only be populated by the server.
782
+ */
783
+ readonly nextLink?: string;
784
+ }
785
+ /** Slim version of policy metadata resource definition, excluding properties with large strings */
786
+ export interface SlimPolicyMetadata {
787
+ /**
788
+ * The ID of the policy metadata.
789
+ * NOTE: This property will not be serialized. It can only be populated by the server.
790
+ */
791
+ readonly id?: string;
792
+ /**
793
+ * The type of the policy metadata.
794
+ * NOTE: This property will not be serialized. It can only be populated by the server.
795
+ */
796
+ readonly type?: string;
797
+ /**
798
+ * The name of the policy metadata.
799
+ * NOTE: This property will not be serialized. It can only be populated by the server.
800
+ */
801
+ readonly name?: string;
802
+ /**
803
+ * The policy metadata identifier.
804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
805
+ */
806
+ readonly metadataId?: string;
807
+ /**
808
+ * The category of the policy metadata.
809
+ * NOTE: This property will not be serialized. It can only be populated by the server.
810
+ */
811
+ readonly category?: string;
812
+ /**
813
+ * The title of the policy metadata.
814
+ * NOTE: This property will not be serialized. It can only be populated by the server.
815
+ */
816
+ readonly title?: string;
817
+ /**
818
+ * The owner of the policy metadata.
819
+ * NOTE: This property will not be serialized. It can only be populated by the server.
820
+ */
821
+ readonly owner?: string;
822
+ /**
823
+ * Url for getting additional content about the resource metadata.
824
+ * NOTE: This property will not be serialized. It can only be populated by the server.
825
+ */
826
+ readonly additionalContentUrl?: string;
827
+ /**
828
+ * Additional metadata.
829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
+ */
831
+ readonly metadata?: Record<string, unknown>;
832
+ }
833
+ /** The check policy restrictions parameters describing the resource that is being evaluated. */
834
+ export interface CheckRestrictionsRequest {
835
+ /** The information about the resource that will be evaluated. */
836
+ resourceDetails: CheckRestrictionsResourceDetails;
837
+ /** The list of fields and values that should be evaluated for potential restrictions. */
838
+ pendingFields?: PendingField[];
839
+ /** Whether to include policies with the 'audit' effect in the results. Defaults to false. */
840
+ includeAuditEffect?: boolean;
841
+ }
842
+ /** The information about the resource that will be evaluated. */
843
+ export interface CheckRestrictionsResourceDetails {
844
+ /** The resource content. This should include whatever properties are already known and can be a partial set of all resource properties. */
845
+ resourceContent: Record<string, unknown>;
846
+ /** The api-version of the resource content. */
847
+ apiVersion?: string;
848
+ /** The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID. */
849
+ scope?: string;
850
+ }
851
+ /** A field that should be evaluated against Azure Policy to determine restrictions. */
852
+ export interface PendingField {
853
+ /** The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias. */
854
+ field: string;
855
+ /** The list of potential values for the field that should be evaluated against Azure Policy. */
856
+ values?: string[];
857
+ }
858
+ /** The result of a check policy restrictions evaluation on a resource. */
859
+ export interface CheckRestrictionsResult {
860
+ /**
861
+ * The restrictions that will be placed on various fields in the resource by policy.
862
+ * NOTE: This property will not be serialized. It can only be populated by the server.
863
+ */
864
+ readonly fieldRestrictions?: FieldRestrictions[];
865
+ /**
866
+ * Evaluation results for the provided partial resource content.
867
+ * NOTE: This property will not be serialized. It can only be populated by the server.
868
+ */
869
+ readonly contentEvaluationResult?: CheckRestrictionsResultContentEvaluationResult;
870
+ }
871
+ /** The restrictions that will be placed on a field in the resource by policy. */
872
+ export interface FieldRestrictions {
873
+ /**
874
+ * The name of the field. This can be a top-level property like 'name' or 'type' or an Azure Policy field alias.
875
+ * NOTE: This property will not be serialized. It can only be populated by the server.
876
+ */
877
+ readonly field?: string;
878
+ /** The restrictions placed on that field by policy. */
879
+ restrictions?: FieldRestriction[];
880
+ }
881
+ /** The restrictions on a field imposed by a specific policy. */
882
+ export interface FieldRestriction {
883
+ /**
884
+ * The type of restriction that is imposed on the field.
885
+ * NOTE: This property will not be serialized. It can only be populated by the server.
886
+ */
887
+ readonly result?: FieldRestrictionResult;
888
+ /**
889
+ * The value that policy will set for the field if the user does not provide a value.
890
+ * NOTE: This property will not be serialized. It can only be populated by the server.
891
+ */
892
+ readonly defaultValue?: string;
893
+ /**
894
+ * The values that policy either requires or denies for the field.
895
+ * NOTE: This property will not be serialized. It can only be populated by the server.
896
+ */
897
+ readonly values?: string[];
898
+ /**
899
+ * The details of the policy that is causing the field restriction.
900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
901
+ */
902
+ readonly policy?: PolicyReference;
903
+ /**
904
+ * The effect of the policy that is causing the field restriction. http://aka.ms/policyeffects
905
+ * NOTE: This property will not be serialized. It can only be populated by the server.
906
+ */
907
+ readonly policyEffect?: string;
908
+ /**
909
+ * The reason for the restriction.
910
+ * NOTE: This property will not be serialized. It can only be populated by the server.
911
+ */
912
+ readonly reason?: string;
913
+ }
914
+ /** Resource identifiers for a policy. */
915
+ export interface PolicyReference {
916
+ /**
917
+ * The resource identifier of the policy definition.
918
+ * NOTE: This property will not be serialized. It can only be populated by the server.
919
+ */
920
+ readonly policyDefinitionId?: string;
921
+ /**
922
+ * The resource identifier of the policy set definition.
923
+ * NOTE: This property will not be serialized. It can only be populated by the server.
924
+ */
925
+ readonly policySetDefinitionId?: string;
926
+ /**
927
+ * The reference identifier of a specific policy definition within a policy set definition.
928
+ * NOTE: This property will not be serialized. It can only be populated by the server.
929
+ */
930
+ readonly policyDefinitionReferenceId?: string;
931
+ /**
932
+ * The resource identifier of the policy assignment.
933
+ * NOTE: This property will not be serialized. It can only be populated by the server.
934
+ */
935
+ readonly policyAssignmentId?: string;
936
+ }
937
+ /** Evaluation results for the provided partial resource content. */
938
+ export interface CheckRestrictionsResultContentEvaluationResult {
939
+ /** Policy evaluation results against the given resource content. This will indicate if the partial content that was provided will be denied as-is. */
940
+ policyEvaluations?: PolicyEvaluationResult[];
941
+ }
942
+ /** The result of a non-compliant policy evaluation against the given resource content. */
943
+ export interface PolicyEvaluationResult {
944
+ /**
945
+ * The details of the policy that was evaluated.
946
+ * NOTE: This property will not be serialized. It can only be populated by the server.
947
+ */
948
+ readonly policyInfo?: PolicyReference;
949
+ /**
950
+ * The result of the policy evaluation against the resource. This will typically be 'NonCompliant' but may contain other values if errors were encountered.
951
+ * NOTE: This property will not be serialized. It can only be populated by the server.
952
+ */
953
+ readonly evaluationResult?: string;
954
+ /**
955
+ * The detailed results of the policy expressions and values that were evaluated.
956
+ * NOTE: This property will not be serialized. It can only be populated by the server.
957
+ */
958
+ readonly evaluationDetails?: CheckRestrictionEvaluationDetails;
959
+ /**
960
+ * The details of the effect that was applied to the resource.
961
+ * NOTE: This property will not be serialized. It can only be populated by the server.
962
+ */
963
+ readonly effectDetails?: PolicyEffectDetails;
964
+ }
965
+ /** Policy evaluation details. */
966
+ export interface CheckRestrictionEvaluationDetails {
967
+ /** Details of the evaluated expressions. */
968
+ evaluatedExpressions?: ExpressionEvaluationDetails[];
969
+ /** Evaluation details of IfNotExists effect. */
970
+ ifNotExistsDetails?: IfNotExistsEvaluationDetails;
971
+ /**
972
+ * The reason for the evaluation result.
973
+ * NOTE: This property will not be serialized. It can only be populated by the server.
974
+ */
975
+ readonly reason?: string;
976
+ }
977
+ /** The details of the effect that was applied to the resource. */
978
+ export interface PolicyEffectDetails {
979
+ /**
980
+ * The effect that was applied to the resource. http://aka.ms/policyeffects
981
+ * NOTE: This property will not be serialized. It can only be populated by the server.
982
+ */
983
+ readonly policyEffect?: string;
984
+ }
985
+ /** The check policy restrictions parameters describing the resource that is being evaluated. */
986
+ export interface CheckManagementGroupRestrictionsRequest {
987
+ /** The information about the resource that will be evaluated. */
988
+ resourceDetails?: CheckRestrictionsResourceDetails;
989
+ /** The list of fields and values that should be evaluated for potential restrictions. */
990
+ pendingFields?: PendingField[];
991
+ }
992
+ /** Query results. */
993
+ export interface ComponentPolicyStatesQueryResults {
994
+ /** OData context string; used by OData clients to resolve type information based on metadata. */
995
+ odataContext?: string;
996
+ /** OData entity count; represents the number of policy state records returned. */
997
+ odataCount?: number;
998
+ /** Query results. */
999
+ value?: ComponentPolicyState[];
1000
+ }
1001
+ /** Component Policy State record. */
1002
+ export interface ComponentPolicyState {
1003
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
1004
+ [property: string]: any;
1005
+ /**
1006
+ * OData entity ID; always set to null since component policy state records do not have an entity ID.
1007
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1008
+ */
1009
+ readonly odataId?: string;
1010
+ /**
1011
+ * OData context string; used by OData clients to resolve type information based on metadata.
1012
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1013
+ */
1014
+ readonly odataContext?: string;
1015
+ /**
1016
+ * Timestamp for the component policy state record.
1017
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1018
+ */
1019
+ readonly timestamp?: Date;
1020
+ /**
1021
+ * Component Id.
1022
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1023
+ */
1024
+ readonly componentId?: string;
1025
+ /**
1026
+ * Component type.
1027
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1028
+ */
1029
+ readonly componentType?: string;
1030
+ /**
1031
+ * Component name.
1032
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1033
+ */
1034
+ readonly componentName?: string;
1035
+ /**
1036
+ * Resource ID.
1037
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1038
+ */
1039
+ readonly resourceId?: string;
1040
+ /**
1041
+ * Policy assignment ID.
1042
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1043
+ */
1044
+ readonly policyAssignmentId?: string;
1045
+ /**
1046
+ * Policy definition ID.
1047
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1048
+ */
1049
+ readonly policyDefinitionId?: string;
1050
+ /**
1051
+ * Subscription ID.
1052
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1053
+ */
1054
+ readonly subscriptionId?: string;
1055
+ /**
1056
+ * Resource type.
1057
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1058
+ */
1059
+ readonly resourceType?: string;
1060
+ /**
1061
+ * Resource location.
1062
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1063
+ */
1064
+ readonly resourceLocation?: string;
1065
+ /**
1066
+ * Resource group name.
1067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1068
+ */
1069
+ readonly resourceGroup?: string;
1070
+ /**
1071
+ * Policy assignment name.
1072
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1073
+ */
1074
+ readonly policyAssignmentName?: string;
1075
+ /**
1076
+ * Policy assignment owner.
1077
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1078
+ */
1079
+ readonly policyAssignmentOwner?: string;
1080
+ /**
1081
+ * Policy assignment parameters.
1082
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1083
+ */
1084
+ readonly policyAssignmentParameters?: string;
1085
+ /**
1086
+ * Policy assignment scope.
1087
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1088
+ */
1089
+ readonly policyAssignmentScope?: string;
1090
+ /**
1091
+ * Policy definition name.
1092
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1093
+ */
1094
+ readonly policyDefinitionName?: string;
1095
+ /**
1096
+ * Policy definition action, i.e. effect.
1097
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1098
+ */
1099
+ readonly policyDefinitionAction?: string;
1100
+ /**
1101
+ * Policy definition category.
1102
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1103
+ */
1104
+ readonly policyDefinitionCategory?: string;
1105
+ /**
1106
+ * Policy set definition ID, if the policy assignment is for a policy set.
1107
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1108
+ */
1109
+ readonly policySetDefinitionId?: string;
1110
+ /**
1111
+ * Policy set definition name, if the policy assignment is for a policy set.
1112
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1113
+ */
1114
+ readonly policySetDefinitionName?: string;
1115
+ /**
1116
+ * Policy set definition owner, if the policy assignment is for a policy set.
1117
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1118
+ */
1119
+ readonly policySetDefinitionOwner?: string;
1120
+ /**
1121
+ * Policy set definition category, if the policy assignment is for a policy set.
1122
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1123
+ */
1124
+ readonly policySetDefinitionCategory?: string;
1125
+ /**
1126
+ * Policy set definition parameters, if the policy assignment is for a policy set.
1127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1128
+ */
1129
+ readonly policySetDefinitionParameters?: string;
1130
+ /**
1131
+ * Reference ID for the policy definition inside the policy set, if the policy assignment is for a policy set.
1132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1133
+ */
1134
+ readonly policyDefinitionReferenceId?: string;
1135
+ /**
1136
+ * Compliance state of the resource.
1137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1138
+ */
1139
+ readonly complianceState?: string;
1140
+ /** Policy evaluation details. This is only included in the response if the request contains $expand=PolicyEvaluationDetails. */
1141
+ policyEvaluationDetails?: ComponentPolicyEvaluationDetails;
1142
+ /**
1143
+ * Policy definition group names.
1144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1145
+ */
1146
+ readonly policyDefinitionGroupNames?: string[];
1147
+ /**
1148
+ * Evaluated policy definition version.
1149
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1150
+ */
1151
+ readonly policyDefinitionVersion?: string;
1152
+ /**
1153
+ * Evaluated policy set definition version.
1154
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1155
+ */
1156
+ readonly policySetDefinitionVersion?: string;
1157
+ /**
1158
+ * Evaluated policy assignment version.
1159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1160
+ */
1161
+ readonly policyAssignmentVersion?: string;
1162
+ }
1163
+ /** Policy evaluation details. */
1164
+ export interface ComponentPolicyEvaluationDetails {
1165
+ /**
1166
+ * Details of the evaluated expressions.
1167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1168
+ */
1169
+ readonly evaluatedExpressions?: ComponentExpressionEvaluationDetails[];
1170
+ /** Additional textual reason for the evaluation outcome. */
1171
+ reason?: string;
1172
+ }
1173
+ /** Evaluation details of policy language expressions. */
1174
+ export interface ComponentExpressionEvaluationDetails {
1175
+ /** Evaluation result. */
1176
+ result?: string;
1177
+ /**
1178
+ * Expression evaluated.
1179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1180
+ */
1181
+ readonly expression?: string;
1182
+ /**
1183
+ * The kind of expression that was evaluated.
1184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1185
+ */
1186
+ readonly expressionKind?: string;
1187
+ /**
1188
+ * Property path if the expression is a field or an alias.
1189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1190
+ */
1191
+ readonly path?: string;
1192
+ /**
1193
+ * Value of the expression.
1194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1195
+ */
1196
+ readonly expressionValue?: Record<string, unknown>;
1197
+ /**
1198
+ * Target value to be compared with the expression value.
1199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1200
+ */
1201
+ readonly targetValue?: Record<string, unknown>;
1202
+ /**
1203
+ * Operator to compare the expression value and the target value.
1204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1205
+ */
1206
+ readonly operator?: string;
1207
+ }
1208
+ /** List of available operations. */
1209
+ export interface OperationsListResults {
1210
+ /** OData entity count; represents the number of operations returned. */
1211
+ odataCount?: number;
1212
+ /** List of available operations. */
1213
+ value?: Operation[];
1214
+ }
1215
+ /** Operation definition. */
1216
+ export interface Operation {
1217
+ /** Operation name. */
1218
+ name?: string;
1219
+ /** Indicates whether the operation is a data action */
1220
+ isDataAction?: boolean;
1221
+ /** Display metadata associated with the operation. */
1222
+ display?: OperationDisplay;
1223
+ }
1224
+ /** Display metadata associated with the operation. */
1225
+ export interface OperationDisplay {
1226
+ /** Resource provider name. */
1227
+ provider?: string;
1228
+ /** Resource name on which the operation is performed. */
1229
+ resource?: string;
1230
+ /** Operation name. */
1231
+ operation?: string;
1232
+ /** Operation description. */
1233
+ description?: string;
1234
+ }
1235
+ /** List of attestations. */
1236
+ export interface AttestationListResult {
1237
+ /**
1238
+ * Array of attestation definitions.
1239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1240
+ */
1241
+ readonly value?: Attestation[];
1242
+ /**
1243
+ * The URL to get the next set of results.
1244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1245
+ */
1246
+ readonly nextLink?: string;
1247
+ }
1248
+ /** A piece of evidence supporting the compliance state set in the attestation. */
1249
+ export interface AttestationEvidence {
1250
+ /** The description for this piece of evidence. */
1251
+ description?: string;
1252
+ /** The URI location of the evidence. */
1253
+ sourceUri?: string;
1254
+ }
1255
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
1256
+ export interface Resource {
1257
+ /**
1258
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
1259
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1260
+ */
1261
+ readonly id?: string;
1262
+ /**
1263
+ * The name of the resource
1264
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1265
+ */
1266
+ readonly name?: string;
1267
+ /**
1268
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1270
+ */
1271
+ readonly type?: string;
1272
+ }
1273
+ /** Error response. */
1274
+ export interface ErrorResponseAutoGenerated2 {
1275
+ /** The error details. */
1276
+ error?: ErrorDefinitionAutoGenerated2;
1277
+ }
1278
+ /** Error definition. */
1279
+ export interface ErrorDefinitionAutoGenerated2 {
1280
+ /**
1281
+ * Service specific error code which serves as the substatus for the HTTP error code.
1282
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1283
+ */
1284
+ readonly code?: string;
1285
+ /**
1286
+ * Description of the error.
1287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1288
+ */
1289
+ readonly message?: string;
1290
+ /**
1291
+ * The target of the error.
1292
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1293
+ */
1294
+ readonly target?: string;
1295
+ /**
1296
+ * Internal error details.
1297
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1298
+ */
1299
+ readonly details?: ErrorDefinitionAutoGenerated2[];
1300
+ /**
1301
+ * Additional scenario specific error details.
1302
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1303
+ */
1304
+ readonly additionalInfo?: TypedErrorInfo[];
1305
+ }
1306
+ /** The properties of the policy metadata. */
1307
+ export interface PolicyMetadataProperties extends PolicyMetadataSlimProperties {
1308
+ /**
1309
+ * The description of the policy metadata.
1310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1311
+ */
1312
+ readonly description?: string;
1313
+ /**
1314
+ * The requirements of the policy metadata.
1315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1316
+ */
1317
+ readonly requirements?: string;
1318
+ }
1319
+ /** An attestation resource. */
1320
+ export interface Attestation extends Resource {
1321
+ /**
1322
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
1323
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1324
+ */
1325
+ readonly systemData?: SystemData;
1326
+ /** The resource ID of the policy assignment that the attestation is setting the state for. */
1327
+ policyAssignmentId: string;
1328
+ /** The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition. */
1329
+ policyDefinitionReferenceId?: string;
1330
+ /** The compliance state that should be set on the resource. */
1331
+ complianceState?: ComplianceState;
1332
+ /** The time the compliance state should expire. */
1333
+ expiresOn?: Date;
1334
+ /** The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID. */
1335
+ owner?: string;
1336
+ /** Comments describing why this attestation was created. */
1337
+ comments?: string;
1338
+ /** The evidence supporting the compliance state set in this attestation. */
1339
+ evidence?: AttestationEvidence[];
1340
+ /**
1341
+ * The status of the attestation.
1342
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1343
+ */
1344
+ readonly provisioningState?: string;
1345
+ /**
1346
+ * The time the compliance state was last changed in this attestation.
1347
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1348
+ */
1349
+ readonly lastComplianceStateChangeAt?: Date;
1350
+ /** The time the evidence was assessed */
1351
+ assessmentDate?: Date;
1352
+ /** Additional metadata for this attestation */
1353
+ metadata?: Record<string, unknown>;
1354
+ }
1355
+ /** Parameter group */
1356
+ export interface QueryOptions {
1357
+ /** Maximum number of records to return. */
1358
+ top?: number;
1359
+ /** OData filter expression. */
1360
+ filter?: string;
1361
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
1362
+ orderBy?: string;
1363
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
1364
+ select?: string;
1365
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
1366
+ from?: Date;
1367
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
1368
+ to?: Date;
1369
+ /** OData apply expression for aggregations. */
1370
+ apply?: string;
1371
+ /** Skiptoken is only provided if a previous response returned a partial result as a part of nextLink element. */
1372
+ skipToken?: string;
1373
+ /** The $expand query parameter. For example, to expand components use $expand=components */
1374
+ expand?: string;
1375
+ }
1376
+ /** Known values of {@link PolicyTrackedResourcesResourceType} that the service accepts. */
1377
+ export declare enum KnownPolicyTrackedResourcesResourceType {
1378
+ /** Default */
1379
+ Default = "default"
1380
+ }
1381
+ /**
1382
+ * Defines values for PolicyTrackedResourcesResourceType. \
1383
+ * {@link KnownPolicyTrackedResourcesResourceType} can be used interchangeably with PolicyTrackedResourcesResourceType,
1384
+ * this enum contains the known values that the service supports.
1385
+ * ### Known values supported by the service
1386
+ * **default**
1387
+ */
1388
+ export type PolicyTrackedResourcesResourceType = string;
1389
+ /** Known values of {@link ResourceDiscoveryMode} that the service accepts. */
1390
+ export declare enum KnownResourceDiscoveryMode {
1391
+ /** Remediate resources that are already known to be non-compliant. */
1392
+ ExistingNonCompliant = "ExistingNonCompliant",
1393
+ /** Re-evaluate the compliance state of resources and then remediate the resources found to be non-compliant. The resourceIds filter cannot be used in this mode. */
1394
+ ReEvaluateCompliance = "ReEvaluateCompliance"
1395
+ }
1396
+ /**
1397
+ * Defines values for ResourceDiscoveryMode. \
1398
+ * {@link KnownResourceDiscoveryMode} can be used interchangeably with ResourceDiscoveryMode,
1399
+ * this enum contains the known values that the service supports.
1400
+ * ### Known values supported by the service
1401
+ * **ExistingNonCompliant**: Remediate resources that are already known to be non-compliant. \
1402
+ * **ReEvaluateCompliance**: Re-evaluate the compliance state of resources and then remediate the resources found to be non-compliant. The resourceIds filter cannot be used in this mode.
1403
+ */
1404
+ export type ResourceDiscoveryMode = string;
1405
+ /** Known values of {@link CreatedByType} that the service accepts. */
1406
+ export declare enum KnownCreatedByType {
1407
+ /** User */
1408
+ User = "User",
1409
+ /** Application */
1410
+ Application = "Application",
1411
+ /** ManagedIdentity */
1412
+ ManagedIdentity = "ManagedIdentity",
1413
+ /** Key */
1414
+ Key = "Key"
1415
+ }
1416
+ /**
1417
+ * Defines values for CreatedByType. \
1418
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1419
+ * this enum contains the known values that the service supports.
1420
+ * ### Known values supported by the service
1421
+ * **User** \
1422
+ * **Application** \
1423
+ * **ManagedIdentity** \
1424
+ * **Key**
1425
+ */
1426
+ export type CreatedByType = string;
1427
+ /** Known values of {@link PolicyEventsResourceType} that the service accepts. */
1428
+ export declare enum KnownPolicyEventsResourceType {
1429
+ /** Default */
1430
+ Default = "default"
1431
+ }
1432
+ /**
1433
+ * Defines values for PolicyEventsResourceType. \
1434
+ * {@link KnownPolicyEventsResourceType} can be used interchangeably with PolicyEventsResourceType,
1435
+ * this enum contains the known values that the service supports.
1436
+ * ### Known values supported by the service
1437
+ * **default**
1438
+ */
1439
+ export type PolicyEventsResourceType = string;
1440
+ /** Known values of {@link PolicyStatesResource} that the service accepts. */
1441
+ export declare enum KnownPolicyStatesResource {
1442
+ /** Default */
1443
+ Default = "default",
1444
+ /** Latest */
1445
+ Latest = "latest"
1446
+ }
1447
+ /**
1448
+ * Defines values for PolicyStatesResource. \
1449
+ * {@link KnownPolicyStatesResource} can be used interchangeably with PolicyStatesResource,
1450
+ * this enum contains the known values that the service supports.
1451
+ * ### Known values supported by the service
1452
+ * **default** \
1453
+ * **latest**
1454
+ */
1455
+ export type PolicyStatesResource = string;
1456
+ /** Known values of {@link PolicyStatesSummaryResourceType} that the service accepts. */
1457
+ export declare enum KnownPolicyStatesSummaryResourceType {
1458
+ /** Latest */
1459
+ Latest = "latest"
1460
+ }
1461
+ /**
1462
+ * Defines values for PolicyStatesSummaryResourceType. \
1463
+ * {@link KnownPolicyStatesSummaryResourceType} can be used interchangeably with PolicyStatesSummaryResourceType,
1464
+ * this enum contains the known values that the service supports.
1465
+ * ### Known values supported by the service
1466
+ * **latest**
1467
+ */
1468
+ export type PolicyStatesSummaryResourceType = string;
1469
+ /** Known values of {@link FieldRestrictionResult} that the service accepts. */
1470
+ export declare enum KnownFieldRestrictionResult {
1471
+ /** The field and\/or values are required by policy. */
1472
+ Required = "Required",
1473
+ /** The field will be removed by policy. */
1474
+ Removed = "Removed",
1475
+ /** The field and\/or values will be denied by policy. */
1476
+ Deny = "Deny",
1477
+ /** The field and\/or values will be audited by policy. */
1478
+ Audit = "Audit"
1479
+ }
1480
+ /**
1481
+ * Defines values for FieldRestrictionResult. \
1482
+ * {@link KnownFieldRestrictionResult} can be used interchangeably with FieldRestrictionResult,
1483
+ * this enum contains the known values that the service supports.
1484
+ * ### Known values supported by the service
1485
+ * **Required**: The field and\/or values are required by policy. \
1486
+ * **Removed**: The field will be removed by policy. \
1487
+ * **Deny**: The field and\/or values will be denied by policy. \
1488
+ * **Audit**: The field and\/or values will be audited by policy.
1489
+ */
1490
+ export type FieldRestrictionResult = string;
1491
+ /** Known values of {@link ComponentPolicyStatesResource} that the service accepts. */
1492
+ export declare enum KnownComponentPolicyStatesResource {
1493
+ /** Latest */
1494
+ Latest = "latest"
1495
+ }
1496
+ /**
1497
+ * Defines values for ComponentPolicyStatesResource. \
1498
+ * {@link KnownComponentPolicyStatesResource} can be used interchangeably with ComponentPolicyStatesResource,
1499
+ * this enum contains the known values that the service supports.
1500
+ * ### Known values supported by the service
1501
+ * **latest**
1502
+ */
1503
+ export type ComponentPolicyStatesResource = string;
1504
+ /** Known values of {@link ComplianceState} that the service accepts. */
1505
+ export declare enum KnownComplianceState {
1506
+ /** The resource is in compliance with the policy. */
1507
+ Compliant = "Compliant",
1508
+ /** The resource is not in compliance with the policy. */
1509
+ NonCompliant = "NonCompliant",
1510
+ /** The compliance state of the resource is not known. */
1511
+ Unknown = "Unknown"
1512
+ }
1513
+ /**
1514
+ * Defines values for ComplianceState. \
1515
+ * {@link KnownComplianceState} can be used interchangeably with ComplianceState,
1516
+ * this enum contains the known values that the service supports.
1517
+ * ### Known values supported by the service
1518
+ * **Compliant**: The resource is in compliance with the policy. \
1519
+ * **NonCompliant**: The resource is not in compliance with the policy. \
1520
+ * **Unknown**: The compliance state of the resource is not known.
1521
+ */
1522
+ export type ComplianceState = string;
1523
+ /** Optional parameters. */
1524
+ export interface PolicyTrackedResourcesListQueryResultsForManagementGroupOptionalParams extends coreClient.OperationOptions {
1525
+ /** Parameter group */
1526
+ queryOptions?: QueryOptions;
1527
+ }
1528
+ /** Contains response data for the listQueryResultsForManagementGroup operation. */
1529
+ export type PolicyTrackedResourcesListQueryResultsForManagementGroupResponse = PolicyTrackedResourcesQueryResults;
1530
+ /** Optional parameters. */
1531
+ export interface PolicyTrackedResourcesListQueryResultsForSubscriptionOptionalParams extends coreClient.OperationOptions {
1532
+ /** Parameter group */
1533
+ queryOptions?: QueryOptions;
1534
+ }
1535
+ /** Contains response data for the listQueryResultsForSubscription operation. */
1536
+ export type PolicyTrackedResourcesListQueryResultsForSubscriptionResponse = PolicyTrackedResourcesQueryResults;
1537
+ /** Optional parameters. */
1538
+ export interface PolicyTrackedResourcesListQueryResultsForResourceGroupOptionalParams extends coreClient.OperationOptions {
1539
+ /** Parameter group */
1540
+ queryOptions?: QueryOptions;
1541
+ }
1542
+ /** Contains response data for the listQueryResultsForResourceGroup operation. */
1543
+ export type PolicyTrackedResourcesListQueryResultsForResourceGroupResponse = PolicyTrackedResourcesQueryResults;
1544
+ /** Optional parameters. */
1545
+ export interface PolicyTrackedResourcesListQueryResultsForResourceOptionalParams extends coreClient.OperationOptions {
1546
+ /** Parameter group */
1547
+ queryOptions?: QueryOptions;
1548
+ }
1549
+ /** Contains response data for the listQueryResultsForResource operation. */
1550
+ export type PolicyTrackedResourcesListQueryResultsForResourceResponse = PolicyTrackedResourcesQueryResults;
1551
+ /** Optional parameters. */
1552
+ export interface PolicyTrackedResourcesListQueryResultsForManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1553
+ }
1554
+ /** Contains response data for the listQueryResultsForManagementGroupNext operation. */
1555
+ export type PolicyTrackedResourcesListQueryResultsForManagementGroupNextResponse = PolicyTrackedResourcesQueryResults;
1556
+ /** Optional parameters. */
1557
+ export interface PolicyTrackedResourcesListQueryResultsForSubscriptionNextOptionalParams extends coreClient.OperationOptions {
1558
+ }
1559
+ /** Contains response data for the listQueryResultsForSubscriptionNext operation. */
1560
+ export type PolicyTrackedResourcesListQueryResultsForSubscriptionNextResponse = PolicyTrackedResourcesQueryResults;
1561
+ /** Optional parameters. */
1562
+ export interface PolicyTrackedResourcesListQueryResultsForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1563
+ }
1564
+ /** Contains response data for the listQueryResultsForResourceGroupNext operation. */
1565
+ export type PolicyTrackedResourcesListQueryResultsForResourceGroupNextResponse = PolicyTrackedResourcesQueryResults;
1566
+ /** Optional parameters. */
1567
+ export interface PolicyTrackedResourcesListQueryResultsForResourceNextOptionalParams extends coreClient.OperationOptions {
1568
+ }
1569
+ /** Contains response data for the listQueryResultsForResourceNext operation. */
1570
+ export type PolicyTrackedResourcesListQueryResultsForResourceNextResponse = PolicyTrackedResourcesQueryResults;
1571
+ /** Optional parameters. */
1572
+ export interface RemediationsListDeploymentsAtManagementGroupOptionalParams extends coreClient.OperationOptions {
1573
+ /** Parameter group */
1574
+ queryOptions?: QueryOptions;
1575
+ }
1576
+ /** Contains response data for the listDeploymentsAtManagementGroup operation. */
1577
+ export type RemediationsListDeploymentsAtManagementGroupResponse = RemediationDeploymentsListResult;
1578
+ /** Optional parameters. */
1579
+ export interface RemediationsCancelAtManagementGroupOptionalParams extends coreClient.OperationOptions {
1580
+ }
1581
+ /** Contains response data for the cancelAtManagementGroup operation. */
1582
+ export type RemediationsCancelAtManagementGroupResponse = Remediation;
1583
+ /** Optional parameters. */
1584
+ export interface RemediationsListForManagementGroupOptionalParams extends coreClient.OperationOptions {
1585
+ /** Parameter group */
1586
+ queryOptions?: QueryOptions;
1587
+ }
1588
+ /** Contains response data for the listForManagementGroup operation. */
1589
+ export type RemediationsListForManagementGroupResponse = RemediationListResult;
1590
+ /** Optional parameters. */
1591
+ export interface RemediationsCreateOrUpdateAtManagementGroupOptionalParams extends coreClient.OperationOptions {
1592
+ }
1593
+ /** Contains response data for the createOrUpdateAtManagementGroup operation. */
1594
+ export type RemediationsCreateOrUpdateAtManagementGroupResponse = Remediation;
1595
+ /** Optional parameters. */
1596
+ export interface RemediationsGetAtManagementGroupOptionalParams extends coreClient.OperationOptions {
1597
+ }
1598
+ /** Contains response data for the getAtManagementGroup operation. */
1599
+ export type RemediationsGetAtManagementGroupResponse = Remediation;
1600
+ /** Optional parameters. */
1601
+ export interface RemediationsDeleteAtManagementGroupOptionalParams extends coreClient.OperationOptions {
1602
+ }
1603
+ /** Contains response data for the deleteAtManagementGroup operation. */
1604
+ export type RemediationsDeleteAtManagementGroupResponse = Remediation;
1605
+ /** Optional parameters. */
1606
+ export interface RemediationsListDeploymentsAtSubscriptionOptionalParams extends coreClient.OperationOptions {
1607
+ /** Parameter group */
1608
+ queryOptions?: QueryOptions;
1609
+ }
1610
+ /** Contains response data for the listDeploymentsAtSubscription operation. */
1611
+ export type RemediationsListDeploymentsAtSubscriptionResponse = RemediationDeploymentsListResult;
1612
+ /** Optional parameters. */
1613
+ export interface RemediationsCancelAtSubscriptionOptionalParams extends coreClient.OperationOptions {
1614
+ }
1615
+ /** Contains response data for the cancelAtSubscription operation. */
1616
+ export type RemediationsCancelAtSubscriptionResponse = Remediation;
1617
+ /** Optional parameters. */
1618
+ export interface RemediationsListForSubscriptionOptionalParams extends coreClient.OperationOptions {
1619
+ /** Parameter group */
1620
+ queryOptions?: QueryOptions;
1621
+ }
1622
+ /** Contains response data for the listForSubscription operation. */
1623
+ export type RemediationsListForSubscriptionResponse = RemediationListResult;
1624
+ /** Optional parameters. */
1625
+ export interface RemediationsCreateOrUpdateAtSubscriptionOptionalParams extends coreClient.OperationOptions {
1626
+ }
1627
+ /** Contains response data for the createOrUpdateAtSubscription operation. */
1628
+ export type RemediationsCreateOrUpdateAtSubscriptionResponse = Remediation;
1629
+ /** Optional parameters. */
1630
+ export interface RemediationsGetAtSubscriptionOptionalParams extends coreClient.OperationOptions {
1631
+ }
1632
+ /** Contains response data for the getAtSubscription operation. */
1633
+ export type RemediationsGetAtSubscriptionResponse = Remediation;
1634
+ /** Optional parameters. */
1635
+ export interface RemediationsDeleteAtSubscriptionOptionalParams extends coreClient.OperationOptions {
1636
+ }
1637
+ /** Contains response data for the deleteAtSubscription operation. */
1638
+ export type RemediationsDeleteAtSubscriptionResponse = Remediation;
1639
+ /** Optional parameters. */
1640
+ export interface RemediationsListDeploymentsAtResourceGroupOptionalParams extends coreClient.OperationOptions {
1641
+ /** Parameter group */
1642
+ queryOptions?: QueryOptions;
1643
+ }
1644
+ /** Contains response data for the listDeploymentsAtResourceGroup operation. */
1645
+ export type RemediationsListDeploymentsAtResourceGroupResponse = RemediationDeploymentsListResult;
1646
+ /** Optional parameters. */
1647
+ export interface RemediationsCancelAtResourceGroupOptionalParams extends coreClient.OperationOptions {
1648
+ }
1649
+ /** Contains response data for the cancelAtResourceGroup operation. */
1650
+ export type RemediationsCancelAtResourceGroupResponse = Remediation;
1651
+ /** Optional parameters. */
1652
+ export interface RemediationsListForResourceGroupOptionalParams extends coreClient.OperationOptions {
1653
+ /** Parameter group */
1654
+ queryOptions?: QueryOptions;
1655
+ }
1656
+ /** Contains response data for the listForResourceGroup operation. */
1657
+ export type RemediationsListForResourceGroupResponse = RemediationListResult;
1658
+ /** Optional parameters. */
1659
+ export interface RemediationsCreateOrUpdateAtResourceGroupOptionalParams extends coreClient.OperationOptions {
1660
+ }
1661
+ /** Contains response data for the createOrUpdateAtResourceGroup operation. */
1662
+ export type RemediationsCreateOrUpdateAtResourceGroupResponse = Remediation;
1663
+ /** Optional parameters. */
1664
+ export interface RemediationsGetAtResourceGroupOptionalParams extends coreClient.OperationOptions {
1665
+ }
1666
+ /** Contains response data for the getAtResourceGroup operation. */
1667
+ export type RemediationsGetAtResourceGroupResponse = Remediation;
1668
+ /** Optional parameters. */
1669
+ export interface RemediationsDeleteAtResourceGroupOptionalParams extends coreClient.OperationOptions {
1670
+ }
1671
+ /** Contains response data for the deleteAtResourceGroup operation. */
1672
+ export type RemediationsDeleteAtResourceGroupResponse = Remediation;
1673
+ /** Optional parameters. */
1674
+ export interface RemediationsListDeploymentsAtResourceOptionalParams extends coreClient.OperationOptions {
1675
+ /** Parameter group */
1676
+ queryOptions?: QueryOptions;
1677
+ }
1678
+ /** Contains response data for the listDeploymentsAtResource operation. */
1679
+ export type RemediationsListDeploymentsAtResourceResponse = RemediationDeploymentsListResult;
1680
+ /** Optional parameters. */
1681
+ export interface RemediationsCancelAtResourceOptionalParams extends coreClient.OperationOptions {
1682
+ }
1683
+ /** Contains response data for the cancelAtResource operation. */
1684
+ export type RemediationsCancelAtResourceResponse = Remediation;
1685
+ /** Optional parameters. */
1686
+ export interface RemediationsListForResourceOptionalParams extends coreClient.OperationOptions {
1687
+ /** Parameter group */
1688
+ queryOptions?: QueryOptions;
1689
+ }
1690
+ /** Contains response data for the listForResource operation. */
1691
+ export type RemediationsListForResourceResponse = RemediationListResult;
1692
+ /** Optional parameters. */
1693
+ export interface RemediationsCreateOrUpdateAtResourceOptionalParams extends coreClient.OperationOptions {
1694
+ }
1695
+ /** Contains response data for the createOrUpdateAtResource operation. */
1696
+ export type RemediationsCreateOrUpdateAtResourceResponse = Remediation;
1697
+ /** Optional parameters. */
1698
+ export interface RemediationsGetAtResourceOptionalParams extends coreClient.OperationOptions {
1699
+ }
1700
+ /** Contains response data for the getAtResource operation. */
1701
+ export type RemediationsGetAtResourceResponse = Remediation;
1702
+ /** Optional parameters. */
1703
+ export interface RemediationsDeleteAtResourceOptionalParams extends coreClient.OperationOptions {
1704
+ }
1705
+ /** Contains response data for the deleteAtResource operation. */
1706
+ export type RemediationsDeleteAtResourceResponse = Remediation;
1707
+ /** Optional parameters. */
1708
+ export interface RemediationsListDeploymentsAtManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1709
+ }
1710
+ /** Contains response data for the listDeploymentsAtManagementGroupNext operation. */
1711
+ export type RemediationsListDeploymentsAtManagementGroupNextResponse = RemediationDeploymentsListResult;
1712
+ /** Optional parameters. */
1713
+ export interface RemediationsListForManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1714
+ }
1715
+ /** Contains response data for the listForManagementGroupNext operation. */
1716
+ export type RemediationsListForManagementGroupNextResponse = RemediationListResult;
1717
+ /** Optional parameters. */
1718
+ export interface RemediationsListDeploymentsAtSubscriptionNextOptionalParams extends coreClient.OperationOptions {
1719
+ }
1720
+ /** Contains response data for the listDeploymentsAtSubscriptionNext operation. */
1721
+ export type RemediationsListDeploymentsAtSubscriptionNextResponse = RemediationDeploymentsListResult;
1722
+ /** Optional parameters. */
1723
+ export interface RemediationsListForSubscriptionNextOptionalParams extends coreClient.OperationOptions {
1724
+ }
1725
+ /** Contains response data for the listForSubscriptionNext operation. */
1726
+ export type RemediationsListForSubscriptionNextResponse = RemediationListResult;
1727
+ /** Optional parameters. */
1728
+ export interface RemediationsListDeploymentsAtResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1729
+ }
1730
+ /** Contains response data for the listDeploymentsAtResourceGroupNext operation. */
1731
+ export type RemediationsListDeploymentsAtResourceGroupNextResponse = RemediationDeploymentsListResult;
1732
+ /** Optional parameters. */
1733
+ export interface RemediationsListForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1734
+ }
1735
+ /** Contains response data for the listForResourceGroupNext operation. */
1736
+ export type RemediationsListForResourceGroupNextResponse = RemediationListResult;
1737
+ /** Optional parameters. */
1738
+ export interface RemediationsListDeploymentsAtResourceNextOptionalParams extends coreClient.OperationOptions {
1739
+ }
1740
+ /** Contains response data for the listDeploymentsAtResourceNext operation. */
1741
+ export type RemediationsListDeploymentsAtResourceNextResponse = RemediationDeploymentsListResult;
1742
+ /** Optional parameters. */
1743
+ export interface RemediationsListForResourceNextOptionalParams extends coreClient.OperationOptions {
1744
+ }
1745
+ /** Contains response data for the listForResourceNext operation. */
1746
+ export type RemediationsListForResourceNextResponse = RemediationListResult;
1747
+ /** Optional parameters. */
1748
+ export interface PolicyEventsListQueryResultsForManagementGroupOptionalParams extends coreClient.OperationOptions {
1749
+ /** Parameter group */
1750
+ queryOptions?: QueryOptions;
1751
+ }
1752
+ /** Contains response data for the listQueryResultsForManagementGroup operation. */
1753
+ export type PolicyEventsListQueryResultsForManagementGroupResponse = PolicyEventsQueryResults;
1754
+ /** Optional parameters. */
1755
+ export interface PolicyEventsListQueryResultsForSubscriptionOptionalParams extends coreClient.OperationOptions {
1756
+ /** Parameter group */
1757
+ queryOptions?: QueryOptions;
1758
+ }
1759
+ /** Contains response data for the listQueryResultsForSubscription operation. */
1760
+ export type PolicyEventsListQueryResultsForSubscriptionResponse = PolicyEventsQueryResults;
1761
+ /** Optional parameters. */
1762
+ export interface PolicyEventsListQueryResultsForResourceGroupOptionalParams extends coreClient.OperationOptions {
1763
+ /** Parameter group */
1764
+ queryOptions?: QueryOptions;
1765
+ }
1766
+ /** Contains response data for the listQueryResultsForResourceGroup operation. */
1767
+ export type PolicyEventsListQueryResultsForResourceGroupResponse = PolicyEventsQueryResults;
1768
+ /** Optional parameters. */
1769
+ export interface PolicyEventsListQueryResultsForResourceOptionalParams extends coreClient.OperationOptions {
1770
+ /** Parameter group */
1771
+ queryOptions?: QueryOptions;
1772
+ }
1773
+ /** Contains response data for the listQueryResultsForResource operation. */
1774
+ export type PolicyEventsListQueryResultsForResourceResponse = PolicyEventsQueryResults;
1775
+ /** Optional parameters. */
1776
+ export interface PolicyEventsListQueryResultsForPolicySetDefinitionOptionalParams extends coreClient.OperationOptions {
1777
+ /** Parameter group */
1778
+ queryOptions?: QueryOptions;
1779
+ }
1780
+ /** Contains response data for the listQueryResultsForPolicySetDefinition operation. */
1781
+ export type PolicyEventsListQueryResultsForPolicySetDefinitionResponse = PolicyEventsQueryResults;
1782
+ /** Optional parameters. */
1783
+ export interface PolicyEventsListQueryResultsForPolicyDefinitionOptionalParams extends coreClient.OperationOptions {
1784
+ /** Parameter group */
1785
+ queryOptions?: QueryOptions;
1786
+ }
1787
+ /** Contains response data for the listQueryResultsForPolicyDefinition operation. */
1788
+ export type PolicyEventsListQueryResultsForPolicyDefinitionResponse = PolicyEventsQueryResults;
1789
+ /** Optional parameters. */
1790
+ export interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1791
+ /** Parameter group */
1792
+ queryOptions?: QueryOptions;
1793
+ }
1794
+ /** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */
1795
+ export type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentResponse = PolicyEventsQueryResults;
1796
+ /** Optional parameters. */
1797
+ export interface PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1798
+ /** Parameter group */
1799
+ queryOptions?: QueryOptions;
1800
+ }
1801
+ /** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */
1802
+ export type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentResponse = PolicyEventsQueryResults;
1803
+ /** Optional parameters. */
1804
+ export interface PolicyEventsListQueryResultsForManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1805
+ }
1806
+ /** Contains response data for the listQueryResultsForManagementGroupNext operation. */
1807
+ export type PolicyEventsListQueryResultsForManagementGroupNextResponse = PolicyEventsQueryResults;
1808
+ /** Optional parameters. */
1809
+ export interface PolicyEventsListQueryResultsForSubscriptionNextOptionalParams extends coreClient.OperationOptions {
1810
+ }
1811
+ /** Contains response data for the listQueryResultsForSubscriptionNext operation. */
1812
+ export type PolicyEventsListQueryResultsForSubscriptionNextResponse = PolicyEventsQueryResults;
1813
+ /** Optional parameters. */
1814
+ export interface PolicyEventsListQueryResultsForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1815
+ }
1816
+ /** Contains response data for the listQueryResultsForResourceGroupNext operation. */
1817
+ export type PolicyEventsListQueryResultsForResourceGroupNextResponse = PolicyEventsQueryResults;
1818
+ /** Optional parameters. */
1819
+ export interface PolicyEventsListQueryResultsForResourceNextOptionalParams extends coreClient.OperationOptions {
1820
+ }
1821
+ /** Contains response data for the listQueryResultsForResourceNext operation. */
1822
+ export type PolicyEventsListQueryResultsForResourceNextResponse = PolicyEventsQueryResults;
1823
+ /** Optional parameters. */
1824
+ export interface PolicyEventsListQueryResultsForPolicySetDefinitionNextOptionalParams extends coreClient.OperationOptions {
1825
+ }
1826
+ /** Contains response data for the listQueryResultsForPolicySetDefinitionNext operation. */
1827
+ export type PolicyEventsListQueryResultsForPolicySetDefinitionNextResponse = PolicyEventsQueryResults;
1828
+ /** Optional parameters. */
1829
+ export interface PolicyEventsListQueryResultsForPolicyDefinitionNextOptionalParams extends coreClient.OperationOptions {
1830
+ }
1831
+ /** Contains response data for the listQueryResultsForPolicyDefinitionNext operation. */
1832
+ export type PolicyEventsListQueryResultsForPolicyDefinitionNextResponse = PolicyEventsQueryResults;
1833
+ /** Optional parameters. */
1834
+ export interface PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams extends coreClient.OperationOptions {
1835
+ }
1836
+ /** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext operation. */
1837
+ export type PolicyEventsListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse = PolicyEventsQueryResults;
1838
+ /** Optional parameters. */
1839
+ export interface PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams extends coreClient.OperationOptions {
1840
+ }
1841
+ /** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext operation. */
1842
+ export type PolicyEventsListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse = PolicyEventsQueryResults;
1843
+ /** Optional parameters. */
1844
+ export interface PolicyStatesListQueryResultsForManagementGroupOptionalParams extends coreClient.OperationOptions {
1845
+ /** Parameter group */
1846
+ queryOptions?: QueryOptions;
1847
+ }
1848
+ /** Contains response data for the listQueryResultsForManagementGroup operation. */
1849
+ export type PolicyStatesListQueryResultsForManagementGroupResponse = PolicyStatesQueryResults;
1850
+ /** Optional parameters. */
1851
+ export interface PolicyStatesSummarizeForManagementGroupOptionalParams extends coreClient.OperationOptions {
1852
+ /** Parameter group */
1853
+ queryOptions?: QueryOptions;
1854
+ }
1855
+ /** Contains response data for the summarizeForManagementGroup operation. */
1856
+ export type PolicyStatesSummarizeForManagementGroupResponse = SummarizeResults;
1857
+ /** Optional parameters. */
1858
+ export interface PolicyStatesListQueryResultsForSubscriptionOptionalParams extends coreClient.OperationOptions {
1859
+ /** Parameter group */
1860
+ queryOptions?: QueryOptions;
1861
+ }
1862
+ /** Contains response data for the listQueryResultsForSubscription operation. */
1863
+ export type PolicyStatesListQueryResultsForSubscriptionResponse = PolicyStatesQueryResults;
1864
+ /** Optional parameters. */
1865
+ export interface PolicyStatesSummarizeForSubscriptionOptionalParams extends coreClient.OperationOptions {
1866
+ /** Parameter group */
1867
+ queryOptions?: QueryOptions;
1868
+ }
1869
+ /** Contains response data for the summarizeForSubscription operation. */
1870
+ export type PolicyStatesSummarizeForSubscriptionResponse = SummarizeResults;
1871
+ /** Optional parameters. */
1872
+ export interface PolicyStatesListQueryResultsForResourceGroupOptionalParams extends coreClient.OperationOptions {
1873
+ /** Parameter group */
1874
+ queryOptions?: QueryOptions;
1875
+ }
1876
+ /** Contains response data for the listQueryResultsForResourceGroup operation. */
1877
+ export type PolicyStatesListQueryResultsForResourceGroupResponse = PolicyStatesQueryResults;
1878
+ /** Optional parameters. */
1879
+ export interface PolicyStatesSummarizeForResourceGroupOptionalParams extends coreClient.OperationOptions {
1880
+ /** Parameter group */
1881
+ queryOptions?: QueryOptions;
1882
+ }
1883
+ /** Contains response data for the summarizeForResourceGroup operation. */
1884
+ export type PolicyStatesSummarizeForResourceGroupResponse = SummarizeResults;
1885
+ /** Optional parameters. */
1886
+ export interface PolicyStatesListQueryResultsForResourceOptionalParams extends coreClient.OperationOptions {
1887
+ /** Parameter group */
1888
+ queryOptions?: QueryOptions;
1889
+ }
1890
+ /** Contains response data for the listQueryResultsForResource operation. */
1891
+ export type PolicyStatesListQueryResultsForResourceResponse = PolicyStatesQueryResults;
1892
+ /** Optional parameters. */
1893
+ export interface PolicyStatesSummarizeForResourceOptionalParams extends coreClient.OperationOptions {
1894
+ /** Parameter group */
1895
+ queryOptions?: QueryOptions;
1896
+ }
1897
+ /** Contains response data for the summarizeForResource operation. */
1898
+ export type PolicyStatesSummarizeForResourceResponse = SummarizeResults;
1899
+ /** Optional parameters. */
1900
+ export interface PolicyStatesTriggerSubscriptionEvaluationOptionalParams extends coreClient.OperationOptions {
1901
+ /** Delay to wait until next poll, in milliseconds. */
1902
+ updateIntervalInMs?: number;
1903
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1904
+ resumeFrom?: string;
1905
+ }
1906
+ /** Optional parameters. */
1907
+ export interface PolicyStatesTriggerResourceGroupEvaluationOptionalParams extends coreClient.OperationOptions {
1908
+ /** Delay to wait until next poll, in milliseconds. */
1909
+ updateIntervalInMs?: number;
1910
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1911
+ resumeFrom?: string;
1912
+ }
1913
+ /** Optional parameters. */
1914
+ export interface PolicyStatesListQueryResultsForPolicySetDefinitionOptionalParams extends coreClient.OperationOptions {
1915
+ /** Parameter group */
1916
+ queryOptions?: QueryOptions;
1917
+ }
1918
+ /** Contains response data for the listQueryResultsForPolicySetDefinition operation. */
1919
+ export type PolicyStatesListQueryResultsForPolicySetDefinitionResponse = PolicyStatesQueryResults;
1920
+ /** Optional parameters. */
1921
+ export interface PolicyStatesSummarizeForPolicySetDefinitionOptionalParams extends coreClient.OperationOptions {
1922
+ /** Parameter group */
1923
+ queryOptions?: QueryOptions;
1924
+ }
1925
+ /** Contains response data for the summarizeForPolicySetDefinition operation. */
1926
+ export type PolicyStatesSummarizeForPolicySetDefinitionResponse = SummarizeResults;
1927
+ /** Optional parameters. */
1928
+ export interface PolicyStatesListQueryResultsForPolicyDefinitionOptionalParams extends coreClient.OperationOptions {
1929
+ /** Parameter group */
1930
+ queryOptions?: QueryOptions;
1931
+ }
1932
+ /** Contains response data for the listQueryResultsForPolicyDefinition operation. */
1933
+ export type PolicyStatesListQueryResultsForPolicyDefinitionResponse = PolicyStatesQueryResults;
1934
+ /** Optional parameters. */
1935
+ export interface PolicyStatesSummarizeForPolicyDefinitionOptionalParams extends coreClient.OperationOptions {
1936
+ /** Parameter group */
1937
+ queryOptions?: QueryOptions;
1938
+ }
1939
+ /** Contains response data for the summarizeForPolicyDefinition operation. */
1940
+ export type PolicyStatesSummarizeForPolicyDefinitionResponse = SummarizeResults;
1941
+ /** Optional parameters. */
1942
+ export interface PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1943
+ /** Parameter group */
1944
+ queryOptions?: QueryOptions;
1945
+ }
1946
+ /** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */
1947
+ export type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse = PolicyStatesQueryResults;
1948
+ /** Optional parameters. */
1949
+ export interface PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1950
+ /** Parameter group */
1951
+ queryOptions?: QueryOptions;
1952
+ }
1953
+ /** Contains response data for the summarizeForSubscriptionLevelPolicyAssignment operation. */
1954
+ export type PolicyStatesSummarizeForSubscriptionLevelPolicyAssignmentResponse = SummarizeResults;
1955
+ /** Optional parameters. */
1956
+ export interface PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1957
+ /** Parameter group */
1958
+ queryOptions?: QueryOptions;
1959
+ }
1960
+ /** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */
1961
+ export type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse = PolicyStatesQueryResults;
1962
+ /** Optional parameters. */
1963
+ export interface PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
1964
+ /** Parameter group */
1965
+ queryOptions?: QueryOptions;
1966
+ }
1967
+ /** Contains response data for the summarizeForResourceGroupLevelPolicyAssignment operation. */
1968
+ export type PolicyStatesSummarizeForResourceGroupLevelPolicyAssignmentResponse = SummarizeResults;
1969
+ /** Optional parameters. */
1970
+ export interface PolicyStatesListQueryResultsForManagementGroupNextOptionalParams extends coreClient.OperationOptions {
1971
+ }
1972
+ /** Contains response data for the listQueryResultsForManagementGroupNext operation. */
1973
+ export type PolicyStatesListQueryResultsForManagementGroupNextResponse = PolicyStatesQueryResults;
1974
+ /** Optional parameters. */
1975
+ export interface PolicyStatesListQueryResultsForSubscriptionNextOptionalParams extends coreClient.OperationOptions {
1976
+ }
1977
+ /** Contains response data for the listQueryResultsForSubscriptionNext operation. */
1978
+ export type PolicyStatesListQueryResultsForSubscriptionNextResponse = PolicyStatesQueryResults;
1979
+ /** Optional parameters. */
1980
+ export interface PolicyStatesListQueryResultsForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
1981
+ }
1982
+ /** Contains response data for the listQueryResultsForResourceGroupNext operation. */
1983
+ export type PolicyStatesListQueryResultsForResourceGroupNextResponse = PolicyStatesQueryResults;
1984
+ /** Optional parameters. */
1985
+ export interface PolicyStatesListQueryResultsForResourceNextOptionalParams extends coreClient.OperationOptions {
1986
+ }
1987
+ /** Contains response data for the listQueryResultsForResourceNext operation. */
1988
+ export type PolicyStatesListQueryResultsForResourceNextResponse = PolicyStatesQueryResults;
1989
+ /** Optional parameters. */
1990
+ export interface PolicyStatesListQueryResultsForPolicySetDefinitionNextOptionalParams extends coreClient.OperationOptions {
1991
+ }
1992
+ /** Contains response data for the listQueryResultsForPolicySetDefinitionNext operation. */
1993
+ export type PolicyStatesListQueryResultsForPolicySetDefinitionNextResponse = PolicyStatesQueryResults;
1994
+ /** Optional parameters. */
1995
+ export interface PolicyStatesListQueryResultsForPolicyDefinitionNextOptionalParams extends coreClient.OperationOptions {
1996
+ }
1997
+ /** Contains response data for the listQueryResultsForPolicyDefinitionNext operation. */
1998
+ export type PolicyStatesListQueryResultsForPolicyDefinitionNextResponse = PolicyStatesQueryResults;
1999
+ /** Optional parameters. */
2000
+ export interface PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextOptionalParams extends coreClient.OperationOptions {
2001
+ }
2002
+ /** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignmentNext operation. */
2003
+ export type PolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentNextResponse = PolicyStatesQueryResults;
2004
+ /** Optional parameters. */
2005
+ export interface PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextOptionalParams extends coreClient.OperationOptions {
2006
+ }
2007
+ /** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignmentNext operation. */
2008
+ export type PolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentNextResponse = PolicyStatesQueryResults;
2009
+ /** Optional parameters. */
2010
+ export interface PolicyMetadataGetResourceOptionalParams extends coreClient.OperationOptions {
2011
+ }
2012
+ /** Contains response data for the getResource operation. */
2013
+ export type PolicyMetadataGetResourceResponse = PolicyMetadata;
2014
+ /** Optional parameters. */
2015
+ export interface PolicyMetadataListOptionalParams extends coreClient.OperationOptions {
2016
+ /** Parameter group */
2017
+ queryOptions?: QueryOptions;
2018
+ }
2019
+ /** Contains response data for the list operation. */
2020
+ export type PolicyMetadataListResponse = PolicyMetadataCollection;
2021
+ /** Optional parameters. */
2022
+ export interface PolicyMetadataListNextOptionalParams extends coreClient.OperationOptions {
2023
+ }
2024
+ /** Contains response data for the listNext operation. */
2025
+ export type PolicyMetadataListNextResponse = PolicyMetadataCollection;
2026
+ /** Optional parameters. */
2027
+ export interface PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams extends coreClient.OperationOptions {
2028
+ }
2029
+ /** Contains response data for the checkAtSubscriptionScope operation. */
2030
+ export type PolicyRestrictionsCheckAtSubscriptionScopeResponse = CheckRestrictionsResult;
2031
+ /** Optional parameters. */
2032
+ export interface PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams extends coreClient.OperationOptions {
2033
+ }
2034
+ /** Contains response data for the checkAtResourceGroupScope operation. */
2035
+ export type PolicyRestrictionsCheckAtResourceGroupScopeResponse = CheckRestrictionsResult;
2036
+ /** Optional parameters. */
2037
+ export interface PolicyRestrictionsCheckAtManagementGroupScopeOptionalParams extends coreClient.OperationOptions {
2038
+ }
2039
+ /** Contains response data for the checkAtManagementGroupScope operation. */
2040
+ export type PolicyRestrictionsCheckAtManagementGroupScopeResponse = CheckRestrictionsResult;
2041
+ /** Optional parameters. */
2042
+ export interface ComponentPolicyStatesListQueryResultsForSubscriptionOptionalParams extends coreClient.OperationOptions {
2043
+ /** Maximum number of records to return. */
2044
+ top?: number;
2045
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2046
+ orderBy?: string;
2047
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2048
+ select?: string;
2049
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2050
+ from?: Date;
2051
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2052
+ to?: Date;
2053
+ /** OData filter expression. */
2054
+ filter?: string;
2055
+ /** OData apply expression for aggregations. */
2056
+ apply?: string;
2057
+ }
2058
+ /** Contains response data for the listQueryResultsForSubscription operation. */
2059
+ export type ComponentPolicyStatesListQueryResultsForSubscriptionResponse = ComponentPolicyStatesQueryResults;
2060
+ /** Optional parameters. */
2061
+ export interface ComponentPolicyStatesListQueryResultsForResourceGroupOptionalParams extends coreClient.OperationOptions {
2062
+ /** Maximum number of records to return. */
2063
+ top?: number;
2064
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2065
+ orderBy?: string;
2066
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2067
+ select?: string;
2068
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2069
+ from?: Date;
2070
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2071
+ to?: Date;
2072
+ /** OData filter expression. */
2073
+ filter?: string;
2074
+ /** OData apply expression for aggregations. */
2075
+ apply?: string;
2076
+ }
2077
+ /** Contains response data for the listQueryResultsForResourceGroup operation. */
2078
+ export type ComponentPolicyStatesListQueryResultsForResourceGroupResponse = ComponentPolicyStatesQueryResults;
2079
+ /** Optional parameters. */
2080
+ export interface ComponentPolicyStatesListQueryResultsForResourceOptionalParams extends coreClient.OperationOptions {
2081
+ /** Maximum number of records to return. */
2082
+ top?: number;
2083
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2084
+ orderBy?: string;
2085
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2086
+ select?: string;
2087
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2088
+ from?: Date;
2089
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2090
+ to?: Date;
2091
+ /** OData filter expression. */
2092
+ filter?: string;
2093
+ /** OData apply expression for aggregations. */
2094
+ apply?: string;
2095
+ /** The $expand query parameter. */
2096
+ expand?: string;
2097
+ }
2098
+ /** Contains response data for the listQueryResultsForResource operation. */
2099
+ export type ComponentPolicyStatesListQueryResultsForResourceResponse = ComponentPolicyStatesQueryResults;
2100
+ /** Optional parameters. */
2101
+ export interface ComponentPolicyStatesListQueryResultsForPolicyDefinitionOptionalParams extends coreClient.OperationOptions {
2102
+ /** Maximum number of records to return. */
2103
+ top?: number;
2104
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2105
+ orderBy?: string;
2106
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2107
+ select?: string;
2108
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2109
+ from?: Date;
2110
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2111
+ to?: Date;
2112
+ /** OData filter expression. */
2113
+ filter?: string;
2114
+ /** OData apply expression for aggregations. */
2115
+ apply?: string;
2116
+ }
2117
+ /** Contains response data for the listQueryResultsForPolicyDefinition operation. */
2118
+ export type ComponentPolicyStatesListQueryResultsForPolicyDefinitionResponse = ComponentPolicyStatesQueryResults;
2119
+ /** Optional parameters. */
2120
+ export interface ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
2121
+ /** Maximum number of records to return. */
2122
+ top?: number;
2123
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2124
+ orderBy?: string;
2125
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2126
+ select?: string;
2127
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2128
+ from?: Date;
2129
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2130
+ to?: Date;
2131
+ /** OData filter expression. */
2132
+ filter?: string;
2133
+ /** OData apply expression for aggregations. */
2134
+ apply?: string;
2135
+ }
2136
+ /** Contains response data for the listQueryResultsForSubscriptionLevelPolicyAssignment operation. */
2137
+ export type ComponentPolicyStatesListQueryResultsForSubscriptionLevelPolicyAssignmentResponse = ComponentPolicyStatesQueryResults;
2138
+ /** Optional parameters. */
2139
+ export interface ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentOptionalParams extends coreClient.OperationOptions {
2140
+ /** Maximum number of records to return. */
2141
+ top?: number;
2142
+ /** Ordering expression using OData notation. One or more comma-separated column names with an optional "desc" (the default) or "asc", e.g. "$orderby=PolicyAssignmentId, ResourceId asc". */
2143
+ orderBy?: string;
2144
+ /** Select expression using OData notation. Limits the columns on each record to just those requested, e.g. "$select=PolicyAssignmentId, ResourceId". */
2145
+ select?: string;
2146
+ /** ISO 8601 formatted timestamp specifying the start time of the interval to query. When not specified, the service uses ($to - 1-day). */
2147
+ from?: Date;
2148
+ /** ISO 8601 formatted timestamp specifying the end time of the interval to query. When not specified, the service uses request time. */
2149
+ to?: Date;
2150
+ /** OData filter expression. */
2151
+ filter?: string;
2152
+ /** OData apply expression for aggregations. */
2153
+ apply?: string;
2154
+ }
2155
+ /** Contains response data for the listQueryResultsForResourceGroupLevelPolicyAssignment operation. */
2156
+ export type ComponentPolicyStatesListQueryResultsForResourceGroupLevelPolicyAssignmentResponse = ComponentPolicyStatesQueryResults;
2157
+ /** Optional parameters. */
2158
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2159
+ }
2160
+ /** Contains response data for the list operation. */
2161
+ export type OperationsListResponse = OperationsListResults;
2162
+ /** Optional parameters. */
2163
+ export interface AttestationsListForSubscriptionOptionalParams extends coreClient.OperationOptions {
2164
+ /** Parameter group */
2165
+ queryOptions?: QueryOptions;
2166
+ }
2167
+ /** Contains response data for the listForSubscription operation. */
2168
+ export type AttestationsListForSubscriptionResponse = AttestationListResult;
2169
+ /** Optional parameters. */
2170
+ export interface AttestationsCreateOrUpdateAtSubscriptionOptionalParams extends coreClient.OperationOptions {
2171
+ /** Delay to wait until next poll, in milliseconds. */
2172
+ updateIntervalInMs?: number;
2173
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2174
+ resumeFrom?: string;
2175
+ }
2176
+ /** Contains response data for the createOrUpdateAtSubscription operation. */
2177
+ export type AttestationsCreateOrUpdateAtSubscriptionResponse = Attestation;
2178
+ /** Optional parameters. */
2179
+ export interface AttestationsGetAtSubscriptionOptionalParams extends coreClient.OperationOptions {
2180
+ }
2181
+ /** Contains response data for the getAtSubscription operation. */
2182
+ export type AttestationsGetAtSubscriptionResponse = Attestation;
2183
+ /** Optional parameters. */
2184
+ export interface AttestationsDeleteAtSubscriptionOptionalParams extends coreClient.OperationOptions {
2185
+ }
2186
+ /** Optional parameters. */
2187
+ export interface AttestationsListForResourceGroupOptionalParams extends coreClient.OperationOptions {
2188
+ /** Parameter group */
2189
+ queryOptions?: QueryOptions;
2190
+ }
2191
+ /** Contains response data for the listForResourceGroup operation. */
2192
+ export type AttestationsListForResourceGroupResponse = AttestationListResult;
2193
+ /** Optional parameters. */
2194
+ export interface AttestationsCreateOrUpdateAtResourceGroupOptionalParams extends coreClient.OperationOptions {
2195
+ /** Delay to wait until next poll, in milliseconds. */
2196
+ updateIntervalInMs?: number;
2197
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2198
+ resumeFrom?: string;
2199
+ }
2200
+ /** Contains response data for the createOrUpdateAtResourceGroup operation. */
2201
+ export type AttestationsCreateOrUpdateAtResourceGroupResponse = Attestation;
2202
+ /** Optional parameters. */
2203
+ export interface AttestationsGetAtResourceGroupOptionalParams extends coreClient.OperationOptions {
2204
+ }
2205
+ /** Contains response data for the getAtResourceGroup operation. */
2206
+ export type AttestationsGetAtResourceGroupResponse = Attestation;
2207
+ /** Optional parameters. */
2208
+ export interface AttestationsDeleteAtResourceGroupOptionalParams extends coreClient.OperationOptions {
2209
+ }
2210
+ /** Optional parameters. */
2211
+ export interface AttestationsListForResourceOptionalParams extends coreClient.OperationOptions {
2212
+ /** Parameter group */
2213
+ queryOptions?: QueryOptions;
2214
+ }
2215
+ /** Contains response data for the listForResource operation. */
2216
+ export type AttestationsListForResourceResponse = AttestationListResult;
2217
+ /** Optional parameters. */
2218
+ export interface AttestationsCreateOrUpdateAtResourceOptionalParams extends coreClient.OperationOptions {
2219
+ /** Delay to wait until next poll, in milliseconds. */
2220
+ updateIntervalInMs?: number;
2221
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2222
+ resumeFrom?: string;
2223
+ }
2224
+ /** Contains response data for the createOrUpdateAtResource operation. */
2225
+ export type AttestationsCreateOrUpdateAtResourceResponse = Attestation;
2226
+ /** Optional parameters. */
2227
+ export interface AttestationsGetAtResourceOptionalParams extends coreClient.OperationOptions {
2228
+ }
2229
+ /** Contains response data for the getAtResource operation. */
2230
+ export type AttestationsGetAtResourceResponse = Attestation;
2231
+ /** Optional parameters. */
2232
+ export interface AttestationsDeleteAtResourceOptionalParams extends coreClient.OperationOptions {
2233
+ }
2234
+ /** Optional parameters. */
2235
+ export interface AttestationsListForSubscriptionNextOptionalParams extends coreClient.OperationOptions {
2236
+ }
2237
+ /** Contains response data for the listForSubscriptionNext operation. */
2238
+ export type AttestationsListForSubscriptionNextResponse = AttestationListResult;
2239
+ /** Optional parameters. */
2240
+ export interface AttestationsListForResourceGroupNextOptionalParams extends coreClient.OperationOptions {
2241
+ }
2242
+ /** Contains response data for the listForResourceGroupNext operation. */
2243
+ export type AttestationsListForResourceGroupNextResponse = AttestationListResult;
2244
+ /** Optional parameters. */
2245
+ export interface AttestationsListForResourceNextOptionalParams extends coreClient.OperationOptions {
2246
+ }
2247
+ /** Contains response data for the listForResourceNext operation. */
2248
+ export type AttestationsListForResourceNextResponse = AttestationListResult;
2249
+ /** Optional parameters. */
2250
+ export interface PolicyInsightsClientOptionalParams extends coreClient.ServiceClientOptions {
2251
+ /** server parameter */
2252
+ $host?: string;
2253
+ /** Overrides client endpoint. */
2254
+ endpoint?: string;
2255
+ }
2256
+ //# sourceMappingURL=index.d.ts.map