@azure/arm-trustedsigning 1.0.0-alpha.20251015.1 → 1.0.0-alpha.20251016.2

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 (358) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +12 -5
  3. package/dist/browser/api/certificateProfiles/index.d.ts +2 -31
  4. package/dist/browser/api/certificateProfiles/index.js +1 -328
  5. package/dist/browser/api/certificateProfiles/index.js.map +1 -1
  6. package/dist/browser/api/certificateProfiles/operations.d.ts +32 -0
  7. package/dist/browser/api/certificateProfiles/operations.js +181 -0
  8. package/dist/browser/api/certificateProfiles/operations.js.map +1 -0
  9. package/dist/browser/api/certificateProfiles/options.d.ts +21 -0
  10. package/dist/browser/api/certificateProfiles/options.js.map +1 -0
  11. package/dist/browser/api/codeSigningAccounts/index.d.ts +2 -39
  12. package/dist/browser/api/codeSigningAccounts/index.js +1 -326
  13. package/dist/browser/api/codeSigningAccounts/index.js.map +1 -1
  14. package/dist/browser/api/codeSigningAccounts/operations.d.ts +40 -0
  15. package/dist/browser/api/codeSigningAccounts/operations.js +247 -0
  16. package/dist/browser/api/codeSigningAccounts/operations.js.map +1 -0
  17. package/dist/{esm/models → browser/api/codeSigningAccounts}/options.d.ts +7 -29
  18. package/dist/browser/api/codeSigningAccounts/options.js.map +1 -0
  19. package/dist/browser/api/codeSigningContext.d.ts +13 -3
  20. package/dist/browser/api/codeSigningContext.js +7 -6
  21. package/dist/browser/api/codeSigningContext.js.map +1 -1
  22. package/dist/browser/api/operations/index.d.ts +2 -9
  23. package/dist/browser/api/operations/index.js +1 -36
  24. package/dist/browser/api/operations/index.js.map +1 -1
  25. package/dist/browser/api/operations/operations.d.ts +10 -0
  26. package/dist/browser/api/operations/operations.js +34 -0
  27. package/dist/browser/api/operations/operations.js.map +1 -0
  28. package/dist/browser/api/operations/options.d.ts +5 -0
  29. package/dist/browser/api/operations/options.js.map +1 -0
  30. package/dist/browser/classic/certificateProfiles/index.d.ts +14 -21
  31. package/dist/browser/classic/certificateProfiles/index.js +9 -9
  32. package/dist/browser/classic/certificateProfiles/index.js.map +1 -1
  33. package/dist/browser/classic/codeSigningAccounts/index.d.ts +18 -27
  34. package/dist/browser/classic/codeSigningAccounts/index.js +11 -11
  35. package/dist/browser/classic/codeSigningAccounts/index.js.map +1 -1
  36. package/dist/browser/classic/operations/index.d.ts +5 -8
  37. package/dist/browser/classic/operations/index.js +4 -4
  38. package/dist/browser/classic/operations/index.js.map +1 -1
  39. package/dist/browser/codeSigningClient.d.ts +11 -11
  40. package/dist/browser/codeSigningClient.js +14 -14
  41. package/dist/browser/codeSigningClient.js.map +1 -1
  42. package/dist/browser/index.d.ts +8 -2
  43. package/dist/browser/index.js +3 -1
  44. package/dist/browser/index.js.map +1 -1
  45. package/dist/browser/models/index.d.ts +1 -2
  46. package/dist/browser/models/index.js +1 -1
  47. package/dist/browser/models/index.js.map +1 -1
  48. package/dist/browser/models/models.d.ts +302 -254
  49. package/dist/browser/models/models.js +346 -117
  50. package/dist/browser/models/models.js.map +1 -1
  51. package/dist/browser/restorePollerHelpers.d.ts +4 -4
  52. package/dist/browser/restorePollerHelpers.js +13 -10
  53. package/dist/browser/restorePollerHelpers.js.map +1 -1
  54. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  55. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  56. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  57. package/dist/browser/static-helpers/pagingHelpers.d.ts +1 -1
  58. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  59. package/dist/browser/static-helpers/pollingHelpers.d.ts +3 -3
  60. package/dist/browser/static-helpers/pollingHelpers.js +1 -1
  61. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  62. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  63. package/dist/browser/static-helpers/urlTemplate.js +185 -0
  64. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  65. package/dist/commonjs/api/certificateProfiles/index.d.ts +2 -31
  66. package/dist/commonjs/api/certificateProfiles/index.js +7 -343
  67. package/dist/commonjs/api/certificateProfiles/index.js.map +1 -1
  68. package/dist/commonjs/api/certificateProfiles/operations.d.ts +32 -0
  69. package/dist/commonjs/api/certificateProfiles/operations.js +198 -0
  70. package/dist/commonjs/api/certificateProfiles/operations.js.map +1 -0
  71. package/dist/commonjs/api/certificateProfiles/options.d.ts +21 -0
  72. package/dist/commonjs/api/certificateProfiles/options.js.map +1 -0
  73. package/dist/commonjs/api/codeSigningAccounts/index.d.ts +2 -39
  74. package/dist/commonjs/api/codeSigningAccounts/index.js +9 -347
  75. package/dist/commonjs/api/codeSigningAccounts/index.js.map +1 -1
  76. package/dist/commonjs/api/codeSigningAccounts/operations.d.ts +40 -0
  77. package/dist/commonjs/api/codeSigningAccounts/operations.js +270 -0
  78. package/dist/commonjs/api/codeSigningAccounts/operations.js.map +1 -0
  79. package/dist/{browser/models → commonjs/api/codeSigningAccounts}/options.d.ts +7 -29
  80. package/dist/commonjs/api/codeSigningAccounts/options.js +5 -0
  81. package/dist/commonjs/api/codeSigningAccounts/options.js.map +1 -0
  82. package/dist/commonjs/api/codeSigningContext.d.ts +13 -3
  83. package/dist/commonjs/api/codeSigningContext.js +7 -6
  84. package/dist/commonjs/api/codeSigningContext.js.map +1 -1
  85. package/dist/commonjs/api/operations/index.d.ts +2 -9
  86. package/dist/commonjs/api/operations/index.js +3 -39
  87. package/dist/commonjs/api/operations/index.js.map +1 -1
  88. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  89. package/dist/commonjs/api/operations/operations.js +39 -0
  90. package/dist/commonjs/api/operations/operations.js.map +1 -0
  91. package/dist/commonjs/api/operations/options.d.ts +5 -0
  92. package/dist/commonjs/api/operations/options.js +5 -0
  93. package/dist/commonjs/api/operations/options.js.map +1 -0
  94. package/dist/commonjs/classic/certificateProfiles/index.d.ts +14 -21
  95. package/dist/commonjs/classic/certificateProfiles/index.js +10 -11
  96. package/dist/commonjs/classic/certificateProfiles/index.js.map +1 -1
  97. package/dist/commonjs/classic/codeSigningAccounts/index.d.ts +18 -27
  98. package/dist/commonjs/classic/codeSigningAccounts/index.js +12 -13
  99. package/dist/commonjs/classic/codeSigningAccounts/index.js.map +1 -1
  100. package/dist/commonjs/classic/operations/index.d.ts +5 -8
  101. package/dist/commonjs/classic/operations/index.js +6 -7
  102. package/dist/commonjs/classic/operations/index.js.map +1 -1
  103. package/dist/commonjs/codeSigningClient.d.ts +11 -11
  104. package/dist/commonjs/codeSigningClient.js +14 -14
  105. package/dist/commonjs/codeSigningClient.js.map +1 -1
  106. package/dist/commonjs/index.d.ts +8 -2
  107. package/dist/commonjs/index.js +9 -6
  108. package/dist/commonjs/index.js.map +1 -1
  109. package/dist/commonjs/models/index.d.ts +1 -2
  110. package/dist/commonjs/models/index.js +7 -6
  111. package/dist/commonjs/models/index.js.map +1 -1
  112. package/dist/commonjs/models/models.d.ts +302 -254
  113. package/dist/commonjs/models/models.js +382 -124
  114. package/dist/commonjs/models/models.js.map +1 -1
  115. package/dist/commonjs/restorePollerHelpers.d.ts +4 -4
  116. package/dist/commonjs/restorePollerHelpers.js +13 -10
  117. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  118. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  119. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
  120. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
  121. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +1 -1
  122. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  123. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +3 -3
  124. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  125. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  126. package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
  127. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  128. package/dist/commonjs/tsdoc-metadata.json +1 -1
  129. package/dist/esm/api/certificateProfiles/index.d.ts +2 -31
  130. package/dist/esm/api/certificateProfiles/index.js +1 -328
  131. package/dist/esm/api/certificateProfiles/index.js.map +1 -1
  132. package/dist/esm/api/certificateProfiles/operations.d.ts +32 -0
  133. package/dist/esm/api/certificateProfiles/operations.js +181 -0
  134. package/dist/esm/api/certificateProfiles/operations.js.map +1 -0
  135. package/dist/esm/api/certificateProfiles/options.d.ts +21 -0
  136. package/dist/esm/api/certificateProfiles/options.js +4 -0
  137. package/dist/esm/api/certificateProfiles/options.js.map +1 -0
  138. package/dist/esm/api/codeSigningAccounts/index.d.ts +2 -39
  139. package/dist/esm/api/codeSigningAccounts/index.js +1 -326
  140. package/dist/esm/api/codeSigningAccounts/index.js.map +1 -1
  141. package/dist/esm/api/codeSigningAccounts/operations.d.ts +40 -0
  142. package/dist/esm/api/codeSigningAccounts/operations.js +247 -0
  143. package/dist/esm/api/codeSigningAccounts/operations.js.map +1 -0
  144. package/dist/{react-native/models → esm/api/codeSigningAccounts}/options.d.ts +7 -29
  145. package/dist/esm/api/codeSigningAccounts/options.js +4 -0
  146. package/dist/esm/api/codeSigningAccounts/options.js.map +1 -0
  147. package/dist/esm/api/codeSigningContext.d.ts +13 -3
  148. package/dist/esm/api/codeSigningContext.js +7 -6
  149. package/dist/esm/api/codeSigningContext.js.map +1 -1
  150. package/dist/esm/api/operations/index.d.ts +2 -9
  151. package/dist/esm/api/operations/index.js +1 -36
  152. package/dist/esm/api/operations/index.js.map +1 -1
  153. package/dist/esm/api/operations/operations.d.ts +10 -0
  154. package/dist/esm/api/operations/operations.js +34 -0
  155. package/dist/esm/api/operations/operations.js.map +1 -0
  156. package/dist/esm/api/operations/options.d.ts +5 -0
  157. package/dist/esm/api/operations/options.js +4 -0
  158. package/dist/esm/api/operations/options.js.map +1 -0
  159. package/dist/esm/classic/certificateProfiles/index.d.ts +14 -21
  160. package/dist/esm/classic/certificateProfiles/index.js +9 -9
  161. package/dist/esm/classic/certificateProfiles/index.js.map +1 -1
  162. package/dist/esm/classic/codeSigningAccounts/index.d.ts +18 -27
  163. package/dist/esm/classic/codeSigningAccounts/index.js +11 -11
  164. package/dist/esm/classic/codeSigningAccounts/index.js.map +1 -1
  165. package/dist/esm/classic/operations/index.d.ts +5 -8
  166. package/dist/esm/classic/operations/index.js +4 -4
  167. package/dist/esm/classic/operations/index.js.map +1 -1
  168. package/dist/esm/codeSigningClient.d.ts +11 -11
  169. package/dist/esm/codeSigningClient.js +14 -14
  170. package/dist/esm/codeSigningClient.js.map +1 -1
  171. package/dist/esm/index.d.ts +8 -2
  172. package/dist/esm/index.js +3 -1
  173. package/dist/esm/index.js.map +1 -1
  174. package/dist/esm/models/index.d.ts +1 -2
  175. package/dist/esm/models/index.js +1 -1
  176. package/dist/esm/models/index.js.map +1 -1
  177. package/dist/esm/models/models.d.ts +302 -254
  178. package/dist/esm/models/models.js +346 -117
  179. package/dist/esm/models/models.js.map +1 -1
  180. package/dist/esm/restorePollerHelpers.d.ts +4 -4
  181. package/dist/esm/restorePollerHelpers.js +13 -10
  182. package/dist/esm/restorePollerHelpers.js.map +1 -1
  183. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  184. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  185. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  186. package/dist/esm/static-helpers/pagingHelpers.d.ts +1 -1
  187. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  188. package/dist/esm/static-helpers/pollingHelpers.d.ts +3 -3
  189. package/dist/esm/static-helpers/pollingHelpers.js +1 -1
  190. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  191. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  192. package/dist/esm/static-helpers/urlTemplate.js +185 -0
  193. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  194. package/dist/react-native/api/certificateProfiles/index.d.ts +2 -31
  195. package/dist/react-native/api/certificateProfiles/index.js +1 -328
  196. package/dist/react-native/api/certificateProfiles/index.js.map +1 -1
  197. package/dist/react-native/api/certificateProfiles/operations.d.ts +32 -0
  198. package/dist/react-native/api/certificateProfiles/operations.js +181 -0
  199. package/dist/react-native/api/certificateProfiles/operations.js.map +1 -0
  200. package/dist/react-native/api/certificateProfiles/options.d.ts +21 -0
  201. package/dist/react-native/api/certificateProfiles/options.js +4 -0
  202. package/dist/react-native/api/certificateProfiles/options.js.map +1 -0
  203. package/dist/react-native/api/codeSigningAccounts/index.d.ts +2 -39
  204. package/dist/react-native/api/codeSigningAccounts/index.js +1 -326
  205. package/dist/react-native/api/codeSigningAccounts/index.js.map +1 -1
  206. package/dist/react-native/api/codeSigningAccounts/operations.d.ts +40 -0
  207. package/dist/react-native/api/codeSigningAccounts/operations.js +247 -0
  208. package/dist/react-native/api/codeSigningAccounts/operations.js.map +1 -0
  209. package/dist/{commonjs/models → react-native/api/codeSigningAccounts}/options.d.ts +7 -29
  210. package/dist/react-native/api/codeSigningAccounts/options.js +4 -0
  211. package/dist/react-native/api/codeSigningAccounts/options.js.map +1 -0
  212. package/dist/react-native/api/codeSigningContext.d.ts +13 -3
  213. package/dist/react-native/api/codeSigningContext.js +7 -6
  214. package/dist/react-native/api/codeSigningContext.js.map +1 -1
  215. package/dist/react-native/api/operations/index.d.ts +2 -9
  216. package/dist/react-native/api/operations/index.js +1 -36
  217. package/dist/react-native/api/operations/index.js.map +1 -1
  218. package/dist/react-native/api/operations/operations.d.ts +10 -0
  219. package/dist/react-native/api/operations/operations.js +34 -0
  220. package/dist/react-native/api/operations/operations.js.map +1 -0
  221. package/dist/react-native/api/operations/options.d.ts +5 -0
  222. package/dist/react-native/api/operations/options.js +4 -0
  223. package/dist/react-native/api/operations/options.js.map +1 -0
  224. package/dist/react-native/classic/certificateProfiles/index.d.ts +14 -21
  225. package/dist/react-native/classic/certificateProfiles/index.js +9 -9
  226. package/dist/react-native/classic/certificateProfiles/index.js.map +1 -1
  227. package/dist/react-native/classic/codeSigningAccounts/index.d.ts +18 -27
  228. package/dist/react-native/classic/codeSigningAccounts/index.js +11 -11
  229. package/dist/react-native/classic/codeSigningAccounts/index.js.map +1 -1
  230. package/dist/react-native/classic/operations/index.d.ts +5 -8
  231. package/dist/react-native/classic/operations/index.js +4 -4
  232. package/dist/react-native/classic/operations/index.js.map +1 -1
  233. package/dist/react-native/codeSigningClient.d.ts +11 -11
  234. package/dist/react-native/codeSigningClient.js +14 -14
  235. package/dist/react-native/codeSigningClient.js.map +1 -1
  236. package/dist/react-native/index.d.ts +8 -2
  237. package/dist/react-native/index.js +3 -1
  238. package/dist/react-native/index.js.map +1 -1
  239. package/dist/react-native/models/index.d.ts +1 -2
  240. package/dist/react-native/models/index.js +1 -1
  241. package/dist/react-native/models/index.js.map +1 -1
  242. package/dist/react-native/models/models.d.ts +302 -254
  243. package/dist/react-native/models/models.js +346 -117
  244. package/dist/react-native/models/models.js.map +1 -1
  245. package/dist/react-native/restorePollerHelpers.d.ts +4 -4
  246. package/dist/react-native/restorePollerHelpers.js +13 -10
  247. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  248. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  249. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  250. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  251. package/dist/react-native/static-helpers/pagingHelpers.d.ts +1 -1
  252. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  253. package/dist/react-native/static-helpers/pollingHelpers.d.ts +3 -3
  254. package/dist/react-native/static-helpers/pollingHelpers.js +1 -1
  255. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  256. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  257. package/dist/react-native/static-helpers/urlTemplate.js +185 -0
  258. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  259. package/package.json +126 -49
  260. package/CHANGELOG.md +0 -29
  261. package/dist/browser/api/certificateProfiles/index.d.ts.map +0 -1
  262. package/dist/browser/api/codeSigningAccounts/index.d.ts.map +0 -1
  263. package/dist/browser/api/codeSigningContext.d.ts.map +0 -1
  264. package/dist/browser/api/index.d.ts.map +0 -1
  265. package/dist/browser/api/operations/index.d.ts.map +0 -1
  266. package/dist/browser/classic/certificateProfiles/index.d.ts.map +0 -1
  267. package/dist/browser/classic/codeSigningAccounts/index.d.ts.map +0 -1
  268. package/dist/browser/classic/index.d.ts.map +0 -1
  269. package/dist/browser/classic/operations/index.d.ts.map +0 -1
  270. package/dist/browser/codeSigningClient.d.ts.map +0 -1
  271. package/dist/browser/helpers/serializerHelpers.d.ts +0 -3
  272. package/dist/browser/helpers/serializerHelpers.d.ts.map +0 -1
  273. package/dist/browser/helpers/serializerHelpers.js +0 -24
  274. package/dist/browser/helpers/serializerHelpers.js.map +0 -1
  275. package/dist/browser/index.d.ts.map +0 -1
  276. package/dist/browser/logger.d.ts.map +0 -1
  277. package/dist/browser/models/index.d.ts.map +0 -1
  278. package/dist/browser/models/models.d.ts.map +0 -1
  279. package/dist/browser/models/options.d.ts.map +0 -1
  280. package/dist/browser/models/options.js.map +0 -1
  281. package/dist/browser/restorePollerHelpers.d.ts.map +0 -1
  282. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +0 -1
  283. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +0 -1
  284. package/dist/commonjs/api/certificateProfiles/index.d.ts.map +0 -1
  285. package/dist/commonjs/api/codeSigningAccounts/index.d.ts.map +0 -1
  286. package/dist/commonjs/api/codeSigningContext.d.ts.map +0 -1
  287. package/dist/commonjs/api/index.d.ts.map +0 -1
  288. package/dist/commonjs/api/operations/index.d.ts.map +0 -1
  289. package/dist/commonjs/classic/certificateProfiles/index.d.ts.map +0 -1
  290. package/dist/commonjs/classic/codeSigningAccounts/index.d.ts.map +0 -1
  291. package/dist/commonjs/classic/index.d.ts.map +0 -1
  292. package/dist/commonjs/classic/operations/index.d.ts.map +0 -1
  293. package/dist/commonjs/codeSigningClient.d.ts.map +0 -1
  294. package/dist/commonjs/helpers/serializerHelpers.d.ts +0 -3
  295. package/dist/commonjs/helpers/serializerHelpers.d.ts.map +0 -1
  296. package/dist/commonjs/helpers/serializerHelpers.js +0 -27
  297. package/dist/commonjs/helpers/serializerHelpers.js.map +0 -1
  298. package/dist/commonjs/index.d.ts.map +0 -1
  299. package/dist/commonjs/logger.d.ts.map +0 -1
  300. package/dist/commonjs/models/index.d.ts.map +0 -1
  301. package/dist/commonjs/models/models.d.ts.map +0 -1
  302. package/dist/commonjs/models/options.d.ts.map +0 -1
  303. package/dist/commonjs/models/options.js.map +0 -1
  304. package/dist/commonjs/restorePollerHelpers.d.ts.map +0 -1
  305. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +0 -1
  306. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +0 -1
  307. package/dist/esm/api/certificateProfiles/index.d.ts.map +0 -1
  308. package/dist/esm/api/codeSigningAccounts/index.d.ts.map +0 -1
  309. package/dist/esm/api/codeSigningContext.d.ts.map +0 -1
  310. package/dist/esm/api/index.d.ts.map +0 -1
  311. package/dist/esm/api/operations/index.d.ts.map +0 -1
  312. package/dist/esm/classic/certificateProfiles/index.d.ts.map +0 -1
  313. package/dist/esm/classic/codeSigningAccounts/index.d.ts.map +0 -1
  314. package/dist/esm/classic/index.d.ts.map +0 -1
  315. package/dist/esm/classic/operations/index.d.ts.map +0 -1
  316. package/dist/esm/codeSigningClient.d.ts.map +0 -1
  317. package/dist/esm/helpers/serializerHelpers.d.ts +0 -3
  318. package/dist/esm/helpers/serializerHelpers.d.ts.map +0 -1
  319. package/dist/esm/helpers/serializerHelpers.js +0 -24
  320. package/dist/esm/helpers/serializerHelpers.js.map +0 -1
  321. package/dist/esm/index.d.ts.map +0 -1
  322. package/dist/esm/logger.d.ts.map +0 -1
  323. package/dist/esm/models/index.d.ts.map +0 -1
  324. package/dist/esm/models/models.d.ts.map +0 -1
  325. package/dist/esm/models/options.d.ts.map +0 -1
  326. package/dist/esm/models/options.js.map +0 -1
  327. package/dist/esm/restorePollerHelpers.d.ts.map +0 -1
  328. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +0 -1
  329. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +0 -1
  330. package/dist/react-native/api/certificateProfiles/index.d.ts.map +0 -1
  331. package/dist/react-native/api/codeSigningAccounts/index.d.ts.map +0 -1
  332. package/dist/react-native/api/codeSigningContext.d.ts.map +0 -1
  333. package/dist/react-native/api/index.d.ts.map +0 -1
  334. package/dist/react-native/api/operations/index.d.ts.map +0 -1
  335. package/dist/react-native/classic/certificateProfiles/index.d.ts.map +0 -1
  336. package/dist/react-native/classic/codeSigningAccounts/index.d.ts.map +0 -1
  337. package/dist/react-native/classic/index.d.ts.map +0 -1
  338. package/dist/react-native/classic/operations/index.d.ts.map +0 -1
  339. package/dist/react-native/codeSigningClient.d.ts.map +0 -1
  340. package/dist/react-native/helpers/serializerHelpers.d.ts +0 -3
  341. package/dist/react-native/helpers/serializerHelpers.d.ts.map +0 -1
  342. package/dist/react-native/helpers/serializerHelpers.js +0 -24
  343. package/dist/react-native/helpers/serializerHelpers.js.map +0 -1
  344. package/dist/react-native/index.d.ts.map +0 -1
  345. package/dist/react-native/logger.d.ts.map +0 -1
  346. package/dist/react-native/models/index.d.ts.map +0 -1
  347. package/dist/react-native/models/models.d.ts.map +0 -1
  348. package/dist/react-native/models/options.d.ts.map +0 -1
  349. package/dist/react-native/models/options.js.map +0 -1
  350. package/dist/react-native/restorePollerHelpers.d.ts.map +0 -1
  351. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +0 -1
  352. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +0 -1
  353. package/review/arm-trustedsigning-models-node.api.md +0 -313
  354. package/review/arm-trustedsigning-node.api.md +0 -386
  355. /package/dist/browser/{models → api/certificateProfiles}/options.js +0 -0
  356. /package/dist/{esm/models → browser/api/codeSigningAccounts}/options.js +0 -0
  357. /package/dist/{react-native/models → browser/api/operations}/options.js +0 -0
  358. /package/dist/commonjs/{models → api/certificateProfiles}/options.js +0 -0
@@ -1,3 +1,178 @@
1
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
2
+ export interface _OperationListResult {
3
+ /** The Operation items on this page */
4
+ value: Operation[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
9
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
10
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
11
+ export interface Operation {
12
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
13
+ readonly name?: string;
14
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
15
+ readonly isDataAction?: boolean;
16
+ /** Localized display information for this particular operation. */
17
+ display?: OperationDisplay;
18
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
19
+ readonly origin?: Origin;
20
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
21
+ readonly actionType?: ActionType;
22
+ }
23
+ export declare function operationDeserializer(item: any): Operation;
24
+ /** Localized display information for and operation. */
25
+ export interface OperationDisplay {
26
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
27
+ readonly provider?: string;
28
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
29
+ readonly resource?: string;
30
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
31
+ readonly operation?: string;
32
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
33
+ readonly description?: string;
34
+ }
35
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
36
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
37
+ export declare enum KnownOrigin {
38
+ /** Indicates the operation is initiated by a user. */
39
+ User = "user",
40
+ /** Indicates the operation is initiated by a system. */
41
+ System = "system",
42
+ /** Indicates the operation is initiated by a user or system. */
43
+ UserSystem = "user,system"
44
+ }
45
+ /**
46
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
47
+ * {@link KnownOrigin} can be used interchangeably with Origin,
48
+ * this enum contains the known values that the service supports.
49
+ * ### Known values supported by the service
50
+ * **user**: Indicates the operation is initiated by a user. \
51
+ * **system**: Indicates the operation is initiated by a system. \
52
+ * **user,system**: Indicates the operation is initiated by a user or system.
53
+ */
54
+ export type Origin = string;
55
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
56
+ export declare enum KnownActionType {
57
+ /** Actions are for internal-only APIs. */
58
+ Internal = "Internal"
59
+ }
60
+ /**
61
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
62
+ * {@link KnownActionType} can be used interchangeably with ActionType,
63
+ * this enum contains the known values that the service supports.
64
+ * ### Known values supported by the service
65
+ * **Internal**: Actions are for internal-only APIs.
66
+ */
67
+ export type ActionType = string;
68
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
69
+ export interface ErrorResponse {
70
+ /** The error object. */
71
+ error?: ErrorDetail;
72
+ }
73
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
74
+ /** The error detail. */
75
+ export interface ErrorDetail {
76
+ /** The error code. */
77
+ readonly code?: string;
78
+ /** The error message. */
79
+ readonly message?: string;
80
+ /** The error target. */
81
+ readonly target?: string;
82
+ /** The error details. */
83
+ readonly details?: ErrorDetail[];
84
+ /** The error additional info. */
85
+ readonly additionalInfo?: ErrorAdditionalInfo[];
86
+ }
87
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
88
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
89
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
90
+ /** The resource management error additional info. */
91
+ export interface ErrorAdditionalInfo {
92
+ /** The additional info type. */
93
+ readonly type?: string;
94
+ /** The additional info. */
95
+ readonly info?: any;
96
+ }
97
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
98
+ /** Trusted signing account resource. */
99
+ export interface CodeSigningAccount extends TrackedResource {
100
+ /** The resource-specific properties for this resource. */
101
+ properties?: CodeSigningAccountProperties;
102
+ }
103
+ export declare function codeSigningAccountSerializer(item: CodeSigningAccount): any;
104
+ export declare function codeSigningAccountDeserializer(item: any): CodeSigningAccount;
105
+ /** Properties of the trusted signing account. */
106
+ export interface CodeSigningAccountProperties {
107
+ /** The URI of the trusted signing account which is used during signing files. */
108
+ readonly accountUri?: string;
109
+ /** SKU of the trusted signing account. */
110
+ sku?: AccountSku;
111
+ /** Status of the current operation on trusted signing account. */
112
+ readonly provisioningState?: ProvisioningState;
113
+ }
114
+ export declare function codeSigningAccountPropertiesSerializer(item: CodeSigningAccountProperties): any;
115
+ export declare function codeSigningAccountPropertiesDeserializer(item: any): CodeSigningAccountProperties;
116
+ /** SKU of the trusted signing account. */
117
+ export interface AccountSku {
118
+ /** Name of the SKU. */
119
+ name: SkuName;
120
+ }
121
+ export declare function accountSkuSerializer(item: AccountSku): any;
122
+ export declare function accountSkuDeserializer(item: any): AccountSku;
123
+ /** Name of the sku. */
124
+ export declare enum KnownSkuName {
125
+ /** Basic sku. */
126
+ Basic = "Basic",
127
+ /** Premium sku. */
128
+ Premium = "Premium"
129
+ }
130
+ /**
131
+ * Name of the sku. \
132
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
133
+ * this enum contains the known values that the service supports.
134
+ * ### Known values supported by the service
135
+ * **Basic**: Basic sku. \
136
+ * **Premium**: Premium sku.
137
+ */
138
+ export type SkuName = string;
139
+ /** The status of the current operation. */
140
+ export declare enum KnownProvisioningState {
141
+ /** Resource has been created. */
142
+ Succeeded = "Succeeded",
143
+ /** Resource creation failed. */
144
+ Failed = "Failed",
145
+ /** Resource creation was canceled. */
146
+ Canceled = "Canceled",
147
+ /** Updating in progress. */
148
+ Updating = "Updating",
149
+ /** Deletion in progress. */
150
+ Deleting = "Deleting",
151
+ /** Resource creation started. */
152
+ Accepted = "Accepted"
153
+ }
154
+ /**
155
+ * The status of the current operation. \
156
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
157
+ * this enum contains the known values that the service supports.
158
+ * ### Known values supported by the service
159
+ * **Succeeded**: Resource has been created. \
160
+ * **Failed**: Resource creation failed. \
161
+ * **Canceled**: Resource creation was canceled. \
162
+ * **Updating**: Updating in progress. \
163
+ * **Deleting**: Deletion in progress. \
164
+ * **Accepted**: Resource creation started.
165
+ */
166
+ export type ProvisioningState = string;
167
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
168
+ export interface TrackedResource extends Resource {
169
+ /** Resource tags. */
170
+ tags?: Record<string, string>;
171
+ /** The geo-location where the resource lives */
172
+ location: string;
173
+ }
174
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
175
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1
176
  /** Common fields that are returned in the response for all Azure Resource Manager resources */
2
177
  export interface Resource {
3
178
  /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
@@ -10,6 +185,7 @@ export interface Resource {
10
185
  readonly systemData?: SystemData;
11
186
  }
12
187
  export declare function resourceSerializer(item: Resource): any;
188
+ export declare function resourceDeserializer(item: any): Resource;
13
189
  /** Metadata pertaining to creation and last modification of the resource. */
14
190
  export interface SystemData {
15
191
  /** The identity that created the resource. */
@@ -25,15 +201,16 @@ export interface SystemData {
25
201
  /** The timestamp of resource last modification (UTC) */
26
202
  lastModifiedAt?: Date;
27
203
  }
28
- /** Known values of {@link CreatedByType} that the service accepts. */
204
+ export declare function systemDataDeserializer(item: any): SystemData;
205
+ /** The kind of entity that created the resource. */
29
206
  export declare enum KnownCreatedByType {
30
- /** User */
207
+ /** The entity was created by a user. */
31
208
  User = "User",
32
- /** Application */
209
+ /** The entity was created by an application. */
33
210
  Application = "Application",
34
- /** ManagedIdentity */
211
+ /** The entity was created by a managed identity. */
35
212
  ManagedIdentity = "ManagedIdentity",
36
- /** Key */
213
+ /** The entity was created by a key. */
37
214
  Key = "Key"
38
215
  }
39
216
  /**
@@ -41,56 +218,97 @@ export declare enum KnownCreatedByType {
41
218
  * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
42
219
  * this enum contains the known values that the service supports.
43
220
  * ### Known values supported by the service
44
- * **User** \
45
- * **Application** \
46
- * **ManagedIdentity** \
47
- * **Key**
221
+ * **User**: The entity was created by a user. \
222
+ * **Application**: The entity was created by an application. \
223
+ * **ManagedIdentity**: The entity was created by a managed identity. \
224
+ * **Key**: The entity was created by a key.
48
225
  */
49
226
  export type CreatedByType = string;
50
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
51
- export interface ProxyResource extends Resource {
227
+ /** Parameters for creating or updating a trusted signing account. */
228
+ export interface CodeSigningAccountPatch {
229
+ /** Resource tags. */
230
+ tags?: Record<string, string>;
231
+ /** Properties of the trusted signing account. */
232
+ properties?: CodeSigningAccountPatchProperties;
52
233
  }
53
- export declare function proxyResourceSerializer(item: ProxyResource): any;
234
+ export declare function codeSigningAccountPatchSerializer(item: CodeSigningAccountPatch): any;
235
+ /** Properties of the trusted signing account. */
236
+ export interface CodeSigningAccountPatchProperties {
237
+ /** SKU of the trusted signing account. */
238
+ sku?: AccountSkuPatch;
239
+ }
240
+ export declare function codeSigningAccountPatchPropertiesSerializer(item: CodeSigningAccountPatchProperties): any;
241
+ /** SKU of the trusted signing account. */
242
+ export interface AccountSkuPatch {
243
+ /** Name of the SKU. */
244
+ name?: SkuName;
245
+ }
246
+ export declare function accountSkuPatchSerializer(item: AccountSkuPatch): any;
247
+ /** The response of a CodeSigningAccount list operation. */
248
+ export interface _CodeSigningAccountListResult {
249
+ /** The CodeSigningAccount items on this page */
250
+ value: CodeSigningAccount[];
251
+ /** The link to the next page of items */
252
+ nextLink?: string;
253
+ }
254
+ export declare function _codeSigningAccountListResultDeserializer(item: any): _CodeSigningAccountListResult;
255
+ export declare function codeSigningAccountArraySerializer(result: Array<CodeSigningAccount>): any[];
256
+ export declare function codeSigningAccountArrayDeserializer(result: Array<CodeSigningAccount>): any[];
257
+ /** The parameters used to check the availability of the trusted signing account name. */
258
+ export interface CheckNameAvailability {
259
+ /** Trusted signing account name. */
260
+ name: string;
261
+ }
262
+ export declare function checkNameAvailabilitySerializer(item: CheckNameAvailability): any;
263
+ /** The CheckNameAvailability operation response. */
264
+ export interface CheckNameAvailabilityResult {
265
+ /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */
266
+ readonly nameAvailable?: boolean;
267
+ /** The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false. */
268
+ readonly reason?: NameUnavailabilityReason;
269
+ /** An error message explaining the Reason value in more detail. */
270
+ readonly message?: string;
271
+ }
272
+ export declare function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult;
273
+ /** The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false. */
274
+ export declare enum KnownNameUnavailabilityReason {
275
+ /** Account name is invalid */
276
+ AccountNameInvalid = "AccountNameInvalid",
277
+ /** Account name already exists */
278
+ AlreadyExists = "AlreadyExists"
279
+ }
280
+ /**
281
+ * The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false. \
282
+ * {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,
283
+ * this enum contains the known values that the service supports.
284
+ * ### Known values supported by the service
285
+ * **AccountNameInvalid**: Account name is invalid \
286
+ * **AlreadyExists**: Account name already exists
287
+ */
288
+ export type NameUnavailabilityReason = string;
54
289
  /** Certificate profile resource. */
55
290
  export interface CertificateProfile extends ProxyResource {
56
291
  /** The resource-specific properties for this resource. */
57
292
  properties?: CertificateProfileProperties;
58
293
  }
59
- export declare function certificateProfileSerializer(item: CertificateProfile): Record<string, unknown>;
294
+ export declare function certificateProfileSerializer(item: CertificateProfile): any;
295
+ export declare function certificateProfileDeserializer(item: any): CertificateProfile;
60
296
  /** Properties of the certificate profile. */
61
297
  export interface CertificateProfileProperties {
62
298
  /** Profile type of the certificate. */
63
299
  profileType: ProfileType;
64
- /** Used as CN in the certificate subject name. */
65
- readonly commonName?: string;
66
- /** Used as O in the certificate subject name. */
67
- readonly organization?: string;
68
- /** Used as OU in the private trust certificate subject name. */
69
- readonly organizationUnit?: string;
70
- /** Used as STREET in the certificate subject name. */
71
- readonly streetAddress?: string;
72
300
  /** Whether to include STREET in the certificate subject name. */
73
301
  includeStreetAddress?: boolean;
74
- /** Used as L in the certificate subject name. */
75
- readonly city?: string;
76
302
  /** Whether to include L in the certificate subject name. Applicable only for private trust, private trust ci profile types */
77
303
  includeCity?: boolean;
78
- /** Used as S in the certificate subject name. */
79
- readonly state?: string;
80
304
  /** Whether to include S in the certificate subject name. Applicable only for private trust, private trust ci profile types */
81
305
  includeState?: boolean;
82
- /** Used as C in the certificate subject name. */
83
- readonly country?: string;
84
306
  /** Whether to include C in the certificate subject name. Applicable only for private trust, private trust ci profile types */
85
307
  includeCountry?: boolean;
86
- /** Used as PC in the certificate subject name. */
87
- readonly postalCode?: string;
88
308
  /** Whether to include PC in the certificate subject name. */
89
309
  includePostalCode?: boolean;
90
- /** Enhanced key usage of the certificate. */
91
- readonly enhancedKeyUsage?: string;
92
310
  /** Identity validation id used for the certificate subject name. */
93
- identityValidationId?: string;
311
+ identityValidationId: string;
94
312
  /** Status of the current operation on certificate profile. */
95
313
  readonly provisioningState?: ProvisioningState;
96
314
  /** Status of the certificate profile. */
@@ -98,18 +316,19 @@ export interface CertificateProfileProperties {
98
316
  /** List of renewed certificates. */
99
317
  readonly certificates?: Certificate[];
100
318
  }
101
- export declare function certificateProfilePropertiesSerializer(item: CertificateProfileProperties): Record<string, unknown>;
102
- /** Known values of {@link ProfileType} that the service accepts. */
319
+ export declare function certificateProfilePropertiesSerializer(item: CertificateProfileProperties): any;
320
+ export declare function certificateProfilePropertiesDeserializer(item: any): CertificateProfileProperties;
321
+ /** Type of the certificate */
103
322
  export declare enum KnownProfileType {
104
- /** PublicTrust */
323
+ /** Used for signing files which are distributed publicly. */
105
324
  PublicTrust = "PublicTrust",
106
- /** PrivateTrust */
325
+ /** Used for signing files which are distributed internally within organization or group boundary. */
107
326
  PrivateTrust = "PrivateTrust",
108
- /** PrivateTrustCIPolicy */
327
+ /** Used for signing CI policy files. */
109
328
  PrivateTrustCIPolicy = "PrivateTrustCIPolicy",
110
- /** VBSEnclave */
329
+ /** Used for signing files which are run in secure vbs enclave. */
111
330
  VBSEnclave = "VBSEnclave",
112
- /** PublicTrustTest */
331
+ /** Used for signing files for testing purpose. */
113
332
  PublicTrustTest = "PublicTrustTest"
114
333
  }
115
334
  /**
@@ -117,48 +336,20 @@ export declare enum KnownProfileType {
117
336
  * {@link KnownProfileType} can be used interchangeably with ProfileType,
118
337
  * this enum contains the known values that the service supports.
119
338
  * ### Known values supported by the service
120
- * **PublicTrust** \
121
- * **PrivateTrust** \
122
- * **PrivateTrustCIPolicy** \
123
- * **VBSEnclave** \
124
- * **PublicTrustTest**
339
+ * **PublicTrust**: Used for signing files which are distributed publicly. \
340
+ * **PrivateTrust**: Used for signing files which are distributed internally within organization or group boundary. \
341
+ * **PrivateTrustCIPolicy**: Used for signing CI policy files. \
342
+ * **VBSEnclave**: Used for signing files which are run in secure vbs enclave. \
343
+ * **PublicTrustTest**: Used for signing files for testing purpose.
125
344
  */
126
345
  export type ProfileType = string;
127
- /** Known values of {@link ProvisioningState} that the service accepts. */
128
- export declare enum KnownProvisioningState {
129
- /** Succeeded */
130
- Succeeded = "Succeeded",
131
- /** Failed */
132
- Failed = "Failed",
133
- /** Canceled */
134
- Canceled = "Canceled",
135
- /** Updating */
136
- Updating = "Updating",
137
- /** Deleting */
138
- Deleting = "Deleting",
139
- /** Accepted */
140
- Accepted = "Accepted"
141
- }
142
- /**
143
- * The status of the current operation. \
144
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
145
- * this enum contains the known values that the service supports.
146
- * ### Known values supported by the service
147
- * **Succeeded** \
148
- * **Failed** \
149
- * **Canceled** \
150
- * **Updating** \
151
- * **Deleting** \
152
- * **Accepted**
153
- */
154
- export type ProvisioningState = string;
155
- /** Known values of {@link CertificateProfileStatus} that the service accepts. */
346
+ /** Status of the certificate profiles. */
156
347
  export declare enum KnownCertificateProfileStatus {
157
- /** Active */
348
+ /** The certificate profile is active. */
158
349
  Active = "Active",
159
- /** Disabled */
350
+ /** The certificate profile is disabled. */
160
351
  Disabled = "Disabled",
161
- /** Suspended */
352
+ /** The certificate profile is suspended. */
162
353
  Suspended = "Suspended"
163
354
  }
164
355
  /**
@@ -166,15 +357,18 @@ export declare enum KnownCertificateProfileStatus {
166
357
  * {@link KnownCertificateProfileStatus} can be used interchangeably with CertificateProfileStatus,
167
358
  * this enum contains the known values that the service supports.
168
359
  * ### Known values supported by the service
169
- * **Active** \
170
- * **Disabled** \
171
- * **Suspended**
360
+ * **Active**: The certificate profile is active. \
361
+ * **Disabled**: The certificate profile is disabled. \
362
+ * **Suspended**: The certificate profile is suspended.
172
363
  */
173
364
  export type CertificateProfileStatus = string;
365
+ export declare function certificateArrayDeserializer(result: Array<Certificate>): any[];
174
366
  /** Properties of the certificate. */
175
367
  export interface Certificate {
176
368
  /** Serial number of the certificate. */
177
369
  serialNumber?: string;
370
+ /** Enhanced key usage of the certificate. */
371
+ enhancedKeyUsage?: string;
178
372
  /** Subject name of the certificate. */
179
373
  subjectName?: string;
180
374
  /** Thumbprint of the certificate. */
@@ -188,13 +382,14 @@ export interface Certificate {
188
382
  /** Revocations history of a certificate. */
189
383
  revocation?: Revocation;
190
384
  }
191
- /** Known values of {@link CertificateStatus} that the service accepts. */
385
+ export declare function certificateDeserializer(item: any): Certificate;
386
+ /** Status of the certificate */
192
387
  export declare enum KnownCertificateStatus {
193
- /** Active */
388
+ /** The certificate is active. */
194
389
  Active = "Active",
195
- /** Expired */
390
+ /** The certificate is expired. */
196
391
  Expired = "Expired",
197
- /** Revoked */
392
+ /** The certificate is revoked. */
198
393
  Revoked = "Revoked"
199
394
  }
200
395
  /**
@@ -202,9 +397,9 @@ export declare enum KnownCertificateStatus {
202
397
  * {@link KnownCertificateStatus} can be used interchangeably with CertificateStatus,
203
398
  * this enum contains the known values that the service supports.
204
399
  * ### Known values supported by the service
205
- * **Active** \
206
- * **Expired** \
207
- * **Revoked**
400
+ * **Active**: The certificate is active. \
401
+ * **Expired**: The certificate is expired. \
402
+ * **Revoked**: The certificate is revoked.
208
403
  */
209
404
  export type CertificateStatus = string;
210
405
  /** Revocation details of the certificate. */
@@ -222,13 +417,14 @@ export interface Revocation {
222
417
  /** Reason for the revocation failure. */
223
418
  failureReason?: string;
224
419
  }
225
- /** Known values of {@link RevocationStatus} that the service accepts. */
420
+ export declare function revocationDeserializer(item: any): Revocation;
421
+ /** Revocation status of the certificate. */
226
422
  export declare enum KnownRevocationStatus {
227
- /** Succeeded */
423
+ /** Certificate revocation succeeded. */
228
424
  Succeeded = "Succeeded",
229
- /** InProgress */
425
+ /** Certificate revocation is in progress. */
230
426
  InProgress = "InProgress",
231
- /** Failed */
427
+ /** Certificate revocation failed. */
232
428
  Failed = "Failed"
233
429
  }
234
430
  /**
@@ -236,11 +432,16 @@ export declare enum KnownRevocationStatus {
236
432
  * {@link KnownRevocationStatus} can be used interchangeably with RevocationStatus,
237
433
  * this enum contains the known values that the service supports.
238
434
  * ### Known values supported by the service
239
- * **Succeeded** \
240
- * **InProgress** \
241
- * **Failed**
435
+ * **Succeeded**: Certificate revocation succeeded. \
436
+ * **InProgress**: Certificate revocation is in progress. \
437
+ * **Failed**: Certificate revocation failed.
242
438
  */
243
439
  export type RevocationStatus = string;
440
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
441
+ export interface ProxyResource extends Resource {
442
+ }
443
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
444
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
244
445
  /** The response of a CertificateProfile list operation. */
245
446
  export interface _CertificateProfileListResult {
246
447
  /** The CertificateProfile items on this page */
@@ -248,6 +449,9 @@ export interface _CertificateProfileListResult {
248
449
  /** The link to the next page of items */
249
450
  nextLink?: string;
250
451
  }
452
+ export declare function _certificateProfileListResultDeserializer(item: any): _CertificateProfileListResult;
453
+ export declare function certificateProfileArraySerializer(result: Array<CertificateProfile>): any[];
454
+ export declare function certificateProfileArrayDeserializer(result: Array<CertificateProfile>): any[];
251
455
  /** Defines the certificate revocation properties. */
252
456
  export interface RevokeCertificate {
253
457
  /** Serial number of the certificate. */
@@ -261,166 +465,10 @@ export interface RevokeCertificate {
261
465
  /** Remarks for the revocation. */
262
466
  remarks?: string;
263
467
  }
264
- export declare function revokeCertificateSerializer(item: RevokeCertificate): Record<string, unknown>;
265
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
266
- export interface TrackedResource extends Resource {
267
- /** Resource tags. */
268
- tags?: Record<string, string>;
269
- /** The geo-location where the resource lives */
270
- location: string;
271
- }
272
- export declare function trackedResourceSerializer(item: TrackedResource): Record<string, unknown>;
273
- /** Trusted signing account resource. */
274
- export interface CodeSigningAccount extends TrackedResource {
275
- /** The resource-specific properties for this resource. */
276
- properties?: CodeSigningAccountProperties;
277
- }
278
- export declare function codeSigningAccountSerializer(item: CodeSigningAccount): Record<string, unknown>;
279
- /** Properties of the trusted signing account. */
280
- export interface CodeSigningAccountProperties {
281
- /** The URI of the trusted signing account which is used during signing files. */
282
- readonly accountUri?: string;
283
- /** SKU of the trusted signing account. */
284
- sku?: AccountSku;
285
- /** Status of the current operation on trusted signing account. */
286
- readonly provisioningState?: ProvisioningState;
287
- }
288
- export declare function codeSigningAccountPropertiesSerializer(item: CodeSigningAccountProperties): Record<string, unknown>;
289
- /** SKU of the trusted signing account. */
290
- export interface AccountSku {
291
- /** Name of the SKU. */
292
- name: SkuName;
293
- }
294
- export declare function accountSkuSerializer(item: AccountSku): Record<string, unknown>;
295
- /** Known values of {@link SkuName} that the service accepts. */
296
- export declare enum KnownSkuName {
297
- /** Basic */
298
- Basic = "Basic",
299
- /** Premium */
300
- Premium = "Premium"
301
- }
302
- /**
303
- * Name of the sku. \
304
- * {@link KnownSkuName} can be used interchangeably with SkuName,
305
- * this enum contains the known values that the service supports.
306
- * ### Known values supported by the service
307
- * **Basic** \
308
- * **Premium**
309
- */
310
- export type SkuName = string;
311
- /** Parameters for creating or updating a trusted signing account. */
312
- export interface CodeSigningAccountPatch {
313
- /** Resource tags. */
314
- tags?: Record<string, string>;
315
- /** Properties of the trusted signing account. */
316
- properties?: CodeSigningAccountPatchProperties;
317
- }
318
- export declare function codeSigningAccountPatchSerializer(item: CodeSigningAccountPatch): Record<string, unknown>;
319
- /** Properties of the trusted signing account. */
320
- export interface CodeSigningAccountPatchProperties {
321
- /** SKU of the trusted signing account. */
322
- sku?: AccountSku;
323
- }
324
- export declare function codeSigningAccountPatchPropertiesSerializer(item: CodeSigningAccountPatchProperties): Record<string, unknown>;
325
- /** The response of a CodeSigningAccount list operation. */
326
- export interface _CodeSigningAccountListResult {
327
- /** The CodeSigningAccount items on this page */
328
- value: CodeSigningAccount[];
329
- /** The link to the next page of items */
330
- nextLink?: string;
331
- }
332
- /** The parameters used to check the availability of the trusted signing account name. */
333
- export interface CheckNameAvailability {
334
- /** Trusted signing account name. */
335
- name: string;
336
- }
337
- export declare function checkNameAvailabilitySerializer(item: CheckNameAvailability): Record<string, unknown>;
338
- /** The CheckNameAvailability operation response. */
339
- export interface CheckNameAvailabilityResult {
340
- /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */
341
- readonly nameAvailable?: boolean;
342
- /** The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false. */
343
- readonly reason?: NameUnavailabilityReason;
344
- /** An error message explaining the Reason value in more detail. */
345
- readonly message?: string;
346
- }
347
- /** Known values of {@link NameUnavailabilityReason} that the service accepts. */
348
- export declare enum KnownNameUnavailabilityReason {
349
- /** AccountNameInvalid */
350
- AccountNameInvalid = "AccountNameInvalid",
351
- /** AlreadyExists */
352
- AlreadyExists = "AlreadyExists"
468
+ export declare function revokeCertificateSerializer(item: RevokeCertificate): any;
469
+ /** The available API versions. */
470
+ export declare enum KnownVersions {
471
+ /** 2025-10-13 */
472
+ V20251013 = "2025-10-13"
353
473
  }
354
- /**
355
- * The reason that a trusted signing account name could not be used. The Reason element is only returned if nameAvailable is false. \
356
- * {@link KnownNameUnavailabilityReason} can be used interchangeably with NameUnavailabilityReason,
357
- * this enum contains the known values that the service supports.
358
- * ### Known values supported by the service
359
- * **AccountNameInvalid** \
360
- * **AlreadyExists**
361
- */
362
- export type NameUnavailabilityReason = string;
363
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
364
- export interface _OperationListResult {
365
- /** The Operation items on this page */
366
- value: Operation[];
367
- /** The link to the next page of items */
368
- nextLink?: string;
369
- }
370
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
371
- export interface Operation {
372
- /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
373
- readonly name?: string;
374
- /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
375
- readonly isDataAction?: boolean;
376
- /** Localized display information for this particular operation. */
377
- readonly display?: OperationDisplay;
378
- /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
379
- readonly origin?: Origin;
380
- /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
381
- actionType?: ActionType;
382
- }
383
- /** Localized display information for and operation. */
384
- export interface OperationDisplay {
385
- /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
386
- readonly provider?: string;
387
- /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
388
- readonly resource?: string;
389
- /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
390
- readonly operation?: string;
391
- /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
392
- readonly description?: string;
393
- }
394
- /** Known values of {@link Origin} that the service accepts. */
395
- export declare enum KnownOrigin {
396
- /** user */
397
- User = "user",
398
- /** system */
399
- System = "system",
400
- /** user,system */
401
- UserSystem = "user,system"
402
- }
403
- /**
404
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
405
- * {@link KnownOrigin} can be used interchangeably with Origin,
406
- * this enum contains the known values that the service supports.
407
- * ### Known values supported by the service
408
- * **user** \
409
- * **system** \
410
- * **user,system**
411
- */
412
- export type Origin = string;
413
- /** Known values of {@link ActionType} that the service accepts. */
414
- export declare enum KnownActionType {
415
- /** Internal */
416
- Internal = "Internal"
417
- }
418
- /**
419
- * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
420
- * {@link KnownActionType} can be used interchangeably with ActionType,
421
- * this enum contains the known values that the service supports.
422
- * ### Known values supported by the service
423
- * **Internal**
424
- */
425
- export type ActionType = string;
426
474
  //# sourceMappingURL=models.d.ts.map