pulumi-azure-native 2.59.0a1725033095__py3-none-any.whl → 2.60.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (1173) hide show
  1. pulumi_azure_native/__init__.py +147 -4
  2. pulumi_azure_native/apimanagement/__init__.py +3 -0
  3. pulumi_azure_native/apimanagement/api.py +3 -3
  4. pulumi_azure_native/apimanagement/api_diagnostic.py +3 -3
  5. pulumi_azure_native/apimanagement/api_gateway.py +5 -1
  6. pulumi_azure_native/apimanagement/api_gateway_config_connection.py +5 -1
  7. pulumi_azure_native/apimanagement/api_issue.py +3 -3
  8. pulumi_azure_native/apimanagement/api_issue_attachment.py +3 -3
  9. pulumi_azure_native/apimanagement/api_issue_comment.py +3 -3
  10. pulumi_azure_native/apimanagement/api_management_service.py +3 -3
  11. pulumi_azure_native/apimanagement/api_operation.py +3 -3
  12. pulumi_azure_native/apimanagement/api_operation_policy.py +3 -3
  13. pulumi_azure_native/apimanagement/api_policy.py +3 -3
  14. pulumi_azure_native/apimanagement/api_release.py +3 -3
  15. pulumi_azure_native/apimanagement/api_schema.py +3 -3
  16. pulumi_azure_native/apimanagement/api_tag_description.py +3 -3
  17. pulumi_azure_native/apimanagement/api_version_set.py +3 -3
  18. pulumi_azure_native/apimanagement/api_wiki.py +3 -3
  19. pulumi_azure_native/apimanagement/authorization.py +3 -3
  20. pulumi_azure_native/apimanagement/authorization_access_policy.py +3 -3
  21. pulumi_azure_native/apimanagement/authorization_provider.py +3 -3
  22. pulumi_azure_native/apimanagement/authorization_server.py +3 -3
  23. pulumi_azure_native/apimanagement/backend.py +3 -3
  24. pulumi_azure_native/apimanagement/cache.py +3 -3
  25. pulumi_azure_native/apimanagement/certificate.py +3 -3
  26. pulumi_azure_native/apimanagement/content_item.py +3 -3
  27. pulumi_azure_native/apimanagement/content_type.py +3 -3
  28. pulumi_azure_native/apimanagement/diagnostic.py +3 -3
  29. pulumi_azure_native/apimanagement/documentation.py +3 -3
  30. pulumi_azure_native/apimanagement/email_template.py +3 -3
  31. pulumi_azure_native/apimanagement/gateway.py +3 -3
  32. pulumi_azure_native/apimanagement/gateway_api_entity_tag.py +3 -3
  33. pulumi_azure_native/apimanagement/gateway_certificate_authority.py +3 -3
  34. pulumi_azure_native/apimanagement/gateway_hostname_configuration.py +3 -3
  35. pulumi_azure_native/apimanagement/get_api.py +2 -2
  36. pulumi_azure_native/apimanagement/get_api_diagnostic.py +2 -2
  37. pulumi_azure_native/apimanagement/get_api_gateway.py +4 -0
  38. pulumi_azure_native/apimanagement/get_api_gateway_config_connection.py +4 -0
  39. pulumi_azure_native/apimanagement/get_api_issue.py +2 -2
  40. pulumi_azure_native/apimanagement/get_api_issue_attachment.py +2 -2
  41. pulumi_azure_native/apimanagement/get_api_issue_comment.py +2 -2
  42. pulumi_azure_native/apimanagement/get_api_management_service.py +2 -2
  43. pulumi_azure_native/apimanagement/get_api_management_service_domain_ownership_identifier.py +2 -2
  44. pulumi_azure_native/apimanagement/get_api_management_service_sso_token.py +2 -2
  45. pulumi_azure_native/apimanagement/get_api_operation.py +2 -2
  46. pulumi_azure_native/apimanagement/get_api_operation_policy.py +2 -2
  47. pulumi_azure_native/apimanagement/get_api_policy.py +2 -2
  48. pulumi_azure_native/apimanagement/get_api_release.py +2 -2
  49. pulumi_azure_native/apimanagement/get_api_schema.py +2 -2
  50. pulumi_azure_native/apimanagement/get_api_tag_description.py +2 -2
  51. pulumi_azure_native/apimanagement/get_api_version_set.py +2 -2
  52. pulumi_azure_native/apimanagement/get_api_wiki.py +2 -2
  53. pulumi_azure_native/apimanagement/get_authorization.py +2 -2
  54. pulumi_azure_native/apimanagement/get_authorization_access_policy.py +2 -2
  55. pulumi_azure_native/apimanagement/get_authorization_login_link_post.py +2 -2
  56. pulumi_azure_native/apimanagement/get_authorization_provider.py +2 -2
  57. pulumi_azure_native/apimanagement/get_authorization_server.py +2 -2
  58. pulumi_azure_native/apimanagement/get_backend.py +2 -2
  59. pulumi_azure_native/apimanagement/get_cache.py +2 -2
  60. pulumi_azure_native/apimanagement/get_certificate.py +2 -2
  61. pulumi_azure_native/apimanagement/get_content_item.py +2 -2
  62. pulumi_azure_native/apimanagement/get_content_type.py +2 -2
  63. pulumi_azure_native/apimanagement/get_diagnostic.py +2 -2
  64. pulumi_azure_native/apimanagement/get_documentation.py +2 -2
  65. pulumi_azure_native/apimanagement/get_email_template.py +2 -2
  66. pulumi_azure_native/apimanagement/get_gateway.py +2 -2
  67. pulumi_azure_native/apimanagement/get_gateway_certificate_authority.py +2 -2
  68. pulumi_azure_native/apimanagement/get_gateway_hostname_configuration.py +2 -2
  69. pulumi_azure_native/apimanagement/get_global_schema.py +2 -2
  70. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver.py +2 -2
  71. pulumi_azure_native/apimanagement/get_graph_ql_api_resolver_policy.py +2 -2
  72. pulumi_azure_native/apimanagement/get_group.py +2 -2
  73. pulumi_azure_native/apimanagement/get_identity_provider.py +2 -2
  74. pulumi_azure_native/apimanagement/get_logger.py +2 -2
  75. pulumi_azure_native/apimanagement/get_named_value.py +2 -2
  76. pulumi_azure_native/apimanagement/get_open_id_connect_provider.py +2 -2
  77. pulumi_azure_native/apimanagement/get_policy.py +2 -2
  78. pulumi_azure_native/apimanagement/get_policy_fragment.py +2 -2
  79. pulumi_azure_native/apimanagement/get_policy_restriction.py +2 -2
  80. pulumi_azure_native/apimanagement/get_private_endpoint_connection_by_name.py +2 -2
  81. pulumi_azure_native/apimanagement/get_product.py +2 -2
  82. pulumi_azure_native/apimanagement/get_product_api_link.py +2 -2
  83. pulumi_azure_native/apimanagement/get_product_group_link.py +2 -2
  84. pulumi_azure_native/apimanagement/get_product_policy.py +2 -2
  85. pulumi_azure_native/apimanagement/get_product_wiki.py +2 -2
  86. pulumi_azure_native/apimanagement/get_subscription.py +2 -2
  87. pulumi_azure_native/apimanagement/get_tag.py +2 -2
  88. pulumi_azure_native/apimanagement/get_tag_api_link.py +2 -2
  89. pulumi_azure_native/apimanagement/get_tag_by_api.py +2 -2
  90. pulumi_azure_native/apimanagement/get_tag_by_operation.py +2 -2
  91. pulumi_azure_native/apimanagement/get_tag_by_product.py +2 -2
  92. pulumi_azure_native/apimanagement/get_tag_operation_link.py +2 -2
  93. pulumi_azure_native/apimanagement/get_tag_product_link.py +2 -2
  94. pulumi_azure_native/apimanagement/get_user.py +2 -2
  95. pulumi_azure_native/apimanagement/get_user_shared_access_token.py +2 -2
  96. pulumi_azure_native/apimanagement/get_workspace.py +2 -2
  97. pulumi_azure_native/apimanagement/get_workspace_api.py +2 -2
  98. pulumi_azure_native/apimanagement/get_workspace_api_diagnostic.py +4 -0
  99. pulumi_azure_native/apimanagement/get_workspace_api_operation.py +2 -2
  100. pulumi_azure_native/apimanagement/get_workspace_api_operation_policy.py +2 -2
  101. pulumi_azure_native/apimanagement/get_workspace_api_policy.py +2 -2
  102. pulumi_azure_native/apimanagement/get_workspace_api_release.py +2 -2
  103. pulumi_azure_native/apimanagement/get_workspace_api_schema.py +2 -2
  104. pulumi_azure_native/apimanagement/get_workspace_api_version_set.py +2 -2
  105. pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -0
  106. pulumi_azure_native/apimanagement/get_workspace_certificate.py +4 -0
  107. pulumi_azure_native/apimanagement/get_workspace_diagnostic.py +4 -0
  108. pulumi_azure_native/apimanagement/get_workspace_global_schema.py +2 -2
  109. pulumi_azure_native/apimanagement/get_workspace_group.py +2 -2
  110. pulumi_azure_native/apimanagement/get_workspace_logger.py +4 -0
  111. pulumi_azure_native/apimanagement/get_workspace_named_value.py +2 -2
  112. pulumi_azure_native/apimanagement/get_workspace_policy.py +2 -2
  113. pulumi_azure_native/apimanagement/get_workspace_policy_fragment.py +2 -2
  114. pulumi_azure_native/apimanagement/get_workspace_product.py +2 -2
  115. pulumi_azure_native/apimanagement/get_workspace_product_api_link.py +2 -2
  116. pulumi_azure_native/apimanagement/get_workspace_product_group_link.py +2 -2
  117. pulumi_azure_native/apimanagement/get_workspace_product_policy.py +2 -2
  118. pulumi_azure_native/apimanagement/get_workspace_subscription.py +2 -2
  119. pulumi_azure_native/apimanagement/get_workspace_tag.py +2 -2
  120. pulumi_azure_native/apimanagement/get_workspace_tag_api_link.py +2 -2
  121. pulumi_azure_native/apimanagement/get_workspace_tag_operation_link.py +2 -2
  122. pulumi_azure_native/apimanagement/get_workspace_tag_product_link.py +2 -2
  123. pulumi_azure_native/apimanagement/global_schema.py +3 -3
  124. pulumi_azure_native/apimanagement/graph_ql_api_resolver.py +3 -3
  125. pulumi_azure_native/apimanagement/graph_ql_api_resolver_policy.py +3 -3
  126. pulumi_azure_native/apimanagement/group.py +3 -3
  127. pulumi_azure_native/apimanagement/group_user.py +3 -3
  128. pulumi_azure_native/apimanagement/identity_provider.py +3 -3
  129. pulumi_azure_native/apimanagement/list_authorization_server_secrets.py +2 -2
  130. pulumi_azure_native/apimanagement/list_gateway_debug_credentials.py +2 -2
  131. pulumi_azure_native/apimanagement/list_gateway_keys.py +2 -2
  132. pulumi_azure_native/apimanagement/list_identity_provider_secrets.py +2 -2
  133. pulumi_azure_native/apimanagement/list_named_value.py +2 -2
  134. pulumi_azure_native/apimanagement/list_open_id_connect_provider_secrets.py +2 -2
  135. pulumi_azure_native/apimanagement/list_policy_fragment_references.py +2 -2
  136. pulumi_azure_native/apimanagement/list_subscription_secrets.py +2 -2
  137. pulumi_azure_native/apimanagement/list_tenant_access_secrets.py +2 -2
  138. pulumi_azure_native/apimanagement/list_workspace_named_value.py +2 -2
  139. pulumi_azure_native/apimanagement/list_workspace_policy_fragment_references.py +2 -2
  140. pulumi_azure_native/apimanagement/list_workspace_subscription_secrets.py +2 -2
  141. pulumi_azure_native/apimanagement/logger.py +3 -3
  142. pulumi_azure_native/apimanagement/named_value.py +3 -3
  143. pulumi_azure_native/apimanagement/notification_recipient_email.py +3 -3
  144. pulumi_azure_native/apimanagement/notification_recipient_user.py +3 -3
  145. pulumi_azure_native/apimanagement/open_id_connect_provider.py +3 -3
  146. pulumi_azure_native/apimanagement/policy.py +3 -3
  147. pulumi_azure_native/apimanagement/policy_fragment.py +3 -3
  148. pulumi_azure_native/apimanagement/policy_restriction.py +3 -3
  149. pulumi_azure_native/apimanagement/private_endpoint_connection_by_name.py +3 -3
  150. pulumi_azure_native/apimanagement/product.py +3 -3
  151. pulumi_azure_native/apimanagement/product_api.py +3 -3
  152. pulumi_azure_native/apimanagement/product_api_link.py +3 -3
  153. pulumi_azure_native/apimanagement/product_group.py +3 -3
  154. pulumi_azure_native/apimanagement/product_group_link.py +3 -3
  155. pulumi_azure_native/apimanagement/product_policy.py +3 -3
  156. pulumi_azure_native/apimanagement/product_wiki.py +3 -3
  157. pulumi_azure_native/apimanagement/schema.py +1 -1
  158. pulumi_azure_native/apimanagement/subscription.py +3 -3
  159. pulumi_azure_native/apimanagement/tag.py +3 -3
  160. pulumi_azure_native/apimanagement/tag_api_link.py +3 -3
  161. pulumi_azure_native/apimanagement/tag_by_api.py +3 -3
  162. pulumi_azure_native/apimanagement/tag_by_operation.py +3 -3
  163. pulumi_azure_native/apimanagement/tag_by_product.py +3 -3
  164. pulumi_azure_native/apimanagement/tag_operation_link.py +3 -3
  165. pulumi_azure_native/apimanagement/tag_product_link.py +3 -3
  166. pulumi_azure_native/apimanagement/user.py +3 -3
  167. pulumi_azure_native/apimanagement/v20161010/api_management_service.py +1 -1
  168. pulumi_azure_native/apimanagement/v20170301/api.py +1 -1
  169. pulumi_azure_native/apimanagement/v20170301/api_management_service.py +1 -1
  170. pulumi_azure_native/apimanagement/v20170301/group_user.py +1 -1
  171. pulumi_azure_native/apimanagement/v20170301/logger.py +1 -1
  172. pulumi_azure_native/apimanagement/v20170301/product_api.py +1 -1
  173. pulumi_azure_native/apimanagement/v20170301/user.py +1 -1
  174. pulumi_azure_native/apimanagement/v20180101/api_diagnostic.py +1 -1
  175. pulumi_azure_native/apimanagement/v20180101/backend.py +1 -1
  176. pulumi_azure_native/apimanagement/v20180101/diagnostic.py +1 -1
  177. pulumi_azure_native/apimanagement/v20180101/group_user.py +1 -1
  178. pulumi_azure_native/apimanagement/v20180101/logger.py +1 -1
  179. pulumi_azure_native/apimanagement/v20180101/notification_recipient_user.py +1 -1
  180. pulumi_azure_native/apimanagement/v20180101/subscription.py +1 -1
  181. pulumi_azure_native/apimanagement/v20180101/user.py +1 -1
  182. pulumi_azure_native/apimanagement/v20180601preview/api.py +1 -1
  183. pulumi_azure_native/apimanagement/v20180601preview/api_operation_policy.py +1 -1
  184. pulumi_azure_native/apimanagement/v20180601preview/api_policy.py +1 -1
  185. pulumi_azure_native/apimanagement/v20180601preview/policy.py +1 -1
  186. pulumi_azure_native/apimanagement/v20180601preview/product_api.py +1 -1
  187. pulumi_azure_native/apimanagement/v20180601preview/product_policy.py +1 -1
  188. pulumi_azure_native/apimanagement/v20180601preview/tag_description.py +1 -1
  189. pulumi_azure_native/apimanagement/v20190101/api_diagnostic.py +1 -1
  190. pulumi_azure_native/apimanagement/v20190101/api_schema.py +1 -1
  191. pulumi_azure_native/apimanagement/v20190101/api_tag_description.py +1 -1
  192. pulumi_azure_native/apimanagement/v20190101/diagnostic.py +1 -1
  193. pulumi_azure_native/apimanagement/v20190101/identity_provider.py +1 -1
  194. pulumi_azure_native/apimanagement/v20190101/subscription.py +1 -1
  195. pulumi_azure_native/apimanagement/v20191201preview/cache.py +1 -1
  196. pulumi_azure_native/apimanagement/v20191201preview/logger.py +1 -1
  197. pulumi_azure_native/apimanagement/v20201201/api.py +1 -1
  198. pulumi_azure_native/apimanagement/v20210401preview/schema.py +1 -1
  199. pulumi_azure_native/apimanagement/v20220801/api.py +1 -1
  200. pulumi_azure_native/apimanagement/v20220801/api_diagnostic.py +1 -1
  201. pulumi_azure_native/apimanagement/v20220801/api_issue.py +1 -1
  202. pulumi_azure_native/apimanagement/v20220801/api_issue_attachment.py +1 -1
  203. pulumi_azure_native/apimanagement/v20220801/api_issue_comment.py +1 -1
  204. pulumi_azure_native/apimanagement/v20220801/api_management_service.py +1 -1
  205. pulumi_azure_native/apimanagement/v20220801/api_operation.py +1 -1
  206. pulumi_azure_native/apimanagement/v20220801/api_operation_policy.py +1 -1
  207. pulumi_azure_native/apimanagement/v20220801/api_policy.py +1 -1
  208. pulumi_azure_native/apimanagement/v20220801/api_release.py +1 -1
  209. pulumi_azure_native/apimanagement/v20220801/api_schema.py +1 -1
  210. pulumi_azure_native/apimanagement/v20220801/api_tag_description.py +1 -1
  211. pulumi_azure_native/apimanagement/v20220801/api_version_set.py +1 -1
  212. pulumi_azure_native/apimanagement/v20220801/api_wiki.py +1 -1
  213. pulumi_azure_native/apimanagement/v20220801/authorization.py +1 -1
  214. pulumi_azure_native/apimanagement/v20220801/authorization_access_policy.py +1 -1
  215. pulumi_azure_native/apimanagement/v20220801/authorization_provider.py +1 -1
  216. pulumi_azure_native/apimanagement/v20220801/authorization_server.py +1 -1
  217. pulumi_azure_native/apimanagement/v20220801/backend.py +1 -1
  218. pulumi_azure_native/apimanagement/v20220801/cache.py +1 -1
  219. pulumi_azure_native/apimanagement/v20220801/certificate.py +1 -1
  220. pulumi_azure_native/apimanagement/v20220801/content_item.py +1 -1
  221. pulumi_azure_native/apimanagement/v20220801/content_type.py +1 -1
  222. pulumi_azure_native/apimanagement/v20220801/diagnostic.py +1 -1
  223. pulumi_azure_native/apimanagement/v20220801/documentation.py +1 -1
  224. pulumi_azure_native/apimanagement/v20220801/email_template.py +1 -1
  225. pulumi_azure_native/apimanagement/v20220801/gateway.py +1 -1
  226. pulumi_azure_native/apimanagement/v20220801/gateway_api_entity_tag.py +1 -1
  227. pulumi_azure_native/apimanagement/v20220801/gateway_certificate_authority.py +1 -1
  228. pulumi_azure_native/apimanagement/v20220801/gateway_hostname_configuration.py +1 -1
  229. pulumi_azure_native/apimanagement/v20220801/global_schema.py +1 -1
  230. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver.py +1 -1
  231. pulumi_azure_native/apimanagement/v20220801/graph_ql_api_resolver_policy.py +1 -1
  232. pulumi_azure_native/apimanagement/v20220801/group.py +1 -1
  233. pulumi_azure_native/apimanagement/v20220801/group_user.py +1 -1
  234. pulumi_azure_native/apimanagement/v20220801/identity_provider.py +1 -1
  235. pulumi_azure_native/apimanagement/v20220801/logger.py +1 -1
  236. pulumi_azure_native/apimanagement/v20220801/named_value.py +1 -1
  237. pulumi_azure_native/apimanagement/v20220801/notification_recipient_email.py +1 -1
  238. pulumi_azure_native/apimanagement/v20220801/notification_recipient_user.py +1 -1
  239. pulumi_azure_native/apimanagement/v20220801/open_id_connect_provider.py +1 -1
  240. pulumi_azure_native/apimanagement/v20220801/policy.py +1 -1
  241. pulumi_azure_native/apimanagement/v20220801/policy_fragment.py +1 -1
  242. pulumi_azure_native/apimanagement/v20220801/private_endpoint_connection_by_name.py +1 -1
  243. pulumi_azure_native/apimanagement/v20220801/product.py +1 -1
  244. pulumi_azure_native/apimanagement/v20220801/product_api.py +1 -1
  245. pulumi_azure_native/apimanagement/v20220801/product_group.py +1 -1
  246. pulumi_azure_native/apimanagement/v20220801/product_policy.py +1 -1
  247. pulumi_azure_native/apimanagement/v20220801/product_wiki.py +1 -1
  248. pulumi_azure_native/apimanagement/v20220801/subscription.py +1 -1
  249. pulumi_azure_native/apimanagement/v20220801/tag.py +1 -1
  250. pulumi_azure_native/apimanagement/v20220801/tag_by_api.py +1 -1
  251. pulumi_azure_native/apimanagement/v20220801/tag_by_operation.py +1 -1
  252. pulumi_azure_native/apimanagement/v20220801/tag_by_product.py +1 -1
  253. pulumi_azure_native/apimanagement/v20220801/user.py +1 -1
  254. pulumi_azure_native/apimanagement/v20220901preview/api.py +1 -1
  255. pulumi_azure_native/apimanagement/v20220901preview/api_diagnostic.py +1 -1
  256. pulumi_azure_native/apimanagement/v20220901preview/api_issue.py +1 -1
  257. pulumi_azure_native/apimanagement/v20220901preview/api_issue_attachment.py +1 -1
  258. pulumi_azure_native/apimanagement/v20220901preview/api_issue_comment.py +1 -1
  259. pulumi_azure_native/apimanagement/v20220901preview/api_management_service.py +1 -1
  260. pulumi_azure_native/apimanagement/v20220901preview/api_operation.py +1 -1
  261. pulumi_azure_native/apimanagement/v20220901preview/api_operation_policy.py +1 -1
  262. pulumi_azure_native/apimanagement/v20220901preview/api_policy.py +1 -1
  263. pulumi_azure_native/apimanagement/v20220901preview/api_release.py +1 -1
  264. pulumi_azure_native/apimanagement/v20220901preview/api_schema.py +1 -1
  265. pulumi_azure_native/apimanagement/v20220901preview/api_tag_description.py +1 -1
  266. pulumi_azure_native/apimanagement/v20220901preview/api_version_set.py +1 -1
  267. pulumi_azure_native/apimanagement/v20220901preview/api_wiki.py +1 -1
  268. pulumi_azure_native/apimanagement/v20220901preview/authorization.py +1 -1
  269. pulumi_azure_native/apimanagement/v20220901preview/authorization_access_policy.py +1 -1
  270. pulumi_azure_native/apimanagement/v20220901preview/authorization_provider.py +1 -1
  271. pulumi_azure_native/apimanagement/v20220901preview/authorization_server.py +1 -1
  272. pulumi_azure_native/apimanagement/v20220901preview/backend.py +1 -1
  273. pulumi_azure_native/apimanagement/v20220901preview/cache.py +1 -1
  274. pulumi_azure_native/apimanagement/v20220901preview/certificate.py +1 -1
  275. pulumi_azure_native/apimanagement/v20220901preview/content_item.py +1 -1
  276. pulumi_azure_native/apimanagement/v20220901preview/content_type.py +1 -1
  277. pulumi_azure_native/apimanagement/v20220901preview/diagnostic.py +1 -1
  278. pulumi_azure_native/apimanagement/v20220901preview/documentation.py +1 -1
  279. pulumi_azure_native/apimanagement/v20220901preview/email_template.py +1 -1
  280. pulumi_azure_native/apimanagement/v20220901preview/gateway.py +1 -1
  281. pulumi_azure_native/apimanagement/v20220901preview/gateway_api_entity_tag.py +1 -1
  282. pulumi_azure_native/apimanagement/v20220901preview/gateway_certificate_authority.py +1 -1
  283. pulumi_azure_native/apimanagement/v20220901preview/gateway_hostname_configuration.py +1 -1
  284. pulumi_azure_native/apimanagement/v20220901preview/global_schema.py +1 -1
  285. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver.py +1 -1
  286. pulumi_azure_native/apimanagement/v20220901preview/graph_ql_api_resolver_policy.py +1 -1
  287. pulumi_azure_native/apimanagement/v20220901preview/group.py +1 -1
  288. pulumi_azure_native/apimanagement/v20220901preview/group_user.py +1 -1
  289. pulumi_azure_native/apimanagement/v20220901preview/identity_provider.py +1 -1
  290. pulumi_azure_native/apimanagement/v20220901preview/logger.py +1 -1
  291. pulumi_azure_native/apimanagement/v20220901preview/named_value.py +1 -1
  292. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_email.py +1 -1
  293. pulumi_azure_native/apimanagement/v20220901preview/notification_recipient_user.py +1 -1
  294. pulumi_azure_native/apimanagement/v20220901preview/open_id_connect_provider.py +1 -1
  295. pulumi_azure_native/apimanagement/v20220901preview/policy.py +1 -1
  296. pulumi_azure_native/apimanagement/v20220901preview/policy_fragment.py +1 -1
  297. pulumi_azure_native/apimanagement/v20220901preview/private_endpoint_connection_by_name.py +1 -1
  298. pulumi_azure_native/apimanagement/v20220901preview/product.py +1 -1
  299. pulumi_azure_native/apimanagement/v20220901preview/product_api.py +1 -1
  300. pulumi_azure_native/apimanagement/v20220901preview/product_api_link.py +1 -1
  301. pulumi_azure_native/apimanagement/v20220901preview/product_group.py +1 -1
  302. pulumi_azure_native/apimanagement/v20220901preview/product_group_link.py +1 -1
  303. pulumi_azure_native/apimanagement/v20220901preview/product_policy.py +1 -1
  304. pulumi_azure_native/apimanagement/v20220901preview/product_wiki.py +1 -1
  305. pulumi_azure_native/apimanagement/v20220901preview/subscription.py +1 -1
  306. pulumi_azure_native/apimanagement/v20220901preview/tag.py +1 -1
  307. pulumi_azure_native/apimanagement/v20220901preview/tag_api_link.py +1 -1
  308. pulumi_azure_native/apimanagement/v20220901preview/tag_by_api.py +1 -1
  309. pulumi_azure_native/apimanagement/v20220901preview/tag_by_operation.py +1 -1
  310. pulumi_azure_native/apimanagement/v20220901preview/tag_by_product.py +1 -1
  311. pulumi_azure_native/apimanagement/v20220901preview/tag_operation_link.py +1 -1
  312. pulumi_azure_native/apimanagement/v20220901preview/tag_product_link.py +1 -1
  313. pulumi_azure_native/apimanagement/v20220901preview/user.py +1 -1
  314. pulumi_azure_native/apimanagement/v20220901preview/workspace.py +1 -1
  315. pulumi_azure_native/apimanagement/v20220901preview/workspace_api.py +1 -1
  316. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation.py +1 -1
  317. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_operation_policy.py +1 -1
  318. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_policy.py +1 -1
  319. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_release.py +1 -1
  320. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_schema.py +1 -1
  321. pulumi_azure_native/apimanagement/v20220901preview/workspace_api_version_set.py +1 -1
  322. pulumi_azure_native/apimanagement/v20220901preview/workspace_global_schema.py +1 -1
  323. pulumi_azure_native/apimanagement/v20220901preview/workspace_group.py +1 -1
  324. pulumi_azure_native/apimanagement/v20220901preview/workspace_group_user.py +1 -1
  325. pulumi_azure_native/apimanagement/v20220901preview/workspace_named_value.py +1 -1
  326. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_email.py +1 -1
  327. pulumi_azure_native/apimanagement/v20220901preview/workspace_notification_recipient_user.py +1 -1
  328. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy.py +1 -1
  329. pulumi_azure_native/apimanagement/v20220901preview/workspace_policy_fragment.py +1 -1
  330. pulumi_azure_native/apimanagement/v20220901preview/workspace_product.py +1 -1
  331. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_api_link.py +1 -1
  332. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_group_link.py +1 -1
  333. pulumi_azure_native/apimanagement/v20220901preview/workspace_product_policy.py +1 -1
  334. pulumi_azure_native/apimanagement/v20220901preview/workspace_subscription.py +1 -1
  335. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag.py +1 -1
  336. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_api_link.py +1 -1
  337. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_operation_link.py +1 -1
  338. pulumi_azure_native/apimanagement/v20220901preview/workspace_tag_product_link.py +1 -1
  339. pulumi_azure_native/apimanagement/v20230301preview/api.py +1 -1
  340. pulumi_azure_native/apimanagement/v20230301preview/api_diagnostic.py +1 -1
  341. pulumi_azure_native/apimanagement/v20230301preview/api_issue.py +1 -1
  342. pulumi_azure_native/apimanagement/v20230301preview/api_issue_attachment.py +1 -1
  343. pulumi_azure_native/apimanagement/v20230301preview/api_issue_comment.py +1 -1
  344. pulumi_azure_native/apimanagement/v20230301preview/api_management_service.py +1 -1
  345. pulumi_azure_native/apimanagement/v20230301preview/api_operation.py +1 -1
  346. pulumi_azure_native/apimanagement/v20230301preview/api_operation_policy.py +1 -1
  347. pulumi_azure_native/apimanagement/v20230301preview/api_policy.py +1 -1
  348. pulumi_azure_native/apimanagement/v20230301preview/api_release.py +1 -1
  349. pulumi_azure_native/apimanagement/v20230301preview/api_schema.py +1 -1
  350. pulumi_azure_native/apimanagement/v20230301preview/api_tag_description.py +1 -1
  351. pulumi_azure_native/apimanagement/v20230301preview/api_version_set.py +1 -1
  352. pulumi_azure_native/apimanagement/v20230301preview/api_wiki.py +1 -1
  353. pulumi_azure_native/apimanagement/v20230301preview/authorization.py +1 -1
  354. pulumi_azure_native/apimanagement/v20230301preview/authorization_access_policy.py +1 -1
  355. pulumi_azure_native/apimanagement/v20230301preview/authorization_provider.py +1 -1
  356. pulumi_azure_native/apimanagement/v20230301preview/authorization_server.py +1 -1
  357. pulumi_azure_native/apimanagement/v20230301preview/backend.py +1 -1
  358. pulumi_azure_native/apimanagement/v20230301preview/cache.py +1 -1
  359. pulumi_azure_native/apimanagement/v20230301preview/certificate.py +1 -1
  360. pulumi_azure_native/apimanagement/v20230301preview/content_item.py +1 -1
  361. pulumi_azure_native/apimanagement/v20230301preview/content_type.py +1 -1
  362. pulumi_azure_native/apimanagement/v20230301preview/diagnostic.py +1 -1
  363. pulumi_azure_native/apimanagement/v20230301preview/documentation.py +1 -1
  364. pulumi_azure_native/apimanagement/v20230301preview/email_template.py +1 -1
  365. pulumi_azure_native/apimanagement/v20230301preview/gateway.py +1 -1
  366. pulumi_azure_native/apimanagement/v20230301preview/gateway_api_entity_tag.py +1 -1
  367. pulumi_azure_native/apimanagement/v20230301preview/gateway_certificate_authority.py +1 -1
  368. pulumi_azure_native/apimanagement/v20230301preview/gateway_hostname_configuration.py +1 -1
  369. pulumi_azure_native/apimanagement/v20230301preview/global_schema.py +1 -1
  370. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver.py +1 -1
  371. pulumi_azure_native/apimanagement/v20230301preview/graph_ql_api_resolver_policy.py +1 -1
  372. pulumi_azure_native/apimanagement/v20230301preview/group.py +1 -1
  373. pulumi_azure_native/apimanagement/v20230301preview/group_user.py +1 -1
  374. pulumi_azure_native/apimanagement/v20230301preview/identity_provider.py +1 -1
  375. pulumi_azure_native/apimanagement/v20230301preview/logger.py +1 -1
  376. pulumi_azure_native/apimanagement/v20230301preview/named_value.py +1 -1
  377. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_email.py +1 -1
  378. pulumi_azure_native/apimanagement/v20230301preview/notification_recipient_user.py +1 -1
  379. pulumi_azure_native/apimanagement/v20230301preview/open_id_connect_provider.py +1 -1
  380. pulumi_azure_native/apimanagement/v20230301preview/policy.py +1 -1
  381. pulumi_azure_native/apimanagement/v20230301preview/policy_fragment.py +1 -1
  382. pulumi_azure_native/apimanagement/v20230301preview/private_endpoint_connection_by_name.py +1 -1
  383. pulumi_azure_native/apimanagement/v20230301preview/product.py +1 -1
  384. pulumi_azure_native/apimanagement/v20230301preview/product_api.py +1 -1
  385. pulumi_azure_native/apimanagement/v20230301preview/product_api_link.py +1 -1
  386. pulumi_azure_native/apimanagement/v20230301preview/product_group.py +1 -1
  387. pulumi_azure_native/apimanagement/v20230301preview/product_group_link.py +1 -1
  388. pulumi_azure_native/apimanagement/v20230301preview/product_policy.py +1 -1
  389. pulumi_azure_native/apimanagement/v20230301preview/product_wiki.py +1 -1
  390. pulumi_azure_native/apimanagement/v20230301preview/subscription.py +1 -1
  391. pulumi_azure_native/apimanagement/v20230301preview/tag.py +1 -1
  392. pulumi_azure_native/apimanagement/v20230301preview/tag_api_link.py +1 -1
  393. pulumi_azure_native/apimanagement/v20230301preview/tag_by_api.py +1 -1
  394. pulumi_azure_native/apimanagement/v20230301preview/tag_by_operation.py +1 -1
  395. pulumi_azure_native/apimanagement/v20230301preview/tag_by_product.py +1 -1
  396. pulumi_azure_native/apimanagement/v20230301preview/tag_operation_link.py +1 -1
  397. pulumi_azure_native/apimanagement/v20230301preview/tag_product_link.py +1 -1
  398. pulumi_azure_native/apimanagement/v20230301preview/user.py +1 -1
  399. pulumi_azure_native/apimanagement/v20230301preview/workspace.py +1 -1
  400. pulumi_azure_native/apimanagement/v20230301preview/workspace_api.py +1 -1
  401. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation.py +1 -1
  402. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_operation_policy.py +1 -1
  403. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_policy.py +1 -1
  404. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_release.py +1 -1
  405. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_schema.py +1 -1
  406. pulumi_azure_native/apimanagement/v20230301preview/workspace_api_version_set.py +1 -1
  407. pulumi_azure_native/apimanagement/v20230301preview/workspace_global_schema.py +1 -1
  408. pulumi_azure_native/apimanagement/v20230301preview/workspace_group.py +1 -1
  409. pulumi_azure_native/apimanagement/v20230301preview/workspace_group_user.py +1 -1
  410. pulumi_azure_native/apimanagement/v20230301preview/workspace_named_value.py +1 -1
  411. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_email.py +1 -1
  412. pulumi_azure_native/apimanagement/v20230301preview/workspace_notification_recipient_user.py +1 -1
  413. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy.py +1 -1
  414. pulumi_azure_native/apimanagement/v20230301preview/workspace_policy_fragment.py +1 -1
  415. pulumi_azure_native/apimanagement/v20230301preview/workspace_product.py +1 -1
  416. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_api_link.py +1 -1
  417. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_group_link.py +1 -1
  418. pulumi_azure_native/apimanagement/v20230301preview/workspace_product_policy.py +1 -1
  419. pulumi_azure_native/apimanagement/v20230301preview/workspace_subscription.py +1 -1
  420. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag.py +1 -1
  421. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_api_link.py +1 -1
  422. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_operation_link.py +1 -1
  423. pulumi_azure_native/apimanagement/v20230301preview/workspace_tag_product_link.py +1 -1
  424. pulumi_azure_native/apimanagement/v20230501preview/api.py +1 -1
  425. pulumi_azure_native/apimanagement/v20230501preview/api_diagnostic.py +1 -1
  426. pulumi_azure_native/apimanagement/v20230501preview/api_issue.py +1 -1
  427. pulumi_azure_native/apimanagement/v20230501preview/api_issue_attachment.py +1 -1
  428. pulumi_azure_native/apimanagement/v20230501preview/api_issue_comment.py +1 -1
  429. pulumi_azure_native/apimanagement/v20230501preview/api_management_service.py +1 -1
  430. pulumi_azure_native/apimanagement/v20230501preview/api_operation.py +1 -1
  431. pulumi_azure_native/apimanagement/v20230501preview/api_operation_policy.py +1 -1
  432. pulumi_azure_native/apimanagement/v20230501preview/api_policy.py +1 -1
  433. pulumi_azure_native/apimanagement/v20230501preview/api_release.py +1 -1
  434. pulumi_azure_native/apimanagement/v20230501preview/api_schema.py +1 -1
  435. pulumi_azure_native/apimanagement/v20230501preview/api_tag_description.py +1 -1
  436. pulumi_azure_native/apimanagement/v20230501preview/api_version_set.py +1 -1
  437. pulumi_azure_native/apimanagement/v20230501preview/api_wiki.py +1 -1
  438. pulumi_azure_native/apimanagement/v20230501preview/authorization.py +1 -1
  439. pulumi_azure_native/apimanagement/v20230501preview/authorization_access_policy.py +1 -1
  440. pulumi_azure_native/apimanagement/v20230501preview/authorization_provider.py +1 -1
  441. pulumi_azure_native/apimanagement/v20230501preview/authorization_server.py +1 -1
  442. pulumi_azure_native/apimanagement/v20230501preview/backend.py +1 -1
  443. pulumi_azure_native/apimanagement/v20230501preview/cache.py +1 -1
  444. pulumi_azure_native/apimanagement/v20230501preview/certificate.py +1 -1
  445. pulumi_azure_native/apimanagement/v20230501preview/content_item.py +1 -1
  446. pulumi_azure_native/apimanagement/v20230501preview/content_type.py +1 -1
  447. pulumi_azure_native/apimanagement/v20230501preview/diagnostic.py +1 -1
  448. pulumi_azure_native/apimanagement/v20230501preview/documentation.py +1 -1
  449. pulumi_azure_native/apimanagement/v20230501preview/email_template.py +1 -1
  450. pulumi_azure_native/apimanagement/v20230501preview/gateway.py +1 -1
  451. pulumi_azure_native/apimanagement/v20230501preview/gateway_api_entity_tag.py +1 -1
  452. pulumi_azure_native/apimanagement/v20230501preview/gateway_certificate_authority.py +1 -1
  453. pulumi_azure_native/apimanagement/v20230501preview/gateway_hostname_configuration.py +1 -1
  454. pulumi_azure_native/apimanagement/v20230501preview/global_schema.py +1 -1
  455. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver.py +1 -1
  456. pulumi_azure_native/apimanagement/v20230501preview/graph_ql_api_resolver_policy.py +1 -1
  457. pulumi_azure_native/apimanagement/v20230501preview/group.py +1 -1
  458. pulumi_azure_native/apimanagement/v20230501preview/group_user.py +1 -1
  459. pulumi_azure_native/apimanagement/v20230501preview/identity_provider.py +1 -1
  460. pulumi_azure_native/apimanagement/v20230501preview/logger.py +1 -1
  461. pulumi_azure_native/apimanagement/v20230501preview/named_value.py +1 -1
  462. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_email.py +1 -1
  463. pulumi_azure_native/apimanagement/v20230501preview/notification_recipient_user.py +1 -1
  464. pulumi_azure_native/apimanagement/v20230501preview/open_id_connect_provider.py +1 -1
  465. pulumi_azure_native/apimanagement/v20230501preview/policy.py +1 -1
  466. pulumi_azure_native/apimanagement/v20230501preview/policy_fragment.py +1 -1
  467. pulumi_azure_native/apimanagement/v20230501preview/policy_restriction.py +1 -1
  468. pulumi_azure_native/apimanagement/v20230501preview/private_endpoint_connection_by_name.py +1 -1
  469. pulumi_azure_native/apimanagement/v20230501preview/product.py +1 -1
  470. pulumi_azure_native/apimanagement/v20230501preview/product_api.py +1 -1
  471. pulumi_azure_native/apimanagement/v20230501preview/product_api_link.py +1 -1
  472. pulumi_azure_native/apimanagement/v20230501preview/product_group.py +1 -1
  473. pulumi_azure_native/apimanagement/v20230501preview/product_group_link.py +1 -1
  474. pulumi_azure_native/apimanagement/v20230501preview/product_policy.py +1 -1
  475. pulumi_azure_native/apimanagement/v20230501preview/product_wiki.py +1 -1
  476. pulumi_azure_native/apimanagement/v20230501preview/subscription.py +1 -1
  477. pulumi_azure_native/apimanagement/v20230501preview/tag.py +1 -1
  478. pulumi_azure_native/apimanagement/v20230501preview/tag_api_link.py +1 -1
  479. pulumi_azure_native/apimanagement/v20230501preview/tag_by_api.py +1 -1
  480. pulumi_azure_native/apimanagement/v20230501preview/tag_by_operation.py +1 -1
  481. pulumi_azure_native/apimanagement/v20230501preview/tag_by_product.py +1 -1
  482. pulumi_azure_native/apimanagement/v20230501preview/tag_operation_link.py +1 -1
  483. pulumi_azure_native/apimanagement/v20230501preview/tag_product_link.py +1 -1
  484. pulumi_azure_native/apimanagement/v20230501preview/user.py +1 -1
  485. pulumi_azure_native/apimanagement/v20230501preview/workspace.py +1 -1
  486. pulumi_azure_native/apimanagement/v20230501preview/workspace_api.py +1 -1
  487. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation.py +1 -1
  488. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_operation_policy.py +1 -1
  489. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_policy.py +1 -1
  490. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_release.py +1 -1
  491. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_schema.py +1 -1
  492. pulumi_azure_native/apimanagement/v20230501preview/workspace_api_version_set.py +1 -1
  493. pulumi_azure_native/apimanagement/v20230501preview/workspace_global_schema.py +1 -1
  494. pulumi_azure_native/apimanagement/v20230501preview/workspace_group.py +1 -1
  495. pulumi_azure_native/apimanagement/v20230501preview/workspace_group_user.py +1 -1
  496. pulumi_azure_native/apimanagement/v20230501preview/workspace_named_value.py +1 -1
  497. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_email.py +1 -1
  498. pulumi_azure_native/apimanagement/v20230501preview/workspace_notification_recipient_user.py +1 -1
  499. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy.py +1 -1
  500. pulumi_azure_native/apimanagement/v20230501preview/workspace_policy_fragment.py +1 -1
  501. pulumi_azure_native/apimanagement/v20230501preview/workspace_product.py +1 -1
  502. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_api_link.py +1 -1
  503. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_group_link.py +1 -1
  504. pulumi_azure_native/apimanagement/v20230501preview/workspace_product_policy.py +1 -1
  505. pulumi_azure_native/apimanagement/v20230501preview/workspace_subscription.py +1 -1
  506. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag.py +1 -1
  507. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_api_link.py +1 -1
  508. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_operation_link.py +1 -1
  509. pulumi_azure_native/apimanagement/v20230501preview/workspace_tag_product_link.py +1 -1
  510. pulumi_azure_native/apimanagement/v20230901preview/api.py +1 -1
  511. pulumi_azure_native/apimanagement/v20230901preview/api_diagnostic.py +1 -1
  512. pulumi_azure_native/apimanagement/v20230901preview/api_gateway.py +1 -1
  513. pulumi_azure_native/apimanagement/v20230901preview/api_gateway_config_connection.py +1 -1
  514. pulumi_azure_native/apimanagement/v20230901preview/api_issue.py +1 -1
  515. pulumi_azure_native/apimanagement/v20230901preview/api_issue_attachment.py +1 -1
  516. pulumi_azure_native/apimanagement/v20230901preview/api_issue_comment.py +1 -1
  517. pulumi_azure_native/apimanagement/v20230901preview/api_management_service.py +1 -1
  518. pulumi_azure_native/apimanagement/v20230901preview/api_operation.py +1 -1
  519. pulumi_azure_native/apimanagement/v20230901preview/api_operation_policy.py +1 -1
  520. pulumi_azure_native/apimanagement/v20230901preview/api_policy.py +1 -1
  521. pulumi_azure_native/apimanagement/v20230901preview/api_release.py +1 -1
  522. pulumi_azure_native/apimanagement/v20230901preview/api_schema.py +1 -1
  523. pulumi_azure_native/apimanagement/v20230901preview/api_tag_description.py +1 -1
  524. pulumi_azure_native/apimanagement/v20230901preview/api_version_set.py +1 -1
  525. pulumi_azure_native/apimanagement/v20230901preview/api_wiki.py +1 -1
  526. pulumi_azure_native/apimanagement/v20230901preview/authorization.py +1 -1
  527. pulumi_azure_native/apimanagement/v20230901preview/authorization_access_policy.py +1 -1
  528. pulumi_azure_native/apimanagement/v20230901preview/authorization_provider.py +1 -1
  529. pulumi_azure_native/apimanagement/v20230901preview/authorization_server.py +1 -1
  530. pulumi_azure_native/apimanagement/v20230901preview/backend.py +1 -1
  531. pulumi_azure_native/apimanagement/v20230901preview/cache.py +1 -1
  532. pulumi_azure_native/apimanagement/v20230901preview/certificate.py +1 -1
  533. pulumi_azure_native/apimanagement/v20230901preview/content_item.py +1 -1
  534. pulumi_azure_native/apimanagement/v20230901preview/content_type.py +1 -1
  535. pulumi_azure_native/apimanagement/v20230901preview/diagnostic.py +1 -1
  536. pulumi_azure_native/apimanagement/v20230901preview/documentation.py +1 -1
  537. pulumi_azure_native/apimanagement/v20230901preview/email_template.py +1 -1
  538. pulumi_azure_native/apimanagement/v20230901preview/gateway.py +1 -1
  539. pulumi_azure_native/apimanagement/v20230901preview/gateway_api_entity_tag.py +1 -1
  540. pulumi_azure_native/apimanagement/v20230901preview/gateway_certificate_authority.py +1 -1
  541. pulumi_azure_native/apimanagement/v20230901preview/gateway_hostname_configuration.py +1 -1
  542. pulumi_azure_native/apimanagement/v20230901preview/global_schema.py +1 -1
  543. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver.py +1 -1
  544. pulumi_azure_native/apimanagement/v20230901preview/graph_ql_api_resolver_policy.py +1 -1
  545. pulumi_azure_native/apimanagement/v20230901preview/group.py +1 -1
  546. pulumi_azure_native/apimanagement/v20230901preview/group_user.py +1 -1
  547. pulumi_azure_native/apimanagement/v20230901preview/identity_provider.py +1 -1
  548. pulumi_azure_native/apimanagement/v20230901preview/logger.py +1 -1
  549. pulumi_azure_native/apimanagement/v20230901preview/named_value.py +1 -1
  550. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_email.py +1 -1
  551. pulumi_azure_native/apimanagement/v20230901preview/notification_recipient_user.py +1 -1
  552. pulumi_azure_native/apimanagement/v20230901preview/open_id_connect_provider.py +1 -1
  553. pulumi_azure_native/apimanagement/v20230901preview/policy.py +1 -1
  554. pulumi_azure_native/apimanagement/v20230901preview/policy_fragment.py +1 -1
  555. pulumi_azure_native/apimanagement/v20230901preview/policy_restriction.py +1 -1
  556. pulumi_azure_native/apimanagement/v20230901preview/private_endpoint_connection_by_name.py +1 -1
  557. pulumi_azure_native/apimanagement/v20230901preview/product.py +1 -1
  558. pulumi_azure_native/apimanagement/v20230901preview/product_api.py +1 -1
  559. pulumi_azure_native/apimanagement/v20230901preview/product_api_link.py +1 -1
  560. pulumi_azure_native/apimanagement/v20230901preview/product_group.py +1 -1
  561. pulumi_azure_native/apimanagement/v20230901preview/product_group_link.py +1 -1
  562. pulumi_azure_native/apimanagement/v20230901preview/product_policy.py +1 -1
  563. pulumi_azure_native/apimanagement/v20230901preview/product_wiki.py +1 -1
  564. pulumi_azure_native/apimanagement/v20230901preview/subscription.py +1 -1
  565. pulumi_azure_native/apimanagement/v20230901preview/tag.py +1 -1
  566. pulumi_azure_native/apimanagement/v20230901preview/tag_api_link.py +1 -1
  567. pulumi_azure_native/apimanagement/v20230901preview/tag_by_api.py +1 -1
  568. pulumi_azure_native/apimanagement/v20230901preview/tag_by_operation.py +1 -1
  569. pulumi_azure_native/apimanagement/v20230901preview/tag_by_product.py +1 -1
  570. pulumi_azure_native/apimanagement/v20230901preview/tag_operation_link.py +1 -1
  571. pulumi_azure_native/apimanagement/v20230901preview/tag_product_link.py +1 -1
  572. pulumi_azure_native/apimanagement/v20230901preview/user.py +1 -1
  573. pulumi_azure_native/apimanagement/v20230901preview/workspace.py +1 -1
  574. pulumi_azure_native/apimanagement/v20230901preview/workspace_api.py +1 -1
  575. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_diagnostic.py +1 -1
  576. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation.py +1 -1
  577. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_operation_policy.py +1 -1
  578. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_policy.py +1 -1
  579. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_release.py +1 -1
  580. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_schema.py +1 -1
  581. pulumi_azure_native/apimanagement/v20230901preview/workspace_api_version_set.py +1 -1
  582. pulumi_azure_native/apimanagement/v20230901preview/workspace_backend.py +1 -1
  583. pulumi_azure_native/apimanagement/v20230901preview/workspace_certificate.py +1 -1
  584. pulumi_azure_native/apimanagement/v20230901preview/workspace_diagnostic.py +1 -1
  585. pulumi_azure_native/apimanagement/v20230901preview/workspace_global_schema.py +1 -1
  586. pulumi_azure_native/apimanagement/v20230901preview/workspace_group.py +1 -1
  587. pulumi_azure_native/apimanagement/v20230901preview/workspace_group_user.py +1 -1
  588. pulumi_azure_native/apimanagement/v20230901preview/workspace_logger.py +1 -1
  589. pulumi_azure_native/apimanagement/v20230901preview/workspace_named_value.py +1 -1
  590. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_email.py +1 -1
  591. pulumi_azure_native/apimanagement/v20230901preview/workspace_notification_recipient_user.py +1 -1
  592. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy.py +1 -1
  593. pulumi_azure_native/apimanagement/v20230901preview/workspace_policy_fragment.py +1 -1
  594. pulumi_azure_native/apimanagement/v20230901preview/workspace_product.py +1 -1
  595. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_api_link.py +1 -1
  596. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_group_link.py +1 -1
  597. pulumi_azure_native/apimanagement/v20230901preview/workspace_product_policy.py +1 -1
  598. pulumi_azure_native/apimanagement/v20230901preview/workspace_subscription.py +1 -1
  599. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag.py +1 -1
  600. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_api_link.py +1 -1
  601. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_operation_link.py +1 -1
  602. pulumi_azure_native/apimanagement/v20230901preview/workspace_tag_product_link.py +1 -1
  603. pulumi_azure_native/apimanagement/v20240501/__init__.py +203 -0
  604. pulumi_azure_native/apimanagement/v20240501/_enums.py +836 -0
  605. pulumi_azure_native/apimanagement/v20240501/_inputs.py +4310 -0
  606. pulumi_azure_native/apimanagement/v20240501/api.py +898 -0
  607. pulumi_azure_native/apimanagement/v20240501/api_diagnostic.py +494 -0
  608. pulumi_azure_native/apimanagement/v20240501/api_gateway.py +377 -0
  609. pulumi_azure_native/apimanagement/v20240501/api_gateway_config_connection.py +267 -0
  610. pulumi_azure_native/apimanagement/v20240501/api_issue.py +358 -0
  611. pulumi_azure_native/apimanagement/v20240501/api_issue_attachment.py +311 -0
  612. pulumi_azure_native/apimanagement/v20240501/api_issue_comment.py +310 -0
  613. pulumi_azure_native/apimanagement/v20240501/api_management_service.py +1067 -0
  614. pulumi_azure_native/apimanagement/v20240501/api_operation.py +437 -0
  615. pulumi_azure_native/apimanagement/v20240501/api_operation_policy.py +285 -0
  616. pulumi_azure_native/apimanagement/v20240501/api_policy.py +264 -0
  617. pulumi_azure_native/apimanagement/v20240501/api_release.py +258 -0
  618. pulumi_azure_native/apimanagement/v20240501/api_schema.py +327 -0
  619. pulumi_azure_native/apimanagement/v20240501/api_tag_description.py +307 -0
  620. pulumi_azure_native/apimanagement/v20240501/api_version_set.py +327 -0
  621. pulumi_azure_native/apimanagement/v20240501/api_wiki.py +211 -0
  622. pulumi_azure_native/apimanagement/v20240501/authorization.py +348 -0
  623. pulumi_azure_native/apimanagement/v20240501/authorization_access_policy.py +308 -0
  624. pulumi_azure_native/apimanagement/v20240501/authorization_provider.py +268 -0
  625. pulumi_azure_native/apimanagement/v20240501/authorization_server.py +709 -0
  626. pulumi_azure_native/apimanagement/v20240501/backend.py +514 -0
  627. pulumi_azure_native/apimanagement/v20240501/cache.py +297 -0
  628. pulumi_azure_native/apimanagement/v20240501/certificate.py +280 -0
  629. pulumi_azure_native/apimanagement/v20240501/content_item.py +229 -0
  630. pulumi_azure_native/apimanagement/v20240501/content_type.py +305 -0
  631. pulumi_azure_native/apimanagement/v20240501/diagnostic.py +473 -0
  632. pulumi_azure_native/apimanagement/v20240501/documentation.py +237 -0
  633. pulumi_azure_native/apimanagement/v20240501/email_template.py +336 -0
  634. pulumi_azure_native/apimanagement/v20240501/gateway.py +239 -0
  635. pulumi_azure_native/apimanagement/v20240501/gateway_api_entity_tag.py +441 -0
  636. pulumi_azure_native/apimanagement/v20240501/gateway_certificate_authority.py +229 -0
  637. pulumi_azure_native/apimanagement/v20240501/gateway_hostname_configuration.py +374 -0
  638. pulumi_azure_native/apimanagement/v20240501/get_api.py +401 -0
  639. pulumi_azure_native/apimanagement/v20240501/get_api_diagnostic.py +250 -0
  640. pulumi_azure_native/apimanagement/v20240501/get_api_gateway.py +266 -0
  641. pulumi_azure_native/apimanagement/v20240501/get_api_gateway_config_connection.py +179 -0
  642. pulumi_azure_native/apimanagement/v20240501/get_api_issue.py +202 -0
  643. pulumi_azure_native/apimanagement/v20240501/get_api_issue_attachment.py +163 -0
  644. pulumi_azure_native/apimanagement/v20240501/get_api_issue_comment.py +163 -0
  645. pulumi_azure_native/apimanagement/v20240501/get_api_management_service.py +630 -0
  646. pulumi_azure_native/apimanagement/v20240501/get_api_management_service_domain_ownership_identifier.py +69 -0
  647. pulumi_azure_native/apimanagement/v20240501/get_api_management_service_sso_token.py +83 -0
  648. pulumi_azure_native/apimanagement/v20240501/get_api_operation.py +224 -0
  649. pulumi_azure_native/apimanagement/v20240501/get_api_operation_policy.py +155 -0
  650. pulumi_azure_native/apimanagement/v20240501/get_api_policy.py +150 -0
  651. pulumi_azure_native/apimanagement/v20240501/get_api_release.py +171 -0
  652. pulumi_azure_native/apimanagement/v20240501/get_api_schema.py +184 -0
  653. pulumi_azure_native/apimanagement/v20240501/get_api_tag_description.py +184 -0
  654. pulumi_azure_native/apimanagement/v20240501/get_api_version_set.py +179 -0
  655. pulumi_azure_native/apimanagement/v20240501/get_api_wiki.py +128 -0
  656. pulumi_azure_native/apimanagement/v20240501/get_authorization.py +185 -0
  657. pulumi_azure_native/apimanagement/v20240501/get_authorization_access_policy.py +163 -0
  658. pulumi_azure_native/apimanagement/v20240501/get_authorization_login_link_post.py +98 -0
  659. pulumi_azure_native/apimanagement/v20240501/get_authorization_provider.py +154 -0
  660. pulumi_azure_native/apimanagement/v20240501/get_authorization_server.py +349 -0
  661. pulumi_azure_native/apimanagement/v20240501/get_backend.py +255 -0
  662. pulumi_azure_native/apimanagement/v20240501/get_cache.py +166 -0
  663. pulumi_azure_native/apimanagement/v20240501/get_certificate.py +167 -0
  664. pulumi_azure_native/apimanagement/v20240501/get_content_item.py +132 -0
  665. pulumi_azure_native/apimanagement/v20240501/get_content_type.py +153 -0
  666. pulumi_azure_native/apimanagement/v20240501/get_diagnostic.py +245 -0
  667. pulumi_azure_native/apimanagement/v20240501/get_documentation.py +140 -0
  668. pulumi_azure_native/apimanagement/v20240501/get_email_template.py +193 -0
  669. pulumi_azure_native/apimanagement/v20240501/get_gateway.py +141 -0
  670. pulumi_azure_native/apimanagement/v20240501/get_gateway_certificate_authority.py +132 -0
  671. pulumi_azure_native/apimanagement/v20240501/get_gateway_hostname_configuration.py +197 -0
  672. pulumi_azure_native/apimanagement/v20240501/get_global_schema.py +166 -0
  673. pulumi_azure_native/apimanagement/v20240501/get_graph_ql_api_resolver.py +158 -0
  674. pulumi_azure_native/apimanagement/v20240501/get_graph_ql_api_resolver_policy.py +155 -0
  675. pulumi_azure_native/apimanagement/v20240501/get_group.py +166 -0
  676. pulumi_azure_native/apimanagement/v20240501/get_identity_provider.py +244 -0
  677. pulumi_azure_native/apimanagement/v20240501/get_logger.py +180 -0
  678. pulumi_azure_native/apimanagement/v20240501/get_named_value.py +193 -0
  679. pulumi_azure_native/apimanagement/v20240501/get_open_id_connect_provider.py +205 -0
  680. pulumi_azure_native/apimanagement/v20240501/get_policy.py +145 -0
  681. pulumi_azure_native/apimanagement/v20240501/get_policy_fragment.py +171 -0
  682. pulumi_azure_native/apimanagement/v20240501/get_policy_restriction.py +140 -0
  683. pulumi_azure_native/apimanagement/v20240501/get_private_endpoint_connection_by_name.py +154 -0
  684. pulumi_azure_native/apimanagement/v20240501/get_product.py +205 -0
  685. pulumi_azure_native/apimanagement/v20240501/get_product_api_link.py +132 -0
  686. pulumi_azure_native/apimanagement/v20240501/get_product_group_link.py +132 -0
  687. pulumi_azure_native/apimanagement/v20240501/get_product_policy.py +150 -0
  688. pulumi_azure_native/apimanagement/v20240501/get_product_wiki.py +128 -0
  689. pulumi_azure_native/apimanagement/v20240501/get_subscription.py +283 -0
  690. pulumi_azure_native/apimanagement/v20240501/get_tag.py +127 -0
  691. pulumi_azure_native/apimanagement/v20240501/get_tag_api_link.py +132 -0
  692. pulumi_azure_native/apimanagement/v20240501/get_tag_by_api.py +132 -0
  693. pulumi_azure_native/apimanagement/v20240501/get_tag_by_operation.py +137 -0
  694. pulumi_azure_native/apimanagement/v20240501/get_tag_by_product.py +132 -0
  695. pulumi_azure_native/apimanagement/v20240501/get_tag_operation_link.py +132 -0
  696. pulumi_azure_native/apimanagement/v20240501/get_tag_product_link.py +132 -0
  697. pulumi_azure_native/apimanagement/v20240501/get_user.py +219 -0
  698. pulumi_azure_native/apimanagement/v20240501/get_user_shared_access_token.py +99 -0
  699. pulumi_azure_native/apimanagement/v20240501/get_workspace.py +140 -0
  700. pulumi_azure_native/apimanagement/v20240501/get_workspace_api.py +406 -0
  701. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_diagnostic.py +255 -0
  702. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_operation.py +229 -0
  703. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_operation_policy.py +160 -0
  704. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_policy.py +155 -0
  705. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_release.py +176 -0
  706. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_schema.py +189 -0
  707. pulumi_azure_native/apimanagement/v20240501/get_workspace_api_version_set.py +184 -0
  708. pulumi_azure_native/apimanagement/v20240501/get_workspace_backend.py +260 -0
  709. pulumi_azure_native/apimanagement/v20240501/get_workspace_certificate.py +172 -0
  710. pulumi_azure_native/apimanagement/v20240501/get_workspace_diagnostic.py +250 -0
  711. pulumi_azure_native/apimanagement/v20240501/get_workspace_global_schema.py +171 -0
  712. pulumi_azure_native/apimanagement/v20240501/get_workspace_group.py +171 -0
  713. pulumi_azure_native/apimanagement/v20240501/get_workspace_logger.py +185 -0
  714. pulumi_azure_native/apimanagement/v20240501/get_workspace_named_value.py +198 -0
  715. pulumi_azure_native/apimanagement/v20240501/get_workspace_policy.py +150 -0
  716. pulumi_azure_native/apimanagement/v20240501/get_workspace_policy_fragment.py +176 -0
  717. pulumi_azure_native/apimanagement/v20240501/get_workspace_product.py +210 -0
  718. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_api_link.py +137 -0
  719. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_group_link.py +137 -0
  720. pulumi_azure_native/apimanagement/v20240501/get_workspace_product_policy.py +155 -0
  721. pulumi_azure_native/apimanagement/v20240501/get_workspace_subscription.py +288 -0
  722. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag.py +132 -0
  723. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_api_link.py +137 -0
  724. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_operation_link.py +137 -0
  725. pulumi_azure_native/apimanagement/v20240501/get_workspace_tag_product_link.py +137 -0
  726. pulumi_azure_native/apimanagement/v20240501/global_schema.py +278 -0
  727. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver.py +287 -0
  728. pulumi_azure_native/apimanagement/v20240501/graph_ql_api_resolver_policy.py +285 -0
  729. pulumi_azure_native/apimanagement/v20240501/group.py +297 -0
  730. pulumi_azure_native/apimanagement/v20240501/group_user.py +281 -0
  731. pulumi_azure_native/apimanagement/v20240501/identity_provider.py +491 -0
  732. pulumi_azure_native/apimanagement/v20240501/list_authorization_server_secrets.py +114 -0
  733. pulumi_azure_native/apimanagement/v20240501/list_gateway_debug_credentials.py +104 -0
  734. pulumi_azure_native/apimanagement/v20240501/list_gateway_keys.py +101 -0
  735. pulumi_azure_native/apimanagement/v20240501/list_identity_provider_secrets.py +88 -0
  736. pulumi_azure_native/apimanagement/v20240501/list_named_value.py +88 -0
  737. pulumi_azure_native/apimanagement/v20240501/list_open_id_connect_provider_secrets.py +88 -0
  738. pulumi_azure_native/apimanagement/v20240501/list_policy_fragment_references.py +125 -0
  739. pulumi_azure_native/apimanagement/v20240501/list_subscription_secrets.py +101 -0
  740. pulumi_azure_native/apimanagement/v20240501/list_tenant_access_secrets.py +140 -0
  741. pulumi_azure_native/apimanagement/v20240501/list_workspace_named_value.py +93 -0
  742. pulumi_azure_native/apimanagement/v20240501/list_workspace_policy_fragment_references.py +130 -0
  743. pulumi_azure_native/apimanagement/v20240501/list_workspace_subscription_secrets.py +106 -0
  744. pulumi_azure_native/apimanagement/v20240501/logger.py +330 -0
  745. pulumi_azure_native/apimanagement/v20240501/named_value.py +337 -0
  746. pulumi_azure_native/apimanagement/v20240501/notification_recipient_email.py +209 -0
  747. pulumi_azure_native/apimanagement/v20240501/notification_recipient_user.py +209 -0
  748. pulumi_azure_native/apimanagement/v20240501/open_id_connect_provider.py +385 -0
  749. pulumi_azure_native/apimanagement/v20240501/outputs.py +3822 -0
  750. pulumi_azure_native/apimanagement/v20240501/policy.py +243 -0
  751. pulumi_azure_native/apimanagement/v20240501/policy_fragment.py +282 -0
  752. pulumi_azure_native/apimanagement/v20240501/policy_restriction.py +242 -0
  753. pulumi_azure_native/apimanagement/v20240501/private_endpoint_connection_by_name.py +252 -0
  754. pulumi_azure_native/apimanagement/v20240501/product.py +384 -0
  755. pulumi_azure_native/apimanagement/v20240501/product_api.py +421 -0
  756. pulumi_azure_native/apimanagement/v20240501/product_api_link.py +230 -0
  757. pulumi_azure_native/apimanagement/v20240501/product_group.py +240 -0
  758. pulumi_azure_native/apimanagement/v20240501/product_group_link.py +230 -0
  759. pulumi_azure_native/apimanagement/v20240501/product_policy.py +264 -0
  760. pulumi_azure_native/apimanagement/v20240501/product_wiki.py +211 -0
  761. pulumi_azure_native/apimanagement/v20240501/subscription.py +491 -0
  762. pulumi_azure_native/apimanagement/v20240501/tag.py +209 -0
  763. pulumi_azure_native/apimanagement/v20240501/tag_api_link.py +230 -0
  764. pulumi_azure_native/apimanagement/v20240501/tag_by_api.py +210 -0
  765. pulumi_azure_native/apimanagement/v20240501/tag_by_operation.py +231 -0
  766. pulumi_azure_native/apimanagement/v20240501/tag_by_product.py +210 -0
  767. pulumi_azure_native/apimanagement/v20240501/tag_operation_link.py +230 -0
  768. pulumi_azure_native/apimanagement/v20240501/tag_product_link.py +230 -0
  769. pulumi_azure_native/apimanagement/v20240501/user.py +463 -0
  770. pulumi_azure_native/apimanagement/v20240501/workspace.py +238 -0
  771. pulumi_azure_native/apimanagement/v20240501/workspace_api.py +919 -0
  772. pulumi_azure_native/apimanagement/v20240501/workspace_api_diagnostic.py +515 -0
  773. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation.py +458 -0
  774. pulumi_azure_native/apimanagement/v20240501/workspace_api_operation_policy.py +306 -0
  775. pulumi_azure_native/apimanagement/v20240501/workspace_api_policy.py +285 -0
  776. pulumi_azure_native/apimanagement/v20240501/workspace_api_release.py +279 -0
  777. pulumi_azure_native/apimanagement/v20240501/workspace_api_schema.py +348 -0
  778. pulumi_azure_native/apimanagement/v20240501/workspace_api_version_set.py +348 -0
  779. pulumi_azure_native/apimanagement/v20240501/workspace_backend.py +535 -0
  780. pulumi_azure_native/apimanagement/v20240501/workspace_certificate.py +301 -0
  781. pulumi_azure_native/apimanagement/v20240501/workspace_diagnostic.py +494 -0
  782. pulumi_azure_native/apimanagement/v20240501/workspace_global_schema.py +299 -0
  783. pulumi_azure_native/apimanagement/v20240501/workspace_group.py +318 -0
  784. pulumi_azure_native/apimanagement/v20240501/workspace_group_user.py +302 -0
  785. pulumi_azure_native/apimanagement/v20240501/workspace_logger.py +351 -0
  786. pulumi_azure_native/apimanagement/v20240501/workspace_named_value.py +358 -0
  787. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_email.py +230 -0
  788. pulumi_azure_native/apimanagement/v20240501/workspace_notification_recipient_user.py +230 -0
  789. pulumi_azure_native/apimanagement/v20240501/workspace_policy.py +264 -0
  790. pulumi_azure_native/apimanagement/v20240501/workspace_policy_fragment.py +303 -0
  791. pulumi_azure_native/apimanagement/v20240501/workspace_product.py +405 -0
  792. pulumi_azure_native/apimanagement/v20240501/workspace_product_api_link.py +251 -0
  793. pulumi_azure_native/apimanagement/v20240501/workspace_product_group_link.py +251 -0
  794. pulumi_azure_native/apimanagement/v20240501/workspace_product_policy.py +285 -0
  795. pulumi_azure_native/apimanagement/v20240501/workspace_subscription.py +512 -0
  796. pulumi_azure_native/apimanagement/v20240501/workspace_tag.py +230 -0
  797. pulumi_azure_native/apimanagement/v20240501/workspace_tag_api_link.py +251 -0
  798. pulumi_azure_native/apimanagement/v20240501/workspace_tag_operation_link.py +251 -0
  799. pulumi_azure_native/apimanagement/v20240501/workspace_tag_product_link.py +251 -0
  800. pulumi_azure_native/apimanagement/workspace.py +3 -3
  801. pulumi_azure_native/apimanagement/workspace_api.py +3 -3
  802. pulumi_azure_native/apimanagement/workspace_api_diagnostic.py +5 -1
  803. pulumi_azure_native/apimanagement/workspace_api_operation.py +3 -3
  804. pulumi_azure_native/apimanagement/workspace_api_operation_policy.py +3 -3
  805. pulumi_azure_native/apimanagement/workspace_api_policy.py +3 -3
  806. pulumi_azure_native/apimanagement/workspace_api_release.py +3 -3
  807. pulumi_azure_native/apimanagement/workspace_api_schema.py +3 -3
  808. pulumi_azure_native/apimanagement/workspace_api_version_set.py +3 -3
  809. pulumi_azure_native/apimanagement/workspace_backend.py +5 -1
  810. pulumi_azure_native/apimanagement/workspace_certificate.py +5 -1
  811. pulumi_azure_native/apimanagement/workspace_diagnostic.py +5 -1
  812. pulumi_azure_native/apimanagement/workspace_global_schema.py +3 -3
  813. pulumi_azure_native/apimanagement/workspace_group.py +3 -3
  814. pulumi_azure_native/apimanagement/workspace_group_user.py +3 -3
  815. pulumi_azure_native/apimanagement/workspace_logger.py +5 -1
  816. pulumi_azure_native/apimanagement/workspace_named_value.py +3 -3
  817. pulumi_azure_native/apimanagement/workspace_notification_recipient_email.py +3 -3
  818. pulumi_azure_native/apimanagement/workspace_notification_recipient_user.py +3 -3
  819. pulumi_azure_native/apimanagement/workspace_policy.py +3 -3
  820. pulumi_azure_native/apimanagement/workspace_policy_fragment.py +3 -3
  821. pulumi_azure_native/apimanagement/workspace_product.py +3 -3
  822. pulumi_azure_native/apimanagement/workspace_product_api_link.py +3 -3
  823. pulumi_azure_native/apimanagement/workspace_product_group_link.py +3 -3
  824. pulumi_azure_native/apimanagement/workspace_product_policy.py +3 -3
  825. pulumi_azure_native/apimanagement/workspace_subscription.py +3 -3
  826. pulumi_azure_native/apimanagement/workspace_tag.py +3 -3
  827. pulumi_azure_native/apimanagement/workspace_tag_api_link.py +3 -3
  828. pulumi_azure_native/apimanagement/workspace_tag_operation_link.py +3 -3
  829. pulumi_azure_native/apimanagement/workspace_tag_product_link.py +3 -3
  830. pulumi_azure_native/azureactivedirectory/_enums.py +11 -0
  831. pulumi_azure_native/azureactivedirectory/_inputs.py +20 -1
  832. pulumi_azure_native/azureactivedirectory/outputs.py +12 -1
  833. pulumi_azure_native/azureactivedirectory/v20230517preview/_enums.py +11 -0
  834. pulumi_azure_native/azureactivedirectory/v20230517preview/_inputs.py +20 -1
  835. pulumi_azure_native/azureactivedirectory/v20230517preview/outputs.py +12 -1
  836. pulumi_azure_native/cache/__init__.py +3 -0
  837. pulumi_azure_native/cache/access_policy_assignment.py +2 -2
  838. pulumi_azure_native/cache/database.py +3 -3
  839. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  840. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  841. pulumi_azure_native/cache/get_database.py +2 -2
  842. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  843. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  844. pulumi_azure_native/cache/list_database_keys.py +2 -2
  845. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  846. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  847. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  848. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  849. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  850. pulumi_azure_native/cache/v20230701/database.py +1 -1
  851. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  852. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  853. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  854. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  855. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  856. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  857. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  858. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  859. pulumi_azure_native/cache/v20231101/database.py +1 -1
  860. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  861. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  862. pulumi_azure_native/cache/v20240201/database.py +1 -1
  863. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  864. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  865. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  866. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  867. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  868. pulumi_azure_native/cache/v20240601preview/database.py +1 -1
  869. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
  870. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
  871. pulumi_azure_native/cache/v20240901preview/__init__.py +19 -0
  872. pulumi_azure_native/cache/v20240901preview/_enums.py +195 -0
  873. pulumi_azure_native/cache/v20240901preview/_inputs.py +657 -0
  874. pulumi_azure_native/cache/v20240901preview/access_policy_assignment.py +270 -0
  875. pulumi_azure_native/cache/v20240901preview/database.py +483 -0
  876. pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +232 -0
  877. pulumi_azure_native/cache/v20240901preview/get_access_policy_assignment.py +159 -0
  878. pulumi_azure_native/cache/v20240901preview/get_database.py +284 -0
  879. pulumi_azure_native/cache/v20240901preview/get_enterprise_private_endpoint_connection.py +154 -0
  880. pulumi_azure_native/cache/v20240901preview/get_redis_enterprise.py +292 -0
  881. pulumi_azure_native/cache/v20240901preview/list_database_keys.py +101 -0
  882. pulumi_azure_native/cache/v20240901preview/outputs.py +897 -0
  883. pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +454 -0
  884. pulumi_azure_native/containerservice/__init__.py +3 -0
  885. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  886. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  887. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  888. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  889. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  890. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  891. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  892. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  893. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  894. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  895. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  896. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  897. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  898. pulumi_azure_native/containerservice/snapshot.py +3 -3
  899. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  900. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  901. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  902. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  903. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  904. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  905. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  906. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  907. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  908. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  909. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  910. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  911. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  912. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  913. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  914. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  915. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  916. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  917. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  918. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  919. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  920. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  921. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  922. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  923. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  924. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  925. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  926. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  927. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  928. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  929. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  930. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  931. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  932. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  933. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  934. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  935. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  936. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  937. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  938. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  939. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  940. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  941. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  942. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  943. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  944. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  945. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  946. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  947. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  948. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  949. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  950. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  951. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  952. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  953. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  954. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  955. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  956. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  957. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  958. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  959. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  960. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  961. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  962. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  963. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  964. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  965. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  966. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  967. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  968. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  969. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  970. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  971. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  972. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  973. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  974. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  975. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  976. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  977. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  978. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  979. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  980. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  981. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  982. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  983. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  984. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  985. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  986. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  987. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  988. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  989. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  990. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  991. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  992. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  993. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  994. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  995. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  996. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  997. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  998. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  999. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  1000. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  1001. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  1002. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  1003. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  1004. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  1005. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  1006. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  1007. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  1008. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  1009. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  1010. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  1011. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  1012. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  1013. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  1014. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  1015. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  1016. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  1017. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  1018. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  1019. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  1020. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  1021. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  1022. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  1023. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  1024. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  1025. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  1026. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  1027. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  1028. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  1029. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  1030. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  1031. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  1032. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  1033. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  1034. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  1035. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  1036. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  1037. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  1038. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  1039. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  1040. pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
  1041. pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
  1042. pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
  1043. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
  1044. pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
  1045. pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
  1046. pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
  1047. pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
  1048. pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
  1049. pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
  1050. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
  1051. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
  1052. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
  1053. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
  1054. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
  1055. pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
  1056. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
  1057. pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
  1058. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
  1059. pulumi_azure_native/datafactory/_inputs.py +486 -8
  1060. pulumi_azure_native/datafactory/dataset.py +7 -7
  1061. pulumi_azure_native/datafactory/outputs.py +344 -3
  1062. pulumi_azure_native/datafactory/v20180601/_inputs.py +486 -8
  1063. pulumi_azure_native/datafactory/v20180601/dataset.py +7 -7
  1064. pulumi_azure_native/datafactory/v20180601/outputs.py +344 -3
  1065. pulumi_azure_native/hybridconnectivity/__init__.py +4 -0
  1066. pulumi_azure_native/hybridconnectivity/_enums.py +11 -0
  1067. pulumi_azure_native/hybridconnectivity/_inputs.py +192 -0
  1068. pulumi_azure_native/hybridconnectivity/get_public_cloud_connector.py +164 -0
  1069. pulumi_azure_native/hybridconnectivity/get_solution_configuration.py +138 -0
  1070. pulumi_azure_native/hybridconnectivity/outputs.py +212 -0
  1071. pulumi_azure_native/hybridconnectivity/public_cloud_connector.py +260 -0
  1072. pulumi_azure_native/hybridconnectivity/solution_configuration.py +201 -0
  1073. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +4 -0
  1074. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +11 -0
  1075. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +192 -0
  1076. pulumi_azure_native/hybridconnectivity/v20241201/get_public_cloud_connector.py +162 -0
  1077. pulumi_azure_native/hybridconnectivity/v20241201/get_solution_configuration.py +136 -0
  1078. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +212 -0
  1079. pulumi_azure_native/hybridconnectivity/v20241201/public_cloud_connector.py +258 -0
  1080. pulumi_azure_native/hybridconnectivity/v20241201/solution_configuration.py +199 -0
  1081. pulumi_azure_native/pulumi-plugin.json +1 -1
  1082. pulumi_azure_native/servicefabric/__init__.py +3 -0
  1083. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  1084. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  1085. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  1086. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  1087. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  1088. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  1089. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  1090. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  1091. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  1092. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  1093. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  1094. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  1095. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  1096. pulumi_azure_native/servicefabric/node_type.py +3 -3
  1097. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  1098. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  1099. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  1100. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  1101. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  1102. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  1103. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  1104. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  1105. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  1106. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  1107. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  1108. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  1109. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  1110. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  1111. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  1112. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  1113. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  1114. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  1115. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  1116. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  1117. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  1118. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  1119. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  1120. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  1121. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  1122. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  1123. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  1124. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  1125. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  1126. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  1127. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  1128. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  1129. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  1130. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  1131. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  1132. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  1133. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  1134. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  1135. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  1136. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  1137. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  1138. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  1139. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  1140. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  1141. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  1142. pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
  1143. pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
  1144. pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
  1145. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
  1146. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
  1147. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
  1148. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
  1149. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
  1150. pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
  1151. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
  1152. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
  1153. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
  1154. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
  1155. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
  1156. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
  1157. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
  1158. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
  1159. pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
  1160. pulumi_azure_native/subscription/__init__.py +2 -0
  1161. pulumi_azure_native/subscription/_inputs.py +58 -0
  1162. pulumi_azure_native/subscription/get_subscription_tar_directory.py +120 -0
  1163. pulumi_azure_native/subscription/outputs.py +77 -0
  1164. pulumi_azure_native/subscription/subscription_tar_directory.py +170 -0
  1165. pulumi_azure_native/subscription/v20240801preview/__init__.py +2 -0
  1166. pulumi_azure_native/subscription/v20240801preview/_inputs.py +58 -0
  1167. pulumi_azure_native/subscription/v20240801preview/get_subscription_tar_directory.py +118 -0
  1168. pulumi_azure_native/subscription/v20240801preview/outputs.py +77 -0
  1169. pulumi_azure_native/subscription/v20240801preview/subscription_tar_directory.py +168 -0
  1170. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.60.0.dist-info}/METADATA +1 -1
  1171. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.60.0.dist-info}/RECORD +1173 -914
  1172. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.60.0.dist-info}/WHEEL +1 -1
  1173. {pulumi_azure_native-2.59.0a1725033095.dist-info → pulumi_azure_native-2.60.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3822 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AdditionalLocationResponse',
21
+ 'ApiContactInformationResponse',
22
+ 'ApiLicenseInformationResponse',
23
+ 'ApiManagementGatewaySkuPropertiesResponse',
24
+ 'ApiManagementServiceIdentityResponse',
25
+ 'ApiManagementServiceSkuPropertiesResponse',
26
+ 'ApiVersionConstraintResponse',
27
+ 'ApiVersionSetContractDetailsResponse',
28
+ 'ArmIdWrapperResponse',
29
+ 'AuthenticationSettingsContractResponse',
30
+ 'AuthorizationErrorResponse',
31
+ 'AuthorizationProviderOAuth2GrantTypesResponse',
32
+ 'AuthorizationProviderOAuth2SettingsResponse',
33
+ 'BackendAuthorizationHeaderCredentialsResponse',
34
+ 'BackendBaseParametersResponsePool',
35
+ 'BackendCircuitBreakerResponse',
36
+ 'BackendConfigurationResponse',
37
+ 'BackendCredentialsContractResponse',
38
+ 'BackendPoolItemResponse',
39
+ 'BackendPropertiesResponse',
40
+ 'BackendProxyContractResponse',
41
+ 'BackendServiceFabricClusterPropertiesResponse',
42
+ 'BackendSubnetConfigurationResponse',
43
+ 'BackendTlsPropertiesResponse',
44
+ 'BodyDiagnosticSettingsResponse',
45
+ 'CertificateConfigurationResponse',
46
+ 'CertificateInformationResponse',
47
+ 'CircuitBreakerFailureConditionResponse',
48
+ 'CircuitBreakerRuleResponse',
49
+ 'ConfigurationApiResponse',
50
+ 'DataMaskingEntityResponse',
51
+ 'DataMaskingResponse',
52
+ 'EmailTemplateParametersContractPropertiesResponse',
53
+ 'FailureStatusCodeRangeResponse',
54
+ 'FrontendConfigurationResponse',
55
+ 'GatewayConfigurationApiResponse',
56
+ 'GroupContractPropertiesResponse',
57
+ 'HostnameConfigurationResponse',
58
+ 'HttpMessageDiagnosticResponse',
59
+ 'KeyVaultContractPropertiesResponse',
60
+ 'KeyVaultLastAccessStatusContractPropertiesResponse',
61
+ 'OAuth2AuthenticationSettingsContractResponse',
62
+ 'OpenIdAuthenticationSettingsContractResponse',
63
+ 'ParameterContractResponse',
64
+ 'ParameterExampleContractResponse',
65
+ 'PipelineDiagnosticSettingsResponse',
66
+ 'PrivateEndpointResponse',
67
+ 'PrivateLinkServiceConnectionStateResponse',
68
+ 'RemotePrivateEndpointConnectionWrapperResponse',
69
+ 'RepresentationContractResponse',
70
+ 'RequestContractResponse',
71
+ 'ResourceCollectionResponseValue',
72
+ 'ResourceLocationDataContractResponse',
73
+ 'ResponseContractResponse',
74
+ 'SamplingSettingsResponse',
75
+ 'SubscriptionKeyParameterNamesContractResponse',
76
+ 'SystemDataResponse',
77
+ 'TokenBodyParameterContractResponse',
78
+ 'UserIdentityContractResponse',
79
+ 'UserIdentityPropertiesResponse',
80
+ 'VirtualNetworkConfigurationResponse',
81
+ 'WikiDocumentationContractResponse',
82
+ 'X509CertificateNameResponse',
83
+ ]
84
+
85
+ @pulumi.output_type
86
+ class AdditionalLocationResponse(dict):
87
+ """
88
+ Description of an additional API Management resource location.
89
+ """
90
+ @staticmethod
91
+ def __key_warning(key: str):
92
+ suggest = None
93
+ if key == "gatewayRegionalUrl":
94
+ suggest = "gateway_regional_url"
95
+ elif key == "outboundPublicIPAddresses":
96
+ suggest = "outbound_public_ip_addresses"
97
+ elif key == "platformVersion":
98
+ suggest = "platform_version"
99
+ elif key == "privateIPAddresses":
100
+ suggest = "private_ip_addresses"
101
+ elif key == "publicIPAddresses":
102
+ suggest = "public_ip_addresses"
103
+ elif key == "disableGateway":
104
+ suggest = "disable_gateway"
105
+ elif key == "natGatewayState":
106
+ suggest = "nat_gateway_state"
107
+ elif key == "publicIpAddressId":
108
+ suggest = "public_ip_address_id"
109
+ elif key == "virtualNetworkConfiguration":
110
+ suggest = "virtual_network_configuration"
111
+
112
+ if suggest:
113
+ pulumi.log.warn(f"Key '{key}' not found in AdditionalLocationResponse. Access the value via the '{suggest}' property getter instead.")
114
+
115
+ def __getitem__(self, key: str) -> Any:
116
+ AdditionalLocationResponse.__key_warning(key)
117
+ return super().__getitem__(key)
118
+
119
+ def get(self, key: str, default = None) -> Any:
120
+ AdditionalLocationResponse.__key_warning(key)
121
+ return super().get(key, default)
122
+
123
+ def __init__(__self__, *,
124
+ gateway_regional_url: str,
125
+ location: str,
126
+ outbound_public_ip_addresses: Sequence[str],
127
+ platform_version: str,
128
+ private_ip_addresses: Sequence[str],
129
+ public_ip_addresses: Sequence[str],
130
+ sku: 'outputs.ApiManagementServiceSkuPropertiesResponse',
131
+ disable_gateway: Optional[bool] = None,
132
+ nat_gateway_state: Optional[str] = None,
133
+ public_ip_address_id: Optional[str] = None,
134
+ virtual_network_configuration: Optional['outputs.VirtualNetworkConfigurationResponse'] = None,
135
+ zones: Optional[Sequence[str]] = None):
136
+ """
137
+ Description of an additional API Management resource location.
138
+ :param str gateway_regional_url: Gateway URL of the API Management service in the Region.
139
+ :param str location: The location name of the additional region among Azure Data center regions.
140
+ :param Sequence[str] outbound_public_ip_addresses: Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
141
+ :param str platform_version: Compute Platform Version running the service.
142
+ :param Sequence[str] private_ip_addresses: Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
143
+ :param Sequence[str] public_ip_addresses: Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
144
+ :param 'ApiManagementServiceSkuPropertiesResponse' sku: SKU properties of the API Management service.
145
+ :param bool disable_gateway: Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
146
+ :param str nat_gateway_state: Property can be used to enable NAT Gateway for this API Management service.
147
+ :param str public_ip_address_id: Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
148
+ :param 'VirtualNetworkConfigurationResponse' virtual_network_configuration: Virtual network configuration for the location.
149
+ :param Sequence[str] zones: A list of availability zones denoting where the resource needs to come from.
150
+ """
151
+ pulumi.set(__self__, "gateway_regional_url", gateway_regional_url)
152
+ pulumi.set(__self__, "location", location)
153
+ pulumi.set(__self__, "outbound_public_ip_addresses", outbound_public_ip_addresses)
154
+ pulumi.set(__self__, "platform_version", platform_version)
155
+ pulumi.set(__self__, "private_ip_addresses", private_ip_addresses)
156
+ pulumi.set(__self__, "public_ip_addresses", public_ip_addresses)
157
+ pulumi.set(__self__, "sku", sku)
158
+ if disable_gateway is None:
159
+ disable_gateway = False
160
+ if disable_gateway is not None:
161
+ pulumi.set(__self__, "disable_gateway", disable_gateway)
162
+ if nat_gateway_state is None:
163
+ nat_gateway_state = 'Disabled'
164
+ if nat_gateway_state is not None:
165
+ pulumi.set(__self__, "nat_gateway_state", nat_gateway_state)
166
+ if public_ip_address_id is not None:
167
+ pulumi.set(__self__, "public_ip_address_id", public_ip_address_id)
168
+ if virtual_network_configuration is not None:
169
+ pulumi.set(__self__, "virtual_network_configuration", virtual_network_configuration)
170
+ if zones is not None:
171
+ pulumi.set(__self__, "zones", zones)
172
+
173
+ @property
174
+ @pulumi.getter(name="gatewayRegionalUrl")
175
+ def gateway_regional_url(self) -> str:
176
+ """
177
+ Gateway URL of the API Management service in the Region.
178
+ """
179
+ return pulumi.get(self, "gateway_regional_url")
180
+
181
+ @property
182
+ @pulumi.getter
183
+ def location(self) -> str:
184
+ """
185
+ The location name of the additional region among Azure Data center regions.
186
+ """
187
+ return pulumi.get(self, "location")
188
+
189
+ @property
190
+ @pulumi.getter(name="outboundPublicIPAddresses")
191
+ def outbound_public_ip_addresses(self) -> Sequence[str]:
192
+ """
193
+ Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
194
+ """
195
+ return pulumi.get(self, "outbound_public_ip_addresses")
196
+
197
+ @property
198
+ @pulumi.getter(name="platformVersion")
199
+ def platform_version(self) -> str:
200
+ """
201
+ Compute Platform Version running the service.
202
+ """
203
+ return pulumi.get(self, "platform_version")
204
+
205
+ @property
206
+ @pulumi.getter(name="privateIPAddresses")
207
+ def private_ip_addresses(self) -> Sequence[str]:
208
+ """
209
+ Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
210
+ """
211
+ return pulumi.get(self, "private_ip_addresses")
212
+
213
+ @property
214
+ @pulumi.getter(name="publicIPAddresses")
215
+ def public_ip_addresses(self) -> Sequence[str]:
216
+ """
217
+ Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
218
+ """
219
+ return pulumi.get(self, "public_ip_addresses")
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def sku(self) -> 'outputs.ApiManagementServiceSkuPropertiesResponse':
224
+ """
225
+ SKU properties of the API Management service.
226
+ """
227
+ return pulumi.get(self, "sku")
228
+
229
+ @property
230
+ @pulumi.getter(name="disableGateway")
231
+ def disable_gateway(self) -> Optional[bool]:
232
+ """
233
+ Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
234
+ """
235
+ return pulumi.get(self, "disable_gateway")
236
+
237
+ @property
238
+ @pulumi.getter(name="natGatewayState")
239
+ def nat_gateway_state(self) -> Optional[str]:
240
+ """
241
+ Property can be used to enable NAT Gateway for this API Management service.
242
+ """
243
+ return pulumi.get(self, "nat_gateway_state")
244
+
245
+ @property
246
+ @pulumi.getter(name="publicIpAddressId")
247
+ def public_ip_address_id(self) -> Optional[str]:
248
+ """
249
+ Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
250
+ """
251
+ return pulumi.get(self, "public_ip_address_id")
252
+
253
+ @property
254
+ @pulumi.getter(name="virtualNetworkConfiguration")
255
+ def virtual_network_configuration(self) -> Optional['outputs.VirtualNetworkConfigurationResponse']:
256
+ """
257
+ Virtual network configuration for the location.
258
+ """
259
+ return pulumi.get(self, "virtual_network_configuration")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def zones(self) -> Optional[Sequence[str]]:
264
+ """
265
+ A list of availability zones denoting where the resource needs to come from.
266
+ """
267
+ return pulumi.get(self, "zones")
268
+
269
+
270
+ @pulumi.output_type
271
+ class ApiContactInformationResponse(dict):
272
+ """
273
+ API contact information
274
+ """
275
+ def __init__(__self__, *,
276
+ email: Optional[str] = None,
277
+ name: Optional[str] = None,
278
+ url: Optional[str] = None):
279
+ """
280
+ API contact information
281
+ :param str email: The email address of the contact person/organization. MUST be in the format of an email address
282
+ :param str name: The identifying name of the contact person/organization
283
+ :param str url: The URL pointing to the contact information. MUST be in the format of a URL
284
+ """
285
+ if email is not None:
286
+ pulumi.set(__self__, "email", email)
287
+ if name is not None:
288
+ pulumi.set(__self__, "name", name)
289
+ if url is not None:
290
+ pulumi.set(__self__, "url", url)
291
+
292
+ @property
293
+ @pulumi.getter
294
+ def email(self) -> Optional[str]:
295
+ """
296
+ The email address of the contact person/organization. MUST be in the format of an email address
297
+ """
298
+ return pulumi.get(self, "email")
299
+
300
+ @property
301
+ @pulumi.getter
302
+ def name(self) -> Optional[str]:
303
+ """
304
+ The identifying name of the contact person/organization
305
+ """
306
+ return pulumi.get(self, "name")
307
+
308
+ @property
309
+ @pulumi.getter
310
+ def url(self) -> Optional[str]:
311
+ """
312
+ The URL pointing to the contact information. MUST be in the format of a URL
313
+ """
314
+ return pulumi.get(self, "url")
315
+
316
+
317
+ @pulumi.output_type
318
+ class ApiLicenseInformationResponse(dict):
319
+ """
320
+ API license information
321
+ """
322
+ def __init__(__self__, *,
323
+ name: Optional[str] = None,
324
+ url: Optional[str] = None):
325
+ """
326
+ API license information
327
+ :param str name: The license name used for the API
328
+ :param str url: A URL to the license used for the API. MUST be in the format of a URL
329
+ """
330
+ if name is not None:
331
+ pulumi.set(__self__, "name", name)
332
+ if url is not None:
333
+ pulumi.set(__self__, "url", url)
334
+
335
+ @property
336
+ @pulumi.getter
337
+ def name(self) -> Optional[str]:
338
+ """
339
+ The license name used for the API
340
+ """
341
+ return pulumi.get(self, "name")
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def url(self) -> Optional[str]:
346
+ """
347
+ A URL to the license used for the API. MUST be in the format of a URL
348
+ """
349
+ return pulumi.get(self, "url")
350
+
351
+
352
+ @pulumi.output_type
353
+ class ApiManagementGatewaySkuPropertiesResponse(dict):
354
+ """
355
+ API Management gateway resource SKU properties.
356
+ """
357
+ def __init__(__self__, *,
358
+ name: str,
359
+ capacity: Optional[int] = None):
360
+ """
361
+ API Management gateway resource SKU properties.
362
+ :param str name: Name of the Sku.
363
+ :param int capacity: Capacity of the SKU (number of deployed units of the SKU)
364
+ """
365
+ pulumi.set(__self__, "name", name)
366
+ if capacity is not None:
367
+ pulumi.set(__self__, "capacity", capacity)
368
+
369
+ @property
370
+ @pulumi.getter
371
+ def name(self) -> str:
372
+ """
373
+ Name of the Sku.
374
+ """
375
+ return pulumi.get(self, "name")
376
+
377
+ @property
378
+ @pulumi.getter
379
+ def capacity(self) -> Optional[int]:
380
+ """
381
+ Capacity of the SKU (number of deployed units of the SKU)
382
+ """
383
+ return pulumi.get(self, "capacity")
384
+
385
+
386
+ @pulumi.output_type
387
+ class ApiManagementServiceIdentityResponse(dict):
388
+ """
389
+ Identity properties of the Api Management service resource.
390
+ """
391
+ @staticmethod
392
+ def __key_warning(key: str):
393
+ suggest = None
394
+ if key == "principalId":
395
+ suggest = "principal_id"
396
+ elif key == "tenantId":
397
+ suggest = "tenant_id"
398
+ elif key == "userAssignedIdentities":
399
+ suggest = "user_assigned_identities"
400
+
401
+ if suggest:
402
+ pulumi.log.warn(f"Key '{key}' not found in ApiManagementServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
403
+
404
+ def __getitem__(self, key: str) -> Any:
405
+ ApiManagementServiceIdentityResponse.__key_warning(key)
406
+ return super().__getitem__(key)
407
+
408
+ def get(self, key: str, default = None) -> Any:
409
+ ApiManagementServiceIdentityResponse.__key_warning(key)
410
+ return super().get(key, default)
411
+
412
+ def __init__(__self__, *,
413
+ principal_id: str,
414
+ tenant_id: str,
415
+ type: str,
416
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserIdentityPropertiesResponse']] = None):
417
+ """
418
+ Identity properties of the Api Management service resource.
419
+ :param str principal_id: The principal id of the identity.
420
+ :param str tenant_id: The client tenant id of the identity.
421
+ :param str type: The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
422
+ :param Mapping[str, 'UserIdentityPropertiesResponse'] user_assigned_identities: The list of user identities associated with the resource. The user identity
423
+ dictionary key references will be ARM resource ids in the form:
424
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
425
+ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
426
+ """
427
+ pulumi.set(__self__, "principal_id", principal_id)
428
+ pulumi.set(__self__, "tenant_id", tenant_id)
429
+ pulumi.set(__self__, "type", type)
430
+ if user_assigned_identities is not None:
431
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
432
+
433
+ @property
434
+ @pulumi.getter(name="principalId")
435
+ def principal_id(self) -> str:
436
+ """
437
+ The principal id of the identity.
438
+ """
439
+ return pulumi.get(self, "principal_id")
440
+
441
+ @property
442
+ @pulumi.getter(name="tenantId")
443
+ def tenant_id(self) -> str:
444
+ """
445
+ The client tenant id of the identity.
446
+ """
447
+ return pulumi.get(self, "tenant_id")
448
+
449
+ @property
450
+ @pulumi.getter
451
+ def type(self) -> str:
452
+ """
453
+ The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
454
+ """
455
+ return pulumi.get(self, "type")
456
+
457
+ @property
458
+ @pulumi.getter(name="userAssignedIdentities")
459
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserIdentityPropertiesResponse']]:
460
+ """
461
+ The list of user identities associated with the resource. The user identity
462
+ dictionary key references will be ARM resource ids in the form:
463
+ '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
464
+ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
465
+ """
466
+ return pulumi.get(self, "user_assigned_identities")
467
+
468
+
469
+ @pulumi.output_type
470
+ class ApiManagementServiceSkuPropertiesResponse(dict):
471
+ """
472
+ API Management service resource SKU properties.
473
+ """
474
+ def __init__(__self__, *,
475
+ capacity: int,
476
+ name: str):
477
+ """
478
+ API Management service resource SKU properties.
479
+ :param int capacity: Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.
480
+ :param str name: Name of the Sku.
481
+ """
482
+ pulumi.set(__self__, "capacity", capacity)
483
+ pulumi.set(__self__, "name", name)
484
+
485
+ @property
486
+ @pulumi.getter
487
+ def capacity(self) -> int:
488
+ """
489
+ Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.
490
+ """
491
+ return pulumi.get(self, "capacity")
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def name(self) -> str:
496
+ """
497
+ Name of the Sku.
498
+ """
499
+ return pulumi.get(self, "name")
500
+
501
+
502
+ @pulumi.output_type
503
+ class ApiVersionConstraintResponse(dict):
504
+ """
505
+ Control Plane Apis version constraint for the API Management service.
506
+ """
507
+ @staticmethod
508
+ def __key_warning(key: str):
509
+ suggest = None
510
+ if key == "minApiVersion":
511
+ suggest = "min_api_version"
512
+
513
+ if suggest:
514
+ pulumi.log.warn(f"Key '{key}' not found in ApiVersionConstraintResponse. Access the value via the '{suggest}' property getter instead.")
515
+
516
+ def __getitem__(self, key: str) -> Any:
517
+ ApiVersionConstraintResponse.__key_warning(key)
518
+ return super().__getitem__(key)
519
+
520
+ def get(self, key: str, default = None) -> Any:
521
+ ApiVersionConstraintResponse.__key_warning(key)
522
+ return super().get(key, default)
523
+
524
+ def __init__(__self__, *,
525
+ min_api_version: Optional[str] = None):
526
+ """
527
+ Control Plane Apis version constraint for the API Management service.
528
+ :param str min_api_version: Limit control plane API calls to API Management service with version equal to or newer than this value.
529
+ """
530
+ if min_api_version is not None:
531
+ pulumi.set(__self__, "min_api_version", min_api_version)
532
+
533
+ @property
534
+ @pulumi.getter(name="minApiVersion")
535
+ def min_api_version(self) -> Optional[str]:
536
+ """
537
+ Limit control plane API calls to API Management service with version equal to or newer than this value.
538
+ """
539
+ return pulumi.get(self, "min_api_version")
540
+
541
+
542
+ @pulumi.output_type
543
+ class ApiVersionSetContractDetailsResponse(dict):
544
+ """
545
+ An API Version Set contains the common configuration for a set of API Versions relating
546
+ """
547
+ @staticmethod
548
+ def __key_warning(key: str):
549
+ suggest = None
550
+ if key == "versionHeaderName":
551
+ suggest = "version_header_name"
552
+ elif key == "versionQueryName":
553
+ suggest = "version_query_name"
554
+ elif key == "versioningScheme":
555
+ suggest = "versioning_scheme"
556
+
557
+ if suggest:
558
+ pulumi.log.warn(f"Key '{key}' not found in ApiVersionSetContractDetailsResponse. Access the value via the '{suggest}' property getter instead.")
559
+
560
+ def __getitem__(self, key: str) -> Any:
561
+ ApiVersionSetContractDetailsResponse.__key_warning(key)
562
+ return super().__getitem__(key)
563
+
564
+ def get(self, key: str, default = None) -> Any:
565
+ ApiVersionSetContractDetailsResponse.__key_warning(key)
566
+ return super().get(key, default)
567
+
568
+ def __init__(__self__, *,
569
+ description: Optional[str] = None,
570
+ id: Optional[str] = None,
571
+ name: Optional[str] = None,
572
+ version_header_name: Optional[str] = None,
573
+ version_query_name: Optional[str] = None,
574
+ versioning_scheme: Optional[str] = None):
575
+ """
576
+ An API Version Set contains the common configuration for a set of API Versions relating
577
+ :param str description: Description of API Version Set.
578
+ :param str id: Identifier for existing API Version Set. Omit this value to create a new Version Set.
579
+ :param str name: The display Name of the API Version Set.
580
+ :param str version_header_name: Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
581
+ :param str version_query_name: Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
582
+ :param str versioning_scheme: An value that determines where the API Version identifier will be located in a HTTP request.
583
+ """
584
+ if description is not None:
585
+ pulumi.set(__self__, "description", description)
586
+ if id is not None:
587
+ pulumi.set(__self__, "id", id)
588
+ if name is not None:
589
+ pulumi.set(__self__, "name", name)
590
+ if version_header_name is not None:
591
+ pulumi.set(__self__, "version_header_name", version_header_name)
592
+ if version_query_name is not None:
593
+ pulumi.set(__self__, "version_query_name", version_query_name)
594
+ if versioning_scheme is not None:
595
+ pulumi.set(__self__, "versioning_scheme", versioning_scheme)
596
+
597
+ @property
598
+ @pulumi.getter
599
+ def description(self) -> Optional[str]:
600
+ """
601
+ Description of API Version Set.
602
+ """
603
+ return pulumi.get(self, "description")
604
+
605
+ @property
606
+ @pulumi.getter
607
+ def id(self) -> Optional[str]:
608
+ """
609
+ Identifier for existing API Version Set. Omit this value to create a new Version Set.
610
+ """
611
+ return pulumi.get(self, "id")
612
+
613
+ @property
614
+ @pulumi.getter
615
+ def name(self) -> Optional[str]:
616
+ """
617
+ The display Name of the API Version Set.
618
+ """
619
+ return pulumi.get(self, "name")
620
+
621
+ @property
622
+ @pulumi.getter(name="versionHeaderName")
623
+ def version_header_name(self) -> Optional[str]:
624
+ """
625
+ Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
626
+ """
627
+ return pulumi.get(self, "version_header_name")
628
+
629
+ @property
630
+ @pulumi.getter(name="versionQueryName")
631
+ def version_query_name(self) -> Optional[str]:
632
+ """
633
+ Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
634
+ """
635
+ return pulumi.get(self, "version_query_name")
636
+
637
+ @property
638
+ @pulumi.getter(name="versioningScheme")
639
+ def versioning_scheme(self) -> Optional[str]:
640
+ """
641
+ An value that determines where the API Version identifier will be located in a HTTP request.
642
+ """
643
+ return pulumi.get(self, "versioning_scheme")
644
+
645
+
646
+ @pulumi.output_type
647
+ class ArmIdWrapperResponse(dict):
648
+ """
649
+ A wrapper for an ARM resource id
650
+ """
651
+ def __init__(__self__, *,
652
+ id: str):
653
+ """
654
+ A wrapper for an ARM resource id
655
+ """
656
+ pulumi.set(__self__, "id", id)
657
+
658
+ @property
659
+ @pulumi.getter
660
+ def id(self) -> str:
661
+ return pulumi.get(self, "id")
662
+
663
+
664
+ @pulumi.output_type
665
+ class AuthenticationSettingsContractResponse(dict):
666
+ """
667
+ API Authentication Settings.
668
+ """
669
+ @staticmethod
670
+ def __key_warning(key: str):
671
+ suggest = None
672
+ if key == "oAuth2":
673
+ suggest = "o_auth2"
674
+ elif key == "oAuth2AuthenticationSettings":
675
+ suggest = "o_auth2_authentication_settings"
676
+ elif key == "openidAuthenticationSettings":
677
+ suggest = "openid_authentication_settings"
678
+
679
+ if suggest:
680
+ pulumi.log.warn(f"Key '{key}' not found in AuthenticationSettingsContractResponse. Access the value via the '{suggest}' property getter instead.")
681
+
682
+ def __getitem__(self, key: str) -> Any:
683
+ AuthenticationSettingsContractResponse.__key_warning(key)
684
+ return super().__getitem__(key)
685
+
686
+ def get(self, key: str, default = None) -> Any:
687
+ AuthenticationSettingsContractResponse.__key_warning(key)
688
+ return super().get(key, default)
689
+
690
+ def __init__(__self__, *,
691
+ o_auth2: Optional['outputs.OAuth2AuthenticationSettingsContractResponse'] = None,
692
+ o_auth2_authentication_settings: Optional[Sequence['outputs.OAuth2AuthenticationSettingsContractResponse']] = None,
693
+ openid: Optional['outputs.OpenIdAuthenticationSettingsContractResponse'] = None,
694
+ openid_authentication_settings: Optional[Sequence['outputs.OpenIdAuthenticationSettingsContractResponse']] = None):
695
+ """
696
+ API Authentication Settings.
697
+ :param 'OAuth2AuthenticationSettingsContractResponse' o_auth2: OAuth2 Authentication settings
698
+ :param Sequence['OAuth2AuthenticationSettingsContractResponse'] o_auth2_authentication_settings: Collection of OAuth2 authentication settings included into this API.
699
+ :param 'OpenIdAuthenticationSettingsContractResponse' openid: OpenID Connect Authentication Settings
700
+ :param Sequence['OpenIdAuthenticationSettingsContractResponse'] openid_authentication_settings: Collection of Open ID Connect authentication settings included into this API.
701
+ """
702
+ if o_auth2 is not None:
703
+ pulumi.set(__self__, "o_auth2", o_auth2)
704
+ if o_auth2_authentication_settings is not None:
705
+ pulumi.set(__self__, "o_auth2_authentication_settings", o_auth2_authentication_settings)
706
+ if openid is not None:
707
+ pulumi.set(__self__, "openid", openid)
708
+ if openid_authentication_settings is not None:
709
+ pulumi.set(__self__, "openid_authentication_settings", openid_authentication_settings)
710
+
711
+ @property
712
+ @pulumi.getter(name="oAuth2")
713
+ def o_auth2(self) -> Optional['outputs.OAuth2AuthenticationSettingsContractResponse']:
714
+ """
715
+ OAuth2 Authentication settings
716
+ """
717
+ return pulumi.get(self, "o_auth2")
718
+
719
+ @property
720
+ @pulumi.getter(name="oAuth2AuthenticationSettings")
721
+ def o_auth2_authentication_settings(self) -> Optional[Sequence['outputs.OAuth2AuthenticationSettingsContractResponse']]:
722
+ """
723
+ Collection of OAuth2 authentication settings included into this API.
724
+ """
725
+ return pulumi.get(self, "o_auth2_authentication_settings")
726
+
727
+ @property
728
+ @pulumi.getter
729
+ def openid(self) -> Optional['outputs.OpenIdAuthenticationSettingsContractResponse']:
730
+ """
731
+ OpenID Connect Authentication Settings
732
+ """
733
+ return pulumi.get(self, "openid")
734
+
735
+ @property
736
+ @pulumi.getter(name="openidAuthenticationSettings")
737
+ def openid_authentication_settings(self) -> Optional[Sequence['outputs.OpenIdAuthenticationSettingsContractResponse']]:
738
+ """
739
+ Collection of Open ID Connect authentication settings included into this API.
740
+ """
741
+ return pulumi.get(self, "openid_authentication_settings")
742
+
743
+
744
+ @pulumi.output_type
745
+ class AuthorizationErrorResponse(dict):
746
+ """
747
+ Authorization error details.
748
+ """
749
+ def __init__(__self__, *,
750
+ code: Optional[str] = None,
751
+ message: Optional[str] = None):
752
+ """
753
+ Authorization error details.
754
+ :param str code: Error code
755
+ :param str message: Error message
756
+ """
757
+ if code is not None:
758
+ pulumi.set(__self__, "code", code)
759
+ if message is not None:
760
+ pulumi.set(__self__, "message", message)
761
+
762
+ @property
763
+ @pulumi.getter
764
+ def code(self) -> Optional[str]:
765
+ """
766
+ Error code
767
+ """
768
+ return pulumi.get(self, "code")
769
+
770
+ @property
771
+ @pulumi.getter
772
+ def message(self) -> Optional[str]:
773
+ """
774
+ Error message
775
+ """
776
+ return pulumi.get(self, "message")
777
+
778
+
779
+ @pulumi.output_type
780
+ class AuthorizationProviderOAuth2GrantTypesResponse(dict):
781
+ """
782
+ Authorization Provider oauth2 grant types settings
783
+ """
784
+ @staticmethod
785
+ def __key_warning(key: str):
786
+ suggest = None
787
+ if key == "authorizationCode":
788
+ suggest = "authorization_code"
789
+ elif key == "clientCredentials":
790
+ suggest = "client_credentials"
791
+
792
+ if suggest:
793
+ pulumi.log.warn(f"Key '{key}' not found in AuthorizationProviderOAuth2GrantTypesResponse. Access the value via the '{suggest}' property getter instead.")
794
+
795
+ def __getitem__(self, key: str) -> Any:
796
+ AuthorizationProviderOAuth2GrantTypesResponse.__key_warning(key)
797
+ return super().__getitem__(key)
798
+
799
+ def get(self, key: str, default = None) -> Any:
800
+ AuthorizationProviderOAuth2GrantTypesResponse.__key_warning(key)
801
+ return super().get(key, default)
802
+
803
+ def __init__(__self__, *,
804
+ authorization_code: Optional[Mapping[str, str]] = None,
805
+ client_credentials: Optional[Mapping[str, str]] = None):
806
+ """
807
+ Authorization Provider oauth2 grant types settings
808
+ :param Mapping[str, str] authorization_code: OAuth2 authorization code grant parameters
809
+ :param Mapping[str, str] client_credentials: OAuth2 client credential grant parameters
810
+ """
811
+ if authorization_code is not None:
812
+ pulumi.set(__self__, "authorization_code", authorization_code)
813
+ if client_credentials is not None:
814
+ pulumi.set(__self__, "client_credentials", client_credentials)
815
+
816
+ @property
817
+ @pulumi.getter(name="authorizationCode")
818
+ def authorization_code(self) -> Optional[Mapping[str, str]]:
819
+ """
820
+ OAuth2 authorization code grant parameters
821
+ """
822
+ return pulumi.get(self, "authorization_code")
823
+
824
+ @property
825
+ @pulumi.getter(name="clientCredentials")
826
+ def client_credentials(self) -> Optional[Mapping[str, str]]:
827
+ """
828
+ OAuth2 client credential grant parameters
829
+ """
830
+ return pulumi.get(self, "client_credentials")
831
+
832
+
833
+ @pulumi.output_type
834
+ class AuthorizationProviderOAuth2SettingsResponse(dict):
835
+ """
836
+ OAuth2 settings details
837
+ """
838
+ @staticmethod
839
+ def __key_warning(key: str):
840
+ suggest = None
841
+ if key == "grantTypes":
842
+ suggest = "grant_types"
843
+ elif key == "redirectUrl":
844
+ suggest = "redirect_url"
845
+
846
+ if suggest:
847
+ pulumi.log.warn(f"Key '{key}' not found in AuthorizationProviderOAuth2SettingsResponse. Access the value via the '{suggest}' property getter instead.")
848
+
849
+ def __getitem__(self, key: str) -> Any:
850
+ AuthorizationProviderOAuth2SettingsResponse.__key_warning(key)
851
+ return super().__getitem__(key)
852
+
853
+ def get(self, key: str, default = None) -> Any:
854
+ AuthorizationProviderOAuth2SettingsResponse.__key_warning(key)
855
+ return super().get(key, default)
856
+
857
+ def __init__(__self__, *,
858
+ grant_types: Optional['outputs.AuthorizationProviderOAuth2GrantTypesResponse'] = None,
859
+ redirect_url: Optional[str] = None):
860
+ """
861
+ OAuth2 settings details
862
+ :param 'AuthorizationProviderOAuth2GrantTypesResponse' grant_types: OAuth2 settings
863
+ :param str redirect_url: Redirect URL to be set in the OAuth application.
864
+ """
865
+ if grant_types is not None:
866
+ pulumi.set(__self__, "grant_types", grant_types)
867
+ if redirect_url is not None:
868
+ pulumi.set(__self__, "redirect_url", redirect_url)
869
+
870
+ @property
871
+ @pulumi.getter(name="grantTypes")
872
+ def grant_types(self) -> Optional['outputs.AuthorizationProviderOAuth2GrantTypesResponse']:
873
+ """
874
+ OAuth2 settings
875
+ """
876
+ return pulumi.get(self, "grant_types")
877
+
878
+ @property
879
+ @pulumi.getter(name="redirectUrl")
880
+ def redirect_url(self) -> Optional[str]:
881
+ """
882
+ Redirect URL to be set in the OAuth application.
883
+ """
884
+ return pulumi.get(self, "redirect_url")
885
+
886
+
887
+ @pulumi.output_type
888
+ class BackendAuthorizationHeaderCredentialsResponse(dict):
889
+ """
890
+ Authorization header information.
891
+ """
892
+ def __init__(__self__, *,
893
+ parameter: str,
894
+ scheme: str):
895
+ """
896
+ Authorization header information.
897
+ :param str parameter: Authentication Parameter value.
898
+ :param str scheme: Authentication Scheme name.
899
+ """
900
+ pulumi.set(__self__, "parameter", parameter)
901
+ pulumi.set(__self__, "scheme", scheme)
902
+
903
+ @property
904
+ @pulumi.getter
905
+ def parameter(self) -> str:
906
+ """
907
+ Authentication Parameter value.
908
+ """
909
+ return pulumi.get(self, "parameter")
910
+
911
+ @property
912
+ @pulumi.getter
913
+ def scheme(self) -> str:
914
+ """
915
+ Authentication Scheme name.
916
+ """
917
+ return pulumi.get(self, "scheme")
918
+
919
+
920
+ @pulumi.output_type
921
+ class BackendBaseParametersResponsePool(dict):
922
+ def __init__(__self__, *,
923
+ services: Optional[Sequence['outputs.BackendPoolItemResponse']] = None):
924
+ """
925
+ :param Sequence['BackendPoolItemResponse'] services: The list of backend entities belonging to a pool.
926
+ """
927
+ if services is not None:
928
+ pulumi.set(__self__, "services", services)
929
+
930
+ @property
931
+ @pulumi.getter
932
+ def services(self) -> Optional[Sequence['outputs.BackendPoolItemResponse']]:
933
+ """
934
+ The list of backend entities belonging to a pool.
935
+ """
936
+ return pulumi.get(self, "services")
937
+
938
+
939
+ @pulumi.output_type
940
+ class BackendCircuitBreakerResponse(dict):
941
+ """
942
+ The configuration of the backend circuit breaker
943
+ """
944
+ def __init__(__self__, *,
945
+ rules: Optional[Sequence['outputs.CircuitBreakerRuleResponse']] = None):
946
+ """
947
+ The configuration of the backend circuit breaker
948
+ :param Sequence['CircuitBreakerRuleResponse'] rules: The rules for tripping the backend.
949
+ """
950
+ if rules is not None:
951
+ pulumi.set(__self__, "rules", rules)
952
+
953
+ @property
954
+ @pulumi.getter
955
+ def rules(self) -> Optional[Sequence['outputs.CircuitBreakerRuleResponse']]:
956
+ """
957
+ The rules for tripping the backend.
958
+ """
959
+ return pulumi.get(self, "rules")
960
+
961
+
962
+ @pulumi.output_type
963
+ class BackendConfigurationResponse(dict):
964
+ """
965
+ Information regarding how the gateway should integrate with backend systems.
966
+ """
967
+ def __init__(__self__, *,
968
+ subnet: Optional['outputs.BackendSubnetConfigurationResponse'] = None):
969
+ """
970
+ Information regarding how the gateway should integrate with backend systems.
971
+ :param 'BackendSubnetConfigurationResponse' subnet: The default hostname of the data-plane gateway to which requests can be sent.
972
+ """
973
+ if subnet is not None:
974
+ pulumi.set(__self__, "subnet", subnet)
975
+
976
+ @property
977
+ @pulumi.getter
978
+ def subnet(self) -> Optional['outputs.BackendSubnetConfigurationResponse']:
979
+ """
980
+ The default hostname of the data-plane gateway to which requests can be sent.
981
+ """
982
+ return pulumi.get(self, "subnet")
983
+
984
+
985
+ @pulumi.output_type
986
+ class BackendCredentialsContractResponse(dict):
987
+ """
988
+ Details of the Credentials used to connect to Backend.
989
+ """
990
+ @staticmethod
991
+ def __key_warning(key: str):
992
+ suggest = None
993
+ if key == "certificateIds":
994
+ suggest = "certificate_ids"
995
+
996
+ if suggest:
997
+ pulumi.log.warn(f"Key '{key}' not found in BackendCredentialsContractResponse. Access the value via the '{suggest}' property getter instead.")
998
+
999
+ def __getitem__(self, key: str) -> Any:
1000
+ BackendCredentialsContractResponse.__key_warning(key)
1001
+ return super().__getitem__(key)
1002
+
1003
+ def get(self, key: str, default = None) -> Any:
1004
+ BackendCredentialsContractResponse.__key_warning(key)
1005
+ return super().get(key, default)
1006
+
1007
+ def __init__(__self__, *,
1008
+ authorization: Optional['outputs.BackendAuthorizationHeaderCredentialsResponse'] = None,
1009
+ certificate: Optional[Sequence[str]] = None,
1010
+ certificate_ids: Optional[Sequence[str]] = None,
1011
+ header: Optional[Mapping[str, Sequence[str]]] = None,
1012
+ query: Optional[Mapping[str, Sequence[str]]] = None):
1013
+ """
1014
+ Details of the Credentials used to connect to Backend.
1015
+ :param 'BackendAuthorizationHeaderCredentialsResponse' authorization: Authorization header authentication
1016
+ :param Sequence[str] certificate: List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
1017
+ :param Sequence[str] certificate_ids: List of Client Certificate Ids.
1018
+ :param Mapping[str, Sequence[str]] header: Header Parameter description.
1019
+ :param Mapping[str, Sequence[str]] query: Query Parameter description.
1020
+ """
1021
+ if authorization is not None:
1022
+ pulumi.set(__self__, "authorization", authorization)
1023
+ if certificate is not None:
1024
+ pulumi.set(__self__, "certificate", certificate)
1025
+ if certificate_ids is not None:
1026
+ pulumi.set(__self__, "certificate_ids", certificate_ids)
1027
+ if header is not None:
1028
+ pulumi.set(__self__, "header", header)
1029
+ if query is not None:
1030
+ pulumi.set(__self__, "query", query)
1031
+
1032
+ @property
1033
+ @pulumi.getter
1034
+ def authorization(self) -> Optional['outputs.BackendAuthorizationHeaderCredentialsResponse']:
1035
+ """
1036
+ Authorization header authentication
1037
+ """
1038
+ return pulumi.get(self, "authorization")
1039
+
1040
+ @property
1041
+ @pulumi.getter
1042
+ def certificate(self) -> Optional[Sequence[str]]:
1043
+ """
1044
+ List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided.
1045
+ """
1046
+ return pulumi.get(self, "certificate")
1047
+
1048
+ @property
1049
+ @pulumi.getter(name="certificateIds")
1050
+ def certificate_ids(self) -> Optional[Sequence[str]]:
1051
+ """
1052
+ List of Client Certificate Ids.
1053
+ """
1054
+ return pulumi.get(self, "certificate_ids")
1055
+
1056
+ @property
1057
+ @pulumi.getter
1058
+ def header(self) -> Optional[Mapping[str, Sequence[str]]]:
1059
+ """
1060
+ Header Parameter description.
1061
+ """
1062
+ return pulumi.get(self, "header")
1063
+
1064
+ @property
1065
+ @pulumi.getter
1066
+ def query(self) -> Optional[Mapping[str, Sequence[str]]]:
1067
+ """
1068
+ Query Parameter description.
1069
+ """
1070
+ return pulumi.get(self, "query")
1071
+
1072
+
1073
+ @pulumi.output_type
1074
+ class BackendPoolItemResponse(dict):
1075
+ """
1076
+ Backend pool service information
1077
+ """
1078
+ def __init__(__self__, *,
1079
+ id: str,
1080
+ priority: Optional[int] = None,
1081
+ weight: Optional[int] = None):
1082
+ """
1083
+ Backend pool service information
1084
+ :param str id: The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
1085
+ :param int priority: The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
1086
+ :param int weight: The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
1087
+ """
1088
+ pulumi.set(__self__, "id", id)
1089
+ if priority is not None:
1090
+ pulumi.set(__self__, "priority", priority)
1091
+ if weight is not None:
1092
+ pulumi.set(__self__, "weight", weight)
1093
+
1094
+ @property
1095
+ @pulumi.getter
1096
+ def id(self) -> str:
1097
+ """
1098
+ The unique ARM id of the backend entity. The ARM id should refer to an already existing backend entity.
1099
+ """
1100
+ return pulumi.get(self, "id")
1101
+
1102
+ @property
1103
+ @pulumi.getter
1104
+ def priority(self) -> Optional[int]:
1105
+ """
1106
+ The priority of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
1107
+ """
1108
+ return pulumi.get(self, "priority")
1109
+
1110
+ @property
1111
+ @pulumi.getter
1112
+ def weight(self) -> Optional[int]:
1113
+ """
1114
+ The weight of the backend entity in the backend pool. Must be between 0 and 100. It can be also null if the value not specified.
1115
+ """
1116
+ return pulumi.get(self, "weight")
1117
+
1118
+
1119
+ @pulumi.output_type
1120
+ class BackendPropertiesResponse(dict):
1121
+ """
1122
+ Properties specific to the Backend Type.
1123
+ """
1124
+ @staticmethod
1125
+ def __key_warning(key: str):
1126
+ suggest = None
1127
+ if key == "serviceFabricCluster":
1128
+ suggest = "service_fabric_cluster"
1129
+
1130
+ if suggest:
1131
+ pulumi.log.warn(f"Key '{key}' not found in BackendPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1132
+
1133
+ def __getitem__(self, key: str) -> Any:
1134
+ BackendPropertiesResponse.__key_warning(key)
1135
+ return super().__getitem__(key)
1136
+
1137
+ def get(self, key: str, default = None) -> Any:
1138
+ BackendPropertiesResponse.__key_warning(key)
1139
+ return super().get(key, default)
1140
+
1141
+ def __init__(__self__, *,
1142
+ service_fabric_cluster: Optional['outputs.BackendServiceFabricClusterPropertiesResponse'] = None):
1143
+ """
1144
+ Properties specific to the Backend Type.
1145
+ :param 'BackendServiceFabricClusterPropertiesResponse' service_fabric_cluster: Backend Service Fabric Cluster Properties
1146
+ """
1147
+ if service_fabric_cluster is not None:
1148
+ pulumi.set(__self__, "service_fabric_cluster", service_fabric_cluster)
1149
+
1150
+ @property
1151
+ @pulumi.getter(name="serviceFabricCluster")
1152
+ def service_fabric_cluster(self) -> Optional['outputs.BackendServiceFabricClusterPropertiesResponse']:
1153
+ """
1154
+ Backend Service Fabric Cluster Properties
1155
+ """
1156
+ return pulumi.get(self, "service_fabric_cluster")
1157
+
1158
+
1159
+ @pulumi.output_type
1160
+ class BackendProxyContractResponse(dict):
1161
+ """
1162
+ Details of the Backend WebProxy Server to use in the Request to Backend.
1163
+ """
1164
+ def __init__(__self__, *,
1165
+ url: str,
1166
+ password: Optional[str] = None,
1167
+ username: Optional[str] = None):
1168
+ """
1169
+ Details of the Backend WebProxy Server to use in the Request to Backend.
1170
+ :param str url: WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
1171
+ :param str password: Password to connect to the WebProxy Server
1172
+ :param str username: Username to connect to the WebProxy server
1173
+ """
1174
+ pulumi.set(__self__, "url", url)
1175
+ if password is not None:
1176
+ pulumi.set(__self__, "password", password)
1177
+ if username is not None:
1178
+ pulumi.set(__self__, "username", username)
1179
+
1180
+ @property
1181
+ @pulumi.getter
1182
+ def url(self) -> str:
1183
+ """
1184
+ WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
1185
+ """
1186
+ return pulumi.get(self, "url")
1187
+
1188
+ @property
1189
+ @pulumi.getter
1190
+ def password(self) -> Optional[str]:
1191
+ """
1192
+ Password to connect to the WebProxy Server
1193
+ """
1194
+ return pulumi.get(self, "password")
1195
+
1196
+ @property
1197
+ @pulumi.getter
1198
+ def username(self) -> Optional[str]:
1199
+ """
1200
+ Username to connect to the WebProxy server
1201
+ """
1202
+ return pulumi.get(self, "username")
1203
+
1204
+
1205
+ @pulumi.output_type
1206
+ class BackendServiceFabricClusterPropertiesResponse(dict):
1207
+ """
1208
+ Properties of the Service Fabric Type Backend.
1209
+ """
1210
+ @staticmethod
1211
+ def __key_warning(key: str):
1212
+ suggest = None
1213
+ if key == "managementEndpoints":
1214
+ suggest = "management_endpoints"
1215
+ elif key == "clientCertificateId":
1216
+ suggest = "client_certificate_id"
1217
+ elif key == "clientCertificatethumbprint":
1218
+ suggest = "client_certificatethumbprint"
1219
+ elif key == "maxPartitionResolutionRetries":
1220
+ suggest = "max_partition_resolution_retries"
1221
+ elif key == "serverCertificateThumbprints":
1222
+ suggest = "server_certificate_thumbprints"
1223
+ elif key == "serverX509Names":
1224
+ suggest = "server_x509_names"
1225
+
1226
+ if suggest:
1227
+ pulumi.log.warn(f"Key '{key}' not found in BackendServiceFabricClusterPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1228
+
1229
+ def __getitem__(self, key: str) -> Any:
1230
+ BackendServiceFabricClusterPropertiesResponse.__key_warning(key)
1231
+ return super().__getitem__(key)
1232
+
1233
+ def get(self, key: str, default = None) -> Any:
1234
+ BackendServiceFabricClusterPropertiesResponse.__key_warning(key)
1235
+ return super().get(key, default)
1236
+
1237
+ def __init__(__self__, *,
1238
+ management_endpoints: Sequence[str],
1239
+ client_certificate_id: Optional[str] = None,
1240
+ client_certificatethumbprint: Optional[str] = None,
1241
+ max_partition_resolution_retries: Optional[int] = None,
1242
+ server_certificate_thumbprints: Optional[Sequence[str]] = None,
1243
+ server_x509_names: Optional[Sequence['outputs.X509CertificateNameResponse']] = None):
1244
+ """
1245
+ Properties of the Service Fabric Type Backend.
1246
+ :param Sequence[str] management_endpoints: The cluster management endpoint.
1247
+ :param str client_certificate_id: The client certificate id for the management endpoint.
1248
+ :param str client_certificatethumbprint: The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
1249
+ :param int max_partition_resolution_retries: Maximum number of retries while attempting resolve the partition.
1250
+ :param Sequence[str] server_certificate_thumbprints: Thumbprints of certificates cluster management service uses for tls communication
1251
+ :param Sequence['X509CertificateNameResponse'] server_x509_names: Server X509 Certificate Names Collection
1252
+ """
1253
+ pulumi.set(__self__, "management_endpoints", management_endpoints)
1254
+ if client_certificate_id is not None:
1255
+ pulumi.set(__self__, "client_certificate_id", client_certificate_id)
1256
+ if client_certificatethumbprint is not None:
1257
+ pulumi.set(__self__, "client_certificatethumbprint", client_certificatethumbprint)
1258
+ if max_partition_resolution_retries is not None:
1259
+ pulumi.set(__self__, "max_partition_resolution_retries", max_partition_resolution_retries)
1260
+ if server_certificate_thumbprints is not None:
1261
+ pulumi.set(__self__, "server_certificate_thumbprints", server_certificate_thumbprints)
1262
+ if server_x509_names is not None:
1263
+ pulumi.set(__self__, "server_x509_names", server_x509_names)
1264
+
1265
+ @property
1266
+ @pulumi.getter(name="managementEndpoints")
1267
+ def management_endpoints(self) -> Sequence[str]:
1268
+ """
1269
+ The cluster management endpoint.
1270
+ """
1271
+ return pulumi.get(self, "management_endpoints")
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="clientCertificateId")
1275
+ def client_certificate_id(self) -> Optional[str]:
1276
+ """
1277
+ The client certificate id for the management endpoint.
1278
+ """
1279
+ return pulumi.get(self, "client_certificate_id")
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="clientCertificatethumbprint")
1283
+ def client_certificatethumbprint(self) -> Optional[str]:
1284
+ """
1285
+ The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
1286
+ """
1287
+ return pulumi.get(self, "client_certificatethumbprint")
1288
+
1289
+ @property
1290
+ @pulumi.getter(name="maxPartitionResolutionRetries")
1291
+ def max_partition_resolution_retries(self) -> Optional[int]:
1292
+ """
1293
+ Maximum number of retries while attempting resolve the partition.
1294
+ """
1295
+ return pulumi.get(self, "max_partition_resolution_retries")
1296
+
1297
+ @property
1298
+ @pulumi.getter(name="serverCertificateThumbprints")
1299
+ def server_certificate_thumbprints(self) -> Optional[Sequence[str]]:
1300
+ """
1301
+ Thumbprints of certificates cluster management service uses for tls communication
1302
+ """
1303
+ return pulumi.get(self, "server_certificate_thumbprints")
1304
+
1305
+ @property
1306
+ @pulumi.getter(name="serverX509Names")
1307
+ def server_x509_names(self) -> Optional[Sequence['outputs.X509CertificateNameResponse']]:
1308
+ """
1309
+ Server X509 Certificate Names Collection
1310
+ """
1311
+ return pulumi.get(self, "server_x509_names")
1312
+
1313
+
1314
+ @pulumi.output_type
1315
+ class BackendSubnetConfigurationResponse(dict):
1316
+ """
1317
+ Information regarding how the subnet to which the gateway should be injected.
1318
+ """
1319
+ def __init__(__self__, *,
1320
+ id: Optional[str] = None):
1321
+ """
1322
+ Information regarding how the subnet to which the gateway should be injected.
1323
+ :param str id: The ARM ID of the subnet in which the backend systems are hosted.
1324
+ """
1325
+ if id is not None:
1326
+ pulumi.set(__self__, "id", id)
1327
+
1328
+ @property
1329
+ @pulumi.getter
1330
+ def id(self) -> Optional[str]:
1331
+ """
1332
+ The ARM ID of the subnet in which the backend systems are hosted.
1333
+ """
1334
+ return pulumi.get(self, "id")
1335
+
1336
+
1337
+ @pulumi.output_type
1338
+ class BackendTlsPropertiesResponse(dict):
1339
+ """
1340
+ Properties controlling TLS Certificate Validation.
1341
+ """
1342
+ @staticmethod
1343
+ def __key_warning(key: str):
1344
+ suggest = None
1345
+ if key == "validateCertificateChain":
1346
+ suggest = "validate_certificate_chain"
1347
+ elif key == "validateCertificateName":
1348
+ suggest = "validate_certificate_name"
1349
+
1350
+ if suggest:
1351
+ pulumi.log.warn(f"Key '{key}' not found in BackendTlsPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1352
+
1353
+ def __getitem__(self, key: str) -> Any:
1354
+ BackendTlsPropertiesResponse.__key_warning(key)
1355
+ return super().__getitem__(key)
1356
+
1357
+ def get(self, key: str, default = None) -> Any:
1358
+ BackendTlsPropertiesResponse.__key_warning(key)
1359
+ return super().get(key, default)
1360
+
1361
+ def __init__(__self__, *,
1362
+ validate_certificate_chain: Optional[bool] = None,
1363
+ validate_certificate_name: Optional[bool] = None):
1364
+ """
1365
+ Properties controlling TLS Certificate Validation.
1366
+ :param bool validate_certificate_chain: Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
1367
+ :param bool validate_certificate_name: Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
1368
+ """
1369
+ if validate_certificate_chain is None:
1370
+ validate_certificate_chain = True
1371
+ if validate_certificate_chain is not None:
1372
+ pulumi.set(__self__, "validate_certificate_chain", validate_certificate_chain)
1373
+ if validate_certificate_name is None:
1374
+ validate_certificate_name = True
1375
+ if validate_certificate_name is not None:
1376
+ pulumi.set(__self__, "validate_certificate_name", validate_certificate_name)
1377
+
1378
+ @property
1379
+ @pulumi.getter(name="validateCertificateChain")
1380
+ def validate_certificate_chain(self) -> Optional[bool]:
1381
+ """
1382
+ Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
1383
+ """
1384
+ return pulumi.get(self, "validate_certificate_chain")
1385
+
1386
+ @property
1387
+ @pulumi.getter(name="validateCertificateName")
1388
+ def validate_certificate_name(self) -> Optional[bool]:
1389
+ """
1390
+ Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
1391
+ """
1392
+ return pulumi.get(self, "validate_certificate_name")
1393
+
1394
+
1395
+ @pulumi.output_type
1396
+ class BodyDiagnosticSettingsResponse(dict):
1397
+ """
1398
+ Body logging settings.
1399
+ """
1400
+ def __init__(__self__, *,
1401
+ bytes: Optional[int] = None):
1402
+ """
1403
+ Body logging settings.
1404
+ :param int bytes: Number of request body bytes to log.
1405
+ """
1406
+ if bytes is not None:
1407
+ pulumi.set(__self__, "bytes", bytes)
1408
+
1409
+ @property
1410
+ @pulumi.getter
1411
+ def bytes(self) -> Optional[int]:
1412
+ """
1413
+ Number of request body bytes to log.
1414
+ """
1415
+ return pulumi.get(self, "bytes")
1416
+
1417
+
1418
+ @pulumi.output_type
1419
+ class CertificateConfigurationResponse(dict):
1420
+ """
1421
+ Certificate configuration which consist of non-trusted intermediates and root certificates.
1422
+ """
1423
+ @staticmethod
1424
+ def __key_warning(key: str):
1425
+ suggest = None
1426
+ if key == "storeName":
1427
+ suggest = "store_name"
1428
+ elif key == "certificatePassword":
1429
+ suggest = "certificate_password"
1430
+ elif key == "encodedCertificate":
1431
+ suggest = "encoded_certificate"
1432
+
1433
+ if suggest:
1434
+ pulumi.log.warn(f"Key '{key}' not found in CertificateConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1435
+
1436
+ def __getitem__(self, key: str) -> Any:
1437
+ CertificateConfigurationResponse.__key_warning(key)
1438
+ return super().__getitem__(key)
1439
+
1440
+ def get(self, key: str, default = None) -> Any:
1441
+ CertificateConfigurationResponse.__key_warning(key)
1442
+ return super().get(key, default)
1443
+
1444
+ def __init__(__self__, *,
1445
+ store_name: str,
1446
+ certificate: Optional['outputs.CertificateInformationResponse'] = None,
1447
+ certificate_password: Optional[str] = None,
1448
+ encoded_certificate: Optional[str] = None):
1449
+ """
1450
+ Certificate configuration which consist of non-trusted intermediates and root certificates.
1451
+ :param str store_name: The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
1452
+ :param 'CertificateInformationResponse' certificate: Certificate information.
1453
+ :param str certificate_password: Certificate Password.
1454
+ :param str encoded_certificate: Base64 Encoded certificate.
1455
+ """
1456
+ pulumi.set(__self__, "store_name", store_name)
1457
+ if certificate is not None:
1458
+ pulumi.set(__self__, "certificate", certificate)
1459
+ if certificate_password is not None:
1460
+ pulumi.set(__self__, "certificate_password", certificate_password)
1461
+ if encoded_certificate is not None:
1462
+ pulumi.set(__self__, "encoded_certificate", encoded_certificate)
1463
+
1464
+ @property
1465
+ @pulumi.getter(name="storeName")
1466
+ def store_name(self) -> str:
1467
+ """
1468
+ The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
1469
+ """
1470
+ return pulumi.get(self, "store_name")
1471
+
1472
+ @property
1473
+ @pulumi.getter
1474
+ def certificate(self) -> Optional['outputs.CertificateInformationResponse']:
1475
+ """
1476
+ Certificate information.
1477
+ """
1478
+ return pulumi.get(self, "certificate")
1479
+
1480
+ @property
1481
+ @pulumi.getter(name="certificatePassword")
1482
+ def certificate_password(self) -> Optional[str]:
1483
+ """
1484
+ Certificate Password.
1485
+ """
1486
+ return pulumi.get(self, "certificate_password")
1487
+
1488
+ @property
1489
+ @pulumi.getter(name="encodedCertificate")
1490
+ def encoded_certificate(self) -> Optional[str]:
1491
+ """
1492
+ Base64 Encoded certificate.
1493
+ """
1494
+ return pulumi.get(self, "encoded_certificate")
1495
+
1496
+
1497
+ @pulumi.output_type
1498
+ class CertificateInformationResponse(dict):
1499
+ """
1500
+ SSL certificate information.
1501
+ """
1502
+ def __init__(__self__, *,
1503
+ expiry: str,
1504
+ subject: str,
1505
+ thumbprint: str):
1506
+ """
1507
+ SSL certificate information.
1508
+ :param str expiry: Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
1509
+ :param str subject: Subject of the certificate.
1510
+ :param str thumbprint: Thumbprint of the certificate.
1511
+ """
1512
+ pulumi.set(__self__, "expiry", expiry)
1513
+ pulumi.set(__self__, "subject", subject)
1514
+ pulumi.set(__self__, "thumbprint", thumbprint)
1515
+
1516
+ @property
1517
+ @pulumi.getter
1518
+ def expiry(self) -> str:
1519
+ """
1520
+ Expiration date of the certificate. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
1521
+ """
1522
+ return pulumi.get(self, "expiry")
1523
+
1524
+ @property
1525
+ @pulumi.getter
1526
+ def subject(self) -> str:
1527
+ """
1528
+ Subject of the certificate.
1529
+ """
1530
+ return pulumi.get(self, "subject")
1531
+
1532
+ @property
1533
+ @pulumi.getter
1534
+ def thumbprint(self) -> str:
1535
+ """
1536
+ Thumbprint of the certificate.
1537
+ """
1538
+ return pulumi.get(self, "thumbprint")
1539
+
1540
+
1541
+ @pulumi.output_type
1542
+ class CircuitBreakerFailureConditionResponse(dict):
1543
+ """
1544
+ The trip conditions of the circuit breaker
1545
+ """
1546
+ @staticmethod
1547
+ def __key_warning(key: str):
1548
+ suggest = None
1549
+ if key == "errorReasons":
1550
+ suggest = "error_reasons"
1551
+ elif key == "statusCodeRanges":
1552
+ suggest = "status_code_ranges"
1553
+
1554
+ if suggest:
1555
+ pulumi.log.warn(f"Key '{key}' not found in CircuitBreakerFailureConditionResponse. Access the value via the '{suggest}' property getter instead.")
1556
+
1557
+ def __getitem__(self, key: str) -> Any:
1558
+ CircuitBreakerFailureConditionResponse.__key_warning(key)
1559
+ return super().__getitem__(key)
1560
+
1561
+ def get(self, key: str, default = None) -> Any:
1562
+ CircuitBreakerFailureConditionResponse.__key_warning(key)
1563
+ return super().get(key, default)
1564
+
1565
+ def __init__(__self__, *,
1566
+ count: Optional[float] = None,
1567
+ error_reasons: Optional[Sequence[str]] = None,
1568
+ interval: Optional[str] = None,
1569
+ percentage: Optional[float] = None,
1570
+ status_code_ranges: Optional[Sequence['outputs.FailureStatusCodeRangeResponse']] = None):
1571
+ """
1572
+ The trip conditions of the circuit breaker
1573
+ :param float count: The threshold for opening the circuit.
1574
+ :param Sequence[str] error_reasons: The error reasons which are considered as failure.
1575
+ :param str interval: The interval during which the failures are counted.
1576
+ :param float percentage: The threshold for opening the circuit.
1577
+ :param Sequence['FailureStatusCodeRangeResponse'] status_code_ranges: The status code ranges which are considered as failure.
1578
+ """
1579
+ if count is not None:
1580
+ pulumi.set(__self__, "count", count)
1581
+ if error_reasons is not None:
1582
+ pulumi.set(__self__, "error_reasons", error_reasons)
1583
+ if interval is not None:
1584
+ pulumi.set(__self__, "interval", interval)
1585
+ if percentage is not None:
1586
+ pulumi.set(__self__, "percentage", percentage)
1587
+ if status_code_ranges is not None:
1588
+ pulumi.set(__self__, "status_code_ranges", status_code_ranges)
1589
+
1590
+ @property
1591
+ @pulumi.getter
1592
+ def count(self) -> Optional[float]:
1593
+ """
1594
+ The threshold for opening the circuit.
1595
+ """
1596
+ return pulumi.get(self, "count")
1597
+
1598
+ @property
1599
+ @pulumi.getter(name="errorReasons")
1600
+ def error_reasons(self) -> Optional[Sequence[str]]:
1601
+ """
1602
+ The error reasons which are considered as failure.
1603
+ """
1604
+ return pulumi.get(self, "error_reasons")
1605
+
1606
+ @property
1607
+ @pulumi.getter
1608
+ def interval(self) -> Optional[str]:
1609
+ """
1610
+ The interval during which the failures are counted.
1611
+ """
1612
+ return pulumi.get(self, "interval")
1613
+
1614
+ @property
1615
+ @pulumi.getter
1616
+ def percentage(self) -> Optional[float]:
1617
+ """
1618
+ The threshold for opening the circuit.
1619
+ """
1620
+ return pulumi.get(self, "percentage")
1621
+
1622
+ @property
1623
+ @pulumi.getter(name="statusCodeRanges")
1624
+ def status_code_ranges(self) -> Optional[Sequence['outputs.FailureStatusCodeRangeResponse']]:
1625
+ """
1626
+ The status code ranges which are considered as failure.
1627
+ """
1628
+ return pulumi.get(self, "status_code_ranges")
1629
+
1630
+
1631
+ @pulumi.output_type
1632
+ class CircuitBreakerRuleResponse(dict):
1633
+ """
1634
+ Rule configuration to trip the backend.
1635
+ """
1636
+ @staticmethod
1637
+ def __key_warning(key: str):
1638
+ suggest = None
1639
+ if key == "acceptRetryAfter":
1640
+ suggest = "accept_retry_after"
1641
+ elif key == "failureCondition":
1642
+ suggest = "failure_condition"
1643
+ elif key == "tripDuration":
1644
+ suggest = "trip_duration"
1645
+
1646
+ if suggest:
1647
+ pulumi.log.warn(f"Key '{key}' not found in CircuitBreakerRuleResponse. Access the value via the '{suggest}' property getter instead.")
1648
+
1649
+ def __getitem__(self, key: str) -> Any:
1650
+ CircuitBreakerRuleResponse.__key_warning(key)
1651
+ return super().__getitem__(key)
1652
+
1653
+ def get(self, key: str, default = None) -> Any:
1654
+ CircuitBreakerRuleResponse.__key_warning(key)
1655
+ return super().get(key, default)
1656
+
1657
+ def __init__(__self__, *,
1658
+ accept_retry_after: Optional[bool] = None,
1659
+ failure_condition: Optional['outputs.CircuitBreakerFailureConditionResponse'] = None,
1660
+ name: Optional[str] = None,
1661
+ trip_duration: Optional[str] = None):
1662
+ """
1663
+ Rule configuration to trip the backend.
1664
+ :param bool accept_retry_after: flag to accept Retry-After header from the backend.
1665
+ :param 'CircuitBreakerFailureConditionResponse' failure_condition: The conditions for tripping the circuit breaker.
1666
+ :param str name: The rule name.
1667
+ :param str trip_duration: The duration for which the circuit will be tripped.
1668
+ """
1669
+ if accept_retry_after is not None:
1670
+ pulumi.set(__self__, "accept_retry_after", accept_retry_after)
1671
+ if failure_condition is not None:
1672
+ pulumi.set(__self__, "failure_condition", failure_condition)
1673
+ if name is not None:
1674
+ pulumi.set(__self__, "name", name)
1675
+ if trip_duration is not None:
1676
+ pulumi.set(__self__, "trip_duration", trip_duration)
1677
+
1678
+ @property
1679
+ @pulumi.getter(name="acceptRetryAfter")
1680
+ def accept_retry_after(self) -> Optional[bool]:
1681
+ """
1682
+ flag to accept Retry-After header from the backend.
1683
+ """
1684
+ return pulumi.get(self, "accept_retry_after")
1685
+
1686
+ @property
1687
+ @pulumi.getter(name="failureCondition")
1688
+ def failure_condition(self) -> Optional['outputs.CircuitBreakerFailureConditionResponse']:
1689
+ """
1690
+ The conditions for tripping the circuit breaker.
1691
+ """
1692
+ return pulumi.get(self, "failure_condition")
1693
+
1694
+ @property
1695
+ @pulumi.getter
1696
+ def name(self) -> Optional[str]:
1697
+ """
1698
+ The rule name.
1699
+ """
1700
+ return pulumi.get(self, "name")
1701
+
1702
+ @property
1703
+ @pulumi.getter(name="tripDuration")
1704
+ def trip_duration(self) -> Optional[str]:
1705
+ """
1706
+ The duration for which the circuit will be tripped.
1707
+ """
1708
+ return pulumi.get(self, "trip_duration")
1709
+
1710
+
1711
+ @pulumi.output_type
1712
+ class ConfigurationApiResponse(dict):
1713
+ """
1714
+ Information regarding the Configuration API of the API Management service.
1715
+ """
1716
+ @staticmethod
1717
+ def __key_warning(key: str):
1718
+ suggest = None
1719
+ if key == "legacyApi":
1720
+ suggest = "legacy_api"
1721
+
1722
+ if suggest:
1723
+ pulumi.log.warn(f"Key '{key}' not found in ConfigurationApiResponse. Access the value via the '{suggest}' property getter instead.")
1724
+
1725
+ def __getitem__(self, key: str) -> Any:
1726
+ ConfigurationApiResponse.__key_warning(key)
1727
+ return super().__getitem__(key)
1728
+
1729
+ def get(self, key: str, default = None) -> Any:
1730
+ ConfigurationApiResponse.__key_warning(key)
1731
+ return super().get(key, default)
1732
+
1733
+ def __init__(__self__, *,
1734
+ legacy_api: Optional[str] = None):
1735
+ """
1736
+ Information regarding the Configuration API of the API Management service.
1737
+ :param str legacy_api: Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service. Value is optional but must be 'Enabled' or 'Disabled'. If 'Disabled', legacy Configuration API (v1) will not be available for self-hosted gateways. Default value is 'Enabled'
1738
+ """
1739
+ if legacy_api is None:
1740
+ legacy_api = 'Enabled'
1741
+ if legacy_api is not None:
1742
+ pulumi.set(__self__, "legacy_api", legacy_api)
1743
+
1744
+ @property
1745
+ @pulumi.getter(name="legacyApi")
1746
+ def legacy_api(self) -> Optional[str]:
1747
+ """
1748
+ Indication whether or not the legacy Configuration API (v1) should be exposed on the API Management service. Value is optional but must be 'Enabled' or 'Disabled'. If 'Disabled', legacy Configuration API (v1) will not be available for self-hosted gateways. Default value is 'Enabled'
1749
+ """
1750
+ return pulumi.get(self, "legacy_api")
1751
+
1752
+
1753
+ @pulumi.output_type
1754
+ class DataMaskingEntityResponse(dict):
1755
+ def __init__(__self__, *,
1756
+ mode: Optional[str] = None,
1757
+ value: Optional[str] = None):
1758
+ """
1759
+ :param str mode: Data masking mode.
1760
+ :param str value: The name of an entity to mask (e.g. a name of a header or a query parameter).
1761
+ """
1762
+ if mode is not None:
1763
+ pulumi.set(__self__, "mode", mode)
1764
+ if value is not None:
1765
+ pulumi.set(__self__, "value", value)
1766
+
1767
+ @property
1768
+ @pulumi.getter
1769
+ def mode(self) -> Optional[str]:
1770
+ """
1771
+ Data masking mode.
1772
+ """
1773
+ return pulumi.get(self, "mode")
1774
+
1775
+ @property
1776
+ @pulumi.getter
1777
+ def value(self) -> Optional[str]:
1778
+ """
1779
+ The name of an entity to mask (e.g. a name of a header or a query parameter).
1780
+ """
1781
+ return pulumi.get(self, "value")
1782
+
1783
+
1784
+ @pulumi.output_type
1785
+ class DataMaskingResponse(dict):
1786
+ @staticmethod
1787
+ def __key_warning(key: str):
1788
+ suggest = None
1789
+ if key == "queryParams":
1790
+ suggest = "query_params"
1791
+
1792
+ if suggest:
1793
+ pulumi.log.warn(f"Key '{key}' not found in DataMaskingResponse. Access the value via the '{suggest}' property getter instead.")
1794
+
1795
+ def __getitem__(self, key: str) -> Any:
1796
+ DataMaskingResponse.__key_warning(key)
1797
+ return super().__getitem__(key)
1798
+
1799
+ def get(self, key: str, default = None) -> Any:
1800
+ DataMaskingResponse.__key_warning(key)
1801
+ return super().get(key, default)
1802
+
1803
+ def __init__(__self__, *,
1804
+ headers: Optional[Sequence['outputs.DataMaskingEntityResponse']] = None,
1805
+ query_params: Optional[Sequence['outputs.DataMaskingEntityResponse']] = None):
1806
+ """
1807
+ :param Sequence['DataMaskingEntityResponse'] headers: Masking settings for headers
1808
+ :param Sequence['DataMaskingEntityResponse'] query_params: Masking settings for Url query parameters
1809
+ """
1810
+ if headers is not None:
1811
+ pulumi.set(__self__, "headers", headers)
1812
+ if query_params is not None:
1813
+ pulumi.set(__self__, "query_params", query_params)
1814
+
1815
+ @property
1816
+ @pulumi.getter
1817
+ def headers(self) -> Optional[Sequence['outputs.DataMaskingEntityResponse']]:
1818
+ """
1819
+ Masking settings for headers
1820
+ """
1821
+ return pulumi.get(self, "headers")
1822
+
1823
+ @property
1824
+ @pulumi.getter(name="queryParams")
1825
+ def query_params(self) -> Optional[Sequence['outputs.DataMaskingEntityResponse']]:
1826
+ """
1827
+ Masking settings for Url query parameters
1828
+ """
1829
+ return pulumi.get(self, "query_params")
1830
+
1831
+
1832
+ @pulumi.output_type
1833
+ class EmailTemplateParametersContractPropertiesResponse(dict):
1834
+ """
1835
+ Email Template Parameter contract.
1836
+ """
1837
+ def __init__(__self__, *,
1838
+ description: Optional[str] = None,
1839
+ name: Optional[str] = None,
1840
+ title: Optional[str] = None):
1841
+ """
1842
+ Email Template Parameter contract.
1843
+ :param str description: Template parameter description.
1844
+ :param str name: Template parameter name.
1845
+ :param str title: Template parameter title.
1846
+ """
1847
+ if description is not None:
1848
+ pulumi.set(__self__, "description", description)
1849
+ if name is not None:
1850
+ pulumi.set(__self__, "name", name)
1851
+ if title is not None:
1852
+ pulumi.set(__self__, "title", title)
1853
+
1854
+ @property
1855
+ @pulumi.getter
1856
+ def description(self) -> Optional[str]:
1857
+ """
1858
+ Template parameter description.
1859
+ """
1860
+ return pulumi.get(self, "description")
1861
+
1862
+ @property
1863
+ @pulumi.getter
1864
+ def name(self) -> Optional[str]:
1865
+ """
1866
+ Template parameter name.
1867
+ """
1868
+ return pulumi.get(self, "name")
1869
+
1870
+ @property
1871
+ @pulumi.getter
1872
+ def title(self) -> Optional[str]:
1873
+ """
1874
+ Template parameter title.
1875
+ """
1876
+ return pulumi.get(self, "title")
1877
+
1878
+
1879
+ @pulumi.output_type
1880
+ class FailureStatusCodeRangeResponse(dict):
1881
+ """
1882
+ The failure http status code range
1883
+ """
1884
+ def __init__(__self__, *,
1885
+ max: Optional[int] = None,
1886
+ min: Optional[int] = None):
1887
+ """
1888
+ The failure http status code range
1889
+ :param int max: The maximum http status code.
1890
+ :param int min: The minimum http status code.
1891
+ """
1892
+ if max is not None:
1893
+ pulumi.set(__self__, "max", max)
1894
+ if min is not None:
1895
+ pulumi.set(__self__, "min", min)
1896
+
1897
+ @property
1898
+ @pulumi.getter
1899
+ def max(self) -> Optional[int]:
1900
+ """
1901
+ The maximum http status code.
1902
+ """
1903
+ return pulumi.get(self, "max")
1904
+
1905
+ @property
1906
+ @pulumi.getter
1907
+ def min(self) -> Optional[int]:
1908
+ """
1909
+ The minimum http status code.
1910
+ """
1911
+ return pulumi.get(self, "min")
1912
+
1913
+
1914
+ @pulumi.output_type
1915
+ class FrontendConfigurationResponse(dict):
1916
+ """
1917
+ Information regarding how the gateway should be exposed.
1918
+ """
1919
+ @staticmethod
1920
+ def __key_warning(key: str):
1921
+ suggest = None
1922
+ if key == "defaultHostname":
1923
+ suggest = "default_hostname"
1924
+
1925
+ if suggest:
1926
+ pulumi.log.warn(f"Key '{key}' not found in FrontendConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1927
+
1928
+ def __getitem__(self, key: str) -> Any:
1929
+ FrontendConfigurationResponse.__key_warning(key)
1930
+ return super().__getitem__(key)
1931
+
1932
+ def get(self, key: str, default = None) -> Any:
1933
+ FrontendConfigurationResponse.__key_warning(key)
1934
+ return super().get(key, default)
1935
+
1936
+ def __init__(__self__, *,
1937
+ default_hostname: str):
1938
+ """
1939
+ Information regarding how the gateway should be exposed.
1940
+ :param str default_hostname: The default hostname of the data-plane gateway to which requests can be sent. This is only applicable for API gateway with Standard SKU.
1941
+ """
1942
+ pulumi.set(__self__, "default_hostname", default_hostname)
1943
+
1944
+ @property
1945
+ @pulumi.getter(name="defaultHostname")
1946
+ def default_hostname(self) -> str:
1947
+ """
1948
+ The default hostname of the data-plane gateway to which requests can be sent. This is only applicable for API gateway with Standard SKU.
1949
+ """
1950
+ return pulumi.get(self, "default_hostname")
1951
+
1952
+
1953
+ @pulumi.output_type
1954
+ class GatewayConfigurationApiResponse(dict):
1955
+ """
1956
+ Information regarding the Configuration API of the API Management gateway. This is only applicable for API gateway with Standard SKU.
1957
+ """
1958
+ def __init__(__self__, *,
1959
+ hostname: str):
1960
+ """
1961
+ Information regarding the Configuration API of the API Management gateway. This is only applicable for API gateway with Standard SKU.
1962
+ :param str hostname: Hostname to which the agent connects to propagate configuration to the cloud.
1963
+ """
1964
+ pulumi.set(__self__, "hostname", hostname)
1965
+
1966
+ @property
1967
+ @pulumi.getter
1968
+ def hostname(self) -> str:
1969
+ """
1970
+ Hostname to which the agent connects to propagate configuration to the cloud.
1971
+ """
1972
+ return pulumi.get(self, "hostname")
1973
+
1974
+
1975
+ @pulumi.output_type
1976
+ class GroupContractPropertiesResponse(dict):
1977
+ """
1978
+ Group contract Properties.
1979
+ """
1980
+ @staticmethod
1981
+ def __key_warning(key: str):
1982
+ suggest = None
1983
+ if key == "builtIn":
1984
+ suggest = "built_in"
1985
+ elif key == "displayName":
1986
+ suggest = "display_name"
1987
+ elif key == "externalId":
1988
+ suggest = "external_id"
1989
+
1990
+ if suggest:
1991
+ pulumi.log.warn(f"Key '{key}' not found in GroupContractPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1992
+
1993
+ def __getitem__(self, key: str) -> Any:
1994
+ GroupContractPropertiesResponse.__key_warning(key)
1995
+ return super().__getitem__(key)
1996
+
1997
+ def get(self, key: str, default = None) -> Any:
1998
+ GroupContractPropertiesResponse.__key_warning(key)
1999
+ return super().get(key, default)
2000
+
2001
+ def __init__(__self__, *,
2002
+ built_in: bool,
2003
+ display_name: str,
2004
+ description: Optional[str] = None,
2005
+ external_id: Optional[str] = None,
2006
+ type: Optional[str] = None):
2007
+ """
2008
+ Group contract Properties.
2009
+ :param bool built_in: true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
2010
+ :param str display_name: Group name.
2011
+ :param str description: Group description. Can contain HTML formatting tags.
2012
+ :param str external_id: For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
2013
+ :param str type: Group type.
2014
+ """
2015
+ pulumi.set(__self__, "built_in", built_in)
2016
+ pulumi.set(__self__, "display_name", display_name)
2017
+ if description is not None:
2018
+ pulumi.set(__self__, "description", description)
2019
+ if external_id is not None:
2020
+ pulumi.set(__self__, "external_id", external_id)
2021
+ if type is not None:
2022
+ pulumi.set(__self__, "type", type)
2023
+
2024
+ @property
2025
+ @pulumi.getter(name="builtIn")
2026
+ def built_in(self) -> bool:
2027
+ """
2028
+ true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
2029
+ """
2030
+ return pulumi.get(self, "built_in")
2031
+
2032
+ @property
2033
+ @pulumi.getter(name="displayName")
2034
+ def display_name(self) -> str:
2035
+ """
2036
+ Group name.
2037
+ """
2038
+ return pulumi.get(self, "display_name")
2039
+
2040
+ @property
2041
+ @pulumi.getter
2042
+ def description(self) -> Optional[str]:
2043
+ """
2044
+ Group description. Can contain HTML formatting tags.
2045
+ """
2046
+ return pulumi.get(self, "description")
2047
+
2048
+ @property
2049
+ @pulumi.getter(name="externalId")
2050
+ def external_id(self) -> Optional[str]:
2051
+ """
2052
+ For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
2053
+ """
2054
+ return pulumi.get(self, "external_id")
2055
+
2056
+ @property
2057
+ @pulumi.getter
2058
+ def type(self) -> Optional[str]:
2059
+ """
2060
+ Group type.
2061
+ """
2062
+ return pulumi.get(self, "type")
2063
+
2064
+
2065
+ @pulumi.output_type
2066
+ class HostnameConfigurationResponse(dict):
2067
+ """
2068
+ Custom hostname configuration.
2069
+ """
2070
+ @staticmethod
2071
+ def __key_warning(key: str):
2072
+ suggest = None
2073
+ if key == "hostName":
2074
+ suggest = "host_name"
2075
+ elif key == "certificatePassword":
2076
+ suggest = "certificate_password"
2077
+ elif key == "certificateSource":
2078
+ suggest = "certificate_source"
2079
+ elif key == "certificateStatus":
2080
+ suggest = "certificate_status"
2081
+ elif key == "defaultSslBinding":
2082
+ suggest = "default_ssl_binding"
2083
+ elif key == "encodedCertificate":
2084
+ suggest = "encoded_certificate"
2085
+ elif key == "identityClientId":
2086
+ suggest = "identity_client_id"
2087
+ elif key == "keyVaultId":
2088
+ suggest = "key_vault_id"
2089
+ elif key == "negotiateClientCertificate":
2090
+ suggest = "negotiate_client_certificate"
2091
+
2092
+ if suggest:
2093
+ pulumi.log.warn(f"Key '{key}' not found in HostnameConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2094
+
2095
+ def __getitem__(self, key: str) -> Any:
2096
+ HostnameConfigurationResponse.__key_warning(key)
2097
+ return super().__getitem__(key)
2098
+
2099
+ def get(self, key: str, default = None) -> Any:
2100
+ HostnameConfigurationResponse.__key_warning(key)
2101
+ return super().get(key, default)
2102
+
2103
+ def __init__(__self__, *,
2104
+ host_name: str,
2105
+ type: str,
2106
+ certificate: Optional['outputs.CertificateInformationResponse'] = None,
2107
+ certificate_password: Optional[str] = None,
2108
+ certificate_source: Optional[str] = None,
2109
+ certificate_status: Optional[str] = None,
2110
+ default_ssl_binding: Optional[bool] = None,
2111
+ encoded_certificate: Optional[str] = None,
2112
+ identity_client_id: Optional[str] = None,
2113
+ key_vault_id: Optional[str] = None,
2114
+ negotiate_client_certificate: Optional[bool] = None):
2115
+ """
2116
+ Custom hostname configuration.
2117
+ :param str host_name: Hostname to configure on the Api Management service.
2118
+ :param str type: Hostname type.
2119
+ :param 'CertificateInformationResponse' certificate: Certificate information.
2120
+ :param str certificate_password: Certificate Password.
2121
+ :param str certificate_source: Certificate Source.
2122
+ :param str certificate_status: Certificate Status.
2123
+ :param bool default_ssl_binding: Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
2124
+ :param str encoded_certificate: Base64 Encoded certificate.
2125
+ :param str identity_client_id: System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
2126
+ :param str key_vault_id: Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type *application/x-pkcs12*
2127
+ :param bool negotiate_client_certificate: Specify true to always negotiate client certificate on the hostname. Default Value is false.
2128
+ """
2129
+ pulumi.set(__self__, "host_name", host_name)
2130
+ pulumi.set(__self__, "type", type)
2131
+ if certificate is not None:
2132
+ pulumi.set(__self__, "certificate", certificate)
2133
+ if certificate_password is not None:
2134
+ pulumi.set(__self__, "certificate_password", certificate_password)
2135
+ if certificate_source is not None:
2136
+ pulumi.set(__self__, "certificate_source", certificate_source)
2137
+ if certificate_status is not None:
2138
+ pulumi.set(__self__, "certificate_status", certificate_status)
2139
+ if default_ssl_binding is None:
2140
+ default_ssl_binding = False
2141
+ if default_ssl_binding is not None:
2142
+ pulumi.set(__self__, "default_ssl_binding", default_ssl_binding)
2143
+ if encoded_certificate is not None:
2144
+ pulumi.set(__self__, "encoded_certificate", encoded_certificate)
2145
+ if identity_client_id is not None:
2146
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
2147
+ if key_vault_id is not None:
2148
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
2149
+ if negotiate_client_certificate is None:
2150
+ negotiate_client_certificate = False
2151
+ if negotiate_client_certificate is not None:
2152
+ pulumi.set(__self__, "negotiate_client_certificate", negotiate_client_certificate)
2153
+
2154
+ @property
2155
+ @pulumi.getter(name="hostName")
2156
+ def host_name(self) -> str:
2157
+ """
2158
+ Hostname to configure on the Api Management service.
2159
+ """
2160
+ return pulumi.get(self, "host_name")
2161
+
2162
+ @property
2163
+ @pulumi.getter
2164
+ def type(self) -> str:
2165
+ """
2166
+ Hostname type.
2167
+ """
2168
+ return pulumi.get(self, "type")
2169
+
2170
+ @property
2171
+ @pulumi.getter
2172
+ def certificate(self) -> Optional['outputs.CertificateInformationResponse']:
2173
+ """
2174
+ Certificate information.
2175
+ """
2176
+ return pulumi.get(self, "certificate")
2177
+
2178
+ @property
2179
+ @pulumi.getter(name="certificatePassword")
2180
+ def certificate_password(self) -> Optional[str]:
2181
+ """
2182
+ Certificate Password.
2183
+ """
2184
+ return pulumi.get(self, "certificate_password")
2185
+
2186
+ @property
2187
+ @pulumi.getter(name="certificateSource")
2188
+ def certificate_source(self) -> Optional[str]:
2189
+ """
2190
+ Certificate Source.
2191
+ """
2192
+ return pulumi.get(self, "certificate_source")
2193
+
2194
+ @property
2195
+ @pulumi.getter(name="certificateStatus")
2196
+ def certificate_status(self) -> Optional[str]:
2197
+ """
2198
+ Certificate Status.
2199
+ """
2200
+ return pulumi.get(self, "certificate_status")
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="defaultSslBinding")
2204
+ def default_ssl_binding(self) -> Optional[bool]:
2205
+ """
2206
+ Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
2207
+ """
2208
+ return pulumi.get(self, "default_ssl_binding")
2209
+
2210
+ @property
2211
+ @pulumi.getter(name="encodedCertificate")
2212
+ def encoded_certificate(self) -> Optional[str]:
2213
+ """
2214
+ Base64 Encoded certificate.
2215
+ """
2216
+ return pulumi.get(self, "encoded_certificate")
2217
+
2218
+ @property
2219
+ @pulumi.getter(name="identityClientId")
2220
+ def identity_client_id(self) -> Optional[str]:
2221
+ """
2222
+ System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
2223
+ """
2224
+ return pulumi.get(self, "identity_client_id")
2225
+
2226
+ @property
2227
+ @pulumi.getter(name="keyVaultId")
2228
+ def key_vault_id(self) -> Optional[str]:
2229
+ """
2230
+ Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type *application/x-pkcs12*
2231
+ """
2232
+ return pulumi.get(self, "key_vault_id")
2233
+
2234
+ @property
2235
+ @pulumi.getter(name="negotiateClientCertificate")
2236
+ def negotiate_client_certificate(self) -> Optional[bool]:
2237
+ """
2238
+ Specify true to always negotiate client certificate on the hostname. Default Value is false.
2239
+ """
2240
+ return pulumi.get(self, "negotiate_client_certificate")
2241
+
2242
+
2243
+ @pulumi.output_type
2244
+ class HttpMessageDiagnosticResponse(dict):
2245
+ """
2246
+ Http message diagnostic settings.
2247
+ """
2248
+ @staticmethod
2249
+ def __key_warning(key: str):
2250
+ suggest = None
2251
+ if key == "dataMasking":
2252
+ suggest = "data_masking"
2253
+
2254
+ if suggest:
2255
+ pulumi.log.warn(f"Key '{key}' not found in HttpMessageDiagnosticResponse. Access the value via the '{suggest}' property getter instead.")
2256
+
2257
+ def __getitem__(self, key: str) -> Any:
2258
+ HttpMessageDiagnosticResponse.__key_warning(key)
2259
+ return super().__getitem__(key)
2260
+
2261
+ def get(self, key: str, default = None) -> Any:
2262
+ HttpMessageDiagnosticResponse.__key_warning(key)
2263
+ return super().get(key, default)
2264
+
2265
+ def __init__(__self__, *,
2266
+ body: Optional['outputs.BodyDiagnosticSettingsResponse'] = None,
2267
+ data_masking: Optional['outputs.DataMaskingResponse'] = None,
2268
+ headers: Optional[Sequence[str]] = None):
2269
+ """
2270
+ Http message diagnostic settings.
2271
+ :param 'BodyDiagnosticSettingsResponse' body: Body logging settings.
2272
+ :param 'DataMaskingResponse' data_masking: Data masking settings.
2273
+ :param Sequence[str] headers: Array of HTTP Headers to log.
2274
+ """
2275
+ if body is not None:
2276
+ pulumi.set(__self__, "body", body)
2277
+ if data_masking is not None:
2278
+ pulumi.set(__self__, "data_masking", data_masking)
2279
+ if headers is not None:
2280
+ pulumi.set(__self__, "headers", headers)
2281
+
2282
+ @property
2283
+ @pulumi.getter
2284
+ def body(self) -> Optional['outputs.BodyDiagnosticSettingsResponse']:
2285
+ """
2286
+ Body logging settings.
2287
+ """
2288
+ return pulumi.get(self, "body")
2289
+
2290
+ @property
2291
+ @pulumi.getter(name="dataMasking")
2292
+ def data_masking(self) -> Optional['outputs.DataMaskingResponse']:
2293
+ """
2294
+ Data masking settings.
2295
+ """
2296
+ return pulumi.get(self, "data_masking")
2297
+
2298
+ @property
2299
+ @pulumi.getter
2300
+ def headers(self) -> Optional[Sequence[str]]:
2301
+ """
2302
+ Array of HTTP Headers to log.
2303
+ """
2304
+ return pulumi.get(self, "headers")
2305
+
2306
+
2307
+ @pulumi.output_type
2308
+ class KeyVaultContractPropertiesResponse(dict):
2309
+ """
2310
+ KeyVault contract details.
2311
+ """
2312
+ @staticmethod
2313
+ def __key_warning(key: str):
2314
+ suggest = None
2315
+ if key == "identityClientId":
2316
+ suggest = "identity_client_id"
2317
+ elif key == "lastStatus":
2318
+ suggest = "last_status"
2319
+ elif key == "secretIdentifier":
2320
+ suggest = "secret_identifier"
2321
+
2322
+ if suggest:
2323
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultContractPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2324
+
2325
+ def __getitem__(self, key: str) -> Any:
2326
+ KeyVaultContractPropertiesResponse.__key_warning(key)
2327
+ return super().__getitem__(key)
2328
+
2329
+ def get(self, key: str, default = None) -> Any:
2330
+ KeyVaultContractPropertiesResponse.__key_warning(key)
2331
+ return super().get(key, default)
2332
+
2333
+ def __init__(__self__, *,
2334
+ identity_client_id: Optional[str] = None,
2335
+ last_status: Optional['outputs.KeyVaultLastAccessStatusContractPropertiesResponse'] = None,
2336
+ secret_identifier: Optional[str] = None):
2337
+ """
2338
+ KeyVault contract details.
2339
+ :param str identity_client_id: Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.
2340
+ :param 'KeyVaultLastAccessStatusContractPropertiesResponse' last_status: Last time sync and refresh status of secret from key vault.
2341
+ :param str secret_identifier: Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi
2342
+ """
2343
+ if identity_client_id is not None:
2344
+ pulumi.set(__self__, "identity_client_id", identity_client_id)
2345
+ if last_status is not None:
2346
+ pulumi.set(__self__, "last_status", last_status)
2347
+ if secret_identifier is not None:
2348
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
2349
+
2350
+ @property
2351
+ @pulumi.getter(name="identityClientId")
2352
+ def identity_client_id(self) -> Optional[str]:
2353
+ """
2354
+ Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , which will be used to access key vault secret.
2355
+ """
2356
+ return pulumi.get(self, "identity_client_id")
2357
+
2358
+ @property
2359
+ @pulumi.getter(name="lastStatus")
2360
+ def last_status(self) -> Optional['outputs.KeyVaultLastAccessStatusContractPropertiesResponse']:
2361
+ """
2362
+ Last time sync and refresh status of secret from key vault.
2363
+ """
2364
+ return pulumi.get(self, "last_status")
2365
+
2366
+ @property
2367
+ @pulumi.getter(name="secretIdentifier")
2368
+ def secret_identifier(self) -> Optional[str]:
2369
+ """
2370
+ Key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi
2371
+ """
2372
+ return pulumi.get(self, "secret_identifier")
2373
+
2374
+
2375
+ @pulumi.output_type
2376
+ class KeyVaultLastAccessStatusContractPropertiesResponse(dict):
2377
+ """
2378
+ Issue contract Update Properties.
2379
+ """
2380
+ @staticmethod
2381
+ def __key_warning(key: str):
2382
+ suggest = None
2383
+ if key == "timeStampUtc":
2384
+ suggest = "time_stamp_utc"
2385
+
2386
+ if suggest:
2387
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultLastAccessStatusContractPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2388
+
2389
+ def __getitem__(self, key: str) -> Any:
2390
+ KeyVaultLastAccessStatusContractPropertiesResponse.__key_warning(key)
2391
+ return super().__getitem__(key)
2392
+
2393
+ def get(self, key: str, default = None) -> Any:
2394
+ KeyVaultLastAccessStatusContractPropertiesResponse.__key_warning(key)
2395
+ return super().get(key, default)
2396
+
2397
+ def __init__(__self__, *,
2398
+ code: Optional[str] = None,
2399
+ message: Optional[str] = None,
2400
+ time_stamp_utc: Optional[str] = None):
2401
+ """
2402
+ Issue contract Update Properties.
2403
+ :param str code: Last status code for sync and refresh of secret from key vault.
2404
+ :param str message: Details of the error else empty.
2405
+ :param str time_stamp_utc: Last time secret was accessed. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
2406
+ """
2407
+ if code is not None:
2408
+ pulumi.set(__self__, "code", code)
2409
+ if message is not None:
2410
+ pulumi.set(__self__, "message", message)
2411
+ if time_stamp_utc is not None:
2412
+ pulumi.set(__self__, "time_stamp_utc", time_stamp_utc)
2413
+
2414
+ @property
2415
+ @pulumi.getter
2416
+ def code(self) -> Optional[str]:
2417
+ """
2418
+ Last status code for sync and refresh of secret from key vault.
2419
+ """
2420
+ return pulumi.get(self, "code")
2421
+
2422
+ @property
2423
+ @pulumi.getter
2424
+ def message(self) -> Optional[str]:
2425
+ """
2426
+ Details of the error else empty.
2427
+ """
2428
+ return pulumi.get(self, "message")
2429
+
2430
+ @property
2431
+ @pulumi.getter(name="timeStampUtc")
2432
+ def time_stamp_utc(self) -> Optional[str]:
2433
+ """
2434
+ Last time secret was accessed. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
2435
+ """
2436
+ return pulumi.get(self, "time_stamp_utc")
2437
+
2438
+
2439
+ @pulumi.output_type
2440
+ class OAuth2AuthenticationSettingsContractResponse(dict):
2441
+ """
2442
+ API OAuth2 Authentication settings details.
2443
+ """
2444
+ @staticmethod
2445
+ def __key_warning(key: str):
2446
+ suggest = None
2447
+ if key == "authorizationServerId":
2448
+ suggest = "authorization_server_id"
2449
+
2450
+ if suggest:
2451
+ pulumi.log.warn(f"Key '{key}' not found in OAuth2AuthenticationSettingsContractResponse. Access the value via the '{suggest}' property getter instead.")
2452
+
2453
+ def __getitem__(self, key: str) -> Any:
2454
+ OAuth2AuthenticationSettingsContractResponse.__key_warning(key)
2455
+ return super().__getitem__(key)
2456
+
2457
+ def get(self, key: str, default = None) -> Any:
2458
+ OAuth2AuthenticationSettingsContractResponse.__key_warning(key)
2459
+ return super().get(key, default)
2460
+
2461
+ def __init__(__self__, *,
2462
+ authorization_server_id: Optional[str] = None,
2463
+ scope: Optional[str] = None):
2464
+ """
2465
+ API OAuth2 Authentication settings details.
2466
+ :param str authorization_server_id: OAuth authorization server identifier.
2467
+ :param str scope: operations scope.
2468
+ """
2469
+ if authorization_server_id is not None:
2470
+ pulumi.set(__self__, "authorization_server_id", authorization_server_id)
2471
+ if scope is not None:
2472
+ pulumi.set(__self__, "scope", scope)
2473
+
2474
+ @property
2475
+ @pulumi.getter(name="authorizationServerId")
2476
+ def authorization_server_id(self) -> Optional[str]:
2477
+ """
2478
+ OAuth authorization server identifier.
2479
+ """
2480
+ return pulumi.get(self, "authorization_server_id")
2481
+
2482
+ @property
2483
+ @pulumi.getter
2484
+ def scope(self) -> Optional[str]:
2485
+ """
2486
+ operations scope.
2487
+ """
2488
+ return pulumi.get(self, "scope")
2489
+
2490
+
2491
+ @pulumi.output_type
2492
+ class OpenIdAuthenticationSettingsContractResponse(dict):
2493
+ """
2494
+ API OAuth2 Authentication settings details.
2495
+ """
2496
+ @staticmethod
2497
+ def __key_warning(key: str):
2498
+ suggest = None
2499
+ if key == "bearerTokenSendingMethods":
2500
+ suggest = "bearer_token_sending_methods"
2501
+ elif key == "openidProviderId":
2502
+ suggest = "openid_provider_id"
2503
+
2504
+ if suggest:
2505
+ pulumi.log.warn(f"Key '{key}' not found in OpenIdAuthenticationSettingsContractResponse. Access the value via the '{suggest}' property getter instead.")
2506
+
2507
+ def __getitem__(self, key: str) -> Any:
2508
+ OpenIdAuthenticationSettingsContractResponse.__key_warning(key)
2509
+ return super().__getitem__(key)
2510
+
2511
+ def get(self, key: str, default = None) -> Any:
2512
+ OpenIdAuthenticationSettingsContractResponse.__key_warning(key)
2513
+ return super().get(key, default)
2514
+
2515
+ def __init__(__self__, *,
2516
+ bearer_token_sending_methods: Optional[Sequence[str]] = None,
2517
+ openid_provider_id: Optional[str] = None):
2518
+ """
2519
+ API OAuth2 Authentication settings details.
2520
+ :param Sequence[str] bearer_token_sending_methods: How to send token to the server.
2521
+ :param str openid_provider_id: OAuth authorization server identifier.
2522
+ """
2523
+ if bearer_token_sending_methods is not None:
2524
+ pulumi.set(__self__, "bearer_token_sending_methods", bearer_token_sending_methods)
2525
+ if openid_provider_id is not None:
2526
+ pulumi.set(__self__, "openid_provider_id", openid_provider_id)
2527
+
2528
+ @property
2529
+ @pulumi.getter(name="bearerTokenSendingMethods")
2530
+ def bearer_token_sending_methods(self) -> Optional[Sequence[str]]:
2531
+ """
2532
+ How to send token to the server.
2533
+ """
2534
+ return pulumi.get(self, "bearer_token_sending_methods")
2535
+
2536
+ @property
2537
+ @pulumi.getter(name="openidProviderId")
2538
+ def openid_provider_id(self) -> Optional[str]:
2539
+ """
2540
+ OAuth authorization server identifier.
2541
+ """
2542
+ return pulumi.get(self, "openid_provider_id")
2543
+
2544
+
2545
+ @pulumi.output_type
2546
+ class ParameterContractResponse(dict):
2547
+ """
2548
+ Operation parameters details.
2549
+ """
2550
+ @staticmethod
2551
+ def __key_warning(key: str):
2552
+ suggest = None
2553
+ if key == "defaultValue":
2554
+ suggest = "default_value"
2555
+ elif key == "schemaId":
2556
+ suggest = "schema_id"
2557
+ elif key == "typeName":
2558
+ suggest = "type_name"
2559
+
2560
+ if suggest:
2561
+ pulumi.log.warn(f"Key '{key}' not found in ParameterContractResponse. Access the value via the '{suggest}' property getter instead.")
2562
+
2563
+ def __getitem__(self, key: str) -> Any:
2564
+ ParameterContractResponse.__key_warning(key)
2565
+ return super().__getitem__(key)
2566
+
2567
+ def get(self, key: str, default = None) -> Any:
2568
+ ParameterContractResponse.__key_warning(key)
2569
+ return super().get(key, default)
2570
+
2571
+ def __init__(__self__, *,
2572
+ name: str,
2573
+ type: str,
2574
+ default_value: Optional[str] = None,
2575
+ description: Optional[str] = None,
2576
+ examples: Optional[Mapping[str, 'outputs.ParameterExampleContractResponse']] = None,
2577
+ required: Optional[bool] = None,
2578
+ schema_id: Optional[str] = None,
2579
+ type_name: Optional[str] = None,
2580
+ values: Optional[Sequence[str]] = None):
2581
+ """
2582
+ Operation parameters details.
2583
+ :param str name: Parameter name.
2584
+ :param str type: Parameter type.
2585
+ :param str default_value: Default parameter value.
2586
+ :param str description: Parameter description.
2587
+ :param Mapping[str, 'ParameterExampleContractResponse'] examples: Exampled defined for the parameter.
2588
+ :param bool required: Specifies whether parameter is required or not.
2589
+ :param str schema_id: Schema identifier.
2590
+ :param str type_name: Type name defined by the schema.
2591
+ :param Sequence[str] values: Parameter values.
2592
+ """
2593
+ pulumi.set(__self__, "name", name)
2594
+ pulumi.set(__self__, "type", type)
2595
+ if default_value is not None:
2596
+ pulumi.set(__self__, "default_value", default_value)
2597
+ if description is not None:
2598
+ pulumi.set(__self__, "description", description)
2599
+ if examples is not None:
2600
+ pulumi.set(__self__, "examples", examples)
2601
+ if required is not None:
2602
+ pulumi.set(__self__, "required", required)
2603
+ if schema_id is not None:
2604
+ pulumi.set(__self__, "schema_id", schema_id)
2605
+ if type_name is not None:
2606
+ pulumi.set(__self__, "type_name", type_name)
2607
+ if values is not None:
2608
+ pulumi.set(__self__, "values", values)
2609
+
2610
+ @property
2611
+ @pulumi.getter
2612
+ def name(self) -> str:
2613
+ """
2614
+ Parameter name.
2615
+ """
2616
+ return pulumi.get(self, "name")
2617
+
2618
+ @property
2619
+ @pulumi.getter
2620
+ def type(self) -> str:
2621
+ """
2622
+ Parameter type.
2623
+ """
2624
+ return pulumi.get(self, "type")
2625
+
2626
+ @property
2627
+ @pulumi.getter(name="defaultValue")
2628
+ def default_value(self) -> Optional[str]:
2629
+ """
2630
+ Default parameter value.
2631
+ """
2632
+ return pulumi.get(self, "default_value")
2633
+
2634
+ @property
2635
+ @pulumi.getter
2636
+ def description(self) -> Optional[str]:
2637
+ """
2638
+ Parameter description.
2639
+ """
2640
+ return pulumi.get(self, "description")
2641
+
2642
+ @property
2643
+ @pulumi.getter
2644
+ def examples(self) -> Optional[Mapping[str, 'outputs.ParameterExampleContractResponse']]:
2645
+ """
2646
+ Exampled defined for the parameter.
2647
+ """
2648
+ return pulumi.get(self, "examples")
2649
+
2650
+ @property
2651
+ @pulumi.getter
2652
+ def required(self) -> Optional[bool]:
2653
+ """
2654
+ Specifies whether parameter is required or not.
2655
+ """
2656
+ return pulumi.get(self, "required")
2657
+
2658
+ @property
2659
+ @pulumi.getter(name="schemaId")
2660
+ def schema_id(self) -> Optional[str]:
2661
+ """
2662
+ Schema identifier.
2663
+ """
2664
+ return pulumi.get(self, "schema_id")
2665
+
2666
+ @property
2667
+ @pulumi.getter(name="typeName")
2668
+ def type_name(self) -> Optional[str]:
2669
+ """
2670
+ Type name defined by the schema.
2671
+ """
2672
+ return pulumi.get(self, "type_name")
2673
+
2674
+ @property
2675
+ @pulumi.getter
2676
+ def values(self) -> Optional[Sequence[str]]:
2677
+ """
2678
+ Parameter values.
2679
+ """
2680
+ return pulumi.get(self, "values")
2681
+
2682
+
2683
+ @pulumi.output_type
2684
+ class ParameterExampleContractResponse(dict):
2685
+ """
2686
+ Parameter example.
2687
+ """
2688
+ @staticmethod
2689
+ def __key_warning(key: str):
2690
+ suggest = None
2691
+ if key == "externalValue":
2692
+ suggest = "external_value"
2693
+
2694
+ if suggest:
2695
+ pulumi.log.warn(f"Key '{key}' not found in ParameterExampleContractResponse. Access the value via the '{suggest}' property getter instead.")
2696
+
2697
+ def __getitem__(self, key: str) -> Any:
2698
+ ParameterExampleContractResponse.__key_warning(key)
2699
+ return super().__getitem__(key)
2700
+
2701
+ def get(self, key: str, default = None) -> Any:
2702
+ ParameterExampleContractResponse.__key_warning(key)
2703
+ return super().get(key, default)
2704
+
2705
+ def __init__(__self__, *,
2706
+ description: Optional[str] = None,
2707
+ external_value: Optional[str] = None,
2708
+ summary: Optional[str] = None,
2709
+ value: Optional[Any] = None):
2710
+ """
2711
+ Parameter example.
2712
+ :param str description: Long description for the example
2713
+ :param str external_value: A URL that points to the literal example
2714
+ :param str summary: Short description for the example
2715
+ :param Any value: Example value. May be a primitive value, or an object.
2716
+ """
2717
+ if description is not None:
2718
+ pulumi.set(__self__, "description", description)
2719
+ if external_value is not None:
2720
+ pulumi.set(__self__, "external_value", external_value)
2721
+ if summary is not None:
2722
+ pulumi.set(__self__, "summary", summary)
2723
+ if value is not None:
2724
+ pulumi.set(__self__, "value", value)
2725
+
2726
+ @property
2727
+ @pulumi.getter
2728
+ def description(self) -> Optional[str]:
2729
+ """
2730
+ Long description for the example
2731
+ """
2732
+ return pulumi.get(self, "description")
2733
+
2734
+ @property
2735
+ @pulumi.getter(name="externalValue")
2736
+ def external_value(self) -> Optional[str]:
2737
+ """
2738
+ A URL that points to the literal example
2739
+ """
2740
+ return pulumi.get(self, "external_value")
2741
+
2742
+ @property
2743
+ @pulumi.getter
2744
+ def summary(self) -> Optional[str]:
2745
+ """
2746
+ Short description for the example
2747
+ """
2748
+ return pulumi.get(self, "summary")
2749
+
2750
+ @property
2751
+ @pulumi.getter
2752
+ def value(self) -> Optional[Any]:
2753
+ """
2754
+ Example value. May be a primitive value, or an object.
2755
+ """
2756
+ return pulumi.get(self, "value")
2757
+
2758
+
2759
+ @pulumi.output_type
2760
+ class PipelineDiagnosticSettingsResponse(dict):
2761
+ """
2762
+ Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
2763
+ """
2764
+ def __init__(__self__, *,
2765
+ request: Optional['outputs.HttpMessageDiagnosticResponse'] = None,
2766
+ response: Optional['outputs.HttpMessageDiagnosticResponse'] = None):
2767
+ """
2768
+ Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
2769
+ :param 'HttpMessageDiagnosticResponse' request: Diagnostic settings for request.
2770
+ :param 'HttpMessageDiagnosticResponse' response: Diagnostic settings for response.
2771
+ """
2772
+ if request is not None:
2773
+ pulumi.set(__self__, "request", request)
2774
+ if response is not None:
2775
+ pulumi.set(__self__, "response", response)
2776
+
2777
+ @property
2778
+ @pulumi.getter
2779
+ def request(self) -> Optional['outputs.HttpMessageDiagnosticResponse']:
2780
+ """
2781
+ Diagnostic settings for request.
2782
+ """
2783
+ return pulumi.get(self, "request")
2784
+
2785
+ @property
2786
+ @pulumi.getter
2787
+ def response(self) -> Optional['outputs.HttpMessageDiagnosticResponse']:
2788
+ """
2789
+ Diagnostic settings for response.
2790
+ """
2791
+ return pulumi.get(self, "response")
2792
+
2793
+
2794
+ @pulumi.output_type
2795
+ class PrivateEndpointResponse(dict):
2796
+ """
2797
+ The Private Endpoint resource.
2798
+ """
2799
+ def __init__(__self__, *,
2800
+ id: str):
2801
+ """
2802
+ The Private Endpoint resource.
2803
+ :param str id: The ARM identifier for Private Endpoint
2804
+ """
2805
+ pulumi.set(__self__, "id", id)
2806
+
2807
+ @property
2808
+ @pulumi.getter
2809
+ def id(self) -> str:
2810
+ """
2811
+ The ARM identifier for Private Endpoint
2812
+ """
2813
+ return pulumi.get(self, "id")
2814
+
2815
+
2816
+ @pulumi.output_type
2817
+ class PrivateLinkServiceConnectionStateResponse(dict):
2818
+ """
2819
+ A collection of information about the state of the connection between service consumer and provider.
2820
+ """
2821
+ @staticmethod
2822
+ def __key_warning(key: str):
2823
+ suggest = None
2824
+ if key == "actionsRequired":
2825
+ suggest = "actions_required"
2826
+
2827
+ if suggest:
2828
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
2829
+
2830
+ def __getitem__(self, key: str) -> Any:
2831
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2832
+ return super().__getitem__(key)
2833
+
2834
+ def get(self, key: str, default = None) -> Any:
2835
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2836
+ return super().get(key, default)
2837
+
2838
+ def __init__(__self__, *,
2839
+ actions_required: Optional[str] = None,
2840
+ description: Optional[str] = None,
2841
+ status: Optional[str] = None):
2842
+ """
2843
+ A collection of information about the state of the connection between service consumer and provider.
2844
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
2845
+ :param str description: The reason for approval/rejection of the connection.
2846
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2847
+ """
2848
+ if actions_required is not None:
2849
+ pulumi.set(__self__, "actions_required", actions_required)
2850
+ if description is not None:
2851
+ pulumi.set(__self__, "description", description)
2852
+ if status is not None:
2853
+ pulumi.set(__self__, "status", status)
2854
+
2855
+ @property
2856
+ @pulumi.getter(name="actionsRequired")
2857
+ def actions_required(self) -> Optional[str]:
2858
+ """
2859
+ A message indicating if changes on the service provider require any updates on the consumer.
2860
+ """
2861
+ return pulumi.get(self, "actions_required")
2862
+
2863
+ @property
2864
+ @pulumi.getter
2865
+ def description(self) -> Optional[str]:
2866
+ """
2867
+ The reason for approval/rejection of the connection.
2868
+ """
2869
+ return pulumi.get(self, "description")
2870
+
2871
+ @property
2872
+ @pulumi.getter
2873
+ def status(self) -> Optional[str]:
2874
+ """
2875
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2876
+ """
2877
+ return pulumi.get(self, "status")
2878
+
2879
+
2880
+ @pulumi.output_type
2881
+ class RemotePrivateEndpointConnectionWrapperResponse(dict):
2882
+ """
2883
+ Remote Private Endpoint Connection resource.
2884
+ """
2885
+ @staticmethod
2886
+ def __key_warning(key: str):
2887
+ suggest = None
2888
+ if key == "groupIds":
2889
+ suggest = "group_ids"
2890
+ elif key == "privateLinkServiceConnectionState":
2891
+ suggest = "private_link_service_connection_state"
2892
+ elif key == "provisioningState":
2893
+ suggest = "provisioning_state"
2894
+ elif key == "privateEndpoint":
2895
+ suggest = "private_endpoint"
2896
+
2897
+ if suggest:
2898
+ pulumi.log.warn(f"Key '{key}' not found in RemotePrivateEndpointConnectionWrapperResponse. Access the value via the '{suggest}' property getter instead.")
2899
+
2900
+ def __getitem__(self, key: str) -> Any:
2901
+ RemotePrivateEndpointConnectionWrapperResponse.__key_warning(key)
2902
+ return super().__getitem__(key)
2903
+
2904
+ def get(self, key: str, default = None) -> Any:
2905
+ RemotePrivateEndpointConnectionWrapperResponse.__key_warning(key)
2906
+ return super().get(key, default)
2907
+
2908
+ def __init__(__self__, *,
2909
+ group_ids: Sequence[str],
2910
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
2911
+ provisioning_state: str,
2912
+ id: Optional[str] = None,
2913
+ name: Optional[str] = None,
2914
+ private_endpoint: Optional['outputs.ArmIdWrapperResponse'] = None,
2915
+ type: Optional[str] = None):
2916
+ """
2917
+ Remote Private Endpoint Connection resource.
2918
+ :param Sequence[str] group_ids: All the Group ids.
2919
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
2920
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
2921
+ :param str id: Private Endpoint connection resource id
2922
+ :param str name: Private Endpoint Connection Name
2923
+ :param 'ArmIdWrapperResponse' private_endpoint: The resource of private end point.
2924
+ :param str type: Private Endpoint Connection Resource Type
2925
+ """
2926
+ pulumi.set(__self__, "group_ids", group_ids)
2927
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
2928
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2929
+ if id is not None:
2930
+ pulumi.set(__self__, "id", id)
2931
+ if name is not None:
2932
+ pulumi.set(__self__, "name", name)
2933
+ if private_endpoint is not None:
2934
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
2935
+ if type is not None:
2936
+ pulumi.set(__self__, "type", type)
2937
+
2938
+ @property
2939
+ @pulumi.getter(name="groupIds")
2940
+ def group_ids(self) -> Sequence[str]:
2941
+ """
2942
+ All the Group ids.
2943
+ """
2944
+ return pulumi.get(self, "group_ids")
2945
+
2946
+ @property
2947
+ @pulumi.getter(name="privateLinkServiceConnectionState")
2948
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
2949
+ """
2950
+ A collection of information about the state of the connection between service consumer and provider.
2951
+ """
2952
+ return pulumi.get(self, "private_link_service_connection_state")
2953
+
2954
+ @property
2955
+ @pulumi.getter(name="provisioningState")
2956
+ def provisioning_state(self) -> str:
2957
+ """
2958
+ The provisioning state of the private endpoint connection resource.
2959
+ """
2960
+ return pulumi.get(self, "provisioning_state")
2961
+
2962
+ @property
2963
+ @pulumi.getter
2964
+ def id(self) -> Optional[str]:
2965
+ """
2966
+ Private Endpoint connection resource id
2967
+ """
2968
+ return pulumi.get(self, "id")
2969
+
2970
+ @property
2971
+ @pulumi.getter
2972
+ def name(self) -> Optional[str]:
2973
+ """
2974
+ Private Endpoint Connection Name
2975
+ """
2976
+ return pulumi.get(self, "name")
2977
+
2978
+ @property
2979
+ @pulumi.getter(name="privateEndpoint")
2980
+ def private_endpoint(self) -> Optional['outputs.ArmIdWrapperResponse']:
2981
+ """
2982
+ The resource of private end point.
2983
+ """
2984
+ return pulumi.get(self, "private_endpoint")
2985
+
2986
+ @property
2987
+ @pulumi.getter
2988
+ def type(self) -> Optional[str]:
2989
+ """
2990
+ Private Endpoint Connection Resource Type
2991
+ """
2992
+ return pulumi.get(self, "type")
2993
+
2994
+
2995
+ @pulumi.output_type
2996
+ class RepresentationContractResponse(dict):
2997
+ """
2998
+ Operation request/response representation details.
2999
+ """
3000
+ @staticmethod
3001
+ def __key_warning(key: str):
3002
+ suggest = None
3003
+ if key == "contentType":
3004
+ suggest = "content_type"
3005
+ elif key == "formParameters":
3006
+ suggest = "form_parameters"
3007
+ elif key == "schemaId":
3008
+ suggest = "schema_id"
3009
+ elif key == "typeName":
3010
+ suggest = "type_name"
3011
+
3012
+ if suggest:
3013
+ pulumi.log.warn(f"Key '{key}' not found in RepresentationContractResponse. Access the value via the '{suggest}' property getter instead.")
3014
+
3015
+ def __getitem__(self, key: str) -> Any:
3016
+ RepresentationContractResponse.__key_warning(key)
3017
+ return super().__getitem__(key)
3018
+
3019
+ def get(self, key: str, default = None) -> Any:
3020
+ RepresentationContractResponse.__key_warning(key)
3021
+ return super().get(key, default)
3022
+
3023
+ def __init__(__self__, *,
3024
+ content_type: str,
3025
+ examples: Optional[Mapping[str, 'outputs.ParameterExampleContractResponse']] = None,
3026
+ form_parameters: Optional[Sequence['outputs.ParameterContractResponse']] = None,
3027
+ schema_id: Optional[str] = None,
3028
+ type_name: Optional[str] = None):
3029
+ """
3030
+ Operation request/response representation details.
3031
+ :param str content_type: Specifies a registered or custom content type for this representation, e.g. application/xml.
3032
+ :param Mapping[str, 'ParameterExampleContractResponse'] examples: Exampled defined for the representation.
3033
+ :param Sequence['ParameterContractResponse'] form_parameters: Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'..
3034
+ :param str schema_id: Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
3035
+ :param str type_name: Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
3036
+ """
3037
+ pulumi.set(__self__, "content_type", content_type)
3038
+ if examples is not None:
3039
+ pulumi.set(__self__, "examples", examples)
3040
+ if form_parameters is not None:
3041
+ pulumi.set(__self__, "form_parameters", form_parameters)
3042
+ if schema_id is not None:
3043
+ pulumi.set(__self__, "schema_id", schema_id)
3044
+ if type_name is not None:
3045
+ pulumi.set(__self__, "type_name", type_name)
3046
+
3047
+ @property
3048
+ @pulumi.getter(name="contentType")
3049
+ def content_type(self) -> str:
3050
+ """
3051
+ Specifies a registered or custom content type for this representation, e.g. application/xml.
3052
+ """
3053
+ return pulumi.get(self, "content_type")
3054
+
3055
+ @property
3056
+ @pulumi.getter
3057
+ def examples(self) -> Optional[Mapping[str, 'outputs.ParameterExampleContractResponse']]:
3058
+ """
3059
+ Exampled defined for the representation.
3060
+ """
3061
+ return pulumi.get(self, "examples")
3062
+
3063
+ @property
3064
+ @pulumi.getter(name="formParameters")
3065
+ def form_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
3066
+ """
3067
+ Collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'..
3068
+ """
3069
+ return pulumi.get(self, "form_parameters")
3070
+
3071
+ @property
3072
+ @pulumi.getter(name="schemaId")
3073
+ def schema_id(self) -> Optional[str]:
3074
+ """
3075
+ Schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
3076
+ """
3077
+ return pulumi.get(self, "schema_id")
3078
+
3079
+ @property
3080
+ @pulumi.getter(name="typeName")
3081
+ def type_name(self) -> Optional[str]:
3082
+ """
3083
+ Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
3084
+ """
3085
+ return pulumi.get(self, "type_name")
3086
+
3087
+
3088
+ @pulumi.output_type
3089
+ class RequestContractResponse(dict):
3090
+ """
3091
+ Operation request details.
3092
+ """
3093
+ @staticmethod
3094
+ def __key_warning(key: str):
3095
+ suggest = None
3096
+ if key == "queryParameters":
3097
+ suggest = "query_parameters"
3098
+
3099
+ if suggest:
3100
+ pulumi.log.warn(f"Key '{key}' not found in RequestContractResponse. Access the value via the '{suggest}' property getter instead.")
3101
+
3102
+ def __getitem__(self, key: str) -> Any:
3103
+ RequestContractResponse.__key_warning(key)
3104
+ return super().__getitem__(key)
3105
+
3106
+ def get(self, key: str, default = None) -> Any:
3107
+ RequestContractResponse.__key_warning(key)
3108
+ return super().get(key, default)
3109
+
3110
+ def __init__(__self__, *,
3111
+ description: Optional[str] = None,
3112
+ headers: Optional[Sequence['outputs.ParameterContractResponse']] = None,
3113
+ query_parameters: Optional[Sequence['outputs.ParameterContractResponse']] = None,
3114
+ representations: Optional[Sequence['outputs.RepresentationContractResponse']] = None):
3115
+ """
3116
+ Operation request details.
3117
+ :param str description: Operation request description.
3118
+ :param Sequence['ParameterContractResponse'] headers: Collection of operation request headers.
3119
+ :param Sequence['ParameterContractResponse'] query_parameters: Collection of operation request query parameters.
3120
+ :param Sequence['RepresentationContractResponse'] representations: Collection of operation request representations.
3121
+ """
3122
+ if description is not None:
3123
+ pulumi.set(__self__, "description", description)
3124
+ if headers is not None:
3125
+ pulumi.set(__self__, "headers", headers)
3126
+ if query_parameters is not None:
3127
+ pulumi.set(__self__, "query_parameters", query_parameters)
3128
+ if representations is not None:
3129
+ pulumi.set(__self__, "representations", representations)
3130
+
3131
+ @property
3132
+ @pulumi.getter
3133
+ def description(self) -> Optional[str]:
3134
+ """
3135
+ Operation request description.
3136
+ """
3137
+ return pulumi.get(self, "description")
3138
+
3139
+ @property
3140
+ @pulumi.getter
3141
+ def headers(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
3142
+ """
3143
+ Collection of operation request headers.
3144
+ """
3145
+ return pulumi.get(self, "headers")
3146
+
3147
+ @property
3148
+ @pulumi.getter(name="queryParameters")
3149
+ def query_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
3150
+ """
3151
+ Collection of operation request query parameters.
3152
+ """
3153
+ return pulumi.get(self, "query_parameters")
3154
+
3155
+ @property
3156
+ @pulumi.getter
3157
+ def representations(self) -> Optional[Sequence['outputs.RepresentationContractResponse']]:
3158
+ """
3159
+ Collection of operation request representations.
3160
+ """
3161
+ return pulumi.get(self, "representations")
3162
+
3163
+
3164
+ @pulumi.output_type
3165
+ class ResourceCollectionResponseValue(dict):
3166
+ def __init__(__self__, *,
3167
+ id: str,
3168
+ name: str,
3169
+ type: str):
3170
+ """
3171
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
3172
+ :param str name: The name of the resource
3173
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
3174
+ """
3175
+ pulumi.set(__self__, "id", id)
3176
+ pulumi.set(__self__, "name", name)
3177
+ pulumi.set(__self__, "type", type)
3178
+
3179
+ @property
3180
+ @pulumi.getter
3181
+ def id(self) -> str:
3182
+ """
3183
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
3184
+ """
3185
+ return pulumi.get(self, "id")
3186
+
3187
+ @property
3188
+ @pulumi.getter
3189
+ def name(self) -> str:
3190
+ """
3191
+ The name of the resource
3192
+ """
3193
+ return pulumi.get(self, "name")
3194
+
3195
+ @property
3196
+ @pulumi.getter
3197
+ def type(self) -> str:
3198
+ """
3199
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
3200
+ """
3201
+ return pulumi.get(self, "type")
3202
+
3203
+
3204
+ @pulumi.output_type
3205
+ class ResourceLocationDataContractResponse(dict):
3206
+ """
3207
+ Resource location data properties.
3208
+ """
3209
+ @staticmethod
3210
+ def __key_warning(key: str):
3211
+ suggest = None
3212
+ if key == "countryOrRegion":
3213
+ suggest = "country_or_region"
3214
+
3215
+ if suggest:
3216
+ pulumi.log.warn(f"Key '{key}' not found in ResourceLocationDataContractResponse. Access the value via the '{suggest}' property getter instead.")
3217
+
3218
+ def __getitem__(self, key: str) -> Any:
3219
+ ResourceLocationDataContractResponse.__key_warning(key)
3220
+ return super().__getitem__(key)
3221
+
3222
+ def get(self, key: str, default = None) -> Any:
3223
+ ResourceLocationDataContractResponse.__key_warning(key)
3224
+ return super().get(key, default)
3225
+
3226
+ def __init__(__self__, *,
3227
+ name: str,
3228
+ city: Optional[str] = None,
3229
+ country_or_region: Optional[str] = None,
3230
+ district: Optional[str] = None):
3231
+ """
3232
+ Resource location data properties.
3233
+ :param str name: A canonical name for the geographic or physical location.
3234
+ :param str city: The city or locality where the resource is located.
3235
+ :param str country_or_region: The country or region where the resource is located.
3236
+ :param str district: The district, state, or province where the resource is located.
3237
+ """
3238
+ pulumi.set(__self__, "name", name)
3239
+ if city is not None:
3240
+ pulumi.set(__self__, "city", city)
3241
+ if country_or_region is not None:
3242
+ pulumi.set(__self__, "country_or_region", country_or_region)
3243
+ if district is not None:
3244
+ pulumi.set(__self__, "district", district)
3245
+
3246
+ @property
3247
+ @pulumi.getter
3248
+ def name(self) -> str:
3249
+ """
3250
+ A canonical name for the geographic or physical location.
3251
+ """
3252
+ return pulumi.get(self, "name")
3253
+
3254
+ @property
3255
+ @pulumi.getter
3256
+ def city(self) -> Optional[str]:
3257
+ """
3258
+ The city or locality where the resource is located.
3259
+ """
3260
+ return pulumi.get(self, "city")
3261
+
3262
+ @property
3263
+ @pulumi.getter(name="countryOrRegion")
3264
+ def country_or_region(self) -> Optional[str]:
3265
+ """
3266
+ The country or region where the resource is located.
3267
+ """
3268
+ return pulumi.get(self, "country_or_region")
3269
+
3270
+ @property
3271
+ @pulumi.getter
3272
+ def district(self) -> Optional[str]:
3273
+ """
3274
+ The district, state, or province where the resource is located.
3275
+ """
3276
+ return pulumi.get(self, "district")
3277
+
3278
+
3279
+ @pulumi.output_type
3280
+ class ResponseContractResponse(dict):
3281
+ """
3282
+ Operation response details.
3283
+ """
3284
+ @staticmethod
3285
+ def __key_warning(key: str):
3286
+ suggest = None
3287
+ if key == "statusCode":
3288
+ suggest = "status_code"
3289
+
3290
+ if suggest:
3291
+ pulumi.log.warn(f"Key '{key}' not found in ResponseContractResponse. Access the value via the '{suggest}' property getter instead.")
3292
+
3293
+ def __getitem__(self, key: str) -> Any:
3294
+ ResponseContractResponse.__key_warning(key)
3295
+ return super().__getitem__(key)
3296
+
3297
+ def get(self, key: str, default = None) -> Any:
3298
+ ResponseContractResponse.__key_warning(key)
3299
+ return super().get(key, default)
3300
+
3301
+ def __init__(__self__, *,
3302
+ status_code: int,
3303
+ description: Optional[str] = None,
3304
+ headers: Optional[Sequence['outputs.ParameterContractResponse']] = None,
3305
+ representations: Optional[Sequence['outputs.RepresentationContractResponse']] = None):
3306
+ """
3307
+ Operation response details.
3308
+ :param int status_code: Operation response HTTP status code.
3309
+ :param str description: Operation response description.
3310
+ :param Sequence['ParameterContractResponse'] headers: Collection of operation response headers.
3311
+ :param Sequence['RepresentationContractResponse'] representations: Collection of operation response representations.
3312
+ """
3313
+ pulumi.set(__self__, "status_code", status_code)
3314
+ if description is not None:
3315
+ pulumi.set(__self__, "description", description)
3316
+ if headers is not None:
3317
+ pulumi.set(__self__, "headers", headers)
3318
+ if representations is not None:
3319
+ pulumi.set(__self__, "representations", representations)
3320
+
3321
+ @property
3322
+ @pulumi.getter(name="statusCode")
3323
+ def status_code(self) -> int:
3324
+ """
3325
+ Operation response HTTP status code.
3326
+ """
3327
+ return pulumi.get(self, "status_code")
3328
+
3329
+ @property
3330
+ @pulumi.getter
3331
+ def description(self) -> Optional[str]:
3332
+ """
3333
+ Operation response description.
3334
+ """
3335
+ return pulumi.get(self, "description")
3336
+
3337
+ @property
3338
+ @pulumi.getter
3339
+ def headers(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
3340
+ """
3341
+ Collection of operation response headers.
3342
+ """
3343
+ return pulumi.get(self, "headers")
3344
+
3345
+ @property
3346
+ @pulumi.getter
3347
+ def representations(self) -> Optional[Sequence['outputs.RepresentationContractResponse']]:
3348
+ """
3349
+ Collection of operation response representations.
3350
+ """
3351
+ return pulumi.get(self, "representations")
3352
+
3353
+
3354
+ @pulumi.output_type
3355
+ class SamplingSettingsResponse(dict):
3356
+ """
3357
+ Sampling settings for Diagnostic.
3358
+ """
3359
+ @staticmethod
3360
+ def __key_warning(key: str):
3361
+ suggest = None
3362
+ if key == "samplingType":
3363
+ suggest = "sampling_type"
3364
+
3365
+ if suggest:
3366
+ pulumi.log.warn(f"Key '{key}' not found in SamplingSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3367
+
3368
+ def __getitem__(self, key: str) -> Any:
3369
+ SamplingSettingsResponse.__key_warning(key)
3370
+ return super().__getitem__(key)
3371
+
3372
+ def get(self, key: str, default = None) -> Any:
3373
+ SamplingSettingsResponse.__key_warning(key)
3374
+ return super().get(key, default)
3375
+
3376
+ def __init__(__self__, *,
3377
+ percentage: Optional[float] = None,
3378
+ sampling_type: Optional[str] = None):
3379
+ """
3380
+ Sampling settings for Diagnostic.
3381
+ :param float percentage: Rate of sampling for fixed-rate sampling.
3382
+ :param str sampling_type: Sampling type.
3383
+ """
3384
+ if percentage is not None:
3385
+ pulumi.set(__self__, "percentage", percentage)
3386
+ if sampling_type is not None:
3387
+ pulumi.set(__self__, "sampling_type", sampling_type)
3388
+
3389
+ @property
3390
+ @pulumi.getter
3391
+ def percentage(self) -> Optional[float]:
3392
+ """
3393
+ Rate of sampling for fixed-rate sampling.
3394
+ """
3395
+ return pulumi.get(self, "percentage")
3396
+
3397
+ @property
3398
+ @pulumi.getter(name="samplingType")
3399
+ def sampling_type(self) -> Optional[str]:
3400
+ """
3401
+ Sampling type.
3402
+ """
3403
+ return pulumi.get(self, "sampling_type")
3404
+
3405
+
3406
+ @pulumi.output_type
3407
+ class SubscriptionKeyParameterNamesContractResponse(dict):
3408
+ """
3409
+ Subscription key parameter names details.
3410
+ """
3411
+ def __init__(__self__, *,
3412
+ header: Optional[str] = None,
3413
+ query: Optional[str] = None):
3414
+ """
3415
+ Subscription key parameter names details.
3416
+ :param str header: Subscription key header name.
3417
+ :param str query: Subscription key query string parameter name.
3418
+ """
3419
+ if header is not None:
3420
+ pulumi.set(__self__, "header", header)
3421
+ if query is not None:
3422
+ pulumi.set(__self__, "query", query)
3423
+
3424
+ @property
3425
+ @pulumi.getter
3426
+ def header(self) -> Optional[str]:
3427
+ """
3428
+ Subscription key header name.
3429
+ """
3430
+ return pulumi.get(self, "header")
3431
+
3432
+ @property
3433
+ @pulumi.getter
3434
+ def query(self) -> Optional[str]:
3435
+ """
3436
+ Subscription key query string parameter name.
3437
+ """
3438
+ return pulumi.get(self, "query")
3439
+
3440
+
3441
+ @pulumi.output_type
3442
+ class SystemDataResponse(dict):
3443
+ """
3444
+ Metadata pertaining to creation and last modification of the resource.
3445
+ """
3446
+ @staticmethod
3447
+ def __key_warning(key: str):
3448
+ suggest = None
3449
+ if key == "createdAt":
3450
+ suggest = "created_at"
3451
+ elif key == "createdBy":
3452
+ suggest = "created_by"
3453
+ elif key == "createdByType":
3454
+ suggest = "created_by_type"
3455
+ elif key == "lastModifiedAt":
3456
+ suggest = "last_modified_at"
3457
+ elif key == "lastModifiedBy":
3458
+ suggest = "last_modified_by"
3459
+ elif key == "lastModifiedByType":
3460
+ suggest = "last_modified_by_type"
3461
+
3462
+ if suggest:
3463
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3464
+
3465
+ def __getitem__(self, key: str) -> Any:
3466
+ SystemDataResponse.__key_warning(key)
3467
+ return super().__getitem__(key)
3468
+
3469
+ def get(self, key: str, default = None) -> Any:
3470
+ SystemDataResponse.__key_warning(key)
3471
+ return super().get(key, default)
3472
+
3473
+ def __init__(__self__, *,
3474
+ created_at: Optional[str] = None,
3475
+ created_by: Optional[str] = None,
3476
+ created_by_type: Optional[str] = None,
3477
+ last_modified_at: Optional[str] = None,
3478
+ last_modified_by: Optional[str] = None,
3479
+ last_modified_by_type: Optional[str] = None):
3480
+ """
3481
+ Metadata pertaining to creation and last modification of the resource.
3482
+ :param str created_at: The timestamp of resource creation (UTC).
3483
+ :param str created_by: The identity that created the resource.
3484
+ :param str created_by_type: The type of identity that created the resource.
3485
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3486
+ :param str last_modified_by: The identity that last modified the resource.
3487
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3488
+ """
3489
+ if created_at is not None:
3490
+ pulumi.set(__self__, "created_at", created_at)
3491
+ if created_by is not None:
3492
+ pulumi.set(__self__, "created_by", created_by)
3493
+ if created_by_type is not None:
3494
+ pulumi.set(__self__, "created_by_type", created_by_type)
3495
+ if last_modified_at is not None:
3496
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3497
+ if last_modified_by is not None:
3498
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3499
+ if last_modified_by_type is not None:
3500
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3501
+
3502
+ @property
3503
+ @pulumi.getter(name="createdAt")
3504
+ def created_at(self) -> Optional[str]:
3505
+ """
3506
+ The timestamp of resource creation (UTC).
3507
+ """
3508
+ return pulumi.get(self, "created_at")
3509
+
3510
+ @property
3511
+ @pulumi.getter(name="createdBy")
3512
+ def created_by(self) -> Optional[str]:
3513
+ """
3514
+ The identity that created the resource.
3515
+ """
3516
+ return pulumi.get(self, "created_by")
3517
+
3518
+ @property
3519
+ @pulumi.getter(name="createdByType")
3520
+ def created_by_type(self) -> Optional[str]:
3521
+ """
3522
+ The type of identity that created the resource.
3523
+ """
3524
+ return pulumi.get(self, "created_by_type")
3525
+
3526
+ @property
3527
+ @pulumi.getter(name="lastModifiedAt")
3528
+ def last_modified_at(self) -> Optional[str]:
3529
+ """
3530
+ The timestamp of resource last modification (UTC)
3531
+ """
3532
+ return pulumi.get(self, "last_modified_at")
3533
+
3534
+ @property
3535
+ @pulumi.getter(name="lastModifiedBy")
3536
+ def last_modified_by(self) -> Optional[str]:
3537
+ """
3538
+ The identity that last modified the resource.
3539
+ """
3540
+ return pulumi.get(self, "last_modified_by")
3541
+
3542
+ @property
3543
+ @pulumi.getter(name="lastModifiedByType")
3544
+ def last_modified_by_type(self) -> Optional[str]:
3545
+ """
3546
+ The type of identity that last modified the resource.
3547
+ """
3548
+ return pulumi.get(self, "last_modified_by_type")
3549
+
3550
+
3551
+ @pulumi.output_type
3552
+ class TokenBodyParameterContractResponse(dict):
3553
+ """
3554
+ OAuth acquire token request body parameter (www-url-form-encoded).
3555
+ """
3556
+ def __init__(__self__, *,
3557
+ name: str,
3558
+ value: str):
3559
+ """
3560
+ OAuth acquire token request body parameter (www-url-form-encoded).
3561
+ :param str name: body parameter name.
3562
+ :param str value: body parameter value.
3563
+ """
3564
+ pulumi.set(__self__, "name", name)
3565
+ pulumi.set(__self__, "value", value)
3566
+
3567
+ @property
3568
+ @pulumi.getter
3569
+ def name(self) -> str:
3570
+ """
3571
+ body parameter name.
3572
+ """
3573
+ return pulumi.get(self, "name")
3574
+
3575
+ @property
3576
+ @pulumi.getter
3577
+ def value(self) -> str:
3578
+ """
3579
+ body parameter value.
3580
+ """
3581
+ return pulumi.get(self, "value")
3582
+
3583
+
3584
+ @pulumi.output_type
3585
+ class UserIdentityContractResponse(dict):
3586
+ """
3587
+ User identity details.
3588
+ """
3589
+ def __init__(__self__, *,
3590
+ id: Optional[str] = None,
3591
+ provider: Optional[str] = None):
3592
+ """
3593
+ User identity details.
3594
+ :param str id: Identifier value within provider.
3595
+ :param str provider: Identity provider name.
3596
+ """
3597
+ if id is not None:
3598
+ pulumi.set(__self__, "id", id)
3599
+ if provider is not None:
3600
+ pulumi.set(__self__, "provider", provider)
3601
+
3602
+ @property
3603
+ @pulumi.getter
3604
+ def id(self) -> Optional[str]:
3605
+ """
3606
+ Identifier value within provider.
3607
+ """
3608
+ return pulumi.get(self, "id")
3609
+
3610
+ @property
3611
+ @pulumi.getter
3612
+ def provider(self) -> Optional[str]:
3613
+ """
3614
+ Identity provider name.
3615
+ """
3616
+ return pulumi.get(self, "provider")
3617
+
3618
+
3619
+ @pulumi.output_type
3620
+ class UserIdentityPropertiesResponse(dict):
3621
+ @staticmethod
3622
+ def __key_warning(key: str):
3623
+ suggest = None
3624
+ if key == "clientId":
3625
+ suggest = "client_id"
3626
+ elif key == "principalId":
3627
+ suggest = "principal_id"
3628
+
3629
+ if suggest:
3630
+ pulumi.log.warn(f"Key '{key}' not found in UserIdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3631
+
3632
+ def __getitem__(self, key: str) -> Any:
3633
+ UserIdentityPropertiesResponse.__key_warning(key)
3634
+ return super().__getitem__(key)
3635
+
3636
+ def get(self, key: str, default = None) -> Any:
3637
+ UserIdentityPropertiesResponse.__key_warning(key)
3638
+ return super().get(key, default)
3639
+
3640
+ def __init__(__self__, *,
3641
+ client_id: Optional[str] = None,
3642
+ principal_id: Optional[str] = None):
3643
+ """
3644
+ :param str client_id: The client id of user assigned identity.
3645
+ :param str principal_id: The principal id of user assigned identity.
3646
+ """
3647
+ if client_id is not None:
3648
+ pulumi.set(__self__, "client_id", client_id)
3649
+ if principal_id is not None:
3650
+ pulumi.set(__self__, "principal_id", principal_id)
3651
+
3652
+ @property
3653
+ @pulumi.getter(name="clientId")
3654
+ def client_id(self) -> Optional[str]:
3655
+ """
3656
+ The client id of user assigned identity.
3657
+ """
3658
+ return pulumi.get(self, "client_id")
3659
+
3660
+ @property
3661
+ @pulumi.getter(name="principalId")
3662
+ def principal_id(self) -> Optional[str]:
3663
+ """
3664
+ The principal id of user assigned identity.
3665
+ """
3666
+ return pulumi.get(self, "principal_id")
3667
+
3668
+
3669
+ @pulumi.output_type
3670
+ class VirtualNetworkConfigurationResponse(dict):
3671
+ """
3672
+ Configuration of a virtual network to which API Management service is deployed.
3673
+ """
3674
+ @staticmethod
3675
+ def __key_warning(key: str):
3676
+ suggest = None
3677
+ if key == "subnetResourceId":
3678
+ suggest = "subnet_resource_id"
3679
+
3680
+ if suggest:
3681
+ pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3682
+
3683
+ def __getitem__(self, key: str) -> Any:
3684
+ VirtualNetworkConfigurationResponse.__key_warning(key)
3685
+ return super().__getitem__(key)
3686
+
3687
+ def get(self, key: str, default = None) -> Any:
3688
+ VirtualNetworkConfigurationResponse.__key_warning(key)
3689
+ return super().get(key, default)
3690
+
3691
+ def __init__(__self__, *,
3692
+ subnetname: str,
3693
+ vnetid: str,
3694
+ subnet_resource_id: Optional[str] = None):
3695
+ """
3696
+ Configuration of a virtual network to which API Management service is deployed.
3697
+ :param str subnetname: The name of the subnet.
3698
+ :param str vnetid: The virtual network ID. This is typically a GUID. Expect a null GUID by default.
3699
+ :param str subnet_resource_id: The full resource ID of a subnet in a virtual network to deploy the API Management service in.
3700
+ """
3701
+ pulumi.set(__self__, "subnetname", subnetname)
3702
+ pulumi.set(__self__, "vnetid", vnetid)
3703
+ if subnet_resource_id is not None:
3704
+ pulumi.set(__self__, "subnet_resource_id", subnet_resource_id)
3705
+
3706
+ @property
3707
+ @pulumi.getter
3708
+ def subnetname(self) -> str:
3709
+ """
3710
+ The name of the subnet.
3711
+ """
3712
+ return pulumi.get(self, "subnetname")
3713
+
3714
+ @property
3715
+ @pulumi.getter
3716
+ def vnetid(self) -> str:
3717
+ """
3718
+ The virtual network ID. This is typically a GUID. Expect a null GUID by default.
3719
+ """
3720
+ return pulumi.get(self, "vnetid")
3721
+
3722
+ @property
3723
+ @pulumi.getter(name="subnetResourceId")
3724
+ def subnet_resource_id(self) -> Optional[str]:
3725
+ """
3726
+ The full resource ID of a subnet in a virtual network to deploy the API Management service in.
3727
+ """
3728
+ return pulumi.get(self, "subnet_resource_id")
3729
+
3730
+
3731
+ @pulumi.output_type
3732
+ class WikiDocumentationContractResponse(dict):
3733
+ """
3734
+ Wiki documentation details.
3735
+ """
3736
+ @staticmethod
3737
+ def __key_warning(key: str):
3738
+ suggest = None
3739
+ if key == "documentationId":
3740
+ suggest = "documentation_id"
3741
+
3742
+ if suggest:
3743
+ pulumi.log.warn(f"Key '{key}' not found in WikiDocumentationContractResponse. Access the value via the '{suggest}' property getter instead.")
3744
+
3745
+ def __getitem__(self, key: str) -> Any:
3746
+ WikiDocumentationContractResponse.__key_warning(key)
3747
+ return super().__getitem__(key)
3748
+
3749
+ def get(self, key: str, default = None) -> Any:
3750
+ WikiDocumentationContractResponse.__key_warning(key)
3751
+ return super().get(key, default)
3752
+
3753
+ def __init__(__self__, *,
3754
+ documentation_id: Optional[str] = None):
3755
+ """
3756
+ Wiki documentation details.
3757
+ :param str documentation_id: Documentation Identifier
3758
+ """
3759
+ if documentation_id is not None:
3760
+ pulumi.set(__self__, "documentation_id", documentation_id)
3761
+
3762
+ @property
3763
+ @pulumi.getter(name="documentationId")
3764
+ def documentation_id(self) -> Optional[str]:
3765
+ """
3766
+ Documentation Identifier
3767
+ """
3768
+ return pulumi.get(self, "documentation_id")
3769
+
3770
+
3771
+ @pulumi.output_type
3772
+ class X509CertificateNameResponse(dict):
3773
+ """
3774
+ Properties of server X509Names.
3775
+ """
3776
+ @staticmethod
3777
+ def __key_warning(key: str):
3778
+ suggest = None
3779
+ if key == "issuerCertificateThumbprint":
3780
+ suggest = "issuer_certificate_thumbprint"
3781
+
3782
+ if suggest:
3783
+ pulumi.log.warn(f"Key '{key}' not found in X509CertificateNameResponse. Access the value via the '{suggest}' property getter instead.")
3784
+
3785
+ def __getitem__(self, key: str) -> Any:
3786
+ X509CertificateNameResponse.__key_warning(key)
3787
+ return super().__getitem__(key)
3788
+
3789
+ def get(self, key: str, default = None) -> Any:
3790
+ X509CertificateNameResponse.__key_warning(key)
3791
+ return super().get(key, default)
3792
+
3793
+ def __init__(__self__, *,
3794
+ issuer_certificate_thumbprint: Optional[str] = None,
3795
+ name: Optional[str] = None):
3796
+ """
3797
+ Properties of server X509Names.
3798
+ :param str issuer_certificate_thumbprint: Thumbprint for the Issuer of the Certificate.
3799
+ :param str name: Common Name of the Certificate.
3800
+ """
3801
+ if issuer_certificate_thumbprint is not None:
3802
+ pulumi.set(__self__, "issuer_certificate_thumbprint", issuer_certificate_thumbprint)
3803
+ if name is not None:
3804
+ pulumi.set(__self__, "name", name)
3805
+
3806
+ @property
3807
+ @pulumi.getter(name="issuerCertificateThumbprint")
3808
+ def issuer_certificate_thumbprint(self) -> Optional[str]:
3809
+ """
3810
+ Thumbprint for the Issuer of the Certificate.
3811
+ """
3812
+ return pulumi.get(self, "issuer_certificate_thumbprint")
3813
+
3814
+ @property
3815
+ @pulumi.getter
3816
+ def name(self) -> Optional[str]:
3817
+ """
3818
+ Common Name of the Certificate.
3819
+ """
3820
+ return pulumi.get(self, "name")
3821
+
3822
+