pulumi-azure-native 2.43.1__py3-none-any.whl → 2.44.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (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.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/METADATA +1 -1
  169. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/RECORD +171 -97
  170. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/WHEEL +0 -0
  171. {pulumi_azure_native-2.43.1.dist-info → pulumi_azure_native-2.44.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,720 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'CertSyncRecordResponse',
16
+ 'ControlSyncRecordResponse',
17
+ 'OverviewStatusResponse',
18
+ 'ReportComplianceStatusResponse',
19
+ 'ResourceMetadataResponse',
20
+ 'ScopingAnswerResponse',
21
+ 'ScopingQuestionResponse',
22
+ 'StatusItemResponse',
23
+ 'StorageInfoResponse',
24
+ 'SystemDataResponse',
25
+ ]
26
+
27
+ @pulumi.output_type
28
+ class CertSyncRecordResponse(dict):
29
+ """
30
+ A class represent the certification record synchronized from app compliance.
31
+ """
32
+ @staticmethod
33
+ def __key_warning(key: str):
34
+ suggest = None
35
+ if key == "certificationStatus":
36
+ suggest = "certification_status"
37
+ elif key == "ingestionStatus":
38
+ suggest = "ingestion_status"
39
+ elif key == "offerGuid":
40
+ suggest = "offer_guid"
41
+
42
+ if suggest:
43
+ pulumi.log.warn(f"Key '{key}' not found in CertSyncRecordResponse. Access the value via the '{suggest}' property getter instead.")
44
+
45
+ def __getitem__(self, key: str) -> Any:
46
+ CertSyncRecordResponse.__key_warning(key)
47
+ return super().__getitem__(key)
48
+
49
+ def get(self, key: str, default = None) -> Any:
50
+ CertSyncRecordResponse.__key_warning(key)
51
+ return super().get(key, default)
52
+
53
+ def __init__(__self__, *,
54
+ certification_status: Optional[str] = None,
55
+ controls: Optional[Sequence['outputs.ControlSyncRecordResponse']] = None,
56
+ ingestion_status: Optional[str] = None,
57
+ offer_guid: Optional[str] = None):
58
+ """
59
+ A class represent the certification record synchronized from app compliance.
60
+ :param str certification_status: Indicates the status of certification process.
61
+ :param Sequence['ControlSyncRecordResponse'] controls: The control records list to be synchronized.
62
+ :param str ingestion_status: Indicates the status of compliance process.
63
+ :param str offer_guid: The offerGuid which mapping to the reports.
64
+ """
65
+ if certification_status is not None:
66
+ pulumi.set(__self__, "certification_status", certification_status)
67
+ if controls is not None:
68
+ pulumi.set(__self__, "controls", controls)
69
+ if ingestion_status is not None:
70
+ pulumi.set(__self__, "ingestion_status", ingestion_status)
71
+ if offer_guid is not None:
72
+ pulumi.set(__self__, "offer_guid", offer_guid)
73
+
74
+ @property
75
+ @pulumi.getter(name="certificationStatus")
76
+ def certification_status(self) -> Optional[str]:
77
+ """
78
+ Indicates the status of certification process.
79
+ """
80
+ return pulumi.get(self, "certification_status")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def controls(self) -> Optional[Sequence['outputs.ControlSyncRecordResponse']]:
85
+ """
86
+ The control records list to be synchronized.
87
+ """
88
+ return pulumi.get(self, "controls")
89
+
90
+ @property
91
+ @pulumi.getter(name="ingestionStatus")
92
+ def ingestion_status(self) -> Optional[str]:
93
+ """
94
+ Indicates the status of compliance process.
95
+ """
96
+ return pulumi.get(self, "ingestion_status")
97
+
98
+ @property
99
+ @pulumi.getter(name="offerGuid")
100
+ def offer_guid(self) -> Optional[str]:
101
+ """
102
+ The offerGuid which mapping to the reports.
103
+ """
104
+ return pulumi.get(self, "offer_guid")
105
+
106
+
107
+ @pulumi.output_type
108
+ class ControlSyncRecordResponse(dict):
109
+ """
110
+ A class represent the control record synchronized from app compliance.
111
+ """
112
+ @staticmethod
113
+ def __key_warning(key: str):
114
+ suggest = None
115
+ if key == "controlId":
116
+ suggest = "control_id"
117
+ elif key == "controlStatus":
118
+ suggest = "control_status"
119
+
120
+ if suggest:
121
+ pulumi.log.warn(f"Key '{key}' not found in ControlSyncRecordResponse. Access the value via the '{suggest}' property getter instead.")
122
+
123
+ def __getitem__(self, key: str) -> Any:
124
+ ControlSyncRecordResponse.__key_warning(key)
125
+ return super().__getitem__(key)
126
+
127
+ def get(self, key: str, default = None) -> Any:
128
+ ControlSyncRecordResponse.__key_warning(key)
129
+ return super().get(key, default)
130
+
131
+ def __init__(__self__, *,
132
+ control_id: Optional[str] = None,
133
+ control_status: Optional[str] = None):
134
+ """
135
+ A class represent the control record synchronized from app compliance.
136
+ :param str control_id: The Id of the control. e.g. "Operational_Security_10"
137
+ :param str control_status: Control status synchronized from app compliance.
138
+ """
139
+ if control_id is not None:
140
+ pulumi.set(__self__, "control_id", control_id)
141
+ if control_status is not None:
142
+ pulumi.set(__self__, "control_status", control_status)
143
+
144
+ @property
145
+ @pulumi.getter(name="controlId")
146
+ def control_id(self) -> Optional[str]:
147
+ """
148
+ The Id of the control. e.g. "Operational_Security_10"
149
+ """
150
+ return pulumi.get(self, "control_id")
151
+
152
+ @property
153
+ @pulumi.getter(name="controlStatus")
154
+ def control_status(self) -> Optional[str]:
155
+ """
156
+ Control status synchronized from app compliance.
157
+ """
158
+ return pulumi.get(self, "control_status")
159
+
160
+
161
+ @pulumi.output_type
162
+ class OverviewStatusResponse(dict):
163
+ """
164
+ The overview of the compliance result for one report.
165
+ """
166
+ @staticmethod
167
+ def __key_warning(key: str):
168
+ suggest = None
169
+ if key == "failedCount":
170
+ suggest = "failed_count"
171
+ elif key == "manualCount":
172
+ suggest = "manual_count"
173
+ elif key == "notApplicableCount":
174
+ suggest = "not_applicable_count"
175
+ elif key == "passedCount":
176
+ suggest = "passed_count"
177
+ elif key == "pendingCount":
178
+ suggest = "pending_count"
179
+
180
+ if suggest:
181
+ pulumi.log.warn(f"Key '{key}' not found in OverviewStatusResponse. Access the value via the '{suggest}' property getter instead.")
182
+
183
+ def __getitem__(self, key: str) -> Any:
184
+ OverviewStatusResponse.__key_warning(key)
185
+ return super().__getitem__(key)
186
+
187
+ def get(self, key: str, default = None) -> Any:
188
+ OverviewStatusResponse.__key_warning(key)
189
+ return super().get(key, default)
190
+
191
+ def __init__(__self__, *,
192
+ failed_count: int,
193
+ manual_count: int,
194
+ not_applicable_count: int,
195
+ passed_count: int,
196
+ pending_count: int):
197
+ """
198
+ The overview of the compliance result for one report.
199
+ :param int failed_count: The count of all failed control.
200
+ :param int manual_count: The count of all manual control.
201
+ :param int not_applicable_count: The count of all not applicable control.
202
+ :param int passed_count: The count of all passed control.
203
+ :param int pending_count: The count of all pending for approval control.
204
+ """
205
+ pulumi.set(__self__, "failed_count", failed_count)
206
+ pulumi.set(__self__, "manual_count", manual_count)
207
+ pulumi.set(__self__, "not_applicable_count", not_applicable_count)
208
+ pulumi.set(__self__, "passed_count", passed_count)
209
+ pulumi.set(__self__, "pending_count", pending_count)
210
+
211
+ @property
212
+ @pulumi.getter(name="failedCount")
213
+ def failed_count(self) -> int:
214
+ """
215
+ The count of all failed control.
216
+ """
217
+ return pulumi.get(self, "failed_count")
218
+
219
+ @property
220
+ @pulumi.getter(name="manualCount")
221
+ def manual_count(self) -> int:
222
+ """
223
+ The count of all manual control.
224
+ """
225
+ return pulumi.get(self, "manual_count")
226
+
227
+ @property
228
+ @pulumi.getter(name="notApplicableCount")
229
+ def not_applicable_count(self) -> int:
230
+ """
231
+ The count of all not applicable control.
232
+ """
233
+ return pulumi.get(self, "not_applicable_count")
234
+
235
+ @property
236
+ @pulumi.getter(name="passedCount")
237
+ def passed_count(self) -> int:
238
+ """
239
+ The count of all passed control.
240
+ """
241
+ return pulumi.get(self, "passed_count")
242
+
243
+ @property
244
+ @pulumi.getter(name="pendingCount")
245
+ def pending_count(self) -> int:
246
+ """
247
+ The count of all pending for approval control.
248
+ """
249
+ return pulumi.get(self, "pending_count")
250
+
251
+
252
+ @pulumi.output_type
253
+ class ReportComplianceStatusResponse(dict):
254
+ """
255
+ A list which includes all the compliance result for one report.
256
+ """
257
+ def __init__(__self__, *,
258
+ m365: 'outputs.OverviewStatusResponse'):
259
+ """
260
+ A list which includes all the compliance result for one report.
261
+ :param 'OverviewStatusResponse' m365: The Microsoft 365 certification name.
262
+ """
263
+ pulumi.set(__self__, "m365", m365)
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def m365(self) -> 'outputs.OverviewStatusResponse':
268
+ """
269
+ The Microsoft 365 certification name.
270
+ """
271
+ return pulumi.get(self, "m365")
272
+
273
+
274
+ @pulumi.output_type
275
+ class ResourceMetadataResponse(dict):
276
+ """
277
+ Single resource Id's metadata.
278
+ """
279
+ @staticmethod
280
+ def __key_warning(key: str):
281
+ suggest = None
282
+ if key == "resourceId":
283
+ suggest = "resource_id"
284
+ elif key == "accountId":
285
+ suggest = "account_id"
286
+ elif key == "resourceKind":
287
+ suggest = "resource_kind"
288
+ elif key == "resourceOrigin":
289
+ suggest = "resource_origin"
290
+ elif key == "resourceType":
291
+ suggest = "resource_type"
292
+
293
+ if suggest:
294
+ pulumi.log.warn(f"Key '{key}' not found in ResourceMetadataResponse. Access the value via the '{suggest}' property getter instead.")
295
+
296
+ def __getitem__(self, key: str) -> Any:
297
+ ResourceMetadataResponse.__key_warning(key)
298
+ return super().__getitem__(key)
299
+
300
+ def get(self, key: str, default = None) -> Any:
301
+ ResourceMetadataResponse.__key_warning(key)
302
+ return super().get(key, default)
303
+
304
+ def __init__(__self__, *,
305
+ resource_id: str,
306
+ account_id: Optional[str] = None,
307
+ resource_kind: Optional[str] = None,
308
+ resource_origin: Optional[str] = None,
309
+ resource_type: Optional[str] = None):
310
+ """
311
+ Single resource Id's metadata.
312
+ :param str resource_id: Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".
313
+ :param str account_id: Account Id. For example - the AWS account id.
314
+ :param str resource_kind: Resource kind.
315
+ :param str resource_origin: Resource Origin.
316
+ :param str resource_type: Resource type. e.g. "Microsoft.Compute/virtualMachines"
317
+ """
318
+ pulumi.set(__self__, "resource_id", resource_id)
319
+ if account_id is not None:
320
+ pulumi.set(__self__, "account_id", account_id)
321
+ if resource_kind is not None:
322
+ pulumi.set(__self__, "resource_kind", resource_kind)
323
+ if resource_origin is not None:
324
+ pulumi.set(__self__, "resource_origin", resource_origin)
325
+ if resource_type is not None:
326
+ pulumi.set(__self__, "resource_type", resource_type)
327
+
328
+ @property
329
+ @pulumi.getter(name="resourceId")
330
+ def resource_id(self) -> str:
331
+ """
332
+ Resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".
333
+ """
334
+ return pulumi.get(self, "resource_id")
335
+
336
+ @property
337
+ @pulumi.getter(name="accountId")
338
+ def account_id(self) -> Optional[str]:
339
+ """
340
+ Account Id. For example - the AWS account id.
341
+ """
342
+ return pulumi.get(self, "account_id")
343
+
344
+ @property
345
+ @pulumi.getter(name="resourceKind")
346
+ def resource_kind(self) -> Optional[str]:
347
+ """
348
+ Resource kind.
349
+ """
350
+ return pulumi.get(self, "resource_kind")
351
+
352
+ @property
353
+ @pulumi.getter(name="resourceOrigin")
354
+ def resource_origin(self) -> Optional[str]:
355
+ """
356
+ Resource Origin.
357
+ """
358
+ return pulumi.get(self, "resource_origin")
359
+
360
+ @property
361
+ @pulumi.getter(name="resourceType")
362
+ def resource_type(self) -> Optional[str]:
363
+ """
364
+ Resource type. e.g. "Microsoft.Compute/virtualMachines"
365
+ """
366
+ return pulumi.get(self, "resource_type")
367
+
368
+
369
+ @pulumi.output_type
370
+ class ScopingAnswerResponse(dict):
371
+ """
372
+ Scoping answer.
373
+ """
374
+ @staticmethod
375
+ def __key_warning(key: str):
376
+ suggest = None
377
+ if key == "questionId":
378
+ suggest = "question_id"
379
+
380
+ if suggest:
381
+ pulumi.log.warn(f"Key '{key}' not found in ScopingAnswerResponse. Access the value via the '{suggest}' property getter instead.")
382
+
383
+ def __getitem__(self, key: str) -> Any:
384
+ ScopingAnswerResponse.__key_warning(key)
385
+ return super().__getitem__(key)
386
+
387
+ def get(self, key: str, default = None) -> Any:
388
+ ScopingAnswerResponse.__key_warning(key)
389
+ return super().get(key, default)
390
+
391
+ def __init__(__self__, *,
392
+ answers: Sequence[str],
393
+ question_id: str):
394
+ """
395
+ Scoping answer.
396
+ :param Sequence[str] answers: Question answer value list.
397
+ :param str question_id: Question id.
398
+ """
399
+ pulumi.set(__self__, "answers", answers)
400
+ pulumi.set(__self__, "question_id", question_id)
401
+
402
+ @property
403
+ @pulumi.getter
404
+ def answers(self) -> Sequence[str]:
405
+ """
406
+ Question answer value list.
407
+ """
408
+ return pulumi.get(self, "answers")
409
+
410
+ @property
411
+ @pulumi.getter(name="questionId")
412
+ def question_id(self) -> str:
413
+ """
414
+ Question id.
415
+ """
416
+ return pulumi.get(self, "question_id")
417
+
418
+
419
+ @pulumi.output_type
420
+ class ScopingQuestionResponse(dict):
421
+ """
422
+ The definition of a scoping question.
423
+ """
424
+ def __init__(__self__, *,
425
+ input_type: str,
426
+ option_ids: Sequence[str],
427
+ question_id: str,
428
+ rules: Sequence[str],
429
+ show_sub_questions_value: str,
430
+ superior_question_id: str):
431
+ """
432
+ The definition of a scoping question.
433
+ :param str input_type: Input type of the question answer.
434
+ :param Sequence[str] option_ids: Option id list.
435
+ :param str question_id: Question id.
436
+ :param Sequence[str] rules: The rule of the question.
437
+ :param str show_sub_questions_value: The answer value to show the sub questions.
438
+ :param str superior_question_id: Superior question id.
439
+ """
440
+ pulumi.set(__self__, "input_type", input_type)
441
+ pulumi.set(__self__, "option_ids", option_ids)
442
+ pulumi.set(__self__, "question_id", question_id)
443
+ pulumi.set(__self__, "rules", rules)
444
+ pulumi.set(__self__, "show_sub_questions_value", show_sub_questions_value)
445
+ pulumi.set(__self__, "superior_question_id", superior_question_id)
446
+
447
+ @property
448
+ @pulumi.getter(name="inputType")
449
+ def input_type(self) -> str:
450
+ """
451
+ Input type of the question answer.
452
+ """
453
+ return pulumi.get(self, "input_type")
454
+
455
+ @property
456
+ @pulumi.getter(name="optionIds")
457
+ def option_ids(self) -> Sequence[str]:
458
+ """
459
+ Option id list.
460
+ """
461
+ return pulumi.get(self, "option_ids")
462
+
463
+ @property
464
+ @pulumi.getter(name="questionId")
465
+ def question_id(self) -> str:
466
+ """
467
+ Question id.
468
+ """
469
+ return pulumi.get(self, "question_id")
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def rules(self) -> Sequence[str]:
474
+ """
475
+ The rule of the question.
476
+ """
477
+ return pulumi.get(self, "rules")
478
+
479
+ @property
480
+ @pulumi.getter(name="showSubQuestionsValue")
481
+ def show_sub_questions_value(self) -> str:
482
+ """
483
+ The answer value to show the sub questions.
484
+ """
485
+ return pulumi.get(self, "show_sub_questions_value")
486
+
487
+ @property
488
+ @pulumi.getter(name="superiorQuestionId")
489
+ def superior_question_id(self) -> str:
490
+ """
491
+ Superior question id.
492
+ """
493
+ return pulumi.get(self, "superior_question_id")
494
+
495
+
496
+ @pulumi.output_type
497
+ class StatusItemResponse(dict):
498
+ """
499
+ Single status.
500
+ """
501
+ def __init__(__self__, *,
502
+ status_name: Optional[str] = None,
503
+ status_value: Optional[str] = None):
504
+ """
505
+ Single status.
506
+ :param str status_name: Status name - e.g. "Active", "Failed".
507
+ :param str status_value: Status value. e.g. "100", or "100%".
508
+ """
509
+ if status_name is not None:
510
+ pulumi.set(__self__, "status_name", status_name)
511
+ if status_value is not None:
512
+ pulumi.set(__self__, "status_value", status_value)
513
+
514
+ @property
515
+ @pulumi.getter(name="statusName")
516
+ def status_name(self) -> Optional[str]:
517
+ """
518
+ Status name - e.g. "Active", "Failed".
519
+ """
520
+ return pulumi.get(self, "status_name")
521
+
522
+ @property
523
+ @pulumi.getter(name="statusValue")
524
+ def status_value(self) -> Optional[str]:
525
+ """
526
+ Status value. e.g. "100", or "100%".
527
+ """
528
+ return pulumi.get(self, "status_value")
529
+
530
+
531
+ @pulumi.output_type
532
+ class StorageInfoResponse(dict):
533
+ """
534
+ The information of 'bring your own storage' account binding to the report
535
+ """
536
+ @staticmethod
537
+ def __key_warning(key: str):
538
+ suggest = None
539
+ if key == "accountName":
540
+ suggest = "account_name"
541
+ elif key == "resourceGroup":
542
+ suggest = "resource_group"
543
+ elif key == "subscriptionId":
544
+ suggest = "subscription_id"
545
+
546
+ if suggest:
547
+ pulumi.log.warn(f"Key '{key}' not found in StorageInfoResponse. Access the value via the '{suggest}' property getter instead.")
548
+
549
+ def __getitem__(self, key: str) -> Any:
550
+ StorageInfoResponse.__key_warning(key)
551
+ return super().__getitem__(key)
552
+
553
+ def get(self, key: str, default = None) -> Any:
554
+ StorageInfoResponse.__key_warning(key)
555
+ return super().get(key, default)
556
+
557
+ def __init__(__self__, *,
558
+ account_name: Optional[str] = None,
559
+ location: Optional[str] = None,
560
+ resource_group: Optional[str] = None,
561
+ subscription_id: Optional[str] = None):
562
+ """
563
+ The information of 'bring your own storage' account binding to the report
564
+ :param str account_name: 'bring your own storage' account name
565
+ :param str location: The region of 'bring your own storage' account
566
+ :param str resource_group: The resourceGroup which 'bring your own storage' account belongs to
567
+ :param str subscription_id: The subscription id which 'bring your own storage' account belongs to
568
+ """
569
+ if account_name is not None:
570
+ pulumi.set(__self__, "account_name", account_name)
571
+ if location is not None:
572
+ pulumi.set(__self__, "location", location)
573
+ if resource_group is not None:
574
+ pulumi.set(__self__, "resource_group", resource_group)
575
+ if subscription_id is not None:
576
+ pulumi.set(__self__, "subscription_id", subscription_id)
577
+
578
+ @property
579
+ @pulumi.getter(name="accountName")
580
+ def account_name(self) -> Optional[str]:
581
+ """
582
+ 'bring your own storage' account name
583
+ """
584
+ return pulumi.get(self, "account_name")
585
+
586
+ @property
587
+ @pulumi.getter
588
+ def location(self) -> Optional[str]:
589
+ """
590
+ The region of 'bring your own storage' account
591
+ """
592
+ return pulumi.get(self, "location")
593
+
594
+ @property
595
+ @pulumi.getter(name="resourceGroup")
596
+ def resource_group(self) -> Optional[str]:
597
+ """
598
+ The resourceGroup which 'bring your own storage' account belongs to
599
+ """
600
+ return pulumi.get(self, "resource_group")
601
+
602
+ @property
603
+ @pulumi.getter(name="subscriptionId")
604
+ def subscription_id(self) -> Optional[str]:
605
+ """
606
+ The subscription id which 'bring your own storage' account belongs to
607
+ """
608
+ return pulumi.get(self, "subscription_id")
609
+
610
+
611
+ @pulumi.output_type
612
+ class SystemDataResponse(dict):
613
+ """
614
+ Metadata pertaining to creation and last modification of the resource.
615
+ """
616
+ @staticmethod
617
+ def __key_warning(key: str):
618
+ suggest = None
619
+ if key == "createdAt":
620
+ suggest = "created_at"
621
+ elif key == "createdBy":
622
+ suggest = "created_by"
623
+ elif key == "createdByType":
624
+ suggest = "created_by_type"
625
+ elif key == "lastModifiedAt":
626
+ suggest = "last_modified_at"
627
+ elif key == "lastModifiedBy":
628
+ suggest = "last_modified_by"
629
+ elif key == "lastModifiedByType":
630
+ suggest = "last_modified_by_type"
631
+
632
+ if suggest:
633
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
634
+
635
+ def __getitem__(self, key: str) -> Any:
636
+ SystemDataResponse.__key_warning(key)
637
+ return super().__getitem__(key)
638
+
639
+ def get(self, key: str, default = None) -> Any:
640
+ SystemDataResponse.__key_warning(key)
641
+ return super().get(key, default)
642
+
643
+ def __init__(__self__, *,
644
+ created_at: Optional[str] = None,
645
+ created_by: Optional[str] = None,
646
+ created_by_type: Optional[str] = None,
647
+ last_modified_at: Optional[str] = None,
648
+ last_modified_by: Optional[str] = None,
649
+ last_modified_by_type: Optional[str] = None):
650
+ """
651
+ Metadata pertaining to creation and last modification of the resource.
652
+ :param str created_at: The timestamp of resource creation (UTC).
653
+ :param str created_by: The identity that created the resource.
654
+ :param str created_by_type: The type of identity that created the resource.
655
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
656
+ :param str last_modified_by: The identity that last modified the resource.
657
+ :param str last_modified_by_type: The type of identity that last modified the resource.
658
+ """
659
+ if created_at is not None:
660
+ pulumi.set(__self__, "created_at", created_at)
661
+ if created_by is not None:
662
+ pulumi.set(__self__, "created_by", created_by)
663
+ if created_by_type is not None:
664
+ pulumi.set(__self__, "created_by_type", created_by_type)
665
+ if last_modified_at is not None:
666
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
667
+ if last_modified_by is not None:
668
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
669
+ if last_modified_by_type is not None:
670
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
671
+
672
+ @property
673
+ @pulumi.getter(name="createdAt")
674
+ def created_at(self) -> Optional[str]:
675
+ """
676
+ The timestamp of resource creation (UTC).
677
+ """
678
+ return pulumi.get(self, "created_at")
679
+
680
+ @property
681
+ @pulumi.getter(name="createdBy")
682
+ def created_by(self) -> Optional[str]:
683
+ """
684
+ The identity that created the resource.
685
+ """
686
+ return pulumi.get(self, "created_by")
687
+
688
+ @property
689
+ @pulumi.getter(name="createdByType")
690
+ def created_by_type(self) -> Optional[str]:
691
+ """
692
+ The type of identity that created the resource.
693
+ """
694
+ return pulumi.get(self, "created_by_type")
695
+
696
+ @property
697
+ @pulumi.getter(name="lastModifiedAt")
698
+ def last_modified_at(self) -> Optional[str]:
699
+ """
700
+ The timestamp of resource last modification (UTC)
701
+ """
702
+ return pulumi.get(self, "last_modified_at")
703
+
704
+ @property
705
+ @pulumi.getter(name="lastModifiedBy")
706
+ def last_modified_by(self) -> Optional[str]:
707
+ """
708
+ The identity that last modified the resource.
709
+ """
710
+ return pulumi.get(self, "last_modified_by")
711
+
712
+ @property
713
+ @pulumi.getter(name="lastModifiedByType")
714
+ def last_modified_by_type(self) -> Optional[str]:
715
+ """
716
+ The type of identity that last modified the resource.
717
+ """
718
+ return pulumi.get(self, "last_modified_by_type")
719
+
720
+