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,447 +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
-
202
- :param str resource_name: The name of the resource.
203
- :param pulumi.ResourceOptions opts: Options for the resource.
204
- :param pulumi.Input[Union[str, 'ContentType']] content_type: content type
205
- :param pulumi.Input[Union[str, 'EnableSslVerification']] enable_ssl_verification: whether to enable ssl verification
206
- :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]] events: under which event notification should be sent.
207
- :param pulumi.Input[str] payload_url: webhook payload url
208
- :param pulumi.Input[str] report_name: Report Name.
209
- :param pulumi.Input[Union[str, 'SendAllEvents']] send_all_events: whether to send notification under any event.
210
- :param pulumi.Input[Union[str, 'WebhookStatus']] status: Webhook status.
211
- :param pulumi.Input[Union[str, 'UpdateWebhookKey']] update_webhook_key: whether to update webhookKey.
212
- :param pulumi.Input[str] webhook_key: webhook secret token. If not set, this field value is null; otherwise, please set a string value.
213
- :param pulumi.Input[str] webhook_name: Webhook Name.
214
- """
215
- ...
216
- @overload
217
- def __init__(__self__,
218
- resource_name: str,
219
- args: WebhookArgs,
220
- opts: Optional[pulumi.ResourceOptions] = None):
221
- """
222
- A class represent an AppComplianceAutomation webhook resource.
223
-
224
- :param str resource_name: The name of the resource.
225
- :param WebhookArgs args: The arguments to use to populate this resource's properties.
226
- :param pulumi.ResourceOptions opts: Options for the resource.
227
- """
228
- ...
229
- def __init__(__self__, resource_name: str, *args, **kwargs):
230
- resource_args, opts = _utilities.get_resource_args_opts(WebhookArgs, pulumi.ResourceOptions, *args, **kwargs)
231
- if resource_args is not None:
232
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
233
- else:
234
- __self__._internal_init(resource_name, *args, **kwargs)
235
-
236
- def _internal_init(__self__,
237
- resource_name: str,
238
- opts: Optional[pulumi.ResourceOptions] = None,
239
- content_type: Optional[pulumi.Input[Union[str, 'ContentType']]] = None,
240
- enable_ssl_verification: Optional[pulumi.Input[Union[str, 'EnableSslVerification']]] = None,
241
- events: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'NotificationEvent']]]]] = None,
242
- payload_url: Optional[pulumi.Input[str]] = None,
243
- report_name: Optional[pulumi.Input[str]] = None,
244
- send_all_events: Optional[pulumi.Input[Union[str, 'SendAllEvents']]] = None,
245
- status: Optional[pulumi.Input[Union[str, 'WebhookStatus']]] = None,
246
- update_webhook_key: Optional[pulumi.Input[Union[str, 'UpdateWebhookKey']]] = None,
247
- webhook_key: Optional[pulumi.Input[str]] = None,
248
- webhook_name: Optional[pulumi.Input[str]] = None,
249
- __props__=None):
250
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
251
- if not isinstance(opts, pulumi.ResourceOptions):
252
- raise TypeError('Expected resource options to be a ResourceOptions instance')
253
- if opts.id is None:
254
- if __props__ is not None:
255
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
256
- __props__ = WebhookArgs.__new__(WebhookArgs)
257
-
258
- __props__.__dict__["content_type"] = content_type
259
- __props__.__dict__["enable_ssl_verification"] = enable_ssl_verification
260
- __props__.__dict__["events"] = events
261
- __props__.__dict__["payload_url"] = payload_url
262
- if report_name is None and not opts.urn:
263
- raise TypeError("Missing required property 'report_name'")
264
- __props__.__dict__["report_name"] = report_name
265
- __props__.__dict__["send_all_events"] = send_all_events
266
- __props__.__dict__["status"] = status
267
- __props__.__dict__["update_webhook_key"] = update_webhook_key
268
- __props__.__dict__["webhook_key"] = webhook_key
269
- __props__.__dict__["webhook_name"] = webhook_name
270
- __props__.__dict__["delivery_status"] = None
271
- __props__.__dict__["name"] = None
272
- __props__.__dict__["provisioning_state"] = None
273
- __props__.__dict__["system_data"] = None
274
- __props__.__dict__["tenant_id"] = None
275
- __props__.__dict__["type"] = None
276
- __props__.__dict__["webhook_id"] = None
277
- __props__.__dict__["webhook_key_enabled"] = None
278
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:appcomplianceautomation:Webhook")])
279
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
280
- super(Webhook, __self__).__init__(
281
- 'azure-native:appcomplianceautomation/v20240627:Webhook',
282
- resource_name,
283
- __props__,
284
- opts)
285
-
286
- @staticmethod
287
- def get(resource_name: str,
288
- id: pulumi.Input[str],
289
- opts: Optional[pulumi.ResourceOptions] = None) -> 'Webhook':
290
- """
291
- Get an existing Webhook resource's state with the given name, id, and optional extra
292
- properties used to qualify the lookup.
293
-
294
- :param str resource_name: The unique name of the resulting resource.
295
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
296
- :param pulumi.ResourceOptions opts: Options for the resource.
297
- """
298
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
299
-
300
- __props__ = WebhookArgs.__new__(WebhookArgs)
301
-
302
- __props__.__dict__["content_type"] = None
303
- __props__.__dict__["delivery_status"] = None
304
- __props__.__dict__["enable_ssl_verification"] = None
305
- __props__.__dict__["events"] = None
306
- __props__.__dict__["name"] = None
307
- __props__.__dict__["payload_url"] = None
308
- __props__.__dict__["provisioning_state"] = None
309
- __props__.__dict__["send_all_events"] = None
310
- __props__.__dict__["status"] = None
311
- __props__.__dict__["system_data"] = None
312
- __props__.__dict__["tenant_id"] = None
313
- __props__.__dict__["type"] = None
314
- __props__.__dict__["update_webhook_key"] = None
315
- __props__.__dict__["webhook_id"] = None
316
- __props__.__dict__["webhook_key"] = None
317
- __props__.__dict__["webhook_key_enabled"] = None
318
- return Webhook(resource_name, opts=opts, __props__=__props__)
319
-
320
- @property
321
- @pulumi.getter(name="contentType")
322
- def content_type(self) -> pulumi.Output[Optional[str]]:
323
- """
324
- content type
325
- """
326
- return pulumi.get(self, "content_type")
327
-
328
- @property
329
- @pulumi.getter(name="deliveryStatus")
330
- def delivery_status(self) -> pulumi.Output[str]:
331
- """
332
- webhook deliveryStatus
333
- """
334
- return pulumi.get(self, "delivery_status")
335
-
336
- @property
337
- @pulumi.getter(name="enableSslVerification")
338
- def enable_ssl_verification(self) -> pulumi.Output[Optional[str]]:
339
- """
340
- whether to enable ssl verification
341
- """
342
- return pulumi.get(self, "enable_ssl_verification")
343
-
344
- @property
345
- @pulumi.getter
346
- def events(self) -> pulumi.Output[Optional[Sequence[str]]]:
347
- """
348
- under which event notification should be sent.
349
- """
350
- return pulumi.get(self, "events")
351
-
352
- @property
353
- @pulumi.getter
354
- def name(self) -> pulumi.Output[str]:
355
- """
356
- The name of the resource
357
- """
358
- return pulumi.get(self, "name")
359
-
360
- @property
361
- @pulumi.getter(name="payloadUrl")
362
- def payload_url(self) -> pulumi.Output[Optional[str]]:
363
- """
364
- webhook payload url
365
- """
366
- return pulumi.get(self, "payload_url")
367
-
368
- @property
369
- @pulumi.getter(name="provisioningState")
370
- def provisioning_state(self) -> pulumi.Output[str]:
371
- """
372
- Azure Resource Provisioning State
373
- """
374
- return pulumi.get(self, "provisioning_state")
375
-
376
- @property
377
- @pulumi.getter(name="sendAllEvents")
378
- def send_all_events(self) -> pulumi.Output[Optional[str]]:
379
- """
380
- whether to send notification under any event.
381
- """
382
- return pulumi.get(self, "send_all_events")
383
-
384
- @property
385
- @pulumi.getter
386
- def status(self) -> pulumi.Output[Optional[str]]:
387
- """
388
- Webhook status.
389
- """
390
- return pulumi.get(self, "status")
391
-
392
- @property
393
- @pulumi.getter(name="systemData")
394
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
395
- """
396
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
397
- """
398
- return pulumi.get(self, "system_data")
399
-
400
- @property
401
- @pulumi.getter(name="tenantId")
402
- def tenant_id(self) -> pulumi.Output[str]:
403
- """
404
- Tenant id.
405
- """
406
- return pulumi.get(self, "tenant_id")
407
-
408
- @property
409
- @pulumi.getter
410
- def type(self) -> pulumi.Output[str]:
411
- """
412
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
413
- """
414
- return pulumi.get(self, "type")
415
-
416
- @property
417
- @pulumi.getter(name="updateWebhookKey")
418
- def update_webhook_key(self) -> pulumi.Output[Optional[str]]:
419
- """
420
- whether to update webhookKey.
421
- """
422
- return pulumi.get(self, "update_webhook_key")
423
-
424
- @property
425
- @pulumi.getter(name="webhookId")
426
- def webhook_id(self) -> pulumi.Output[str]:
427
- """
428
- Webhook id in database.
429
- """
430
- return pulumi.get(self, "webhook_id")
431
-
432
- @property
433
- @pulumi.getter(name="webhookKey")
434
- def webhook_key(self) -> pulumi.Output[Optional[str]]:
435
- """
436
- webhook secret token. If not set, this field value is null; otherwise, please set a string value.
437
- """
438
- return pulumi.get(self, "webhook_key")
439
-
440
- @property
441
- @pulumi.getter(name="webhookKeyEnabled")
442
- def webhook_key_enabled(self) -> pulumi.Output[str]:
443
- """
444
- whether webhookKey is enabled.
445
- """
446
- return pulumi.get(self, "webhook_key_enabled")
447
-