pulumi-azure-native 2.44.0__py3-none-any.whl → 2.44.0a1717427766__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 (189) hide show
  1. pulumi_azure_native/__init__.py +5 -69
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +0 -14
  3. pulumi_azure_native/appcomplianceautomation/_inputs.py +0 -40
  4. pulumi_azure_native/appcomplianceautomation/get_report.py +0 -4
  5. pulumi_azure_native/appcomplianceautomation/outputs.py +0 -226
  6. pulumi_azure_native/appcomplianceautomation/report.py +1 -5
  7. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  8. pulumi_azure_native/authorization/__init__.py +2 -0
  9. pulumi_azure_native/authorization/_enums.py +70 -0
  10. pulumi_azure_native/authorization/_inputs.py +838 -0
  11. pulumi_azure_native/authorization/get_role_management_policy.py +228 -0
  12. pulumi_azure_native/authorization/outputs.py +88 -0
  13. pulumi_azure_native/authorization/role_management_policy.py +327 -0
  14. pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
  15. pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
  16. pulumi_azure_native/authorization/v20201001/_inputs.py +853 -0
  17. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +222 -0
  18. pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
  19. pulumi_azure_native/authorization/v20201001/role_management_policy.py +321 -0
  20. pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
  21. pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
  22. pulumi_azure_native/authorization/v20201001preview/_inputs.py +853 -0
  23. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +222 -0
  24. pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
  25. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +321 -0
  26. pulumi_azure_native/devhub/__init__.py +0 -5
  27. pulumi_azure_native/devhub/_inputs.py +0 -190
  28. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  29. pulumi_azure_native/devhub/get_workflow.py +2 -2
  30. pulumi_azure_native/devhub/outputs.py +0 -229
  31. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  32. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  33. pulumi_azure_native/devhub/workflow.py +3 -3
  34. pulumi_azure_native/hybridcompute/__init__.py +0 -3
  35. pulumi_azure_native/hybridcompute/gateway.py +1 -5
  36. pulumi_azure_native/hybridcompute/get_gateway.py +0 -4
  37. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  38. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  39. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  40. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  41. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  42. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  43. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  44. pulumi_azure_native/hybridcompute/license.py +3 -3
  45. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  46. pulumi_azure_native/hybridcompute/machine.py +3 -3
  47. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  48. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  49. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  50. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  51. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  52. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  53. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  54. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  56. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  57. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  58. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  59. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  60. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  62. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  63. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  64. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  65. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  66. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  67. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  68. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  69. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  70. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  71. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  83. pulumi_azure_native/pulumi-plugin.json +1 -1
  84. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  85. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +4 -0
  86. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  87. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  88. pulumi_azure_native/scvmm/v20231007/_enums.py +4 -49
  89. pulumi_azure_native/scvmm/v20231007/_inputs.py +145 -56
  90. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  91. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  92. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  93. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  94. pulumi_azure_native/scvmm/v20231007/{get_guest_agent.py → get_vm_instance_guest_agent.py} +16 -16
  95. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  96. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  97. pulumi_azure_native/scvmm/v20231007/outputs.py +100 -96
  98. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  99. pulumi_azure_native/scvmm/v20231007/{guest_agent.py → vm_instance_guest_agent.py} +18 -18
  100. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  101. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +4 -0
  102. pulumi_azure_native/storage/v20230501/_enums.py +0 -2
  103. pulumi_azure_native/virtualmachineimages/__init__.py +0 -3
  104. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  105. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  106. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  107. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  108. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  109. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  110. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  111. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  112. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/METADATA +1 -1
  113. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/RECORD +115 -179
  114. pulumi_azure_native/appcomplianceautomation/_enums.py +0 -125
  115. pulumi_azure_native/appcomplianceautomation/evidence.py +0 -363
  116. pulumi_azure_native/appcomplianceautomation/get_evidence.py +0 -198
  117. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +0 -75
  118. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +0 -76
  119. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +0 -76
  120. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +0 -146
  121. pulumi_azure_native/appcomplianceautomation/get_webhook.py +0 -289
  122. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +0 -76
  123. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +0 -206
  124. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +0 -22
  125. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +0 -144
  126. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +0 -215
  127. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +0 -361
  128. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +0 -196
  129. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +0 -73
  130. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +0 -74
  131. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +0 -296
  132. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +0 -74
  133. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +0 -144
  134. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +0 -287
  135. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +0 -74
  136. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +0 -720
  137. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +0 -387
  138. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +0 -204
  139. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +0 -447
  140. pulumi_azure_native/appcomplianceautomation/webhook.py +0 -449
  141. pulumi_azure_native/devhub/get_iac_profile.py +0 -322
  142. pulumi_azure_native/devhub/iac_profile.py +0 -539
  143. pulumi_azure_native/devhub/v20240501preview/__init__.py +0 -15
  144. pulumi_azure_native/devhub/v20240501preview/_enums.py +0 -146
  145. pulumi_azure_native/devhub/v20240501preview/_inputs.py +0 -427
  146. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +0 -91
  147. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +0 -320
  148. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +0 -489
  149. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +0 -537
  150. pulumi_azure_native/devhub/v20240501preview/outputs.py +0 -654
  151. pulumi_azure_native/devhub/v20240501preview/workflow.py +0 -915
  152. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +0 -26
  153. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +0 -172
  154. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +0 -1408
  155. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +0 -311
  156. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +0 -209
  157. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +0 -196
  158. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +0 -357
  159. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +0 -591
  160. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +0 -162
  161. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +0 -318
  162. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +0 -136
  163. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +0 -157
  164. pulumi_azure_native/hybridcompute/v20240520preview/license.py +0 -321
  165. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +0 -500
  166. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +0 -850
  167. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +0 -274
  168. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +0 -587
  169. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +0 -3204
  170. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +0 -215
  171. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +0 -253
  172. pulumi_azure_native/verifiedid/__init__.py +0 -18
  173. pulumi_azure_native/verifiedid/authority.py +0 -234
  174. pulumi_azure_native/verifiedid/get_authority.py +0 -159
  175. pulumi_azure_native/verifiedid/outputs.py +0 -125
  176. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +0 -10
  177. pulumi_azure_native/verifiedid/v20240126preview/authority.py +0 -232
  178. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +0 -157
  179. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +0 -125
  180. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +0 -14
  181. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +0 -60
  182. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +0 -1895
  183. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +0 -162
  184. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +0 -352
  185. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +0 -2401
  186. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +0 -235
  187. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +0 -619
  188. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.44.0.dist-info → pulumi_azure_native-2.44.0a1717427766.dist-info}/top_level.txt +0 -0
@@ -1,449 +0,0 @@
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__ = ['WebhookArgs', 'Webhook']
15
-
16
- @pulumi.input_type
17
- class WebhookArgs:
18
- def __init__(__self__, *,
19
- report_name: pulumi.Input[str],
20
- content_type: Optional[pulumi.Input[Union[str, 'ContentType']]] = None,
21
- enable_ssl_verification: Optional[pulumi.Input[Union[str, 'EnableSslVerification']]] = None,
22
- events: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]] = None,
23
- payload_url: Optional[pulumi.Input[str]] = None,
24
- send_all_events: Optional[pulumi.Input[Union[str, 'SendAllEvents']]] = None,
25
- status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
26
- update_webhook_key: Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]] = None,
27
- webhook_key: Optional[pulumi.Input[str]] = None,
28
- webhook_name: Optional[pulumi.Input[str]] = None):
29
- """
30
- The set of arguments for constructing a Webhook resource.
31
- :param pulumi.Input[str] report_name: Report Name.
32
- :param pulumi.Input[Union[str, 'ContentType']] content_type: content type
33
- :param pulumi.Input[Union[str, 'EnableSslVerification']] enable_ssl_verification: whether to enable ssl verification
34
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]] events: under which event notification should be sent.
35
- :param pulumi.Input[str] payload_url: webhook payload url
36
- :param pulumi.Input[Union[str, 'SendAllEvents']] send_all_events: whether to send notification under any event.
37
- :param pulumi.Input[Union[str, 'WebhookStatus']] status: Webhook status.
38
- :param pulumi.Input[Union[str, 'UpdateWebhookKey']] update_webhook_key: whether to update webhookKey.
39
- :param pulumi.Input[str] webhook_key: webhook secret token. If not set, this field value is null; otherwise, please set a string value.
40
- :param pulumi.Input[str] webhook_name: Webhook Name.
41
- """
42
- pulumi.set(__self__, "report_name", report_name)
43
- if content_type is not None:
44
- pulumi.set(__self__, "content_type", content_type)
45
- if enable_ssl_verification is not None:
46
- pulumi.set(__self__, "enable_ssl_verification", enable_ssl_verification)
47
- if events is not None:
48
- pulumi.set(__self__, "events", events)
49
- if payload_url is not None:
50
- pulumi.set(__self__, "payload_url", payload_url)
51
- if send_all_events is not None:
52
- pulumi.set(__self__, "send_all_events", send_all_events)
53
- if status is not None:
54
- pulumi.set(__self__, "status", status)
55
- if update_webhook_key is not None:
56
- pulumi.set(__self__, "update_webhook_key", update_webhook_key)
57
- if webhook_key is not None:
58
- pulumi.set(__self__, "webhook_key", webhook_key)
59
- if webhook_name is not None:
60
- pulumi.set(__self__, "webhook_name", webhook_name)
61
-
62
- @property
63
- @pulumi.getter(name="reportName")
64
- def report_name(self) -> pulumi.Input[str]:
65
- """
66
- Report Name.
67
- """
68
- return pulumi.get(self, "report_name")
69
-
70
- @report_name.setter
71
- def report_name(self, value: pulumi.Input[str]):
72
- pulumi.set(self, "report_name", value)
73
-
74
- @property
75
- @pulumi.getter(name="contentType")
76
- def content_type(self) -> Optional[pulumi.Input[Union[str, 'ContentType']]]:
77
- """
78
- content type
79
- """
80
- return pulumi.get(self, "content_type")
81
-
82
- @content_type.setter
83
- def content_type(self, value: Optional[pulumi.Input[Union[str, 'ContentType']]]):
84
- pulumi.set(self, "content_type", value)
85
-
86
- @property
87
- @pulumi.getter(name="enableSslVerification")
88
- def enable_ssl_verification(self) -> Optional[pulumi.Input[Union[str, 'EnableSslVerification']]]:
89
- """
90
- whether to enable ssl verification
91
- """
92
- return pulumi.get(self, "enable_ssl_verification")
93
-
94
- @enable_ssl_verification.setter
95
- def enable_ssl_verification(self, value: Optional[pulumi.Input[Union[str, 'EnableSslVerification']]]):
96
- pulumi.set(self, "enable_ssl_verification", value)
97
-
98
- @property
99
- @pulumi.getter
100
- def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]]:
101
- """
102
- under which event notification should be sent.
103
- """
104
- return pulumi.get(self, "events")
105
-
106
- @events.setter
107
- def events(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]]):
108
- pulumi.set(self, "events", value)
109
-
110
- @property
111
- @pulumi.getter(name="payloadUrl")
112
- def payload_url(self) -> Optional[pulumi.Input[str]]:
113
- """
114
- webhook payload url
115
- """
116
- return pulumi.get(self, "payload_url")
117
-
118
- @payload_url.setter
119
- def payload_url(self, value: Optional[pulumi.Input[str]]):
120
- pulumi.set(self, "payload_url", value)
121
-
122
- @property
123
- @pulumi.getter(name="sendAllEvents")
124
- def send_all_events(self) -> Optional[pulumi.Input[Union[str, 'SendAllEvents']]]:
125
- """
126
- whether to send notification under any event.
127
- """
128
- return pulumi.get(self, "send_all_events")
129
-
130
- @send_all_events.setter
131
- def send_all_events(self, value: Optional[pulumi.Input[Union[str, 'SendAllEvents']]]):
132
- pulumi.set(self, "send_all_events", value)
133
-
134
- @property
135
- @pulumi.getter
136
- def status(self) -> Optional[pulumi.Input[Union[str, 'WebhookStatus']]]:
137
- """
138
- Webhook status.
139
- """
140
- return pulumi.get(self, "status")
141
-
142
- @status.setter
143
- def status(self, value: Optional[pulumi.Input[Union[str, 'WebhookStatus']]]):
144
- pulumi.set(self, "status", value)
145
-
146
- @property
147
- @pulumi.getter(name="updateWebhookKey")
148
- def update_webhook_key(self) -> Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]]:
149
- """
150
- whether to update webhookKey.
151
- """
152
- return pulumi.get(self, "update_webhook_key")
153
-
154
- @update_webhook_key.setter
155
- def update_webhook_key(self, value: Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]]):
156
- pulumi.set(self, "update_webhook_key", value)
157
-
158
- @property
159
- @pulumi.getter(name="webhookKey")
160
- def webhook_key(self) -> Optional[pulumi.Input[str]]:
161
- """
162
- webhook secret token. If not set, this field value is null; otherwise, please set a string value.
163
- """
164
- return pulumi.get(self, "webhook_key")
165
-
166
- @webhook_key.setter
167
- def webhook_key(self, value: Optional[pulumi.Input[str]]):
168
- pulumi.set(self, "webhook_key", value)
169
-
170
- @property
171
- @pulumi.getter(name="webhookName")
172
- def webhook_name(self) -> Optional[pulumi.Input[str]]:
173
- """
174
- Webhook Name.
175
- """
176
- return pulumi.get(self, "webhook_name")
177
-
178
- @webhook_name.setter
179
- def webhook_name(self, value: Optional[pulumi.Input[str]]):
180
- pulumi.set(self, "webhook_name", value)
181
-
182
-
183
- class Webhook(pulumi.CustomResource):
184
- @overload
185
- def __init__(__self__,
186
- resource_name: str,
187
- opts: Optional[pulumi.ResourceOptions] = None,
188
- content_type: Optional[pulumi.Input[Union[str, 'ContentType']]] = None,
189
- enable_ssl_verification: Optional[pulumi.Input[Union[str, 'EnableSslVerification']]] = None,
190
- events: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]] = None,
191
- payload_url: Optional[pulumi.Input[str]] = None,
192
- report_name: Optional[pulumi.Input[str]] = None,
193
- send_all_events: Optional[pulumi.Input[Union[str, 'SendAllEvents']]] = None,
194
- status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
195
- update_webhook_key: Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]] = None,
196
- webhook_key: Optional[pulumi.Input[str]] = None,
197
- webhook_name: Optional[pulumi.Input[str]] = None,
198
- __props__=None):
199
- """
200
- A class represent an AppComplianceAutomation webhook resource.
201
- Azure REST API version: 2024-06-27.
202
-
203
- :param str resource_name: The name of the resource.
204
- :param pulumi.ResourceOptions opts: Options for the resource.
205
- :param pulumi.Input[Union[str, 'ContentType']] content_type: content type
206
- :param pulumi.Input[Union[str, 'EnableSslVerification']] enable_ssl_verification: whether to enable ssl verification
207
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]] events: under which event notification should be sent.
208
- :param pulumi.Input[str] payload_url: webhook payload url
209
- :param pulumi.Input[str] report_name: Report Name.
210
- :param pulumi.Input[Union[str, 'SendAllEvents']] send_all_events: whether to send notification under any event.
211
- :param pulumi.Input[Union[str, 'WebhookStatus']] status: Webhook status.
212
- :param pulumi.Input[Union[str, 'UpdateWebhookKey']] update_webhook_key: whether to update webhookKey.
213
- :param pulumi.Input[str] webhook_key: webhook secret token. If not set, this field value is null; otherwise, please set a string value.
214
- :param pulumi.Input[str] webhook_name: Webhook Name.
215
- """
216
- ...
217
- @overload
218
- def __init__(__self__,
219
- resource_name: str,
220
- args: WebhookArgs,
221
- opts: Optional[pulumi.ResourceOptions] = None):
222
- """
223
- A class represent an AppComplianceAutomation webhook resource.
224
- Azure REST API version: 2024-06-27.
225
-
226
- :param str resource_name: The name of the resource.
227
- :param WebhookArgs args: The arguments to use to populate this resource's properties.
228
- :param pulumi.ResourceOptions opts: Options for the resource.
229
- """
230
- ...
231
- def __init__(__self__, resource_name: str, *args, **kwargs):
232
- resource_args, opts = _utilities.get_resource_args_opts(WebhookArgs, pulumi.ResourceOptions, *args, **kwargs)
233
- if resource_args is not None:
234
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
235
- else:
236
- __self__._internal_init(resource_name, *args, **kwargs)
237
-
238
- def _internal_init(__self__,
239
- resource_name: str,
240
- opts: Optional[pulumi.ResourceOptions] = None,
241
- content_type: Optional[pulumi.Input[Union[str, 'ContentType']]] = None,
242
- enable_ssl_verification: Optional[pulumi.Input[Union[str, 'EnableSslVerification']]] = None,
243
- events: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]] = None,
244
- payload_url: Optional[pulumi.Input[str]] = None,
245
- report_name: Optional[pulumi.Input[str]] = None,
246
- send_all_events: Optional[pulumi.Input[Union[str, 'SendAllEvents']]] = None,
247
- status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
248
- update_webhook_key: Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]] = None,
249
- webhook_key: Optional[pulumi.Input[str]] = None,
250
- webhook_name: Optional[pulumi.Input[str]] = None,
251
- __props__=None):
252
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
253
- if not isinstance(opts, pulumi.ResourceOptions):
254
- raise TypeError('Expected resource options to be a ResourceOptions instance')
255
- if opts.id is None:
256
- if __props__ is not None:
257
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
258
- __props__ = WebhookArgs.__new__(WebhookArgs)
259
-
260
- __props__.__dict__["content_type"] = content_type
261
- __props__.__dict__["enable_ssl_verification"] = enable_ssl_verification
262
- __props__.__dict__["events"] = events
263
- __props__.__dict__["payload_url"] = payload_url
264
- if report_name is None and not opts.urn:
265
- raise TypeError("Missing required property 'report_name'")
266
- __props__.__dict__["report_name"] = report_name
267
- __props__.__dict__["send_all_events"] = send_all_events
268
- __props__.__dict__["status"] = status
269
- __props__.__dict__["update_webhook_key"] = update_webhook_key
270
- __props__.__dict__["webhook_key"] = webhook_key
271
- __props__.__dict__["webhook_name"] = webhook_name
272
- __props__.__dict__["delivery_status"] = None
273
- __props__.__dict__["name"] = None
274
- __props__.__dict__["provisioning_state"] = None
275
- __props__.__dict__["system_data"] = None
276
- __props__.__dict__["tenant_id"] = None
277
- __props__.__dict__["type"] = None
278
- __props__.__dict__["webhook_id"] = None
279
- __props__.__dict__["webhook_key_enabled"] = None
280
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:appcomplianceautomation/v20240627:Webhook")])
281
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
282
- super(Webhook, __self__).__init__(
283
- 'azure-native:appcomplianceautomation:Webhook',
284
- resource_name,
285
- __props__,
286
- opts)
287
-
288
- @staticmethod
289
- def get(resource_name: str,
290
- id: pulumi.Input[str],
291
- opts: Optional[pulumi.ResourceOptions] = None) -> 'Webhook':
292
- """
293
- Get an existing Webhook resource's state with the given name, id, and optional extra
294
- properties used to qualify the lookup.
295
-
296
- :param str resource_name: The unique name of the resulting resource.
297
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
298
- :param pulumi.ResourceOptions opts: Options for the resource.
299
- """
300
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
301
-
302
- __props__ = WebhookArgs.__new__(WebhookArgs)
303
-
304
- __props__.__dict__["content_type"] = None
305
- __props__.__dict__["delivery_status"] = None
306
- __props__.__dict__["enable_ssl_verification"] = None
307
- __props__.__dict__["events"] = None
308
- __props__.__dict__["name"] = None
309
- __props__.__dict__["payload_url"] = None
310
- __props__.__dict__["provisioning_state"] = None
311
- __props__.__dict__["send_all_events"] = None
312
- __props__.__dict__["status"] = None
313
- __props__.__dict__["system_data"] = None
314
- __props__.__dict__["tenant_id"] = None
315
- __props__.__dict__["type"] = None
316
- __props__.__dict__["update_webhook_key"] = None
317
- __props__.__dict__["webhook_id"] = None
318
- __props__.__dict__["webhook_key"] = None
319
- __props__.__dict__["webhook_key_enabled"] = None
320
- return Webhook(resource_name, opts=opts, __props__=__props__)
321
-
322
- @property
323
- @pulumi.getter(name="contentType")
324
- def content_type(self) -> pulumi.Output[Optional[str]]:
325
- """
326
- content type
327
- """
328
- return pulumi.get(self, "content_type")
329
-
330
- @property
331
- @pulumi.getter(name="deliveryStatus")
332
- def delivery_status(self) -> pulumi.Output[str]:
333
- """
334
- webhook deliveryStatus
335
- """
336
- return pulumi.get(self, "delivery_status")
337
-
338
- @property
339
- @pulumi.getter(name="enableSslVerification")
340
- def enable_ssl_verification(self) -> pulumi.Output[Optional[str]]:
341
- """
342
- whether to enable ssl verification
343
- """
344
- return pulumi.get(self, "enable_ssl_verification")
345
-
346
- @property
347
- @pulumi.getter
348
- def events(self) -> pulumi.Output[Optional[Sequence[str]]]:
349
- """
350
- under which event notification should be sent.
351
- """
352
- return pulumi.get(self, "events")
353
-
354
- @property
355
- @pulumi.getter
356
- def name(self) -> pulumi.Output[str]:
357
- """
358
- The name of the resource
359
- """
360
- return pulumi.get(self, "name")
361
-
362
- @property
363
- @pulumi.getter(name="payloadUrl")
364
- def payload_url(self) -> pulumi.Output[Optional[str]]:
365
- """
366
- webhook payload url
367
- """
368
- return pulumi.get(self, "payload_url")
369
-
370
- @property
371
- @pulumi.getter(name="provisioningState")
372
- def provisioning_state(self) -> pulumi.Output[str]:
373
- """
374
- Azure Resource Provisioning State
375
- """
376
- return pulumi.get(self, "provisioning_state")
377
-
378
- @property
379
- @pulumi.getter(name="sendAllEvents")
380
- def send_all_events(self) -> pulumi.Output[Optional[str]]:
381
- """
382
- whether to send notification under any event.
383
- """
384
- return pulumi.get(self, "send_all_events")
385
-
386
- @property
387
- @pulumi.getter
388
- def status(self) -> pulumi.Output[Optional[str]]:
389
- """
390
- Webhook status.
391
- """
392
- return pulumi.get(self, "status")
393
-
394
- @property
395
- @pulumi.getter(name="systemData")
396
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
397
- """
398
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
399
- """
400
- return pulumi.get(self, "system_data")
401
-
402
- @property
403
- @pulumi.getter(name="tenantId")
404
- def tenant_id(self) -> pulumi.Output[str]:
405
- """
406
- Tenant id.
407
- """
408
- return pulumi.get(self, "tenant_id")
409
-
410
- @property
411
- @pulumi.getter
412
- def type(self) -> pulumi.Output[str]:
413
- """
414
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
415
- """
416
- return pulumi.get(self, "type")
417
-
418
- @property
419
- @pulumi.getter(name="updateWebhookKey")
420
- def update_webhook_key(self) -> pulumi.Output[Optional[str]]:
421
- """
422
- whether to update webhookKey.
423
- """
424
- return pulumi.get(self, "update_webhook_key")
425
-
426
- @property
427
- @pulumi.getter(name="webhookId")
428
- def webhook_id(self) -> pulumi.Output[str]:
429
- """
430
- Webhook id in database.
431
- """
432
- return pulumi.get(self, "webhook_id")
433
-
434
- @property
435
- @pulumi.getter(name="webhookKey")
436
- def webhook_key(self) -> pulumi.Output[Optional[str]]:
437
- """
438
- webhook secret token. If not set, this field value is null; otherwise, please set a string value.
439
- """
440
- return pulumi.get(self, "webhook_key")
441
-
442
- @property
443
- @pulumi.getter(name="webhookKeyEnabled")
444
- def webhook_key_enabled(self) -> pulumi.Output[str]:
445
- """
446
- whether webhookKey is enabled.
447
- """
448
- return pulumi.get(self, "webhook_key_enabled")
449
-