pulumi-azure-native 2.44.0a1717167674__py3-none-any.whl → 2.44.0a1717490530__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 (171) hide show
  1. pulumi_azure_native/__init__.py +69 -2
  2. pulumi_azure_native/appcomplianceautomation/__init__.py +14 -0
  3. pulumi_azure_native/appcomplianceautomation/_enums.py +125 -0
  4. pulumi_azure_native/appcomplianceautomation/_inputs.py +40 -0
  5. pulumi_azure_native/appcomplianceautomation/evidence.py +363 -0
  6. pulumi_azure_native/appcomplianceautomation/get_evidence.py +198 -0
  7. pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +75 -0
  8. pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +76 -0
  9. pulumi_azure_native/appcomplianceautomation/get_report.py +4 -0
  10. pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +76 -0
  11. pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +146 -0
  12. pulumi_azure_native/appcomplianceautomation/get_webhook.py +289 -0
  13. pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +76 -0
  14. pulumi_azure_native/appcomplianceautomation/outputs.py +226 -0
  15. pulumi_azure_native/appcomplianceautomation/report.py +5 -1
  16. pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +206 -0
  17. pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
  18. pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +22 -0
  19. pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +144 -0
  20. pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +215 -0
  21. pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +361 -0
  22. pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +196 -0
  23. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +73 -0
  24. pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +74 -0
  25. pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +296 -0
  26. pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +74 -0
  27. pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +144 -0
  28. pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +287 -0
  29. pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +74 -0
  30. pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +720 -0
  31. pulumi_azure_native/appcomplianceautomation/v20240627/report.py +387 -0
  32. pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +204 -0
  33. pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +447 -0
  34. pulumi_azure_native/appcomplianceautomation/webhook.py +449 -0
  35. pulumi_azure_native/devhub/__init__.py +5 -0
  36. pulumi_azure_native/devhub/_inputs.py +190 -0
  37. pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
  38. pulumi_azure_native/devhub/get_iac_profile.py +322 -0
  39. pulumi_azure_native/devhub/get_workflow.py +2 -2
  40. pulumi_azure_native/devhub/iac_profile.py +539 -0
  41. pulumi_azure_native/devhub/outputs.py +229 -0
  42. pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
  43. pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
  44. pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
  45. pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
  46. pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
  47. pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
  48. pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
  49. pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
  50. pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
  51. pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
  52. pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
  53. pulumi_azure_native/devhub/workflow.py +3 -3
  54. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  55. pulumi_azure_native/hybridcompute/gateway.py +5 -1
  56. pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
  57. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  58. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  59. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  60. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  64. pulumi_azure_native/hybridcompute/license.py +3 -3
  65. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  66. pulumi_azure_native/hybridcompute/machine.py +3 -3
  67. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
  69. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  71. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  72. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
  104. pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
  105. pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
  106. pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
  107. pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
  108. pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
  109. pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
  110. pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
  111. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
  112. pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
  113. pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
  114. pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
  115. pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
  116. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
  117. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
  118. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
  119. pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
  120. pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
  121. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
  122. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
  123. pulumi_azure_native/pulumi-plugin.json +1 -1
  124. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  125. pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
  126. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  127. pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
  128. pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
  129. pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
  130. pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
  131. pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
  132. pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
  133. pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
  134. pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
  135. pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
  136. pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
  137. pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
  138. pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
  139. pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
  140. pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
  141. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
  142. pulumi_azure_native/storage/v20230501/_enums.py +2 -0
  143. pulumi_azure_native/verifiedid/__init__.py +18 -0
  144. pulumi_azure_native/verifiedid/authority.py +234 -0
  145. pulumi_azure_native/verifiedid/get_authority.py +159 -0
  146. pulumi_azure_native/verifiedid/outputs.py +125 -0
  147. pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
  148. pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
  149. pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
  150. pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
  151. pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
  152. pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
  153. pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
  154. pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
  155. pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
  156. pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
  157. pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
  158. pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
  159. pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
  160. pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
  161. pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
  162. pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
  163. pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
  164. pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
  165. pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
  166. pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
  167. pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
  168. {pulumi_azure_native-2.44.0a1717167674.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/METADATA +1 -1
  169. {pulumi_azure_native-2.44.0a1717167674.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/RECORD +171 -97
  170. {pulumi_azure_native-2.44.0a1717167674.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.44.0a1717167674.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,74 @@
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
+
13
+ __all__ = [
14
+ 'GetReportScopingQuestionsResult',
15
+ 'AwaitableGetReportScopingQuestionsResult',
16
+ 'get_report_scoping_questions',
17
+ 'get_report_scoping_questions_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetReportScopingQuestionsResult:
22
+ """
23
+ Scoping question list.
24
+ """
25
+ def __init__(__self__, questions=None):
26
+ if questions and not isinstance(questions, list):
27
+ raise TypeError("Expected argument 'questions' to be a list")
28
+ pulumi.set(__self__, "questions", questions)
29
+
30
+ @property
31
+ @pulumi.getter
32
+ def questions(self) -> Optional[Sequence['outputs.ScopingQuestionResponse']]:
33
+ """
34
+ List of scoping questions.
35
+ """
36
+ return pulumi.get(self, "questions")
37
+
38
+
39
+ class AwaitableGetReportScopingQuestionsResult(GetReportScopingQuestionsResult):
40
+ # pylint: disable=using-constant-test
41
+ def __await__(self):
42
+ if False:
43
+ yield self
44
+ return GetReportScopingQuestionsResult(
45
+ questions=self.questions)
46
+
47
+
48
+ def get_report_scoping_questions(report_name: Optional[str] = None,
49
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetReportScopingQuestionsResult:
50
+ """
51
+ Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
52
+
53
+
54
+ :param str report_name: Report Name.
55
+ """
56
+ __args__ = dict()
57
+ __args__['reportName'] = report_name
58
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
59
+ __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getReportScopingQuestions', __args__, opts=opts, typ=GetReportScopingQuestionsResult).value
60
+
61
+ return AwaitableGetReportScopingQuestionsResult(
62
+ questions=pulumi.get(__ret__, 'questions'))
63
+
64
+
65
+ @_utilities.lift_output_func(get_report_scoping_questions)
66
+ def get_report_scoping_questions_output(report_name: Optional[pulumi.Input[str]] = None,
67
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetReportScopingQuestionsResult]:
68
+ """
69
+ Fix the AppComplianceAutomation report error. e.g: App Compliance Automation Tool service unregistered, automation removed.
70
+
71
+
72
+ :param str report_name: Report Name.
73
+ """
74
+ ...
@@ -0,0 +1,144 @@
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
+
13
+ __all__ = [
14
+ 'GetScopingConfigurationResult',
15
+ 'AwaitableGetScopingConfigurationResult',
16
+ 'get_scoping_configuration',
17
+ 'get_scoping_configuration_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetScopingConfigurationResult:
22
+ """
23
+ A class represent an AppComplianceAutomation scoping configuration resource.
24
+ """
25
+ def __init__(__self__, answers=None, id=None, name=None, provisioning_state=None, system_data=None, type=None):
26
+ if answers and not isinstance(answers, list):
27
+ raise TypeError("Expected argument 'answers' to be a list")
28
+ pulumi.set(__self__, "answers", answers)
29
+ if id and not isinstance(id, str):
30
+ raise TypeError("Expected argument 'id' to be a str")
31
+ pulumi.set(__self__, "id", id)
32
+ if name and not isinstance(name, str):
33
+ raise TypeError("Expected argument 'name' to be a str")
34
+ pulumi.set(__self__, "name", name)
35
+ if provisioning_state and not isinstance(provisioning_state, str):
36
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
37
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
38
+ if system_data and not isinstance(system_data, dict):
39
+ raise TypeError("Expected argument 'system_data' to be a dict")
40
+ pulumi.set(__self__, "system_data", system_data)
41
+ if type and not isinstance(type, str):
42
+ raise TypeError("Expected argument 'type' to be a str")
43
+ pulumi.set(__self__, "type", type)
44
+
45
+ @property
46
+ @pulumi.getter
47
+ def answers(self) -> Optional[Sequence['outputs.ScopingAnswerResponse']]:
48
+ """
49
+ List of scoping question answers.
50
+ """
51
+ return pulumi.get(self, "answers")
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def id(self) -> str:
56
+ """
57
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
58
+ """
59
+ return pulumi.get(self, "id")
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def name(self) -> str:
64
+ """
65
+ The name of the resource
66
+ """
67
+ return pulumi.get(self, "name")
68
+
69
+ @property
70
+ @pulumi.getter(name="provisioningState")
71
+ def provisioning_state(self) -> str:
72
+ """
73
+ Azure lifecycle management
74
+ """
75
+ return pulumi.get(self, "provisioning_state")
76
+
77
+ @property
78
+ @pulumi.getter(name="systemData")
79
+ def system_data(self) -> 'outputs.SystemDataResponse':
80
+ """
81
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
82
+ """
83
+ return pulumi.get(self, "system_data")
84
+
85
+ @property
86
+ @pulumi.getter
87
+ def type(self) -> str:
88
+ """
89
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
90
+ """
91
+ return pulumi.get(self, "type")
92
+
93
+
94
+ class AwaitableGetScopingConfigurationResult(GetScopingConfigurationResult):
95
+ # pylint: disable=using-constant-test
96
+ def __await__(self):
97
+ if False:
98
+ yield self
99
+ return GetScopingConfigurationResult(
100
+ answers=self.answers,
101
+ id=self.id,
102
+ name=self.name,
103
+ provisioning_state=self.provisioning_state,
104
+ system_data=self.system_data,
105
+ type=self.type)
106
+
107
+
108
+ def get_scoping_configuration(report_name: Optional[str] = None,
109
+ scoping_configuration_name: Optional[str] = None,
110
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetScopingConfigurationResult:
111
+ """
112
+ Get the AppComplianceAutomation scoping configuration of the specific report.
113
+
114
+
115
+ :param str report_name: Report Name.
116
+ :param str scoping_configuration_name: The scoping configuration of the specific report.
117
+ """
118
+ __args__ = dict()
119
+ __args__['reportName'] = report_name
120
+ __args__['scopingConfigurationName'] = scoping_configuration_name
121
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
122
+ __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getScopingConfiguration', __args__, opts=opts, typ=GetScopingConfigurationResult).value
123
+
124
+ return AwaitableGetScopingConfigurationResult(
125
+ answers=pulumi.get(__ret__, 'answers'),
126
+ id=pulumi.get(__ret__, 'id'),
127
+ name=pulumi.get(__ret__, 'name'),
128
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
129
+ system_data=pulumi.get(__ret__, 'system_data'),
130
+ type=pulumi.get(__ret__, 'type'))
131
+
132
+
133
+ @_utilities.lift_output_func(get_scoping_configuration)
134
+ def get_scoping_configuration_output(report_name: Optional[pulumi.Input[str]] = None,
135
+ scoping_configuration_name: Optional[pulumi.Input[str]] = None,
136
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetScopingConfigurationResult]:
137
+ """
138
+ Get the AppComplianceAutomation scoping configuration of the specific report.
139
+
140
+
141
+ :param str report_name: Report Name.
142
+ :param str scoping_configuration_name: The scoping configuration of the specific report.
143
+ """
144
+ ...
@@ -0,0 +1,287 @@
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
+
13
+ __all__ = [
14
+ 'GetWebhookResult',
15
+ 'AwaitableGetWebhookResult',
16
+ 'get_webhook',
17
+ 'get_webhook_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetWebhookResult:
22
+ """
23
+ A class represent an AppComplianceAutomation webhook resource.
24
+ """
25
+ def __init__(__self__, content_type=None, delivery_status=None, enable_ssl_verification=None, events=None, id=None, name=None, payload_url=None, provisioning_state=None, send_all_events=None, status=None, system_data=None, tenant_id=None, type=None, update_webhook_key=None, webhook_id=None, webhook_key=None, webhook_key_enabled=None):
26
+ if content_type and not isinstance(content_type, str):
27
+ raise TypeError("Expected argument 'content_type' to be a str")
28
+ pulumi.set(__self__, "content_type", content_type)
29
+ if delivery_status and not isinstance(delivery_status, str):
30
+ raise TypeError("Expected argument 'delivery_status' to be a str")
31
+ pulumi.set(__self__, "delivery_status", delivery_status)
32
+ if enable_ssl_verification and not isinstance(enable_ssl_verification, str):
33
+ raise TypeError("Expected argument 'enable_ssl_verification' to be a str")
34
+ pulumi.set(__self__, "enable_ssl_verification", enable_ssl_verification)
35
+ if events and not isinstance(events, list):
36
+ raise TypeError("Expected argument 'events' to be a list")
37
+ pulumi.set(__self__, "events", events)
38
+ if id and not isinstance(id, str):
39
+ raise TypeError("Expected argument 'id' to be a str")
40
+ pulumi.set(__self__, "id", id)
41
+ if name and not isinstance(name, str):
42
+ raise TypeError("Expected argument 'name' to be a str")
43
+ pulumi.set(__self__, "name", name)
44
+ if payload_url and not isinstance(payload_url, str):
45
+ raise TypeError("Expected argument 'payload_url' to be a str")
46
+ pulumi.set(__self__, "payload_url", payload_url)
47
+ if provisioning_state and not isinstance(provisioning_state, str):
48
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
49
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
50
+ if send_all_events and not isinstance(send_all_events, str):
51
+ raise TypeError("Expected argument 'send_all_events' to be a str")
52
+ pulumi.set(__self__, "send_all_events", send_all_events)
53
+ if status and not isinstance(status, str):
54
+ raise TypeError("Expected argument 'status' to be a str")
55
+ pulumi.set(__self__, "status", status)
56
+ if system_data and not isinstance(system_data, dict):
57
+ raise TypeError("Expected argument 'system_data' to be a dict")
58
+ pulumi.set(__self__, "system_data", system_data)
59
+ if tenant_id and not isinstance(tenant_id, str):
60
+ raise TypeError("Expected argument 'tenant_id' to be a str")
61
+ pulumi.set(__self__, "tenant_id", tenant_id)
62
+ if type and not isinstance(type, str):
63
+ raise TypeError("Expected argument 'type' to be a str")
64
+ pulumi.set(__self__, "type", type)
65
+ if update_webhook_key and not isinstance(update_webhook_key, str):
66
+ raise TypeError("Expected argument 'update_webhook_key' to be a str")
67
+ pulumi.set(__self__, "update_webhook_key", update_webhook_key)
68
+ if webhook_id and not isinstance(webhook_id, str):
69
+ raise TypeError("Expected argument 'webhook_id' to be a str")
70
+ pulumi.set(__self__, "webhook_id", webhook_id)
71
+ if webhook_key and not isinstance(webhook_key, str):
72
+ raise TypeError("Expected argument 'webhook_key' to be a str")
73
+ pulumi.set(__self__, "webhook_key", webhook_key)
74
+ if webhook_key_enabled and not isinstance(webhook_key_enabled, str):
75
+ raise TypeError("Expected argument 'webhook_key_enabled' to be a str")
76
+ pulumi.set(__self__, "webhook_key_enabled", webhook_key_enabled)
77
+
78
+ @property
79
+ @pulumi.getter(name="contentType")
80
+ def content_type(self) -> Optional[str]:
81
+ """
82
+ content type
83
+ """
84
+ return pulumi.get(self, "content_type")
85
+
86
+ @property
87
+ @pulumi.getter(name="deliveryStatus")
88
+ def delivery_status(self) -> str:
89
+ """
90
+ webhook deliveryStatus
91
+ """
92
+ return pulumi.get(self, "delivery_status")
93
+
94
+ @property
95
+ @pulumi.getter(name="enableSslVerification")
96
+ def enable_ssl_verification(self) -> Optional[str]:
97
+ """
98
+ whether to enable ssl verification
99
+ """
100
+ return pulumi.get(self, "enable_ssl_verification")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def events(self) -> Optional[Sequence[str]]:
105
+ """
106
+ under which event notification should be sent.
107
+ """
108
+ return pulumi.get(self, "events")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def id(self) -> str:
113
+ """
114
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
115
+ """
116
+ return pulumi.get(self, "id")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def name(self) -> str:
121
+ """
122
+ The name of the resource
123
+ """
124
+ return pulumi.get(self, "name")
125
+
126
+ @property
127
+ @pulumi.getter(name="payloadUrl")
128
+ def payload_url(self) -> Optional[str]:
129
+ """
130
+ webhook payload url
131
+ """
132
+ return pulumi.get(self, "payload_url")
133
+
134
+ @property
135
+ @pulumi.getter(name="provisioningState")
136
+ def provisioning_state(self) -> str:
137
+ """
138
+ Azure Resource Provisioning State
139
+ """
140
+ return pulumi.get(self, "provisioning_state")
141
+
142
+ @property
143
+ @pulumi.getter(name="sendAllEvents")
144
+ def send_all_events(self) -> Optional[str]:
145
+ """
146
+ whether to send notification under any event.
147
+ """
148
+ return pulumi.get(self, "send_all_events")
149
+
150
+ @property
151
+ @pulumi.getter
152
+ def status(self) -> Optional[str]:
153
+ """
154
+ Webhook status.
155
+ """
156
+ return pulumi.get(self, "status")
157
+
158
+ @property
159
+ @pulumi.getter(name="systemData")
160
+ def system_data(self) -> 'outputs.SystemDataResponse':
161
+ """
162
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
163
+ """
164
+ return pulumi.get(self, "system_data")
165
+
166
+ @property
167
+ @pulumi.getter(name="tenantId")
168
+ def tenant_id(self) -> str:
169
+ """
170
+ Tenant id.
171
+ """
172
+ return pulumi.get(self, "tenant_id")
173
+
174
+ @property
175
+ @pulumi.getter
176
+ def type(self) -> str:
177
+ """
178
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
179
+ """
180
+ return pulumi.get(self, "type")
181
+
182
+ @property
183
+ @pulumi.getter(name="updateWebhookKey")
184
+ def update_webhook_key(self) -> Optional[str]:
185
+ """
186
+ whether to update webhookKey.
187
+ """
188
+ return pulumi.get(self, "update_webhook_key")
189
+
190
+ @property
191
+ @pulumi.getter(name="webhookId")
192
+ def webhook_id(self) -> str:
193
+ """
194
+ Webhook id in database.
195
+ """
196
+ return pulumi.get(self, "webhook_id")
197
+
198
+ @property
199
+ @pulumi.getter(name="webhookKey")
200
+ def webhook_key(self) -> Optional[str]:
201
+ """
202
+ webhook secret token. If not set, this field value is null; otherwise, please set a string value.
203
+ """
204
+ return pulumi.get(self, "webhook_key")
205
+
206
+ @property
207
+ @pulumi.getter(name="webhookKeyEnabled")
208
+ def webhook_key_enabled(self) -> str:
209
+ """
210
+ whether webhookKey is enabled.
211
+ """
212
+ return pulumi.get(self, "webhook_key_enabled")
213
+
214
+
215
+ class AwaitableGetWebhookResult(GetWebhookResult):
216
+ # pylint: disable=using-constant-test
217
+ def __await__(self):
218
+ if False:
219
+ yield self
220
+ return GetWebhookResult(
221
+ content_type=self.content_type,
222
+ delivery_status=self.delivery_status,
223
+ enable_ssl_verification=self.enable_ssl_verification,
224
+ events=self.events,
225
+ id=self.id,
226
+ name=self.name,
227
+ payload_url=self.payload_url,
228
+ provisioning_state=self.provisioning_state,
229
+ send_all_events=self.send_all_events,
230
+ status=self.status,
231
+ system_data=self.system_data,
232
+ tenant_id=self.tenant_id,
233
+ type=self.type,
234
+ update_webhook_key=self.update_webhook_key,
235
+ webhook_id=self.webhook_id,
236
+ webhook_key=self.webhook_key,
237
+ webhook_key_enabled=self.webhook_key_enabled)
238
+
239
+
240
+ def get_webhook(report_name: Optional[str] = None,
241
+ webhook_name: Optional[str] = None,
242
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebhookResult:
243
+ """
244
+ Get the AppComplianceAutomation webhook and its properties.
245
+
246
+
247
+ :param str report_name: Report Name.
248
+ :param str webhook_name: Webhook Name.
249
+ """
250
+ __args__ = dict()
251
+ __args__['reportName'] = report_name
252
+ __args__['webhookName'] = webhook_name
253
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
254
+ __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:getWebhook', __args__, opts=opts, typ=GetWebhookResult).value
255
+
256
+ return AwaitableGetWebhookResult(
257
+ content_type=pulumi.get(__ret__, 'content_type'),
258
+ delivery_status=pulumi.get(__ret__, 'delivery_status'),
259
+ enable_ssl_verification=pulumi.get(__ret__, 'enable_ssl_verification'),
260
+ events=pulumi.get(__ret__, 'events'),
261
+ id=pulumi.get(__ret__, 'id'),
262
+ name=pulumi.get(__ret__, 'name'),
263
+ payload_url=pulumi.get(__ret__, 'payload_url'),
264
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
265
+ send_all_events=pulumi.get(__ret__, 'send_all_events'),
266
+ status=pulumi.get(__ret__, 'status'),
267
+ system_data=pulumi.get(__ret__, 'system_data'),
268
+ tenant_id=pulumi.get(__ret__, 'tenant_id'),
269
+ type=pulumi.get(__ret__, 'type'),
270
+ update_webhook_key=pulumi.get(__ret__, 'update_webhook_key'),
271
+ webhook_id=pulumi.get(__ret__, 'webhook_id'),
272
+ webhook_key=pulumi.get(__ret__, 'webhook_key'),
273
+ webhook_key_enabled=pulumi.get(__ret__, 'webhook_key_enabled'))
274
+
275
+
276
+ @_utilities.lift_output_func(get_webhook)
277
+ def get_webhook_output(report_name: Optional[pulumi.Input[str]] = None,
278
+ webhook_name: Optional[pulumi.Input[str]] = None,
279
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebhookResult]:
280
+ """
281
+ Get the AppComplianceAutomation webhook and its properties.
282
+
283
+
284
+ :param str report_name: Report Name.
285
+ :param str webhook_name: Webhook Name.
286
+ """
287
+ ...
@@ -0,0 +1,74 @@
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
+
13
+ __all__ = [
14
+ 'ListProviderActionInUseStorageAccountsResult',
15
+ 'AwaitableListProviderActionInUseStorageAccountsResult',
16
+ 'list_provider_action_in_use_storage_accounts',
17
+ 'list_provider_action_in_use_storage_accounts_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class ListProviderActionInUseStorageAccountsResult:
22
+ """
23
+ Parameters for listing in use storage accounts operation. If subscription list is null, it will check the user's all subscriptions.
24
+ """
25
+ def __init__(__self__, storage_account_list=None):
26
+ if storage_account_list and not isinstance(storage_account_list, list):
27
+ raise TypeError("Expected argument 'storage_account_list' to be a list")
28
+ pulumi.set(__self__, "storage_account_list", storage_account_list)
29
+
30
+ @property
31
+ @pulumi.getter(name="storageAccountList")
32
+ def storage_account_list(self) -> Optional[Sequence['outputs.StorageInfoResponse']]:
33
+ """
34
+ The storage account list which in use in related reports.
35
+ """
36
+ return pulumi.get(self, "storage_account_list")
37
+
38
+
39
+ class AwaitableListProviderActionInUseStorageAccountsResult(ListProviderActionInUseStorageAccountsResult):
40
+ # pylint: disable=using-constant-test
41
+ def __await__(self):
42
+ if False:
43
+ yield self
44
+ return ListProviderActionInUseStorageAccountsResult(
45
+ storage_account_list=self.storage_account_list)
46
+
47
+
48
+ def list_provider_action_in_use_storage_accounts(subscription_ids: Optional[Sequence[str]] = None,
49
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListProviderActionInUseStorageAccountsResult:
50
+ """
51
+ List the storage accounts which are in use by related reports
52
+
53
+
54
+ :param Sequence[str] subscription_ids: List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
55
+ """
56
+ __args__ = dict()
57
+ __args__['subscriptionIds'] = subscription_ids
58
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
59
+ __ret__ = pulumi.runtime.invoke('azure-native:appcomplianceautomation/v20240627:listProviderActionInUseStorageAccounts', __args__, opts=opts, typ=ListProviderActionInUseStorageAccountsResult).value
60
+
61
+ return AwaitableListProviderActionInUseStorageAccountsResult(
62
+ storage_account_list=pulumi.get(__ret__, 'storage_account_list'))
63
+
64
+
65
+ @_utilities.lift_output_func(list_provider_action_in_use_storage_accounts)
66
+ def list_provider_action_in_use_storage_accounts_output(subscription_ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
67
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListProviderActionInUseStorageAccountsResult]:
68
+ """
69
+ List the storage accounts which are in use by related reports
70
+
71
+
72
+ :param Sequence[str] subscription_ids: List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
73
+ """
74
+ ...