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