pulumi-azure-native 2.19.1a1701158701__py3-none-any.whl → 2.20.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 (109) hide show
  1. pulumi_azure_native/__init__.py +24 -0
  2. pulumi_azure_native/dataprotection/__init__.py +3 -0
  3. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  4. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  5. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  6. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  7. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  8. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  9. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  10. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  11. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  12. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  13. pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
  14. pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
  15. pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
  16. pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
  17. pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
  18. pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
  19. pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
  20. pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
  21. pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
  22. pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
  23. pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
  24. pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
  25. pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
  26. pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
  27. pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
  28. pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
  29. pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
  30. pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
  31. pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
  32. pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
  33. pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
  34. pulumi_azure_native/dataprotection/v20230801/backup_instance.py +1 -1
  35. pulumi_azure_native/dataprotection/v20230801/backup_policy.py +1 -1
  36. pulumi_azure_native/dataprotection/v20230801/backup_vault.py +1 -1
  37. pulumi_azure_native/dataprotection/v20230801/dpp_resource_guard_proxy.py +1 -1
  38. pulumi_azure_native/dataprotection/v20230801/resource_guard.py +1 -1
  39. pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
  40. pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
  41. pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
  42. pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
  43. pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
  44. pulumi_azure_native/dataprotection/v20231101/__init__.py +20 -0
  45. pulumi_azure_native/dataprotection/v20231101/_enums.py +163 -0
  46. pulumi_azure_native/dataprotection/v20231101/_inputs.py +2399 -0
  47. pulumi_azure_native/dataprotection/v20231101/backup_instance.py +245 -0
  48. pulumi_azure_native/dataprotection/v20231101/backup_policy.py +216 -0
  49. pulumi_azure_native/dataprotection/v20231101/backup_vault.py +312 -0
  50. pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +215 -0
  51. pulumi_azure_native/dataprotection/v20231101/get_backup_instance.py +149 -0
  52. pulumi_azure_native/dataprotection/v20231101/get_backup_policy.py +134 -0
  53. pulumi_azure_native/dataprotection/v20231101/get_backup_vault.py +183 -0
  54. pulumi_azure_native/dataprotection/v20231101/get_dpp_resource_guard_proxy.py +136 -0
  55. pulumi_azure_native/dataprotection/v20231101/get_resource_guard.py +165 -0
  56. pulumi_azure_native/dataprotection/v20231101/outputs.py +3662 -0
  57. pulumi_azure_native/dataprotection/v20231101/resource_guard.py +279 -0
  58. pulumi_azure_native/hybridcontainerservice/v20231115preview/outputs.py +119 -120
  59. pulumi_azure_native/notificationhubs/__init__.py +3 -0
  60. pulumi_azure_native/notificationhubs/get_namespace.py +2 -2
  61. pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +2 -2
  62. pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +2 -2
  63. pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
  64. pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +2 -2
  65. pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +2 -2
  66. pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +2 -2
  67. pulumi_azure_native/notificationhubs/list_namespace_keys.py +2 -2
  68. pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +2 -2
  69. pulumi_azure_native/notificationhubs/namespace.py +3 -3
  70. pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +3 -3
  71. pulumi_azure_native/notificationhubs/notification_hub.py +3 -3
  72. pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +3 -3
  73. pulumi_azure_native/notificationhubs/private_endpoint_connection.py +3 -3
  74. pulumi_azure_native/notificationhubs/v20170401/namespace.py +1 -1
  75. pulumi_azure_native/notificationhubs/v20170401/namespace_authorization_rule.py +1 -1
  76. pulumi_azure_native/notificationhubs/v20170401/notification_hub.py +1 -1
  77. pulumi_azure_native/notificationhubs/v20170401/notification_hub_authorization_rule.py +1 -1
  78. pulumi_azure_native/notificationhubs/v20230101preview/namespace.py +1 -1
  79. pulumi_azure_native/notificationhubs/v20230101preview/namespace_authorization_rule.py +1 -1
  80. pulumi_azure_native/notificationhubs/v20230101preview/notification_hub.py +1 -1
  81. pulumi_azure_native/notificationhubs/v20230101preview/notification_hub_authorization_rule.py +1 -1
  82. pulumi_azure_native/notificationhubs/v20230101preview/private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/notificationhubs/v20230901/namespace.py +1 -1
  84. pulumi_azure_native/notificationhubs/v20230901/namespace_authorization_rule.py +1 -1
  85. pulumi_azure_native/notificationhubs/v20230901/notification_hub.py +1 -1
  86. pulumi_azure_native/notificationhubs/v20230901/notification_hub_authorization_rule.py +1 -1
  87. pulumi_azure_native/notificationhubs/v20230901/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/notificationhubs/v20231001preview/__init__.py +24 -0
  89. pulumi_azure_native/notificationhubs/v20231001preview/_enums.py +121 -0
  90. pulumi_azure_native/notificationhubs/v20231001preview/_inputs.py +1638 -0
  91. pulumi_azure_native/notificationhubs/v20231001preview/get_namespace.py +170 -0
  92. pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_authorization_rule.py +162 -0
  93. pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_pns_credentials.py +160 -0
  94. pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub.py +175 -0
  95. pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_authorization_rule.py +167 -0
  96. pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_pns_credentials.py +165 -0
  97. pulumi_azure_native/notificationhubs/v20231001preview/get_private_endpoint_connection.py +136 -0
  98. pulumi_azure_native/notificationhubs/v20231001preview/list_namespace_keys.py +136 -0
  99. pulumi_azure_native/notificationhubs/v20231001preview/list_notification_hub_keys.py +141 -0
  100. pulumi_azure_native/notificationhubs/v20231001preview/namespace.py +283 -0
  101. pulumi_azure_native/notificationhubs/v20231001preview/namespace_authorization_rule.py +274 -0
  102. pulumi_azure_native/notificationhubs/v20231001preview/notification_hub.py +303 -0
  103. pulumi_azure_native/notificationhubs/v20231001preview/notification_hub_authorization_rule.py +295 -0
  104. pulumi_azure_native/notificationhubs/v20231001preview/outputs.py +2248 -0
  105. pulumi_azure_native/notificationhubs/v20231001preview/private_endpoint_connection.py +216 -0
  106. {pulumi_azure_native-2.19.1a1701158701.dist-info → pulumi_azure_native-2.20.0.dist-info}/METADATA +1 -1
  107. {pulumi_azure_native-2.19.1a1701158701.dist-info → pulumi_azure_native-2.20.0.dist-info}/RECORD +109 -77
  108. {pulumi_azure_native-2.19.1a1701158701.dist-info → pulumi_azure_native-2.20.0.dist-info}/WHEEL +0 -0
  109. {pulumi_azure_native-2.19.1a1701158701.dist-info → pulumi_azure_native-2.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3662 @@
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
+ 'AbsoluteDeleteOptionResponse',
16
+ 'AdhocBasedTaggingCriteriaResponse',
17
+ 'AdhocBasedTriggerContextResponse',
18
+ 'AzureBackupParamsResponse',
19
+ 'AzureBackupRuleResponse',
20
+ 'AzureMonitorAlertSettingsResponse',
21
+ 'AzureOperationalStoreParametersResponse',
22
+ 'AzureRetentionRuleResponse',
23
+ 'BackupInstanceResponse',
24
+ 'BackupPolicyResponse',
25
+ 'BackupScheduleResponse',
26
+ 'BackupVaultResponse',
27
+ 'BlobBackupDatasourceParametersResponse',
28
+ 'CopyOnExpiryOptionResponse',
29
+ 'CrossRegionRestoreSettingsResponse',
30
+ 'CrossSubscriptionRestoreSettingsResponse',
31
+ 'CustomCopyOptionResponse',
32
+ 'DataStoreInfoBaseResponse',
33
+ 'DatasourceResponse',
34
+ 'DatasourceSetResponse',
35
+ 'DayResponse',
36
+ 'DefaultResourcePropertiesResponse',
37
+ 'DppIdentityDetailsResponse',
38
+ 'FeatureSettingsResponse',
39
+ 'IdentityDetailsResponse',
40
+ 'ImmediateCopyOptionResponse',
41
+ 'ImmutabilitySettingsResponse',
42
+ 'InnerErrorResponse',
43
+ 'KubernetesClusterBackupDatasourceParametersResponse',
44
+ 'MonitoringSettingsResponse',
45
+ 'NamespacedNameResourceResponse',
46
+ 'PolicyInfoResponse',
47
+ 'PolicyParametersResponse',
48
+ 'ProtectionStatusDetailsResponse',
49
+ 'ResourceGuardOperationDetailResponse',
50
+ 'ResourceGuardOperationResponse',
51
+ 'ResourceGuardProxyBaseResponse',
52
+ 'ResourceGuardResponse',
53
+ 'ResourceMoveDetailsResponse',
54
+ 'RetentionTagResponse',
55
+ 'ScheduleBasedBackupCriteriaResponse',
56
+ 'ScheduleBasedTriggerContextResponse',
57
+ 'SecretStoreBasedAuthCredentialsResponse',
58
+ 'SecretStoreResourceResponse',
59
+ 'SecuritySettingsResponse',
60
+ 'SoftDeleteSettingsResponse',
61
+ 'SourceLifeCycleResponse',
62
+ 'StorageSettingResponse',
63
+ 'SystemDataResponse',
64
+ 'TaggingCriteriaResponse',
65
+ 'TargetCopySettingResponse',
66
+ 'UserAssignedIdentityResponse',
67
+ 'UserFacingErrorResponse',
68
+ ]
69
+
70
+ @pulumi.output_type
71
+ class AbsoluteDeleteOptionResponse(dict):
72
+ """
73
+ Delete option with duration
74
+ """
75
+ @staticmethod
76
+ def __key_warning(key: str):
77
+ suggest = None
78
+ if key == "objectType":
79
+ suggest = "object_type"
80
+
81
+ if suggest:
82
+ pulumi.log.warn(f"Key '{key}' not found in AbsoluteDeleteOptionResponse. Access the value via the '{suggest}' property getter instead.")
83
+
84
+ def __getitem__(self, key: str) -> Any:
85
+ AbsoluteDeleteOptionResponse.__key_warning(key)
86
+ return super().__getitem__(key)
87
+
88
+ def get(self, key: str, default = None) -> Any:
89
+ AbsoluteDeleteOptionResponse.__key_warning(key)
90
+ return super().get(key, default)
91
+
92
+ def __init__(__self__, *,
93
+ duration: str,
94
+ object_type: str):
95
+ """
96
+ Delete option with duration
97
+ :param str duration: Duration of deletion after given timespan
98
+ :param str object_type: Type of the specific object - used for deserializing
99
+ Expected value is 'AbsoluteDeleteOption'.
100
+ """
101
+ pulumi.set(__self__, "duration", duration)
102
+ pulumi.set(__self__, "object_type", 'AbsoluteDeleteOption')
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def duration(self) -> str:
107
+ """
108
+ Duration of deletion after given timespan
109
+ """
110
+ return pulumi.get(self, "duration")
111
+
112
+ @property
113
+ @pulumi.getter(name="objectType")
114
+ def object_type(self) -> str:
115
+ """
116
+ Type of the specific object - used for deserializing
117
+ Expected value is 'AbsoluteDeleteOption'.
118
+ """
119
+ return pulumi.get(self, "object_type")
120
+
121
+
122
+ @pulumi.output_type
123
+ class AdhocBasedTaggingCriteriaResponse(dict):
124
+ """
125
+ Adhoc backup tagging criteria
126
+ """
127
+ @staticmethod
128
+ def __key_warning(key: str):
129
+ suggest = None
130
+ if key == "tagInfo":
131
+ suggest = "tag_info"
132
+
133
+ if suggest:
134
+ pulumi.log.warn(f"Key '{key}' not found in AdhocBasedTaggingCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
135
+
136
+ def __getitem__(self, key: str) -> Any:
137
+ AdhocBasedTaggingCriteriaResponse.__key_warning(key)
138
+ return super().__getitem__(key)
139
+
140
+ def get(self, key: str, default = None) -> Any:
141
+ AdhocBasedTaggingCriteriaResponse.__key_warning(key)
142
+ return super().get(key, default)
143
+
144
+ def __init__(__self__, *,
145
+ tag_info: Optional['outputs.RetentionTagResponse'] = None):
146
+ """
147
+ Adhoc backup tagging criteria
148
+ :param 'RetentionTagResponse' tag_info: Retention tag information
149
+ """
150
+ if tag_info is not None:
151
+ pulumi.set(__self__, "tag_info", tag_info)
152
+
153
+ @property
154
+ @pulumi.getter(name="tagInfo")
155
+ def tag_info(self) -> Optional['outputs.RetentionTagResponse']:
156
+ """
157
+ Retention tag information
158
+ """
159
+ return pulumi.get(self, "tag_info")
160
+
161
+
162
+ @pulumi.output_type
163
+ class AdhocBasedTriggerContextResponse(dict):
164
+ """
165
+ Adhoc trigger context
166
+ """
167
+ @staticmethod
168
+ def __key_warning(key: str):
169
+ suggest = None
170
+ if key == "objectType":
171
+ suggest = "object_type"
172
+ elif key == "taggingCriteria":
173
+ suggest = "tagging_criteria"
174
+
175
+ if suggest:
176
+ pulumi.log.warn(f"Key '{key}' not found in AdhocBasedTriggerContextResponse. Access the value via the '{suggest}' property getter instead.")
177
+
178
+ def __getitem__(self, key: str) -> Any:
179
+ AdhocBasedTriggerContextResponse.__key_warning(key)
180
+ return super().__getitem__(key)
181
+
182
+ def get(self, key: str, default = None) -> Any:
183
+ AdhocBasedTriggerContextResponse.__key_warning(key)
184
+ return super().get(key, default)
185
+
186
+ def __init__(__self__, *,
187
+ object_type: str,
188
+ tagging_criteria: 'outputs.AdhocBasedTaggingCriteriaResponse'):
189
+ """
190
+ Adhoc trigger context
191
+ :param str object_type: Type of the specific object - used for deserializing
192
+ Expected value is 'AdhocBasedTriggerContext'.
193
+ :param 'AdhocBasedTaggingCriteriaResponse' tagging_criteria: Tagging Criteria containing retention tag for adhoc backup.
194
+ """
195
+ pulumi.set(__self__, "object_type", 'AdhocBasedTriggerContext')
196
+ pulumi.set(__self__, "tagging_criteria", tagging_criteria)
197
+
198
+ @property
199
+ @pulumi.getter(name="objectType")
200
+ def object_type(self) -> str:
201
+ """
202
+ Type of the specific object - used for deserializing
203
+ Expected value is 'AdhocBasedTriggerContext'.
204
+ """
205
+ return pulumi.get(self, "object_type")
206
+
207
+ @property
208
+ @pulumi.getter(name="taggingCriteria")
209
+ def tagging_criteria(self) -> 'outputs.AdhocBasedTaggingCriteriaResponse':
210
+ """
211
+ Tagging Criteria containing retention tag for adhoc backup.
212
+ """
213
+ return pulumi.get(self, "tagging_criteria")
214
+
215
+
216
+ @pulumi.output_type
217
+ class AzureBackupParamsResponse(dict):
218
+ """
219
+ Azure backup parameters
220
+ """
221
+ @staticmethod
222
+ def __key_warning(key: str):
223
+ suggest = None
224
+ if key == "backupType":
225
+ suggest = "backup_type"
226
+ elif key == "objectType":
227
+ suggest = "object_type"
228
+
229
+ if suggest:
230
+ pulumi.log.warn(f"Key '{key}' not found in AzureBackupParamsResponse. Access the value via the '{suggest}' property getter instead.")
231
+
232
+ def __getitem__(self, key: str) -> Any:
233
+ AzureBackupParamsResponse.__key_warning(key)
234
+ return super().__getitem__(key)
235
+
236
+ def get(self, key: str, default = None) -> Any:
237
+ AzureBackupParamsResponse.__key_warning(key)
238
+ return super().get(key, default)
239
+
240
+ def __init__(__self__, *,
241
+ backup_type: str,
242
+ object_type: str):
243
+ """
244
+ Azure backup parameters
245
+ :param str backup_type: BackupType ; Full/Incremental etc
246
+ :param str object_type: Type of the specific object - used for deserializing
247
+ Expected value is 'AzureBackupParams'.
248
+ """
249
+ pulumi.set(__self__, "backup_type", backup_type)
250
+ pulumi.set(__self__, "object_type", 'AzureBackupParams')
251
+
252
+ @property
253
+ @pulumi.getter(name="backupType")
254
+ def backup_type(self) -> str:
255
+ """
256
+ BackupType ; Full/Incremental etc
257
+ """
258
+ return pulumi.get(self, "backup_type")
259
+
260
+ @property
261
+ @pulumi.getter(name="objectType")
262
+ def object_type(self) -> str:
263
+ """
264
+ Type of the specific object - used for deserializing
265
+ Expected value is 'AzureBackupParams'.
266
+ """
267
+ return pulumi.get(self, "object_type")
268
+
269
+
270
+ @pulumi.output_type
271
+ class AzureBackupRuleResponse(dict):
272
+ """
273
+ Azure backup rule
274
+ """
275
+ @staticmethod
276
+ def __key_warning(key: str):
277
+ suggest = None
278
+ if key == "dataStore":
279
+ suggest = "data_store"
280
+ elif key == "objectType":
281
+ suggest = "object_type"
282
+ elif key == "backupParameters":
283
+ suggest = "backup_parameters"
284
+
285
+ if suggest:
286
+ pulumi.log.warn(f"Key '{key}' not found in AzureBackupRuleResponse. Access the value via the '{suggest}' property getter instead.")
287
+
288
+ def __getitem__(self, key: str) -> Any:
289
+ AzureBackupRuleResponse.__key_warning(key)
290
+ return super().__getitem__(key)
291
+
292
+ def get(self, key: str, default = None) -> Any:
293
+ AzureBackupRuleResponse.__key_warning(key)
294
+ return super().get(key, default)
295
+
296
+ def __init__(__self__, *,
297
+ data_store: 'outputs.DataStoreInfoBaseResponse',
298
+ name: str,
299
+ object_type: str,
300
+ trigger: Any,
301
+ backup_parameters: Optional['outputs.AzureBackupParamsResponse'] = None):
302
+ """
303
+ Azure backup rule
304
+ :param 'DataStoreInfoBaseResponse' data_store: DataStoreInfo base
305
+ :param str object_type:
306
+ Expected value is 'AzureBackupRule'.
307
+ :param Union['AdhocBasedTriggerContextResponse', 'ScheduleBasedTriggerContextResponse'] trigger: Trigger context
308
+ :param 'AzureBackupParamsResponse' backup_parameters: BackupParameters base
309
+ """
310
+ pulumi.set(__self__, "data_store", data_store)
311
+ pulumi.set(__self__, "name", name)
312
+ pulumi.set(__self__, "object_type", 'AzureBackupRule')
313
+ pulumi.set(__self__, "trigger", trigger)
314
+ if backup_parameters is not None:
315
+ pulumi.set(__self__, "backup_parameters", backup_parameters)
316
+
317
+ @property
318
+ @pulumi.getter(name="dataStore")
319
+ def data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
320
+ """
321
+ DataStoreInfo base
322
+ """
323
+ return pulumi.get(self, "data_store")
324
+
325
+ @property
326
+ @pulumi.getter
327
+ def name(self) -> str:
328
+ return pulumi.get(self, "name")
329
+
330
+ @property
331
+ @pulumi.getter(name="objectType")
332
+ def object_type(self) -> str:
333
+ """
334
+
335
+ Expected value is 'AzureBackupRule'.
336
+ """
337
+ return pulumi.get(self, "object_type")
338
+
339
+ @property
340
+ @pulumi.getter
341
+ def trigger(self) -> Any:
342
+ """
343
+ Trigger context
344
+ """
345
+ return pulumi.get(self, "trigger")
346
+
347
+ @property
348
+ @pulumi.getter(name="backupParameters")
349
+ def backup_parameters(self) -> Optional['outputs.AzureBackupParamsResponse']:
350
+ """
351
+ BackupParameters base
352
+ """
353
+ return pulumi.get(self, "backup_parameters")
354
+
355
+
356
+ @pulumi.output_type
357
+ class AzureMonitorAlertSettingsResponse(dict):
358
+ """
359
+ Settings for Azure Monitor based alerts
360
+ """
361
+ @staticmethod
362
+ def __key_warning(key: str):
363
+ suggest = None
364
+ if key == "alertsForAllJobFailures":
365
+ suggest = "alerts_for_all_job_failures"
366
+
367
+ if suggest:
368
+ pulumi.log.warn(f"Key '{key}' not found in AzureMonitorAlertSettingsResponse. Access the value via the '{suggest}' property getter instead.")
369
+
370
+ def __getitem__(self, key: str) -> Any:
371
+ AzureMonitorAlertSettingsResponse.__key_warning(key)
372
+ return super().__getitem__(key)
373
+
374
+ def get(self, key: str, default = None) -> Any:
375
+ AzureMonitorAlertSettingsResponse.__key_warning(key)
376
+ return super().get(key, default)
377
+
378
+ def __init__(__self__, *,
379
+ alerts_for_all_job_failures: Optional[str] = None):
380
+ """
381
+ Settings for Azure Monitor based alerts
382
+ """
383
+ if alerts_for_all_job_failures is not None:
384
+ pulumi.set(__self__, "alerts_for_all_job_failures", alerts_for_all_job_failures)
385
+
386
+ @property
387
+ @pulumi.getter(name="alertsForAllJobFailures")
388
+ def alerts_for_all_job_failures(self) -> Optional[str]:
389
+ return pulumi.get(self, "alerts_for_all_job_failures")
390
+
391
+
392
+ @pulumi.output_type
393
+ class AzureOperationalStoreParametersResponse(dict):
394
+ """
395
+ Parameters for Operational-Tier DataStore
396
+ """
397
+ @staticmethod
398
+ def __key_warning(key: str):
399
+ suggest = None
400
+ if key == "dataStoreType":
401
+ suggest = "data_store_type"
402
+ elif key == "objectType":
403
+ suggest = "object_type"
404
+ elif key == "resourceGroupId":
405
+ suggest = "resource_group_id"
406
+
407
+ if suggest:
408
+ pulumi.log.warn(f"Key '{key}' not found in AzureOperationalStoreParametersResponse. Access the value via the '{suggest}' property getter instead.")
409
+
410
+ def __getitem__(self, key: str) -> Any:
411
+ AzureOperationalStoreParametersResponse.__key_warning(key)
412
+ return super().__getitem__(key)
413
+
414
+ def get(self, key: str, default = None) -> Any:
415
+ AzureOperationalStoreParametersResponse.__key_warning(key)
416
+ return super().get(key, default)
417
+
418
+ def __init__(__self__, *,
419
+ data_store_type: str,
420
+ object_type: str,
421
+ resource_group_id: Optional[str] = None):
422
+ """
423
+ Parameters for Operational-Tier DataStore
424
+ :param str data_store_type: type of datastore; Operational/Vault/Archive
425
+ :param str object_type: Type of the specific object - used for deserializing
426
+ Expected value is 'AzureOperationalStoreParameters'.
427
+ :param str resource_group_id: Gets or sets the Snapshot Resource Group Uri.
428
+ """
429
+ pulumi.set(__self__, "data_store_type", data_store_type)
430
+ pulumi.set(__self__, "object_type", 'AzureOperationalStoreParameters')
431
+ if resource_group_id is not None:
432
+ pulumi.set(__self__, "resource_group_id", resource_group_id)
433
+
434
+ @property
435
+ @pulumi.getter(name="dataStoreType")
436
+ def data_store_type(self) -> str:
437
+ """
438
+ type of datastore; Operational/Vault/Archive
439
+ """
440
+ return pulumi.get(self, "data_store_type")
441
+
442
+ @property
443
+ @pulumi.getter(name="objectType")
444
+ def object_type(self) -> str:
445
+ """
446
+ Type of the specific object - used for deserializing
447
+ Expected value is 'AzureOperationalStoreParameters'.
448
+ """
449
+ return pulumi.get(self, "object_type")
450
+
451
+ @property
452
+ @pulumi.getter(name="resourceGroupId")
453
+ def resource_group_id(self) -> Optional[str]:
454
+ """
455
+ Gets or sets the Snapshot Resource Group Uri.
456
+ """
457
+ return pulumi.get(self, "resource_group_id")
458
+
459
+
460
+ @pulumi.output_type
461
+ class AzureRetentionRuleResponse(dict):
462
+ """
463
+ Azure retention rule
464
+ """
465
+ @staticmethod
466
+ def __key_warning(key: str):
467
+ suggest = None
468
+ if key == "objectType":
469
+ suggest = "object_type"
470
+ elif key == "isDefault":
471
+ suggest = "is_default"
472
+
473
+ if suggest:
474
+ pulumi.log.warn(f"Key '{key}' not found in AzureRetentionRuleResponse. Access the value via the '{suggest}' property getter instead.")
475
+
476
+ def __getitem__(self, key: str) -> Any:
477
+ AzureRetentionRuleResponse.__key_warning(key)
478
+ return super().__getitem__(key)
479
+
480
+ def get(self, key: str, default = None) -> Any:
481
+ AzureRetentionRuleResponse.__key_warning(key)
482
+ return super().get(key, default)
483
+
484
+ def __init__(__self__, *,
485
+ lifecycles: Sequence['outputs.SourceLifeCycleResponse'],
486
+ name: str,
487
+ object_type: str,
488
+ is_default: Optional[bool] = None):
489
+ """
490
+ Azure retention rule
491
+ :param str object_type:
492
+ Expected value is 'AzureRetentionRule'.
493
+ """
494
+ pulumi.set(__self__, "lifecycles", lifecycles)
495
+ pulumi.set(__self__, "name", name)
496
+ pulumi.set(__self__, "object_type", 'AzureRetentionRule')
497
+ if is_default is not None:
498
+ pulumi.set(__self__, "is_default", is_default)
499
+
500
+ @property
501
+ @pulumi.getter
502
+ def lifecycles(self) -> Sequence['outputs.SourceLifeCycleResponse']:
503
+ return pulumi.get(self, "lifecycles")
504
+
505
+ @property
506
+ @pulumi.getter
507
+ def name(self) -> str:
508
+ return pulumi.get(self, "name")
509
+
510
+ @property
511
+ @pulumi.getter(name="objectType")
512
+ def object_type(self) -> str:
513
+ """
514
+
515
+ Expected value is 'AzureRetentionRule'.
516
+ """
517
+ return pulumi.get(self, "object_type")
518
+
519
+ @property
520
+ @pulumi.getter(name="isDefault")
521
+ def is_default(self) -> Optional[bool]:
522
+ return pulumi.get(self, "is_default")
523
+
524
+
525
+ @pulumi.output_type
526
+ class BackupInstanceResponse(dict):
527
+ """
528
+ Backup Instance
529
+ """
530
+ @staticmethod
531
+ def __key_warning(key: str):
532
+ suggest = None
533
+ if key == "currentProtectionState":
534
+ suggest = "current_protection_state"
535
+ elif key == "dataSourceInfo":
536
+ suggest = "data_source_info"
537
+ elif key == "objectType":
538
+ suggest = "object_type"
539
+ elif key == "policyInfo":
540
+ suggest = "policy_info"
541
+ elif key == "protectionErrorDetails":
542
+ suggest = "protection_error_details"
543
+ elif key == "protectionStatus":
544
+ suggest = "protection_status"
545
+ elif key == "provisioningState":
546
+ suggest = "provisioning_state"
547
+ elif key == "dataSourceSetInfo":
548
+ suggest = "data_source_set_info"
549
+ elif key == "datasourceAuthCredentials":
550
+ suggest = "datasource_auth_credentials"
551
+ elif key == "friendlyName":
552
+ suggest = "friendly_name"
553
+ elif key == "identityDetails":
554
+ suggest = "identity_details"
555
+ elif key == "validationType":
556
+ suggest = "validation_type"
557
+
558
+ if suggest:
559
+ pulumi.log.warn(f"Key '{key}' not found in BackupInstanceResponse. Access the value via the '{suggest}' property getter instead.")
560
+
561
+ def __getitem__(self, key: str) -> Any:
562
+ BackupInstanceResponse.__key_warning(key)
563
+ return super().__getitem__(key)
564
+
565
+ def get(self, key: str, default = None) -> Any:
566
+ BackupInstanceResponse.__key_warning(key)
567
+ return super().get(key, default)
568
+
569
+ def __init__(__self__, *,
570
+ current_protection_state: str,
571
+ data_source_info: 'outputs.DatasourceResponse',
572
+ object_type: str,
573
+ policy_info: 'outputs.PolicyInfoResponse',
574
+ protection_error_details: 'outputs.UserFacingErrorResponse',
575
+ protection_status: 'outputs.ProtectionStatusDetailsResponse',
576
+ provisioning_state: str,
577
+ data_source_set_info: Optional['outputs.DatasourceSetResponse'] = None,
578
+ datasource_auth_credentials: Optional['outputs.SecretStoreBasedAuthCredentialsResponse'] = None,
579
+ friendly_name: Optional[str] = None,
580
+ identity_details: Optional['outputs.IdentityDetailsResponse'] = None,
581
+ validation_type: Optional[str] = None):
582
+ """
583
+ Backup Instance
584
+ :param str current_protection_state: Specifies the current protection state of the resource
585
+ :param 'DatasourceResponse' data_source_info: Gets or sets the data source information.
586
+ :param 'PolicyInfoResponse' policy_info: Gets or sets the policy information.
587
+ :param 'UserFacingErrorResponse' protection_error_details: Specifies the protection error of the resource
588
+ :param 'ProtectionStatusDetailsResponse' protection_status: Specifies the protection status of the resource
589
+ :param str provisioning_state: Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed
590
+ :param 'DatasourceSetResponse' data_source_set_info: Gets or sets the data source set information.
591
+ :param 'SecretStoreBasedAuthCredentialsResponse' datasource_auth_credentials: Credentials to use to authenticate with data source provider.
592
+ :param str friendly_name: Gets or sets the Backup Instance friendly name.
593
+ :param 'IdentityDetailsResponse' identity_details: Contains information of the Identity Details for the BI.
594
+ If it is null, default will be considered as System Assigned.
595
+ :param str validation_type: Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
596
+ """
597
+ pulumi.set(__self__, "current_protection_state", current_protection_state)
598
+ pulumi.set(__self__, "data_source_info", data_source_info)
599
+ pulumi.set(__self__, "object_type", object_type)
600
+ pulumi.set(__self__, "policy_info", policy_info)
601
+ pulumi.set(__self__, "protection_error_details", protection_error_details)
602
+ pulumi.set(__self__, "protection_status", protection_status)
603
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
604
+ if data_source_set_info is not None:
605
+ pulumi.set(__self__, "data_source_set_info", data_source_set_info)
606
+ if datasource_auth_credentials is not None:
607
+ pulumi.set(__self__, "datasource_auth_credentials", datasource_auth_credentials)
608
+ if friendly_name is not None:
609
+ pulumi.set(__self__, "friendly_name", friendly_name)
610
+ if identity_details is not None:
611
+ pulumi.set(__self__, "identity_details", identity_details)
612
+ if validation_type is not None:
613
+ pulumi.set(__self__, "validation_type", validation_type)
614
+
615
+ @property
616
+ @pulumi.getter(name="currentProtectionState")
617
+ def current_protection_state(self) -> str:
618
+ """
619
+ Specifies the current protection state of the resource
620
+ """
621
+ return pulumi.get(self, "current_protection_state")
622
+
623
+ @property
624
+ @pulumi.getter(name="dataSourceInfo")
625
+ def data_source_info(self) -> 'outputs.DatasourceResponse':
626
+ """
627
+ Gets or sets the data source information.
628
+ """
629
+ return pulumi.get(self, "data_source_info")
630
+
631
+ @property
632
+ @pulumi.getter(name="objectType")
633
+ def object_type(self) -> str:
634
+ return pulumi.get(self, "object_type")
635
+
636
+ @property
637
+ @pulumi.getter(name="policyInfo")
638
+ def policy_info(self) -> 'outputs.PolicyInfoResponse':
639
+ """
640
+ Gets or sets the policy information.
641
+ """
642
+ return pulumi.get(self, "policy_info")
643
+
644
+ @property
645
+ @pulumi.getter(name="protectionErrorDetails")
646
+ def protection_error_details(self) -> 'outputs.UserFacingErrorResponse':
647
+ """
648
+ Specifies the protection error of the resource
649
+ """
650
+ return pulumi.get(self, "protection_error_details")
651
+
652
+ @property
653
+ @pulumi.getter(name="protectionStatus")
654
+ def protection_status(self) -> 'outputs.ProtectionStatusDetailsResponse':
655
+ """
656
+ Specifies the protection status of the resource
657
+ """
658
+ return pulumi.get(self, "protection_status")
659
+
660
+ @property
661
+ @pulumi.getter(name="provisioningState")
662
+ def provisioning_state(self) -> str:
663
+ """
664
+ Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed
665
+ """
666
+ return pulumi.get(self, "provisioning_state")
667
+
668
+ @property
669
+ @pulumi.getter(name="dataSourceSetInfo")
670
+ def data_source_set_info(self) -> Optional['outputs.DatasourceSetResponse']:
671
+ """
672
+ Gets or sets the data source set information.
673
+ """
674
+ return pulumi.get(self, "data_source_set_info")
675
+
676
+ @property
677
+ @pulumi.getter(name="datasourceAuthCredentials")
678
+ def datasource_auth_credentials(self) -> Optional['outputs.SecretStoreBasedAuthCredentialsResponse']:
679
+ """
680
+ Credentials to use to authenticate with data source provider.
681
+ """
682
+ return pulumi.get(self, "datasource_auth_credentials")
683
+
684
+ @property
685
+ @pulumi.getter(name="friendlyName")
686
+ def friendly_name(self) -> Optional[str]:
687
+ """
688
+ Gets or sets the Backup Instance friendly name.
689
+ """
690
+ return pulumi.get(self, "friendly_name")
691
+
692
+ @property
693
+ @pulumi.getter(name="identityDetails")
694
+ def identity_details(self) -> Optional['outputs.IdentityDetailsResponse']:
695
+ """
696
+ Contains information of the Identity Details for the BI.
697
+ If it is null, default will be considered as System Assigned.
698
+ """
699
+ return pulumi.get(self, "identity_details")
700
+
701
+ @property
702
+ @pulumi.getter(name="validationType")
703
+ def validation_type(self) -> Optional[str]:
704
+ """
705
+ Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
706
+ """
707
+ return pulumi.get(self, "validation_type")
708
+
709
+
710
+ @pulumi.output_type
711
+ class BackupPolicyResponse(dict):
712
+ """
713
+ Rule based backup policy
714
+ """
715
+ @staticmethod
716
+ def __key_warning(key: str):
717
+ suggest = None
718
+ if key == "datasourceTypes":
719
+ suggest = "datasource_types"
720
+ elif key == "objectType":
721
+ suggest = "object_type"
722
+ elif key == "policyRules":
723
+ suggest = "policy_rules"
724
+
725
+ if suggest:
726
+ pulumi.log.warn(f"Key '{key}' not found in BackupPolicyResponse. Access the value via the '{suggest}' property getter instead.")
727
+
728
+ def __getitem__(self, key: str) -> Any:
729
+ BackupPolicyResponse.__key_warning(key)
730
+ return super().__getitem__(key)
731
+
732
+ def get(self, key: str, default = None) -> Any:
733
+ BackupPolicyResponse.__key_warning(key)
734
+ return super().get(key, default)
735
+
736
+ def __init__(__self__, *,
737
+ datasource_types: Sequence[str],
738
+ object_type: str,
739
+ policy_rules: Sequence[Any]):
740
+ """
741
+ Rule based backup policy
742
+ :param Sequence[str] datasource_types: Type of datasource for the backup management
743
+ :param str object_type:
744
+ Expected value is 'BackupPolicy'.
745
+ :param Sequence[Union['AzureBackupRuleResponse', 'AzureRetentionRuleResponse']] policy_rules: Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
746
+ """
747
+ pulumi.set(__self__, "datasource_types", datasource_types)
748
+ pulumi.set(__self__, "object_type", 'BackupPolicy')
749
+ pulumi.set(__self__, "policy_rules", policy_rules)
750
+
751
+ @property
752
+ @pulumi.getter(name="datasourceTypes")
753
+ def datasource_types(self) -> Sequence[str]:
754
+ """
755
+ Type of datasource for the backup management
756
+ """
757
+ return pulumi.get(self, "datasource_types")
758
+
759
+ @property
760
+ @pulumi.getter(name="objectType")
761
+ def object_type(self) -> str:
762
+ """
763
+
764
+ Expected value is 'BackupPolicy'.
765
+ """
766
+ return pulumi.get(self, "object_type")
767
+
768
+ @property
769
+ @pulumi.getter(name="policyRules")
770
+ def policy_rules(self) -> Sequence[Any]:
771
+ """
772
+ Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
773
+ """
774
+ return pulumi.get(self, "policy_rules")
775
+
776
+
777
+ @pulumi.output_type
778
+ class BackupScheduleResponse(dict):
779
+ """
780
+ Schedule for backup
781
+ """
782
+ @staticmethod
783
+ def __key_warning(key: str):
784
+ suggest = None
785
+ if key == "repeatingTimeIntervals":
786
+ suggest = "repeating_time_intervals"
787
+ elif key == "timeZone":
788
+ suggest = "time_zone"
789
+
790
+ if suggest:
791
+ pulumi.log.warn(f"Key '{key}' not found in BackupScheduleResponse. Access the value via the '{suggest}' property getter instead.")
792
+
793
+ def __getitem__(self, key: str) -> Any:
794
+ BackupScheduleResponse.__key_warning(key)
795
+ return super().__getitem__(key)
796
+
797
+ def get(self, key: str, default = None) -> Any:
798
+ BackupScheduleResponse.__key_warning(key)
799
+ return super().get(key, default)
800
+
801
+ def __init__(__self__, *,
802
+ repeating_time_intervals: Sequence[str],
803
+ time_zone: Optional[str] = None):
804
+ """
805
+ Schedule for backup
806
+ :param Sequence[str] repeating_time_intervals: ISO 8601 repeating time interval format
807
+ :param str time_zone: Time zone for a schedule. Example: Pacific Standard Time
808
+ """
809
+ pulumi.set(__self__, "repeating_time_intervals", repeating_time_intervals)
810
+ if time_zone is not None:
811
+ pulumi.set(__self__, "time_zone", time_zone)
812
+
813
+ @property
814
+ @pulumi.getter(name="repeatingTimeIntervals")
815
+ def repeating_time_intervals(self) -> Sequence[str]:
816
+ """
817
+ ISO 8601 repeating time interval format
818
+ """
819
+ return pulumi.get(self, "repeating_time_intervals")
820
+
821
+ @property
822
+ @pulumi.getter(name="timeZone")
823
+ def time_zone(self) -> Optional[str]:
824
+ """
825
+ Time zone for a schedule. Example: Pacific Standard Time
826
+ """
827
+ return pulumi.get(self, "time_zone")
828
+
829
+
830
+ @pulumi.output_type
831
+ class BackupVaultResponse(dict):
832
+ """
833
+ Backup Vault
834
+ """
835
+ @staticmethod
836
+ def __key_warning(key: str):
837
+ suggest = None
838
+ if key == "isVaultProtectedByResourceGuard":
839
+ suggest = "is_vault_protected_by_resource_guard"
840
+ elif key == "provisioningState":
841
+ suggest = "provisioning_state"
842
+ elif key == "resourceMoveDetails":
843
+ suggest = "resource_move_details"
844
+ elif key == "resourceMoveState":
845
+ suggest = "resource_move_state"
846
+ elif key == "secureScore":
847
+ suggest = "secure_score"
848
+ elif key == "storageSettings":
849
+ suggest = "storage_settings"
850
+ elif key == "featureSettings":
851
+ suggest = "feature_settings"
852
+ elif key == "monitoringSettings":
853
+ suggest = "monitoring_settings"
854
+ elif key == "replicatedRegions":
855
+ suggest = "replicated_regions"
856
+ elif key == "securitySettings":
857
+ suggest = "security_settings"
858
+
859
+ if suggest:
860
+ pulumi.log.warn(f"Key '{key}' not found in BackupVaultResponse. Access the value via the '{suggest}' property getter instead.")
861
+
862
+ def __getitem__(self, key: str) -> Any:
863
+ BackupVaultResponse.__key_warning(key)
864
+ return super().__getitem__(key)
865
+
866
+ def get(self, key: str, default = None) -> Any:
867
+ BackupVaultResponse.__key_warning(key)
868
+ return super().get(key, default)
869
+
870
+ def __init__(__self__, *,
871
+ is_vault_protected_by_resource_guard: bool,
872
+ provisioning_state: str,
873
+ resource_move_details: 'outputs.ResourceMoveDetailsResponse',
874
+ resource_move_state: str,
875
+ secure_score: str,
876
+ storage_settings: Sequence['outputs.StorageSettingResponse'],
877
+ feature_settings: Optional['outputs.FeatureSettingsResponse'] = None,
878
+ monitoring_settings: Optional['outputs.MonitoringSettingsResponse'] = None,
879
+ replicated_regions: Optional[Sequence[str]] = None,
880
+ security_settings: Optional['outputs.SecuritySettingsResponse'] = None):
881
+ """
882
+ Backup Vault
883
+ :param bool is_vault_protected_by_resource_guard: Is vault protected by resource guard
884
+ :param str provisioning_state: Provisioning state of the BackupVault resource
885
+ :param 'ResourceMoveDetailsResponse' resource_move_details: Resource move details for backup vault
886
+ :param str resource_move_state: Resource move state for backup vault
887
+ :param str secure_score: Secure Score of Backup Vault
888
+ :param Sequence['StorageSettingResponse'] storage_settings: Storage Settings
889
+ :param 'FeatureSettingsResponse' feature_settings: Feature Settings
890
+ :param 'MonitoringSettingsResponse' monitoring_settings: Monitoring Settings
891
+ :param Sequence[str] replicated_regions: List of replicated regions for Backup Vault
892
+ :param 'SecuritySettingsResponse' security_settings: Security Settings
893
+ """
894
+ pulumi.set(__self__, "is_vault_protected_by_resource_guard", is_vault_protected_by_resource_guard)
895
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
896
+ pulumi.set(__self__, "resource_move_details", resource_move_details)
897
+ pulumi.set(__self__, "resource_move_state", resource_move_state)
898
+ pulumi.set(__self__, "secure_score", secure_score)
899
+ pulumi.set(__self__, "storage_settings", storage_settings)
900
+ if feature_settings is not None:
901
+ pulumi.set(__self__, "feature_settings", feature_settings)
902
+ if monitoring_settings is not None:
903
+ pulumi.set(__self__, "monitoring_settings", monitoring_settings)
904
+ if replicated_regions is not None:
905
+ pulumi.set(__self__, "replicated_regions", replicated_regions)
906
+ if security_settings is not None:
907
+ pulumi.set(__self__, "security_settings", security_settings)
908
+
909
+ @property
910
+ @pulumi.getter(name="isVaultProtectedByResourceGuard")
911
+ def is_vault_protected_by_resource_guard(self) -> bool:
912
+ """
913
+ Is vault protected by resource guard
914
+ """
915
+ return pulumi.get(self, "is_vault_protected_by_resource_guard")
916
+
917
+ @property
918
+ @pulumi.getter(name="provisioningState")
919
+ def provisioning_state(self) -> str:
920
+ """
921
+ Provisioning state of the BackupVault resource
922
+ """
923
+ return pulumi.get(self, "provisioning_state")
924
+
925
+ @property
926
+ @pulumi.getter(name="resourceMoveDetails")
927
+ def resource_move_details(self) -> 'outputs.ResourceMoveDetailsResponse':
928
+ """
929
+ Resource move details for backup vault
930
+ """
931
+ return pulumi.get(self, "resource_move_details")
932
+
933
+ @property
934
+ @pulumi.getter(name="resourceMoveState")
935
+ def resource_move_state(self) -> str:
936
+ """
937
+ Resource move state for backup vault
938
+ """
939
+ return pulumi.get(self, "resource_move_state")
940
+
941
+ @property
942
+ @pulumi.getter(name="secureScore")
943
+ def secure_score(self) -> str:
944
+ """
945
+ Secure Score of Backup Vault
946
+ """
947
+ return pulumi.get(self, "secure_score")
948
+
949
+ @property
950
+ @pulumi.getter(name="storageSettings")
951
+ def storage_settings(self) -> Sequence['outputs.StorageSettingResponse']:
952
+ """
953
+ Storage Settings
954
+ """
955
+ return pulumi.get(self, "storage_settings")
956
+
957
+ @property
958
+ @pulumi.getter(name="featureSettings")
959
+ def feature_settings(self) -> Optional['outputs.FeatureSettingsResponse']:
960
+ """
961
+ Feature Settings
962
+ """
963
+ return pulumi.get(self, "feature_settings")
964
+
965
+ @property
966
+ @pulumi.getter(name="monitoringSettings")
967
+ def monitoring_settings(self) -> Optional['outputs.MonitoringSettingsResponse']:
968
+ """
969
+ Monitoring Settings
970
+ """
971
+ return pulumi.get(self, "monitoring_settings")
972
+
973
+ @property
974
+ @pulumi.getter(name="replicatedRegions")
975
+ def replicated_regions(self) -> Optional[Sequence[str]]:
976
+ """
977
+ List of replicated regions for Backup Vault
978
+ """
979
+ return pulumi.get(self, "replicated_regions")
980
+
981
+ @property
982
+ @pulumi.getter(name="securitySettings")
983
+ def security_settings(self) -> Optional['outputs.SecuritySettingsResponse']:
984
+ """
985
+ Security Settings
986
+ """
987
+ return pulumi.get(self, "security_settings")
988
+
989
+
990
+ @pulumi.output_type
991
+ class BlobBackupDatasourceParametersResponse(dict):
992
+ """
993
+ Parameters to be used during configuration of backup of blobs
994
+ """
995
+ @staticmethod
996
+ def __key_warning(key: str):
997
+ suggest = None
998
+ if key == "containersList":
999
+ suggest = "containers_list"
1000
+ elif key == "objectType":
1001
+ suggest = "object_type"
1002
+
1003
+ if suggest:
1004
+ pulumi.log.warn(f"Key '{key}' not found in BlobBackupDatasourceParametersResponse. Access the value via the '{suggest}' property getter instead.")
1005
+
1006
+ def __getitem__(self, key: str) -> Any:
1007
+ BlobBackupDatasourceParametersResponse.__key_warning(key)
1008
+ return super().__getitem__(key)
1009
+
1010
+ def get(self, key: str, default = None) -> Any:
1011
+ BlobBackupDatasourceParametersResponse.__key_warning(key)
1012
+ return super().get(key, default)
1013
+
1014
+ def __init__(__self__, *,
1015
+ containers_list: Sequence[str],
1016
+ object_type: str):
1017
+ """
1018
+ Parameters to be used during configuration of backup of blobs
1019
+ :param Sequence[str] containers_list: List of containers to be backed up during configuration of backup of blobs
1020
+ :param str object_type: Type of the specific object - used for deserializing
1021
+ Expected value is 'BlobBackupDatasourceParameters'.
1022
+ """
1023
+ pulumi.set(__self__, "containers_list", containers_list)
1024
+ pulumi.set(__self__, "object_type", 'BlobBackupDatasourceParameters')
1025
+
1026
+ @property
1027
+ @pulumi.getter(name="containersList")
1028
+ def containers_list(self) -> Sequence[str]:
1029
+ """
1030
+ List of containers to be backed up during configuration of backup of blobs
1031
+ """
1032
+ return pulumi.get(self, "containers_list")
1033
+
1034
+ @property
1035
+ @pulumi.getter(name="objectType")
1036
+ def object_type(self) -> str:
1037
+ """
1038
+ Type of the specific object - used for deserializing
1039
+ Expected value is 'BlobBackupDatasourceParameters'.
1040
+ """
1041
+ return pulumi.get(self, "object_type")
1042
+
1043
+
1044
+ @pulumi.output_type
1045
+ class CopyOnExpiryOptionResponse(dict):
1046
+ """
1047
+ Copy on Expiry Option
1048
+ """
1049
+ @staticmethod
1050
+ def __key_warning(key: str):
1051
+ suggest = None
1052
+ if key == "objectType":
1053
+ suggest = "object_type"
1054
+
1055
+ if suggest:
1056
+ pulumi.log.warn(f"Key '{key}' not found in CopyOnExpiryOptionResponse. Access the value via the '{suggest}' property getter instead.")
1057
+
1058
+ def __getitem__(self, key: str) -> Any:
1059
+ CopyOnExpiryOptionResponse.__key_warning(key)
1060
+ return super().__getitem__(key)
1061
+
1062
+ def get(self, key: str, default = None) -> Any:
1063
+ CopyOnExpiryOptionResponse.__key_warning(key)
1064
+ return super().get(key, default)
1065
+
1066
+ def __init__(__self__, *,
1067
+ object_type: str):
1068
+ """
1069
+ Copy on Expiry Option
1070
+ :param str object_type: Type of the specific object - used for deserializing
1071
+ Expected value is 'CopyOnExpiryOption'.
1072
+ """
1073
+ pulumi.set(__self__, "object_type", 'CopyOnExpiryOption')
1074
+
1075
+ @property
1076
+ @pulumi.getter(name="objectType")
1077
+ def object_type(self) -> str:
1078
+ """
1079
+ Type of the specific object - used for deserializing
1080
+ Expected value is 'CopyOnExpiryOption'.
1081
+ """
1082
+ return pulumi.get(self, "object_type")
1083
+
1084
+
1085
+ @pulumi.output_type
1086
+ class CrossRegionRestoreSettingsResponse(dict):
1087
+ def __init__(__self__, *,
1088
+ state: Optional[str] = None):
1089
+ """
1090
+ :param str state: CrossRegionRestore state
1091
+ """
1092
+ if state is not None:
1093
+ pulumi.set(__self__, "state", state)
1094
+
1095
+ @property
1096
+ @pulumi.getter
1097
+ def state(self) -> Optional[str]:
1098
+ """
1099
+ CrossRegionRestore state
1100
+ """
1101
+ return pulumi.get(self, "state")
1102
+
1103
+
1104
+ @pulumi.output_type
1105
+ class CrossSubscriptionRestoreSettingsResponse(dict):
1106
+ """
1107
+ CrossSubscriptionRestore Settings
1108
+ """
1109
+ def __init__(__self__, *,
1110
+ state: Optional[str] = None):
1111
+ """
1112
+ CrossSubscriptionRestore Settings
1113
+ :param str state: CrossSubscriptionRestore state
1114
+ """
1115
+ if state is not None:
1116
+ pulumi.set(__self__, "state", state)
1117
+
1118
+ @property
1119
+ @pulumi.getter
1120
+ def state(self) -> Optional[str]:
1121
+ """
1122
+ CrossSubscriptionRestore state
1123
+ """
1124
+ return pulumi.get(self, "state")
1125
+
1126
+
1127
+ @pulumi.output_type
1128
+ class CustomCopyOptionResponse(dict):
1129
+ """
1130
+ Duration based custom options to copy
1131
+ """
1132
+ @staticmethod
1133
+ def __key_warning(key: str):
1134
+ suggest = None
1135
+ if key == "objectType":
1136
+ suggest = "object_type"
1137
+
1138
+ if suggest:
1139
+ pulumi.log.warn(f"Key '{key}' not found in CustomCopyOptionResponse. Access the value via the '{suggest}' property getter instead.")
1140
+
1141
+ def __getitem__(self, key: str) -> Any:
1142
+ CustomCopyOptionResponse.__key_warning(key)
1143
+ return super().__getitem__(key)
1144
+
1145
+ def get(self, key: str, default = None) -> Any:
1146
+ CustomCopyOptionResponse.__key_warning(key)
1147
+ return super().get(key, default)
1148
+
1149
+ def __init__(__self__, *,
1150
+ object_type: str,
1151
+ duration: Optional[str] = None):
1152
+ """
1153
+ Duration based custom options to copy
1154
+ :param str object_type: Type of the specific object - used for deserializing
1155
+ Expected value is 'CustomCopyOption'.
1156
+ :param str duration: Data copied after given timespan
1157
+ """
1158
+ pulumi.set(__self__, "object_type", 'CustomCopyOption')
1159
+ if duration is not None:
1160
+ pulumi.set(__self__, "duration", duration)
1161
+
1162
+ @property
1163
+ @pulumi.getter(name="objectType")
1164
+ def object_type(self) -> str:
1165
+ """
1166
+ Type of the specific object - used for deserializing
1167
+ Expected value is 'CustomCopyOption'.
1168
+ """
1169
+ return pulumi.get(self, "object_type")
1170
+
1171
+ @property
1172
+ @pulumi.getter
1173
+ def duration(self) -> Optional[str]:
1174
+ """
1175
+ Data copied after given timespan
1176
+ """
1177
+ return pulumi.get(self, "duration")
1178
+
1179
+
1180
+ @pulumi.output_type
1181
+ class DataStoreInfoBaseResponse(dict):
1182
+ """
1183
+ DataStoreInfo base
1184
+ """
1185
+ @staticmethod
1186
+ def __key_warning(key: str):
1187
+ suggest = None
1188
+ if key == "dataStoreType":
1189
+ suggest = "data_store_type"
1190
+ elif key == "objectType":
1191
+ suggest = "object_type"
1192
+
1193
+ if suggest:
1194
+ pulumi.log.warn(f"Key '{key}' not found in DataStoreInfoBaseResponse. Access the value via the '{suggest}' property getter instead.")
1195
+
1196
+ def __getitem__(self, key: str) -> Any:
1197
+ DataStoreInfoBaseResponse.__key_warning(key)
1198
+ return super().__getitem__(key)
1199
+
1200
+ def get(self, key: str, default = None) -> Any:
1201
+ DataStoreInfoBaseResponse.__key_warning(key)
1202
+ return super().get(key, default)
1203
+
1204
+ def __init__(__self__, *,
1205
+ data_store_type: str,
1206
+ object_type: str):
1207
+ """
1208
+ DataStoreInfo base
1209
+ :param str data_store_type: type of datastore; Operational/Vault/Archive
1210
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1211
+ """
1212
+ pulumi.set(__self__, "data_store_type", data_store_type)
1213
+ pulumi.set(__self__, "object_type", object_type)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="dataStoreType")
1217
+ def data_store_type(self) -> str:
1218
+ """
1219
+ type of datastore; Operational/Vault/Archive
1220
+ """
1221
+ return pulumi.get(self, "data_store_type")
1222
+
1223
+ @property
1224
+ @pulumi.getter(name="objectType")
1225
+ def object_type(self) -> str:
1226
+ """
1227
+ Type of Datasource object, used to initialize the right inherited type
1228
+ """
1229
+ return pulumi.get(self, "object_type")
1230
+
1231
+
1232
+ @pulumi.output_type
1233
+ class DatasourceResponse(dict):
1234
+ """
1235
+ Datasource to be backed up
1236
+ """
1237
+ @staticmethod
1238
+ def __key_warning(key: str):
1239
+ suggest = None
1240
+ if key == "resourceID":
1241
+ suggest = "resource_id"
1242
+ elif key == "datasourceType":
1243
+ suggest = "datasource_type"
1244
+ elif key == "objectType":
1245
+ suggest = "object_type"
1246
+ elif key == "resourceLocation":
1247
+ suggest = "resource_location"
1248
+ elif key == "resourceName":
1249
+ suggest = "resource_name"
1250
+ elif key == "resourceProperties":
1251
+ suggest = "resource_properties"
1252
+ elif key == "resourceType":
1253
+ suggest = "resource_type"
1254
+ elif key == "resourceUri":
1255
+ suggest = "resource_uri"
1256
+
1257
+ if suggest:
1258
+ pulumi.log.warn(f"Key '{key}' not found in DatasourceResponse. Access the value via the '{suggest}' property getter instead.")
1259
+
1260
+ def __getitem__(self, key: str) -> Any:
1261
+ DatasourceResponse.__key_warning(key)
1262
+ return super().__getitem__(key)
1263
+
1264
+ def get(self, key: str, default = None) -> Any:
1265
+ DatasourceResponse.__key_warning(key)
1266
+ return super().get(key, default)
1267
+
1268
+ def __init__(__self__, *,
1269
+ resource_id: str,
1270
+ datasource_type: Optional[str] = None,
1271
+ object_type: Optional[str] = None,
1272
+ resource_location: Optional[str] = None,
1273
+ resource_name: Optional[str] = None,
1274
+ resource_properties: Optional['outputs.DefaultResourcePropertiesResponse'] = None,
1275
+ resource_type: Optional[str] = None,
1276
+ resource_uri: Optional[str] = None):
1277
+ """
1278
+ Datasource to be backed up
1279
+ :param str resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1280
+ :param str datasource_type: DatasourceType of the resource.
1281
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1282
+ :param str resource_location: Location of datasource.
1283
+ :param str resource_name: Unique identifier of the resource in the context of parent.
1284
+ :param 'DefaultResourcePropertiesResponse' resource_properties: Properties specific to data source
1285
+ :param str resource_type: Resource Type of Datasource.
1286
+ :param str resource_uri: Uri of the resource.
1287
+ """
1288
+ pulumi.set(__self__, "resource_id", resource_id)
1289
+ if datasource_type is not None:
1290
+ pulumi.set(__self__, "datasource_type", datasource_type)
1291
+ if object_type is not None:
1292
+ pulumi.set(__self__, "object_type", object_type)
1293
+ if resource_location is not None:
1294
+ pulumi.set(__self__, "resource_location", resource_location)
1295
+ if resource_name is not None:
1296
+ pulumi.set(__self__, "resource_name", resource_name)
1297
+ if resource_properties is not None:
1298
+ pulumi.set(__self__, "resource_properties", resource_properties)
1299
+ if resource_type is not None:
1300
+ pulumi.set(__self__, "resource_type", resource_type)
1301
+ if resource_uri is not None:
1302
+ pulumi.set(__self__, "resource_uri", resource_uri)
1303
+
1304
+ @property
1305
+ @pulumi.getter(name="resourceID")
1306
+ def resource_id(self) -> str:
1307
+ """
1308
+ Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1309
+ """
1310
+ return pulumi.get(self, "resource_id")
1311
+
1312
+ @property
1313
+ @pulumi.getter(name="datasourceType")
1314
+ def datasource_type(self) -> Optional[str]:
1315
+ """
1316
+ DatasourceType of the resource.
1317
+ """
1318
+ return pulumi.get(self, "datasource_type")
1319
+
1320
+ @property
1321
+ @pulumi.getter(name="objectType")
1322
+ def object_type(self) -> Optional[str]:
1323
+ """
1324
+ Type of Datasource object, used to initialize the right inherited type
1325
+ """
1326
+ return pulumi.get(self, "object_type")
1327
+
1328
+ @property
1329
+ @pulumi.getter(name="resourceLocation")
1330
+ def resource_location(self) -> Optional[str]:
1331
+ """
1332
+ Location of datasource.
1333
+ """
1334
+ return pulumi.get(self, "resource_location")
1335
+
1336
+ @property
1337
+ @pulumi.getter(name="resourceName")
1338
+ def resource_name(self) -> Optional[str]:
1339
+ """
1340
+ Unique identifier of the resource in the context of parent.
1341
+ """
1342
+ return pulumi.get(self, "resource_name")
1343
+
1344
+ @property
1345
+ @pulumi.getter(name="resourceProperties")
1346
+ def resource_properties(self) -> Optional['outputs.DefaultResourcePropertiesResponse']:
1347
+ """
1348
+ Properties specific to data source
1349
+ """
1350
+ return pulumi.get(self, "resource_properties")
1351
+
1352
+ @property
1353
+ @pulumi.getter(name="resourceType")
1354
+ def resource_type(self) -> Optional[str]:
1355
+ """
1356
+ Resource Type of Datasource.
1357
+ """
1358
+ return pulumi.get(self, "resource_type")
1359
+
1360
+ @property
1361
+ @pulumi.getter(name="resourceUri")
1362
+ def resource_uri(self) -> Optional[str]:
1363
+ """
1364
+ Uri of the resource.
1365
+ """
1366
+ return pulumi.get(self, "resource_uri")
1367
+
1368
+
1369
+ @pulumi.output_type
1370
+ class DatasourceSetResponse(dict):
1371
+ """
1372
+ DatasourceSet details of datasource to be backed up
1373
+ """
1374
+ @staticmethod
1375
+ def __key_warning(key: str):
1376
+ suggest = None
1377
+ if key == "resourceID":
1378
+ suggest = "resource_id"
1379
+ elif key == "datasourceType":
1380
+ suggest = "datasource_type"
1381
+ elif key == "objectType":
1382
+ suggest = "object_type"
1383
+ elif key == "resourceLocation":
1384
+ suggest = "resource_location"
1385
+ elif key == "resourceName":
1386
+ suggest = "resource_name"
1387
+ elif key == "resourceProperties":
1388
+ suggest = "resource_properties"
1389
+ elif key == "resourceType":
1390
+ suggest = "resource_type"
1391
+ elif key == "resourceUri":
1392
+ suggest = "resource_uri"
1393
+
1394
+ if suggest:
1395
+ pulumi.log.warn(f"Key '{key}' not found in DatasourceSetResponse. Access the value via the '{suggest}' property getter instead.")
1396
+
1397
+ def __getitem__(self, key: str) -> Any:
1398
+ DatasourceSetResponse.__key_warning(key)
1399
+ return super().__getitem__(key)
1400
+
1401
+ def get(self, key: str, default = None) -> Any:
1402
+ DatasourceSetResponse.__key_warning(key)
1403
+ return super().get(key, default)
1404
+
1405
+ def __init__(__self__, *,
1406
+ resource_id: str,
1407
+ datasource_type: Optional[str] = None,
1408
+ object_type: Optional[str] = None,
1409
+ resource_location: Optional[str] = None,
1410
+ resource_name: Optional[str] = None,
1411
+ resource_properties: Optional['outputs.DefaultResourcePropertiesResponse'] = None,
1412
+ resource_type: Optional[str] = None,
1413
+ resource_uri: Optional[str] = None):
1414
+ """
1415
+ DatasourceSet details of datasource to be backed up
1416
+ :param str resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1417
+ :param str datasource_type: DatasourceType of the resource.
1418
+ :param str object_type: Type of Datasource object, used to initialize the right inherited type
1419
+ :param str resource_location: Location of datasource.
1420
+ :param str resource_name: Unique identifier of the resource in the context of parent.
1421
+ :param 'DefaultResourcePropertiesResponse' resource_properties: Properties specific to data source set
1422
+ :param str resource_type: Resource Type of Datasource.
1423
+ :param str resource_uri: Uri of the resource.
1424
+ """
1425
+ pulumi.set(__self__, "resource_id", resource_id)
1426
+ if datasource_type is not None:
1427
+ pulumi.set(__self__, "datasource_type", datasource_type)
1428
+ if object_type is not None:
1429
+ pulumi.set(__self__, "object_type", object_type)
1430
+ if resource_location is not None:
1431
+ pulumi.set(__self__, "resource_location", resource_location)
1432
+ if resource_name is not None:
1433
+ pulumi.set(__self__, "resource_name", resource_name)
1434
+ if resource_properties is not None:
1435
+ pulumi.set(__self__, "resource_properties", resource_properties)
1436
+ if resource_type is not None:
1437
+ pulumi.set(__self__, "resource_type", resource_type)
1438
+ if resource_uri is not None:
1439
+ pulumi.set(__self__, "resource_uri", resource_uri)
1440
+
1441
+ @property
1442
+ @pulumi.getter(name="resourceID")
1443
+ def resource_id(self) -> str:
1444
+ """
1445
+ Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
1446
+ """
1447
+ return pulumi.get(self, "resource_id")
1448
+
1449
+ @property
1450
+ @pulumi.getter(name="datasourceType")
1451
+ def datasource_type(self) -> Optional[str]:
1452
+ """
1453
+ DatasourceType of the resource.
1454
+ """
1455
+ return pulumi.get(self, "datasource_type")
1456
+
1457
+ @property
1458
+ @pulumi.getter(name="objectType")
1459
+ def object_type(self) -> Optional[str]:
1460
+ """
1461
+ Type of Datasource object, used to initialize the right inherited type
1462
+ """
1463
+ return pulumi.get(self, "object_type")
1464
+
1465
+ @property
1466
+ @pulumi.getter(name="resourceLocation")
1467
+ def resource_location(self) -> Optional[str]:
1468
+ """
1469
+ Location of datasource.
1470
+ """
1471
+ return pulumi.get(self, "resource_location")
1472
+
1473
+ @property
1474
+ @pulumi.getter(name="resourceName")
1475
+ def resource_name(self) -> Optional[str]:
1476
+ """
1477
+ Unique identifier of the resource in the context of parent.
1478
+ """
1479
+ return pulumi.get(self, "resource_name")
1480
+
1481
+ @property
1482
+ @pulumi.getter(name="resourceProperties")
1483
+ def resource_properties(self) -> Optional['outputs.DefaultResourcePropertiesResponse']:
1484
+ """
1485
+ Properties specific to data source set
1486
+ """
1487
+ return pulumi.get(self, "resource_properties")
1488
+
1489
+ @property
1490
+ @pulumi.getter(name="resourceType")
1491
+ def resource_type(self) -> Optional[str]:
1492
+ """
1493
+ Resource Type of Datasource.
1494
+ """
1495
+ return pulumi.get(self, "resource_type")
1496
+
1497
+ @property
1498
+ @pulumi.getter(name="resourceUri")
1499
+ def resource_uri(self) -> Optional[str]:
1500
+ """
1501
+ Uri of the resource.
1502
+ """
1503
+ return pulumi.get(self, "resource_uri")
1504
+
1505
+
1506
+ @pulumi.output_type
1507
+ class DayResponse(dict):
1508
+ """
1509
+ Day of the week
1510
+ """
1511
+ @staticmethod
1512
+ def __key_warning(key: str):
1513
+ suggest = None
1514
+ if key == "isLast":
1515
+ suggest = "is_last"
1516
+
1517
+ if suggest:
1518
+ pulumi.log.warn(f"Key '{key}' not found in DayResponse. Access the value via the '{suggest}' property getter instead.")
1519
+
1520
+ def __getitem__(self, key: str) -> Any:
1521
+ DayResponse.__key_warning(key)
1522
+ return super().__getitem__(key)
1523
+
1524
+ def get(self, key: str, default = None) -> Any:
1525
+ DayResponse.__key_warning(key)
1526
+ return super().get(key, default)
1527
+
1528
+ def __init__(__self__, *,
1529
+ date: Optional[int] = None,
1530
+ is_last: Optional[bool] = None):
1531
+ """
1532
+ Day of the week
1533
+ :param int date: Date of the month
1534
+ :param bool is_last: Whether Date is last date of month
1535
+ """
1536
+ if date is not None:
1537
+ pulumi.set(__self__, "date", date)
1538
+ if is_last is not None:
1539
+ pulumi.set(__self__, "is_last", is_last)
1540
+
1541
+ @property
1542
+ @pulumi.getter
1543
+ def date(self) -> Optional[int]:
1544
+ """
1545
+ Date of the month
1546
+ """
1547
+ return pulumi.get(self, "date")
1548
+
1549
+ @property
1550
+ @pulumi.getter(name="isLast")
1551
+ def is_last(self) -> Optional[bool]:
1552
+ """
1553
+ Whether Date is last date of month
1554
+ """
1555
+ return pulumi.get(self, "is_last")
1556
+
1557
+
1558
+ @pulumi.output_type
1559
+ class DefaultResourcePropertiesResponse(dict):
1560
+ """
1561
+ Default source properties
1562
+ """
1563
+ @staticmethod
1564
+ def __key_warning(key: str):
1565
+ suggest = None
1566
+ if key == "objectType":
1567
+ suggest = "object_type"
1568
+
1569
+ if suggest:
1570
+ pulumi.log.warn(f"Key '{key}' not found in DefaultResourcePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1571
+
1572
+ def __getitem__(self, key: str) -> Any:
1573
+ DefaultResourcePropertiesResponse.__key_warning(key)
1574
+ return super().__getitem__(key)
1575
+
1576
+ def get(self, key: str, default = None) -> Any:
1577
+ DefaultResourcePropertiesResponse.__key_warning(key)
1578
+ return super().get(key, default)
1579
+
1580
+ def __init__(__self__, *,
1581
+ object_type: str):
1582
+ """
1583
+ Default source properties
1584
+ :param str object_type: Type of the specific object - used for deserializing
1585
+ Expected value is 'DefaultResourceProperties'.
1586
+ """
1587
+ pulumi.set(__self__, "object_type", 'DefaultResourceProperties')
1588
+
1589
+ @property
1590
+ @pulumi.getter(name="objectType")
1591
+ def object_type(self) -> str:
1592
+ """
1593
+ Type of the specific object - used for deserializing
1594
+ Expected value is 'DefaultResourceProperties'.
1595
+ """
1596
+ return pulumi.get(self, "object_type")
1597
+
1598
+
1599
+ @pulumi.output_type
1600
+ class DppIdentityDetailsResponse(dict):
1601
+ """
1602
+ Identity details
1603
+ """
1604
+ @staticmethod
1605
+ def __key_warning(key: str):
1606
+ suggest = None
1607
+ if key == "principalId":
1608
+ suggest = "principal_id"
1609
+ elif key == "tenantId":
1610
+ suggest = "tenant_id"
1611
+ elif key == "userAssignedIdentities":
1612
+ suggest = "user_assigned_identities"
1613
+
1614
+ if suggest:
1615
+ pulumi.log.warn(f"Key '{key}' not found in DppIdentityDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1616
+
1617
+ def __getitem__(self, key: str) -> Any:
1618
+ DppIdentityDetailsResponse.__key_warning(key)
1619
+ return super().__getitem__(key)
1620
+
1621
+ def get(self, key: str, default = None) -> Any:
1622
+ DppIdentityDetailsResponse.__key_warning(key)
1623
+ return super().get(key, default)
1624
+
1625
+ def __init__(__self__, *,
1626
+ principal_id: str,
1627
+ tenant_id: str,
1628
+ type: Optional[str] = None,
1629
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1630
+ """
1631
+ Identity details
1632
+ :param str principal_id: The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
1633
+ :param str tenant_id: A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
1634
+ :param str type: The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
1635
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: Gets or sets the user assigned identities.
1636
+ """
1637
+ pulumi.set(__self__, "principal_id", principal_id)
1638
+ pulumi.set(__self__, "tenant_id", tenant_id)
1639
+ if type is not None:
1640
+ pulumi.set(__self__, "type", type)
1641
+ if user_assigned_identities is not None:
1642
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="principalId")
1646
+ def principal_id(self) -> str:
1647
+ """
1648
+ The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
1649
+ """
1650
+ return pulumi.get(self, "principal_id")
1651
+
1652
+ @property
1653
+ @pulumi.getter(name="tenantId")
1654
+ def tenant_id(self) -> str:
1655
+ """
1656
+ A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
1657
+ """
1658
+ return pulumi.get(self, "tenant_id")
1659
+
1660
+ @property
1661
+ @pulumi.getter
1662
+ def type(self) -> Optional[str]:
1663
+ """
1664
+ The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
1665
+ """
1666
+ return pulumi.get(self, "type")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="userAssignedIdentities")
1670
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1671
+ """
1672
+ Gets or sets the user assigned identities.
1673
+ """
1674
+ return pulumi.get(self, "user_assigned_identities")
1675
+
1676
+
1677
+ @pulumi.output_type
1678
+ class FeatureSettingsResponse(dict):
1679
+ """
1680
+ Class containing feature settings of vault
1681
+ """
1682
+ @staticmethod
1683
+ def __key_warning(key: str):
1684
+ suggest = None
1685
+ if key == "crossRegionRestoreSettings":
1686
+ suggest = "cross_region_restore_settings"
1687
+ elif key == "crossSubscriptionRestoreSettings":
1688
+ suggest = "cross_subscription_restore_settings"
1689
+
1690
+ if suggest:
1691
+ pulumi.log.warn(f"Key '{key}' not found in FeatureSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1692
+
1693
+ def __getitem__(self, key: str) -> Any:
1694
+ FeatureSettingsResponse.__key_warning(key)
1695
+ return super().__getitem__(key)
1696
+
1697
+ def get(self, key: str, default = None) -> Any:
1698
+ FeatureSettingsResponse.__key_warning(key)
1699
+ return super().get(key, default)
1700
+
1701
+ def __init__(__self__, *,
1702
+ cross_region_restore_settings: Optional['outputs.CrossRegionRestoreSettingsResponse'] = None,
1703
+ cross_subscription_restore_settings: Optional['outputs.CrossSubscriptionRestoreSettingsResponse'] = None):
1704
+ """
1705
+ Class containing feature settings of vault
1706
+ :param 'CrossSubscriptionRestoreSettingsResponse' cross_subscription_restore_settings: CrossSubscriptionRestore Settings
1707
+ """
1708
+ if cross_region_restore_settings is not None:
1709
+ pulumi.set(__self__, "cross_region_restore_settings", cross_region_restore_settings)
1710
+ if cross_subscription_restore_settings is not None:
1711
+ pulumi.set(__self__, "cross_subscription_restore_settings", cross_subscription_restore_settings)
1712
+
1713
+ @property
1714
+ @pulumi.getter(name="crossRegionRestoreSettings")
1715
+ def cross_region_restore_settings(self) -> Optional['outputs.CrossRegionRestoreSettingsResponse']:
1716
+ return pulumi.get(self, "cross_region_restore_settings")
1717
+
1718
+ @property
1719
+ @pulumi.getter(name="crossSubscriptionRestoreSettings")
1720
+ def cross_subscription_restore_settings(self) -> Optional['outputs.CrossSubscriptionRestoreSettingsResponse']:
1721
+ """
1722
+ CrossSubscriptionRestore Settings
1723
+ """
1724
+ return pulumi.get(self, "cross_subscription_restore_settings")
1725
+
1726
+
1727
+ @pulumi.output_type
1728
+ class IdentityDetailsResponse(dict):
1729
+ @staticmethod
1730
+ def __key_warning(key: str):
1731
+ suggest = None
1732
+ if key == "useSystemAssignedIdentity":
1733
+ suggest = "use_system_assigned_identity"
1734
+ elif key == "userAssignedIdentityArmUrl":
1735
+ suggest = "user_assigned_identity_arm_url"
1736
+
1737
+ if suggest:
1738
+ pulumi.log.warn(f"Key '{key}' not found in IdentityDetailsResponse. Access the value via the '{suggest}' property getter instead.")
1739
+
1740
+ def __getitem__(self, key: str) -> Any:
1741
+ IdentityDetailsResponse.__key_warning(key)
1742
+ return super().__getitem__(key)
1743
+
1744
+ def get(self, key: str, default = None) -> Any:
1745
+ IdentityDetailsResponse.__key_warning(key)
1746
+ return super().get(key, default)
1747
+
1748
+ def __init__(__self__, *,
1749
+ use_system_assigned_identity: Optional[bool] = None,
1750
+ user_assigned_identity_arm_url: Optional[str] = None):
1751
+ """
1752
+ :param bool use_system_assigned_identity: Specifies if the BI is protected by System Identity.
1753
+ :param str user_assigned_identity_arm_url: ARM URL for User Assigned Identity.
1754
+ """
1755
+ if use_system_assigned_identity is not None:
1756
+ pulumi.set(__self__, "use_system_assigned_identity", use_system_assigned_identity)
1757
+ if user_assigned_identity_arm_url is not None:
1758
+ pulumi.set(__self__, "user_assigned_identity_arm_url", user_assigned_identity_arm_url)
1759
+
1760
+ @property
1761
+ @pulumi.getter(name="useSystemAssignedIdentity")
1762
+ def use_system_assigned_identity(self) -> Optional[bool]:
1763
+ """
1764
+ Specifies if the BI is protected by System Identity.
1765
+ """
1766
+ return pulumi.get(self, "use_system_assigned_identity")
1767
+
1768
+ @property
1769
+ @pulumi.getter(name="userAssignedIdentityArmUrl")
1770
+ def user_assigned_identity_arm_url(self) -> Optional[str]:
1771
+ """
1772
+ ARM URL for User Assigned Identity.
1773
+ """
1774
+ return pulumi.get(self, "user_assigned_identity_arm_url")
1775
+
1776
+
1777
+ @pulumi.output_type
1778
+ class ImmediateCopyOptionResponse(dict):
1779
+ """
1780
+ Immediate copy Option
1781
+ """
1782
+ @staticmethod
1783
+ def __key_warning(key: str):
1784
+ suggest = None
1785
+ if key == "objectType":
1786
+ suggest = "object_type"
1787
+
1788
+ if suggest:
1789
+ pulumi.log.warn(f"Key '{key}' not found in ImmediateCopyOptionResponse. Access the value via the '{suggest}' property getter instead.")
1790
+
1791
+ def __getitem__(self, key: str) -> Any:
1792
+ ImmediateCopyOptionResponse.__key_warning(key)
1793
+ return super().__getitem__(key)
1794
+
1795
+ def get(self, key: str, default = None) -> Any:
1796
+ ImmediateCopyOptionResponse.__key_warning(key)
1797
+ return super().get(key, default)
1798
+
1799
+ def __init__(__self__, *,
1800
+ object_type: str):
1801
+ """
1802
+ Immediate copy Option
1803
+ :param str object_type: Type of the specific object - used for deserializing
1804
+ Expected value is 'ImmediateCopyOption'.
1805
+ """
1806
+ pulumi.set(__self__, "object_type", 'ImmediateCopyOption')
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="objectType")
1810
+ def object_type(self) -> str:
1811
+ """
1812
+ Type of the specific object - used for deserializing
1813
+ Expected value is 'ImmediateCopyOption'.
1814
+ """
1815
+ return pulumi.get(self, "object_type")
1816
+
1817
+
1818
+ @pulumi.output_type
1819
+ class ImmutabilitySettingsResponse(dict):
1820
+ """
1821
+ Immutability Settings at vault level
1822
+ """
1823
+ def __init__(__self__, *,
1824
+ state: Optional[str] = None):
1825
+ """
1826
+ Immutability Settings at vault level
1827
+ :param str state: Immutability state
1828
+ """
1829
+ if state is not None:
1830
+ pulumi.set(__self__, "state", state)
1831
+
1832
+ @property
1833
+ @pulumi.getter
1834
+ def state(self) -> Optional[str]:
1835
+ """
1836
+ Immutability state
1837
+ """
1838
+ return pulumi.get(self, "state")
1839
+
1840
+
1841
+ @pulumi.output_type
1842
+ class InnerErrorResponse(dict):
1843
+ """
1844
+ Inner Error
1845
+ """
1846
+ @staticmethod
1847
+ def __key_warning(key: str):
1848
+ suggest = None
1849
+ if key == "additionalInfo":
1850
+ suggest = "additional_info"
1851
+ elif key == "embeddedInnerError":
1852
+ suggest = "embedded_inner_error"
1853
+
1854
+ if suggest:
1855
+ pulumi.log.warn(f"Key '{key}' not found in InnerErrorResponse. Access the value via the '{suggest}' property getter instead.")
1856
+
1857
+ def __getitem__(self, key: str) -> Any:
1858
+ InnerErrorResponse.__key_warning(key)
1859
+ return super().__getitem__(key)
1860
+
1861
+ def get(self, key: str, default = None) -> Any:
1862
+ InnerErrorResponse.__key_warning(key)
1863
+ return super().get(key, default)
1864
+
1865
+ def __init__(__self__, *,
1866
+ additional_info: Optional[Mapping[str, str]] = None,
1867
+ code: Optional[str] = None,
1868
+ embedded_inner_error: Optional['outputs.InnerErrorResponse'] = None):
1869
+ """
1870
+ Inner Error
1871
+ :param Mapping[str, str] additional_info: Any Key value pairs that can be provided to the client for additional verbose information.
1872
+ :param str code: Unique code for this error
1873
+ :param 'InnerErrorResponse' embedded_inner_error: Child Inner Error, to allow Nesting.
1874
+ """
1875
+ if additional_info is not None:
1876
+ pulumi.set(__self__, "additional_info", additional_info)
1877
+ if code is not None:
1878
+ pulumi.set(__self__, "code", code)
1879
+ if embedded_inner_error is not None:
1880
+ pulumi.set(__self__, "embedded_inner_error", embedded_inner_error)
1881
+
1882
+ @property
1883
+ @pulumi.getter(name="additionalInfo")
1884
+ def additional_info(self) -> Optional[Mapping[str, str]]:
1885
+ """
1886
+ Any Key value pairs that can be provided to the client for additional verbose information.
1887
+ """
1888
+ return pulumi.get(self, "additional_info")
1889
+
1890
+ @property
1891
+ @pulumi.getter
1892
+ def code(self) -> Optional[str]:
1893
+ """
1894
+ Unique code for this error
1895
+ """
1896
+ return pulumi.get(self, "code")
1897
+
1898
+ @property
1899
+ @pulumi.getter(name="embeddedInnerError")
1900
+ def embedded_inner_error(self) -> Optional['outputs.InnerErrorResponse']:
1901
+ """
1902
+ Child Inner Error, to allow Nesting.
1903
+ """
1904
+ return pulumi.get(self, "embedded_inner_error")
1905
+
1906
+
1907
+ @pulumi.output_type
1908
+ class KubernetesClusterBackupDatasourceParametersResponse(dict):
1909
+ """
1910
+ Parameters for Kubernetes Cluster Backup Datasource
1911
+ """
1912
+ @staticmethod
1913
+ def __key_warning(key: str):
1914
+ suggest = None
1915
+ if key == "includeClusterScopeResources":
1916
+ suggest = "include_cluster_scope_resources"
1917
+ elif key == "objectType":
1918
+ suggest = "object_type"
1919
+ elif key == "snapshotVolumes":
1920
+ suggest = "snapshot_volumes"
1921
+ elif key == "backupHookReferences":
1922
+ suggest = "backup_hook_references"
1923
+ elif key == "excludedNamespaces":
1924
+ suggest = "excluded_namespaces"
1925
+ elif key == "excludedResourceTypes":
1926
+ suggest = "excluded_resource_types"
1927
+ elif key == "includedNamespaces":
1928
+ suggest = "included_namespaces"
1929
+ elif key == "includedResourceTypes":
1930
+ suggest = "included_resource_types"
1931
+ elif key == "labelSelectors":
1932
+ suggest = "label_selectors"
1933
+
1934
+ if suggest:
1935
+ pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterBackupDatasourceParametersResponse. Access the value via the '{suggest}' property getter instead.")
1936
+
1937
+ def __getitem__(self, key: str) -> Any:
1938
+ KubernetesClusterBackupDatasourceParametersResponse.__key_warning(key)
1939
+ return super().__getitem__(key)
1940
+
1941
+ def get(self, key: str, default = None) -> Any:
1942
+ KubernetesClusterBackupDatasourceParametersResponse.__key_warning(key)
1943
+ return super().get(key, default)
1944
+
1945
+ def __init__(__self__, *,
1946
+ include_cluster_scope_resources: bool,
1947
+ object_type: str,
1948
+ snapshot_volumes: bool,
1949
+ backup_hook_references: Optional[Sequence['outputs.NamespacedNameResourceResponse']] = None,
1950
+ excluded_namespaces: Optional[Sequence[str]] = None,
1951
+ excluded_resource_types: Optional[Sequence[str]] = None,
1952
+ included_namespaces: Optional[Sequence[str]] = None,
1953
+ included_resource_types: Optional[Sequence[str]] = None,
1954
+ label_selectors: Optional[Sequence[str]] = None):
1955
+ """
1956
+ Parameters for Kubernetes Cluster Backup Datasource
1957
+ :param bool include_cluster_scope_resources: Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
1958
+ :param str object_type: Type of the specific object - used for deserializing
1959
+ Expected value is 'KubernetesClusterBackupDatasourceParameters'.
1960
+ :param bool snapshot_volumes: Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
1961
+ :param Sequence['NamespacedNameResourceResponse'] backup_hook_references: Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
1962
+ :param Sequence[str] excluded_namespaces: Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
1963
+ :param Sequence[str] excluded_resource_types: Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
1964
+ :param Sequence[str] included_namespaces: Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
1965
+ :param Sequence[str] included_resource_types: Gets or sets the include resource types property. This property sets the resource types to be included during backup.
1966
+ :param Sequence[str] label_selectors: Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
1967
+ """
1968
+ pulumi.set(__self__, "include_cluster_scope_resources", include_cluster_scope_resources)
1969
+ pulumi.set(__self__, "object_type", 'KubernetesClusterBackupDatasourceParameters')
1970
+ pulumi.set(__self__, "snapshot_volumes", snapshot_volumes)
1971
+ if backup_hook_references is not None:
1972
+ pulumi.set(__self__, "backup_hook_references", backup_hook_references)
1973
+ if excluded_namespaces is not None:
1974
+ pulumi.set(__self__, "excluded_namespaces", excluded_namespaces)
1975
+ if excluded_resource_types is not None:
1976
+ pulumi.set(__self__, "excluded_resource_types", excluded_resource_types)
1977
+ if included_namespaces is not None:
1978
+ pulumi.set(__self__, "included_namespaces", included_namespaces)
1979
+ if included_resource_types is not None:
1980
+ pulumi.set(__self__, "included_resource_types", included_resource_types)
1981
+ if label_selectors is not None:
1982
+ pulumi.set(__self__, "label_selectors", label_selectors)
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="includeClusterScopeResources")
1986
+ def include_cluster_scope_resources(self) -> bool:
1987
+ """
1988
+ Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
1989
+ """
1990
+ return pulumi.get(self, "include_cluster_scope_resources")
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="objectType")
1994
+ def object_type(self) -> str:
1995
+ """
1996
+ Type of the specific object - used for deserializing
1997
+ Expected value is 'KubernetesClusterBackupDatasourceParameters'.
1998
+ """
1999
+ return pulumi.get(self, "object_type")
2000
+
2001
+ @property
2002
+ @pulumi.getter(name="snapshotVolumes")
2003
+ def snapshot_volumes(self) -> bool:
2004
+ """
2005
+ Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
2006
+ """
2007
+ return pulumi.get(self, "snapshot_volumes")
2008
+
2009
+ @property
2010
+ @pulumi.getter(name="backupHookReferences")
2011
+ def backup_hook_references(self) -> Optional[Sequence['outputs.NamespacedNameResourceResponse']]:
2012
+ """
2013
+ Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
2014
+ """
2015
+ return pulumi.get(self, "backup_hook_references")
2016
+
2017
+ @property
2018
+ @pulumi.getter(name="excludedNamespaces")
2019
+ def excluded_namespaces(self) -> Optional[Sequence[str]]:
2020
+ """
2021
+ Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
2022
+ """
2023
+ return pulumi.get(self, "excluded_namespaces")
2024
+
2025
+ @property
2026
+ @pulumi.getter(name="excludedResourceTypes")
2027
+ def excluded_resource_types(self) -> Optional[Sequence[str]]:
2028
+ """
2029
+ Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
2030
+ """
2031
+ return pulumi.get(self, "excluded_resource_types")
2032
+
2033
+ @property
2034
+ @pulumi.getter(name="includedNamespaces")
2035
+ def included_namespaces(self) -> Optional[Sequence[str]]:
2036
+ """
2037
+ Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
2038
+ """
2039
+ return pulumi.get(self, "included_namespaces")
2040
+
2041
+ @property
2042
+ @pulumi.getter(name="includedResourceTypes")
2043
+ def included_resource_types(self) -> Optional[Sequence[str]]:
2044
+ """
2045
+ Gets or sets the include resource types property. This property sets the resource types to be included during backup.
2046
+ """
2047
+ return pulumi.get(self, "included_resource_types")
2048
+
2049
+ @property
2050
+ @pulumi.getter(name="labelSelectors")
2051
+ def label_selectors(self) -> Optional[Sequence[str]]:
2052
+ """
2053
+ Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
2054
+ """
2055
+ return pulumi.get(self, "label_selectors")
2056
+
2057
+
2058
+ @pulumi.output_type
2059
+ class MonitoringSettingsResponse(dict):
2060
+ """
2061
+ Monitoring Settings
2062
+ """
2063
+ @staticmethod
2064
+ def __key_warning(key: str):
2065
+ suggest = None
2066
+ if key == "azureMonitorAlertSettings":
2067
+ suggest = "azure_monitor_alert_settings"
2068
+
2069
+ if suggest:
2070
+ pulumi.log.warn(f"Key '{key}' not found in MonitoringSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2071
+
2072
+ def __getitem__(self, key: str) -> Any:
2073
+ MonitoringSettingsResponse.__key_warning(key)
2074
+ return super().__getitem__(key)
2075
+
2076
+ def get(self, key: str, default = None) -> Any:
2077
+ MonitoringSettingsResponse.__key_warning(key)
2078
+ return super().get(key, default)
2079
+
2080
+ def __init__(__self__, *,
2081
+ azure_monitor_alert_settings: Optional['outputs.AzureMonitorAlertSettingsResponse'] = None):
2082
+ """
2083
+ Monitoring Settings
2084
+ :param 'AzureMonitorAlertSettingsResponse' azure_monitor_alert_settings: Settings for Azure Monitor based alerts
2085
+ """
2086
+ if azure_monitor_alert_settings is not None:
2087
+ pulumi.set(__self__, "azure_monitor_alert_settings", azure_monitor_alert_settings)
2088
+
2089
+ @property
2090
+ @pulumi.getter(name="azureMonitorAlertSettings")
2091
+ def azure_monitor_alert_settings(self) -> Optional['outputs.AzureMonitorAlertSettingsResponse']:
2092
+ """
2093
+ Settings for Azure Monitor based alerts
2094
+ """
2095
+ return pulumi.get(self, "azure_monitor_alert_settings")
2096
+
2097
+
2098
+ @pulumi.output_type
2099
+ class NamespacedNameResourceResponse(dict):
2100
+ """
2101
+ Class to refer resources which contains namespace and name
2102
+ """
2103
+ def __init__(__self__, *,
2104
+ name: Optional[str] = None,
2105
+ namespace: Optional[str] = None):
2106
+ """
2107
+ Class to refer resources which contains namespace and name
2108
+ :param str name: Name of the resource
2109
+ :param str namespace: Namespace in which the resource exists
2110
+ """
2111
+ if name is not None:
2112
+ pulumi.set(__self__, "name", name)
2113
+ if namespace is not None:
2114
+ pulumi.set(__self__, "namespace", namespace)
2115
+
2116
+ @property
2117
+ @pulumi.getter
2118
+ def name(self) -> Optional[str]:
2119
+ """
2120
+ Name of the resource
2121
+ """
2122
+ return pulumi.get(self, "name")
2123
+
2124
+ @property
2125
+ @pulumi.getter
2126
+ def namespace(self) -> Optional[str]:
2127
+ """
2128
+ Namespace in which the resource exists
2129
+ """
2130
+ return pulumi.get(self, "namespace")
2131
+
2132
+
2133
+ @pulumi.output_type
2134
+ class PolicyInfoResponse(dict):
2135
+ """
2136
+ Policy Info in backupInstance
2137
+ """
2138
+ @staticmethod
2139
+ def __key_warning(key: str):
2140
+ suggest = None
2141
+ if key == "policyId":
2142
+ suggest = "policy_id"
2143
+ elif key == "policyVersion":
2144
+ suggest = "policy_version"
2145
+ elif key == "policyParameters":
2146
+ suggest = "policy_parameters"
2147
+
2148
+ if suggest:
2149
+ pulumi.log.warn(f"Key '{key}' not found in PolicyInfoResponse. Access the value via the '{suggest}' property getter instead.")
2150
+
2151
+ def __getitem__(self, key: str) -> Any:
2152
+ PolicyInfoResponse.__key_warning(key)
2153
+ return super().__getitem__(key)
2154
+
2155
+ def get(self, key: str, default = None) -> Any:
2156
+ PolicyInfoResponse.__key_warning(key)
2157
+ return super().get(key, default)
2158
+
2159
+ def __init__(__self__, *,
2160
+ policy_id: str,
2161
+ policy_version: str,
2162
+ policy_parameters: Optional['outputs.PolicyParametersResponse'] = None):
2163
+ """
2164
+ Policy Info in backupInstance
2165
+ :param 'PolicyParametersResponse' policy_parameters: Policy parameters for the backup instance
2166
+ """
2167
+ pulumi.set(__self__, "policy_id", policy_id)
2168
+ pulumi.set(__self__, "policy_version", policy_version)
2169
+ if policy_parameters is not None:
2170
+ pulumi.set(__self__, "policy_parameters", policy_parameters)
2171
+
2172
+ @property
2173
+ @pulumi.getter(name="policyId")
2174
+ def policy_id(self) -> str:
2175
+ return pulumi.get(self, "policy_id")
2176
+
2177
+ @property
2178
+ @pulumi.getter(name="policyVersion")
2179
+ def policy_version(self) -> str:
2180
+ return pulumi.get(self, "policy_version")
2181
+
2182
+ @property
2183
+ @pulumi.getter(name="policyParameters")
2184
+ def policy_parameters(self) -> Optional['outputs.PolicyParametersResponse']:
2185
+ """
2186
+ Policy parameters for the backup instance
2187
+ """
2188
+ return pulumi.get(self, "policy_parameters")
2189
+
2190
+
2191
+ @pulumi.output_type
2192
+ class PolicyParametersResponse(dict):
2193
+ """
2194
+ Parameters in Policy
2195
+ """
2196
+ @staticmethod
2197
+ def __key_warning(key: str):
2198
+ suggest = None
2199
+ if key == "backupDatasourceParametersList":
2200
+ suggest = "backup_datasource_parameters_list"
2201
+ elif key == "dataStoreParametersList":
2202
+ suggest = "data_store_parameters_list"
2203
+
2204
+ if suggest:
2205
+ pulumi.log.warn(f"Key '{key}' not found in PolicyParametersResponse. Access the value via the '{suggest}' property getter instead.")
2206
+
2207
+ def __getitem__(self, key: str) -> Any:
2208
+ PolicyParametersResponse.__key_warning(key)
2209
+ return super().__getitem__(key)
2210
+
2211
+ def get(self, key: str, default = None) -> Any:
2212
+ PolicyParametersResponse.__key_warning(key)
2213
+ return super().get(key, default)
2214
+
2215
+ def __init__(__self__, *,
2216
+ backup_datasource_parameters_list: Optional[Sequence[Any]] = None,
2217
+ data_store_parameters_list: Optional[Sequence['outputs.AzureOperationalStoreParametersResponse']] = None):
2218
+ """
2219
+ Parameters in Policy
2220
+ :param Sequence[Union['BlobBackupDatasourceParametersResponse', 'KubernetesClusterBackupDatasourceParametersResponse']] backup_datasource_parameters_list: Gets or sets the Backup Data Source Parameters
2221
+ :param Sequence['AzureOperationalStoreParametersResponse'] data_store_parameters_list: Gets or sets the DataStore Parameters
2222
+ """
2223
+ if backup_datasource_parameters_list is not None:
2224
+ pulumi.set(__self__, "backup_datasource_parameters_list", backup_datasource_parameters_list)
2225
+ if data_store_parameters_list is not None:
2226
+ pulumi.set(__self__, "data_store_parameters_list", data_store_parameters_list)
2227
+
2228
+ @property
2229
+ @pulumi.getter(name="backupDatasourceParametersList")
2230
+ def backup_datasource_parameters_list(self) -> Optional[Sequence[Any]]:
2231
+ """
2232
+ Gets or sets the Backup Data Source Parameters
2233
+ """
2234
+ return pulumi.get(self, "backup_datasource_parameters_list")
2235
+
2236
+ @property
2237
+ @pulumi.getter(name="dataStoreParametersList")
2238
+ def data_store_parameters_list(self) -> Optional[Sequence['outputs.AzureOperationalStoreParametersResponse']]:
2239
+ """
2240
+ Gets or sets the DataStore Parameters
2241
+ """
2242
+ return pulumi.get(self, "data_store_parameters_list")
2243
+
2244
+
2245
+ @pulumi.output_type
2246
+ class ProtectionStatusDetailsResponse(dict):
2247
+ """
2248
+ Protection status details
2249
+ """
2250
+ @staticmethod
2251
+ def __key_warning(key: str):
2252
+ suggest = None
2253
+ if key == "errorDetails":
2254
+ suggest = "error_details"
2255
+
2256
+ if suggest:
2257
+ pulumi.log.warn(f"Key '{key}' not found in ProtectionStatusDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2258
+
2259
+ def __getitem__(self, key: str) -> Any:
2260
+ ProtectionStatusDetailsResponse.__key_warning(key)
2261
+ return super().__getitem__(key)
2262
+
2263
+ def get(self, key: str, default = None) -> Any:
2264
+ ProtectionStatusDetailsResponse.__key_warning(key)
2265
+ return super().get(key, default)
2266
+
2267
+ def __init__(__self__, *,
2268
+ error_details: Optional['outputs.UserFacingErrorResponse'] = None,
2269
+ status: Optional[str] = None):
2270
+ """
2271
+ Protection status details
2272
+ :param 'UserFacingErrorResponse' error_details: Specifies the protection status error of the resource
2273
+ :param str status: Specifies the protection status of the resource
2274
+ """
2275
+ if error_details is not None:
2276
+ pulumi.set(__self__, "error_details", error_details)
2277
+ if status is not None:
2278
+ pulumi.set(__self__, "status", status)
2279
+
2280
+ @property
2281
+ @pulumi.getter(name="errorDetails")
2282
+ def error_details(self) -> Optional['outputs.UserFacingErrorResponse']:
2283
+ """
2284
+ Specifies the protection status error of the resource
2285
+ """
2286
+ return pulumi.get(self, "error_details")
2287
+
2288
+ @property
2289
+ @pulumi.getter
2290
+ def status(self) -> Optional[str]:
2291
+ """
2292
+ Specifies the protection status of the resource
2293
+ """
2294
+ return pulumi.get(self, "status")
2295
+
2296
+
2297
+ @pulumi.output_type
2298
+ class ResourceGuardOperationDetailResponse(dict):
2299
+ """
2300
+ VaultCritical Operation protected by a resource guard
2301
+ """
2302
+ @staticmethod
2303
+ def __key_warning(key: str):
2304
+ suggest = None
2305
+ if key == "defaultResourceRequest":
2306
+ suggest = "default_resource_request"
2307
+ elif key == "vaultCriticalOperation":
2308
+ suggest = "vault_critical_operation"
2309
+
2310
+ if suggest:
2311
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardOperationDetailResponse. Access the value via the '{suggest}' property getter instead.")
2312
+
2313
+ def __getitem__(self, key: str) -> Any:
2314
+ ResourceGuardOperationDetailResponse.__key_warning(key)
2315
+ return super().__getitem__(key)
2316
+
2317
+ def get(self, key: str, default = None) -> Any:
2318
+ ResourceGuardOperationDetailResponse.__key_warning(key)
2319
+ return super().get(key, default)
2320
+
2321
+ def __init__(__self__, *,
2322
+ default_resource_request: Optional[str] = None,
2323
+ vault_critical_operation: Optional[str] = None):
2324
+ """
2325
+ VaultCritical Operation protected by a resource guard
2326
+ """
2327
+ if default_resource_request is not None:
2328
+ pulumi.set(__self__, "default_resource_request", default_resource_request)
2329
+ if vault_critical_operation is not None:
2330
+ pulumi.set(__self__, "vault_critical_operation", vault_critical_operation)
2331
+
2332
+ @property
2333
+ @pulumi.getter(name="defaultResourceRequest")
2334
+ def default_resource_request(self) -> Optional[str]:
2335
+ return pulumi.get(self, "default_resource_request")
2336
+
2337
+ @property
2338
+ @pulumi.getter(name="vaultCriticalOperation")
2339
+ def vault_critical_operation(self) -> Optional[str]:
2340
+ return pulumi.get(self, "vault_critical_operation")
2341
+
2342
+
2343
+ @pulumi.output_type
2344
+ class ResourceGuardOperationResponse(dict):
2345
+ """
2346
+ This class contains all the details about a critical operation.
2347
+ """
2348
+ @staticmethod
2349
+ def __key_warning(key: str):
2350
+ suggest = None
2351
+ if key == "requestResourceType":
2352
+ suggest = "request_resource_type"
2353
+ elif key == "vaultCriticalOperation":
2354
+ suggest = "vault_critical_operation"
2355
+
2356
+ if suggest:
2357
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardOperationResponse. Access the value via the '{suggest}' property getter instead.")
2358
+
2359
+ def __getitem__(self, key: str) -> Any:
2360
+ ResourceGuardOperationResponse.__key_warning(key)
2361
+ return super().__getitem__(key)
2362
+
2363
+ def get(self, key: str, default = None) -> Any:
2364
+ ResourceGuardOperationResponse.__key_warning(key)
2365
+ return super().get(key, default)
2366
+
2367
+ def __init__(__self__, *,
2368
+ request_resource_type: str,
2369
+ vault_critical_operation: str):
2370
+ """
2371
+ This class contains all the details about a critical operation.
2372
+ :param str request_resource_type: Type of resource request.
2373
+ :param str vault_critical_operation: Name of the critical operation.
2374
+ """
2375
+ pulumi.set(__self__, "request_resource_type", request_resource_type)
2376
+ pulumi.set(__self__, "vault_critical_operation", vault_critical_operation)
2377
+
2378
+ @property
2379
+ @pulumi.getter(name="requestResourceType")
2380
+ def request_resource_type(self) -> str:
2381
+ """
2382
+ Type of resource request.
2383
+ """
2384
+ return pulumi.get(self, "request_resource_type")
2385
+
2386
+ @property
2387
+ @pulumi.getter(name="vaultCriticalOperation")
2388
+ def vault_critical_operation(self) -> str:
2389
+ """
2390
+ Name of the critical operation.
2391
+ """
2392
+ return pulumi.get(self, "vault_critical_operation")
2393
+
2394
+
2395
+ @pulumi.output_type
2396
+ class ResourceGuardProxyBaseResponse(dict):
2397
+ """
2398
+ ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
2399
+ """
2400
+ @staticmethod
2401
+ def __key_warning(key: str):
2402
+ suggest = None
2403
+ if key == "lastUpdatedTime":
2404
+ suggest = "last_updated_time"
2405
+ elif key == "resourceGuardOperationDetails":
2406
+ suggest = "resource_guard_operation_details"
2407
+ elif key == "resourceGuardResourceId":
2408
+ suggest = "resource_guard_resource_id"
2409
+
2410
+ if suggest:
2411
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardProxyBaseResponse. Access the value via the '{suggest}' property getter instead.")
2412
+
2413
+ def __getitem__(self, key: str) -> Any:
2414
+ ResourceGuardProxyBaseResponse.__key_warning(key)
2415
+ return super().__getitem__(key)
2416
+
2417
+ def get(self, key: str, default = None) -> Any:
2418
+ ResourceGuardProxyBaseResponse.__key_warning(key)
2419
+ return super().get(key, default)
2420
+
2421
+ def __init__(__self__, *,
2422
+ description: Optional[str] = None,
2423
+ last_updated_time: Optional[str] = None,
2424
+ resource_guard_operation_details: Optional[Sequence['outputs.ResourceGuardOperationDetailResponse']] = None,
2425
+ resource_guard_resource_id: Optional[str] = None):
2426
+ """
2427
+ ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
2428
+ """
2429
+ if description is not None:
2430
+ pulumi.set(__self__, "description", description)
2431
+ if last_updated_time is not None:
2432
+ pulumi.set(__self__, "last_updated_time", last_updated_time)
2433
+ if resource_guard_operation_details is not None:
2434
+ pulumi.set(__self__, "resource_guard_operation_details", resource_guard_operation_details)
2435
+ if resource_guard_resource_id is not None:
2436
+ pulumi.set(__self__, "resource_guard_resource_id", resource_guard_resource_id)
2437
+
2438
+ @property
2439
+ @pulumi.getter
2440
+ def description(self) -> Optional[str]:
2441
+ return pulumi.get(self, "description")
2442
+
2443
+ @property
2444
+ @pulumi.getter(name="lastUpdatedTime")
2445
+ def last_updated_time(self) -> Optional[str]:
2446
+ return pulumi.get(self, "last_updated_time")
2447
+
2448
+ @property
2449
+ @pulumi.getter(name="resourceGuardOperationDetails")
2450
+ def resource_guard_operation_details(self) -> Optional[Sequence['outputs.ResourceGuardOperationDetailResponse']]:
2451
+ return pulumi.get(self, "resource_guard_operation_details")
2452
+
2453
+ @property
2454
+ @pulumi.getter(name="resourceGuardResourceId")
2455
+ def resource_guard_resource_id(self) -> Optional[str]:
2456
+ return pulumi.get(self, "resource_guard_resource_id")
2457
+
2458
+
2459
+ @pulumi.output_type
2460
+ class ResourceGuardResponse(dict):
2461
+ @staticmethod
2462
+ def __key_warning(key: str):
2463
+ suggest = None
2464
+ if key == "allowAutoApprovals":
2465
+ suggest = "allow_auto_approvals"
2466
+ elif key == "provisioningState":
2467
+ suggest = "provisioning_state"
2468
+ elif key == "resourceGuardOperations":
2469
+ suggest = "resource_guard_operations"
2470
+ elif key == "vaultCriticalOperationExclusionList":
2471
+ suggest = "vault_critical_operation_exclusion_list"
2472
+
2473
+ if suggest:
2474
+ pulumi.log.warn(f"Key '{key}' not found in ResourceGuardResponse. Access the value via the '{suggest}' property getter instead.")
2475
+
2476
+ def __getitem__(self, key: str) -> Any:
2477
+ ResourceGuardResponse.__key_warning(key)
2478
+ return super().__getitem__(key)
2479
+
2480
+ def get(self, key: str, default = None) -> Any:
2481
+ ResourceGuardResponse.__key_warning(key)
2482
+ return super().get(key, default)
2483
+
2484
+ def __init__(__self__, *,
2485
+ allow_auto_approvals: bool,
2486
+ description: str,
2487
+ provisioning_state: str,
2488
+ resource_guard_operations: Sequence['outputs.ResourceGuardOperationResponse'],
2489
+ vault_critical_operation_exclusion_list: Optional[Sequence[str]] = None):
2490
+ """
2491
+ :param bool allow_auto_approvals: This flag indicates whether auto approval is allowed or not.
2492
+ :param str description: Description about the pre-req steps to perform all the critical operations.
2493
+ :param str provisioning_state: Provisioning state of the BackupVault resource
2494
+ :param Sequence['ResourceGuardOperationResponse'] resource_guard_operations: {readonly} List of operation details those are protected by the ResourceGuard resource
2495
+ :param Sequence[str] vault_critical_operation_exclusion_list: List of critical operations which are not protected by this resourceGuard
2496
+ """
2497
+ pulumi.set(__self__, "allow_auto_approvals", allow_auto_approvals)
2498
+ pulumi.set(__self__, "description", description)
2499
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2500
+ pulumi.set(__self__, "resource_guard_operations", resource_guard_operations)
2501
+ if vault_critical_operation_exclusion_list is not None:
2502
+ pulumi.set(__self__, "vault_critical_operation_exclusion_list", vault_critical_operation_exclusion_list)
2503
+
2504
+ @property
2505
+ @pulumi.getter(name="allowAutoApprovals")
2506
+ def allow_auto_approvals(self) -> bool:
2507
+ """
2508
+ This flag indicates whether auto approval is allowed or not.
2509
+ """
2510
+ return pulumi.get(self, "allow_auto_approvals")
2511
+
2512
+ @property
2513
+ @pulumi.getter
2514
+ def description(self) -> str:
2515
+ """
2516
+ Description about the pre-req steps to perform all the critical operations.
2517
+ """
2518
+ return pulumi.get(self, "description")
2519
+
2520
+ @property
2521
+ @pulumi.getter(name="provisioningState")
2522
+ def provisioning_state(self) -> str:
2523
+ """
2524
+ Provisioning state of the BackupVault resource
2525
+ """
2526
+ return pulumi.get(self, "provisioning_state")
2527
+
2528
+ @property
2529
+ @pulumi.getter(name="resourceGuardOperations")
2530
+ def resource_guard_operations(self) -> Sequence['outputs.ResourceGuardOperationResponse']:
2531
+ """
2532
+ {readonly} List of operation details those are protected by the ResourceGuard resource
2533
+ """
2534
+ return pulumi.get(self, "resource_guard_operations")
2535
+
2536
+ @property
2537
+ @pulumi.getter(name="vaultCriticalOperationExclusionList")
2538
+ def vault_critical_operation_exclusion_list(self) -> Optional[Sequence[str]]:
2539
+ """
2540
+ List of critical operations which are not protected by this resourceGuard
2541
+ """
2542
+ return pulumi.get(self, "vault_critical_operation_exclusion_list")
2543
+
2544
+
2545
+ @pulumi.output_type
2546
+ class ResourceMoveDetailsResponse(dict):
2547
+ """
2548
+ ResourceMoveDetails will be returned in response to GetResource call from ARM
2549
+ """
2550
+ @staticmethod
2551
+ def __key_warning(key: str):
2552
+ suggest = None
2553
+ if key == "completionTimeUtc":
2554
+ suggest = "completion_time_utc"
2555
+ elif key == "operationId":
2556
+ suggest = "operation_id"
2557
+ elif key == "sourceResourcePath":
2558
+ suggest = "source_resource_path"
2559
+ elif key == "startTimeUtc":
2560
+ suggest = "start_time_utc"
2561
+ elif key == "targetResourcePath":
2562
+ suggest = "target_resource_path"
2563
+
2564
+ if suggest:
2565
+ pulumi.log.warn(f"Key '{key}' not found in ResourceMoveDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2566
+
2567
+ def __getitem__(self, key: str) -> Any:
2568
+ ResourceMoveDetailsResponse.__key_warning(key)
2569
+ return super().__getitem__(key)
2570
+
2571
+ def get(self, key: str, default = None) -> Any:
2572
+ ResourceMoveDetailsResponse.__key_warning(key)
2573
+ return super().get(key, default)
2574
+
2575
+ def __init__(__self__, *,
2576
+ completion_time_utc: Optional[str] = None,
2577
+ operation_id: Optional[str] = None,
2578
+ source_resource_path: Optional[str] = None,
2579
+ start_time_utc: Optional[str] = None,
2580
+ target_resource_path: Optional[str] = None):
2581
+ """
2582
+ ResourceMoveDetails will be returned in response to GetResource call from ARM
2583
+ :param str completion_time_utc: Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2584
+ :param str operation_id: CorrelationId of latest ResourceMove operation attempted
2585
+ :param str source_resource_path: ARM resource path of source resource
2586
+ :param str start_time_utc: Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2587
+ :param str target_resource_path: ARM resource path of target resource used in latest ResourceMove operation
2588
+ """
2589
+ if completion_time_utc is not None:
2590
+ pulumi.set(__self__, "completion_time_utc", completion_time_utc)
2591
+ if operation_id is not None:
2592
+ pulumi.set(__self__, "operation_id", operation_id)
2593
+ if source_resource_path is not None:
2594
+ pulumi.set(__self__, "source_resource_path", source_resource_path)
2595
+ if start_time_utc is not None:
2596
+ pulumi.set(__self__, "start_time_utc", start_time_utc)
2597
+ if target_resource_path is not None:
2598
+ pulumi.set(__self__, "target_resource_path", target_resource_path)
2599
+
2600
+ @property
2601
+ @pulumi.getter(name="completionTimeUtc")
2602
+ def completion_time_utc(self) -> Optional[str]:
2603
+ """
2604
+ Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2605
+ """
2606
+ return pulumi.get(self, "completion_time_utc")
2607
+
2608
+ @property
2609
+ @pulumi.getter(name="operationId")
2610
+ def operation_id(self) -> Optional[str]:
2611
+ """
2612
+ CorrelationId of latest ResourceMove operation attempted
2613
+ """
2614
+ return pulumi.get(self, "operation_id")
2615
+
2616
+ @property
2617
+ @pulumi.getter(name="sourceResourcePath")
2618
+ def source_resource_path(self) -> Optional[str]:
2619
+ """
2620
+ ARM resource path of source resource
2621
+ """
2622
+ return pulumi.get(self, "source_resource_path")
2623
+
2624
+ @property
2625
+ @pulumi.getter(name="startTimeUtc")
2626
+ def start_time_utc(self) -> Optional[str]:
2627
+ """
2628
+ Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format.
2629
+ """
2630
+ return pulumi.get(self, "start_time_utc")
2631
+
2632
+ @property
2633
+ @pulumi.getter(name="targetResourcePath")
2634
+ def target_resource_path(self) -> Optional[str]:
2635
+ """
2636
+ ARM resource path of target resource used in latest ResourceMove operation
2637
+ """
2638
+ return pulumi.get(self, "target_resource_path")
2639
+
2640
+
2641
+ @pulumi.output_type
2642
+ class RetentionTagResponse(dict):
2643
+ """
2644
+ Retention tag
2645
+ """
2646
+ @staticmethod
2647
+ def __key_warning(key: str):
2648
+ suggest = None
2649
+ if key == "eTag":
2650
+ suggest = "e_tag"
2651
+ elif key == "tagName":
2652
+ suggest = "tag_name"
2653
+
2654
+ if suggest:
2655
+ pulumi.log.warn(f"Key '{key}' not found in RetentionTagResponse. Access the value via the '{suggest}' property getter instead.")
2656
+
2657
+ def __getitem__(self, key: str) -> Any:
2658
+ RetentionTagResponse.__key_warning(key)
2659
+ return super().__getitem__(key)
2660
+
2661
+ def get(self, key: str, default = None) -> Any:
2662
+ RetentionTagResponse.__key_warning(key)
2663
+ return super().get(key, default)
2664
+
2665
+ def __init__(__self__, *,
2666
+ e_tag: str,
2667
+ id: str,
2668
+ tag_name: str):
2669
+ """
2670
+ Retention tag
2671
+ :param str e_tag: Retention Tag version.
2672
+ :param str id: Retention Tag version.
2673
+ :param str tag_name: Retention Tag Name to relate it to retention rule.
2674
+ """
2675
+ pulumi.set(__self__, "e_tag", e_tag)
2676
+ pulumi.set(__self__, "id", id)
2677
+ pulumi.set(__self__, "tag_name", tag_name)
2678
+
2679
+ @property
2680
+ @pulumi.getter(name="eTag")
2681
+ def e_tag(self) -> str:
2682
+ """
2683
+ Retention Tag version.
2684
+ """
2685
+ return pulumi.get(self, "e_tag")
2686
+
2687
+ @property
2688
+ @pulumi.getter
2689
+ def id(self) -> str:
2690
+ """
2691
+ Retention Tag version.
2692
+ """
2693
+ return pulumi.get(self, "id")
2694
+
2695
+ @property
2696
+ @pulumi.getter(name="tagName")
2697
+ def tag_name(self) -> str:
2698
+ """
2699
+ Retention Tag Name to relate it to retention rule.
2700
+ """
2701
+ return pulumi.get(self, "tag_name")
2702
+
2703
+
2704
+ @pulumi.output_type
2705
+ class ScheduleBasedBackupCriteriaResponse(dict):
2706
+ """
2707
+ Schedule based backup criteria
2708
+ """
2709
+ @staticmethod
2710
+ def __key_warning(key: str):
2711
+ suggest = None
2712
+ if key == "objectType":
2713
+ suggest = "object_type"
2714
+ elif key == "absoluteCriteria":
2715
+ suggest = "absolute_criteria"
2716
+ elif key == "daysOfMonth":
2717
+ suggest = "days_of_month"
2718
+ elif key == "daysOfTheWeek":
2719
+ suggest = "days_of_the_week"
2720
+ elif key == "monthsOfYear":
2721
+ suggest = "months_of_year"
2722
+ elif key == "scheduleTimes":
2723
+ suggest = "schedule_times"
2724
+ elif key == "weeksOfTheMonth":
2725
+ suggest = "weeks_of_the_month"
2726
+
2727
+ if suggest:
2728
+ pulumi.log.warn(f"Key '{key}' not found in ScheduleBasedBackupCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
2729
+
2730
+ def __getitem__(self, key: str) -> Any:
2731
+ ScheduleBasedBackupCriteriaResponse.__key_warning(key)
2732
+ return super().__getitem__(key)
2733
+
2734
+ def get(self, key: str, default = None) -> Any:
2735
+ ScheduleBasedBackupCriteriaResponse.__key_warning(key)
2736
+ return super().get(key, default)
2737
+
2738
+ def __init__(__self__, *,
2739
+ object_type: str,
2740
+ absolute_criteria: Optional[Sequence[str]] = None,
2741
+ days_of_month: Optional[Sequence['outputs.DayResponse']] = None,
2742
+ days_of_the_week: Optional[Sequence[str]] = None,
2743
+ months_of_year: Optional[Sequence[str]] = None,
2744
+ schedule_times: Optional[Sequence[str]] = None,
2745
+ weeks_of_the_month: Optional[Sequence[str]] = None):
2746
+ """
2747
+ Schedule based backup criteria
2748
+ :param str object_type: Type of the specific object - used for deserializing
2749
+ Expected value is 'ScheduleBasedBackupCriteria'.
2750
+ :param Sequence[str] absolute_criteria: it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
2751
+ and should be part of AbsoluteMarker enum
2752
+ :param Sequence['DayResponse'] days_of_month: This is day of the month from 1 to 28 other wise last of month
2753
+ :param Sequence[str] days_of_the_week: It should be Sunday/Monday/T..../Saturday
2754
+ :param Sequence[str] months_of_year: It should be January/February/....../December
2755
+ :param Sequence[str] schedule_times: List of schedule times for backup
2756
+ :param Sequence[str] weeks_of_the_month: It should be First/Second/Third/Fourth/Last
2757
+ """
2758
+ pulumi.set(__self__, "object_type", 'ScheduleBasedBackupCriteria')
2759
+ if absolute_criteria is not None:
2760
+ pulumi.set(__self__, "absolute_criteria", absolute_criteria)
2761
+ if days_of_month is not None:
2762
+ pulumi.set(__self__, "days_of_month", days_of_month)
2763
+ if days_of_the_week is not None:
2764
+ pulumi.set(__self__, "days_of_the_week", days_of_the_week)
2765
+ if months_of_year is not None:
2766
+ pulumi.set(__self__, "months_of_year", months_of_year)
2767
+ if schedule_times is not None:
2768
+ pulumi.set(__self__, "schedule_times", schedule_times)
2769
+ if weeks_of_the_month is not None:
2770
+ pulumi.set(__self__, "weeks_of_the_month", weeks_of_the_month)
2771
+
2772
+ @property
2773
+ @pulumi.getter(name="objectType")
2774
+ def object_type(self) -> str:
2775
+ """
2776
+ Type of the specific object - used for deserializing
2777
+ Expected value is 'ScheduleBasedBackupCriteria'.
2778
+ """
2779
+ return pulumi.get(self, "object_type")
2780
+
2781
+ @property
2782
+ @pulumi.getter(name="absoluteCriteria")
2783
+ def absolute_criteria(self) -> Optional[Sequence[str]]:
2784
+ """
2785
+ it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
2786
+ and should be part of AbsoluteMarker enum
2787
+ """
2788
+ return pulumi.get(self, "absolute_criteria")
2789
+
2790
+ @property
2791
+ @pulumi.getter(name="daysOfMonth")
2792
+ def days_of_month(self) -> Optional[Sequence['outputs.DayResponse']]:
2793
+ """
2794
+ This is day of the month from 1 to 28 other wise last of month
2795
+ """
2796
+ return pulumi.get(self, "days_of_month")
2797
+
2798
+ @property
2799
+ @pulumi.getter(name="daysOfTheWeek")
2800
+ def days_of_the_week(self) -> Optional[Sequence[str]]:
2801
+ """
2802
+ It should be Sunday/Monday/T..../Saturday
2803
+ """
2804
+ return pulumi.get(self, "days_of_the_week")
2805
+
2806
+ @property
2807
+ @pulumi.getter(name="monthsOfYear")
2808
+ def months_of_year(self) -> Optional[Sequence[str]]:
2809
+ """
2810
+ It should be January/February/....../December
2811
+ """
2812
+ return pulumi.get(self, "months_of_year")
2813
+
2814
+ @property
2815
+ @pulumi.getter(name="scheduleTimes")
2816
+ def schedule_times(self) -> Optional[Sequence[str]]:
2817
+ """
2818
+ List of schedule times for backup
2819
+ """
2820
+ return pulumi.get(self, "schedule_times")
2821
+
2822
+ @property
2823
+ @pulumi.getter(name="weeksOfTheMonth")
2824
+ def weeks_of_the_month(self) -> Optional[Sequence[str]]:
2825
+ """
2826
+ It should be First/Second/Third/Fourth/Last
2827
+ """
2828
+ return pulumi.get(self, "weeks_of_the_month")
2829
+
2830
+
2831
+ @pulumi.output_type
2832
+ class ScheduleBasedTriggerContextResponse(dict):
2833
+ """
2834
+ Schedule based trigger context
2835
+ """
2836
+ @staticmethod
2837
+ def __key_warning(key: str):
2838
+ suggest = None
2839
+ if key == "objectType":
2840
+ suggest = "object_type"
2841
+ elif key == "taggingCriteria":
2842
+ suggest = "tagging_criteria"
2843
+
2844
+ if suggest:
2845
+ pulumi.log.warn(f"Key '{key}' not found in ScheduleBasedTriggerContextResponse. Access the value via the '{suggest}' property getter instead.")
2846
+
2847
+ def __getitem__(self, key: str) -> Any:
2848
+ ScheduleBasedTriggerContextResponse.__key_warning(key)
2849
+ return super().__getitem__(key)
2850
+
2851
+ def get(self, key: str, default = None) -> Any:
2852
+ ScheduleBasedTriggerContextResponse.__key_warning(key)
2853
+ return super().get(key, default)
2854
+
2855
+ def __init__(__self__, *,
2856
+ object_type: str,
2857
+ schedule: 'outputs.BackupScheduleResponse',
2858
+ tagging_criteria: Sequence['outputs.TaggingCriteriaResponse']):
2859
+ """
2860
+ Schedule based trigger context
2861
+ :param str object_type: Type of the specific object - used for deserializing
2862
+ Expected value is 'ScheduleBasedTriggerContext'.
2863
+ :param 'BackupScheduleResponse' schedule: Schedule for this backup
2864
+ :param Sequence['TaggingCriteriaResponse'] tagging_criteria: List of tags that can be applicable for given schedule.
2865
+ """
2866
+ pulumi.set(__self__, "object_type", 'ScheduleBasedTriggerContext')
2867
+ pulumi.set(__self__, "schedule", schedule)
2868
+ pulumi.set(__self__, "tagging_criteria", tagging_criteria)
2869
+
2870
+ @property
2871
+ @pulumi.getter(name="objectType")
2872
+ def object_type(self) -> str:
2873
+ """
2874
+ Type of the specific object - used for deserializing
2875
+ Expected value is 'ScheduleBasedTriggerContext'.
2876
+ """
2877
+ return pulumi.get(self, "object_type")
2878
+
2879
+ @property
2880
+ @pulumi.getter
2881
+ def schedule(self) -> 'outputs.BackupScheduleResponse':
2882
+ """
2883
+ Schedule for this backup
2884
+ """
2885
+ return pulumi.get(self, "schedule")
2886
+
2887
+ @property
2888
+ @pulumi.getter(name="taggingCriteria")
2889
+ def tagging_criteria(self) -> Sequence['outputs.TaggingCriteriaResponse']:
2890
+ """
2891
+ List of tags that can be applicable for given schedule.
2892
+ """
2893
+ return pulumi.get(self, "tagging_criteria")
2894
+
2895
+
2896
+ @pulumi.output_type
2897
+ class SecretStoreBasedAuthCredentialsResponse(dict):
2898
+ """
2899
+ Secret store based authentication credentials.
2900
+ """
2901
+ @staticmethod
2902
+ def __key_warning(key: str):
2903
+ suggest = None
2904
+ if key == "objectType":
2905
+ suggest = "object_type"
2906
+ elif key == "secretStoreResource":
2907
+ suggest = "secret_store_resource"
2908
+
2909
+ if suggest:
2910
+ pulumi.log.warn(f"Key '{key}' not found in SecretStoreBasedAuthCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
2911
+
2912
+ def __getitem__(self, key: str) -> Any:
2913
+ SecretStoreBasedAuthCredentialsResponse.__key_warning(key)
2914
+ return super().__getitem__(key)
2915
+
2916
+ def get(self, key: str, default = None) -> Any:
2917
+ SecretStoreBasedAuthCredentialsResponse.__key_warning(key)
2918
+ return super().get(key, default)
2919
+
2920
+ def __init__(__self__, *,
2921
+ object_type: str,
2922
+ secret_store_resource: Optional['outputs.SecretStoreResourceResponse'] = None):
2923
+ """
2924
+ Secret store based authentication credentials.
2925
+ :param str object_type: Type of the specific object - used for deserializing
2926
+ Expected value is 'SecretStoreBasedAuthCredentials'.
2927
+ :param 'SecretStoreResourceResponse' secret_store_resource: Secret store resource
2928
+ """
2929
+ pulumi.set(__self__, "object_type", 'SecretStoreBasedAuthCredentials')
2930
+ if secret_store_resource is not None:
2931
+ pulumi.set(__self__, "secret_store_resource", secret_store_resource)
2932
+
2933
+ @property
2934
+ @pulumi.getter(name="objectType")
2935
+ def object_type(self) -> str:
2936
+ """
2937
+ Type of the specific object - used for deserializing
2938
+ Expected value is 'SecretStoreBasedAuthCredentials'.
2939
+ """
2940
+ return pulumi.get(self, "object_type")
2941
+
2942
+ @property
2943
+ @pulumi.getter(name="secretStoreResource")
2944
+ def secret_store_resource(self) -> Optional['outputs.SecretStoreResourceResponse']:
2945
+ """
2946
+ Secret store resource
2947
+ """
2948
+ return pulumi.get(self, "secret_store_resource")
2949
+
2950
+
2951
+ @pulumi.output_type
2952
+ class SecretStoreResourceResponse(dict):
2953
+ """
2954
+ Class representing a secret store resource.
2955
+ """
2956
+ @staticmethod
2957
+ def __key_warning(key: str):
2958
+ suggest = None
2959
+ if key == "secretStoreType":
2960
+ suggest = "secret_store_type"
2961
+
2962
+ if suggest:
2963
+ pulumi.log.warn(f"Key '{key}' not found in SecretStoreResourceResponse. Access the value via the '{suggest}' property getter instead.")
2964
+
2965
+ def __getitem__(self, key: str) -> Any:
2966
+ SecretStoreResourceResponse.__key_warning(key)
2967
+ return super().__getitem__(key)
2968
+
2969
+ def get(self, key: str, default = None) -> Any:
2970
+ SecretStoreResourceResponse.__key_warning(key)
2971
+ return super().get(key, default)
2972
+
2973
+ def __init__(__self__, *,
2974
+ secret_store_type: str,
2975
+ uri: Optional[str] = None,
2976
+ value: Optional[str] = None):
2977
+ """
2978
+ Class representing a secret store resource.
2979
+ :param str secret_store_type: Gets or sets the type of secret store
2980
+ :param str uri: Uri to get to the resource
2981
+ :param str value: Gets or sets value stored in secret store resource
2982
+ """
2983
+ pulumi.set(__self__, "secret_store_type", secret_store_type)
2984
+ if uri is not None:
2985
+ pulumi.set(__self__, "uri", uri)
2986
+ if value is not None:
2987
+ pulumi.set(__self__, "value", value)
2988
+
2989
+ @property
2990
+ @pulumi.getter(name="secretStoreType")
2991
+ def secret_store_type(self) -> str:
2992
+ """
2993
+ Gets or sets the type of secret store
2994
+ """
2995
+ return pulumi.get(self, "secret_store_type")
2996
+
2997
+ @property
2998
+ @pulumi.getter
2999
+ def uri(self) -> Optional[str]:
3000
+ """
3001
+ Uri to get to the resource
3002
+ """
3003
+ return pulumi.get(self, "uri")
3004
+
3005
+ @property
3006
+ @pulumi.getter
3007
+ def value(self) -> Optional[str]:
3008
+ """
3009
+ Gets or sets value stored in secret store resource
3010
+ """
3011
+ return pulumi.get(self, "value")
3012
+
3013
+
3014
+ @pulumi.output_type
3015
+ class SecuritySettingsResponse(dict):
3016
+ """
3017
+ Class containing security settings of vault
3018
+ """
3019
+ @staticmethod
3020
+ def __key_warning(key: str):
3021
+ suggest = None
3022
+ if key == "immutabilitySettings":
3023
+ suggest = "immutability_settings"
3024
+ elif key == "softDeleteSettings":
3025
+ suggest = "soft_delete_settings"
3026
+
3027
+ if suggest:
3028
+ pulumi.log.warn(f"Key '{key}' not found in SecuritySettingsResponse. Access the value via the '{suggest}' property getter instead.")
3029
+
3030
+ def __getitem__(self, key: str) -> Any:
3031
+ SecuritySettingsResponse.__key_warning(key)
3032
+ return super().__getitem__(key)
3033
+
3034
+ def get(self, key: str, default = None) -> Any:
3035
+ SecuritySettingsResponse.__key_warning(key)
3036
+ return super().get(key, default)
3037
+
3038
+ def __init__(__self__, *,
3039
+ immutability_settings: Optional['outputs.ImmutabilitySettingsResponse'] = None,
3040
+ soft_delete_settings: Optional['outputs.SoftDeleteSettingsResponse'] = None):
3041
+ """
3042
+ Class containing security settings of vault
3043
+ :param 'ImmutabilitySettingsResponse' immutability_settings: Immutability Settings at vault level
3044
+ :param 'SoftDeleteSettingsResponse' soft_delete_settings: Soft delete related settings
3045
+ """
3046
+ if immutability_settings is not None:
3047
+ pulumi.set(__self__, "immutability_settings", immutability_settings)
3048
+ if soft_delete_settings is not None:
3049
+ pulumi.set(__self__, "soft_delete_settings", soft_delete_settings)
3050
+
3051
+ @property
3052
+ @pulumi.getter(name="immutabilitySettings")
3053
+ def immutability_settings(self) -> Optional['outputs.ImmutabilitySettingsResponse']:
3054
+ """
3055
+ Immutability Settings at vault level
3056
+ """
3057
+ return pulumi.get(self, "immutability_settings")
3058
+
3059
+ @property
3060
+ @pulumi.getter(name="softDeleteSettings")
3061
+ def soft_delete_settings(self) -> Optional['outputs.SoftDeleteSettingsResponse']:
3062
+ """
3063
+ Soft delete related settings
3064
+ """
3065
+ return pulumi.get(self, "soft_delete_settings")
3066
+
3067
+
3068
+ @pulumi.output_type
3069
+ class SoftDeleteSettingsResponse(dict):
3070
+ """
3071
+ Soft delete related settings
3072
+ """
3073
+ @staticmethod
3074
+ def __key_warning(key: str):
3075
+ suggest = None
3076
+ if key == "retentionDurationInDays":
3077
+ suggest = "retention_duration_in_days"
3078
+
3079
+ if suggest:
3080
+ pulumi.log.warn(f"Key '{key}' not found in SoftDeleteSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3081
+
3082
+ def __getitem__(self, key: str) -> Any:
3083
+ SoftDeleteSettingsResponse.__key_warning(key)
3084
+ return super().__getitem__(key)
3085
+
3086
+ def get(self, key: str, default = None) -> Any:
3087
+ SoftDeleteSettingsResponse.__key_warning(key)
3088
+ return super().get(key, default)
3089
+
3090
+ def __init__(__self__, *,
3091
+ retention_duration_in_days: Optional[float] = None,
3092
+ state: Optional[str] = None):
3093
+ """
3094
+ Soft delete related settings
3095
+ :param float retention_duration_in_days: Soft delete retention duration
3096
+ :param str state: State of soft delete
3097
+ """
3098
+ if retention_duration_in_days is not None:
3099
+ pulumi.set(__self__, "retention_duration_in_days", retention_duration_in_days)
3100
+ if state is not None:
3101
+ pulumi.set(__self__, "state", state)
3102
+
3103
+ @property
3104
+ @pulumi.getter(name="retentionDurationInDays")
3105
+ def retention_duration_in_days(self) -> Optional[float]:
3106
+ """
3107
+ Soft delete retention duration
3108
+ """
3109
+ return pulumi.get(self, "retention_duration_in_days")
3110
+
3111
+ @property
3112
+ @pulumi.getter
3113
+ def state(self) -> Optional[str]:
3114
+ """
3115
+ State of soft delete
3116
+ """
3117
+ return pulumi.get(self, "state")
3118
+
3119
+
3120
+ @pulumi.output_type
3121
+ class SourceLifeCycleResponse(dict):
3122
+ """
3123
+ Source LifeCycle
3124
+ """
3125
+ @staticmethod
3126
+ def __key_warning(key: str):
3127
+ suggest = None
3128
+ if key == "deleteAfter":
3129
+ suggest = "delete_after"
3130
+ elif key == "sourceDataStore":
3131
+ suggest = "source_data_store"
3132
+ elif key == "targetDataStoreCopySettings":
3133
+ suggest = "target_data_store_copy_settings"
3134
+
3135
+ if suggest:
3136
+ pulumi.log.warn(f"Key '{key}' not found in SourceLifeCycleResponse. Access the value via the '{suggest}' property getter instead.")
3137
+
3138
+ def __getitem__(self, key: str) -> Any:
3139
+ SourceLifeCycleResponse.__key_warning(key)
3140
+ return super().__getitem__(key)
3141
+
3142
+ def get(self, key: str, default = None) -> Any:
3143
+ SourceLifeCycleResponse.__key_warning(key)
3144
+ return super().get(key, default)
3145
+
3146
+ def __init__(__self__, *,
3147
+ delete_after: 'outputs.AbsoluteDeleteOptionResponse',
3148
+ source_data_store: 'outputs.DataStoreInfoBaseResponse',
3149
+ target_data_store_copy_settings: Optional[Sequence['outputs.TargetCopySettingResponse']] = None):
3150
+ """
3151
+ Source LifeCycle
3152
+ :param 'AbsoluteDeleteOptionResponse' delete_after: Delete Option
3153
+ :param 'DataStoreInfoBaseResponse' source_data_store: DataStoreInfo base
3154
+ """
3155
+ pulumi.set(__self__, "delete_after", delete_after)
3156
+ pulumi.set(__self__, "source_data_store", source_data_store)
3157
+ if target_data_store_copy_settings is not None:
3158
+ pulumi.set(__self__, "target_data_store_copy_settings", target_data_store_copy_settings)
3159
+
3160
+ @property
3161
+ @pulumi.getter(name="deleteAfter")
3162
+ def delete_after(self) -> 'outputs.AbsoluteDeleteOptionResponse':
3163
+ """
3164
+ Delete Option
3165
+ """
3166
+ return pulumi.get(self, "delete_after")
3167
+
3168
+ @property
3169
+ @pulumi.getter(name="sourceDataStore")
3170
+ def source_data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
3171
+ """
3172
+ DataStoreInfo base
3173
+ """
3174
+ return pulumi.get(self, "source_data_store")
3175
+
3176
+ @property
3177
+ @pulumi.getter(name="targetDataStoreCopySettings")
3178
+ def target_data_store_copy_settings(self) -> Optional[Sequence['outputs.TargetCopySettingResponse']]:
3179
+ return pulumi.get(self, "target_data_store_copy_settings")
3180
+
3181
+
3182
+ @pulumi.output_type
3183
+ class StorageSettingResponse(dict):
3184
+ """
3185
+ Storage setting
3186
+ """
3187
+ @staticmethod
3188
+ def __key_warning(key: str):
3189
+ suggest = None
3190
+ if key == "datastoreType":
3191
+ suggest = "datastore_type"
3192
+
3193
+ if suggest:
3194
+ pulumi.log.warn(f"Key '{key}' not found in StorageSettingResponse. Access the value via the '{suggest}' property getter instead.")
3195
+
3196
+ def __getitem__(self, key: str) -> Any:
3197
+ StorageSettingResponse.__key_warning(key)
3198
+ return super().__getitem__(key)
3199
+
3200
+ def get(self, key: str, default = None) -> Any:
3201
+ StorageSettingResponse.__key_warning(key)
3202
+ return super().get(key, default)
3203
+
3204
+ def __init__(__self__, *,
3205
+ datastore_type: Optional[str] = None,
3206
+ type: Optional[str] = None):
3207
+ """
3208
+ Storage setting
3209
+ :param str datastore_type: Gets or sets the type of the datastore.
3210
+ :param str type: Gets or sets the type.
3211
+ """
3212
+ if datastore_type is not None:
3213
+ pulumi.set(__self__, "datastore_type", datastore_type)
3214
+ if type is not None:
3215
+ pulumi.set(__self__, "type", type)
3216
+
3217
+ @property
3218
+ @pulumi.getter(name="datastoreType")
3219
+ def datastore_type(self) -> Optional[str]:
3220
+ """
3221
+ Gets or sets the type of the datastore.
3222
+ """
3223
+ return pulumi.get(self, "datastore_type")
3224
+
3225
+ @property
3226
+ @pulumi.getter
3227
+ def type(self) -> Optional[str]:
3228
+ """
3229
+ Gets or sets the type.
3230
+ """
3231
+ return pulumi.get(self, "type")
3232
+
3233
+
3234
+ @pulumi.output_type
3235
+ class SystemDataResponse(dict):
3236
+ """
3237
+ Metadata pertaining to creation and last modification of the resource.
3238
+ """
3239
+ @staticmethod
3240
+ def __key_warning(key: str):
3241
+ suggest = None
3242
+ if key == "createdAt":
3243
+ suggest = "created_at"
3244
+ elif key == "createdBy":
3245
+ suggest = "created_by"
3246
+ elif key == "createdByType":
3247
+ suggest = "created_by_type"
3248
+ elif key == "lastModifiedAt":
3249
+ suggest = "last_modified_at"
3250
+ elif key == "lastModifiedBy":
3251
+ suggest = "last_modified_by"
3252
+ elif key == "lastModifiedByType":
3253
+ suggest = "last_modified_by_type"
3254
+
3255
+ if suggest:
3256
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3257
+
3258
+ def __getitem__(self, key: str) -> Any:
3259
+ SystemDataResponse.__key_warning(key)
3260
+ return super().__getitem__(key)
3261
+
3262
+ def get(self, key: str, default = None) -> Any:
3263
+ SystemDataResponse.__key_warning(key)
3264
+ return super().get(key, default)
3265
+
3266
+ def __init__(__self__, *,
3267
+ created_at: Optional[str] = None,
3268
+ created_by: Optional[str] = None,
3269
+ created_by_type: Optional[str] = None,
3270
+ last_modified_at: Optional[str] = None,
3271
+ last_modified_by: Optional[str] = None,
3272
+ last_modified_by_type: Optional[str] = None):
3273
+ """
3274
+ Metadata pertaining to creation and last modification of the resource.
3275
+ :param str created_at: The timestamp of resource creation (UTC).
3276
+ :param str created_by: The identity that created the resource.
3277
+ :param str created_by_type: The type of identity that created the resource.
3278
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3279
+ :param str last_modified_by: The identity that last modified the resource.
3280
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3281
+ """
3282
+ if created_at is not None:
3283
+ pulumi.set(__self__, "created_at", created_at)
3284
+ if created_by is not None:
3285
+ pulumi.set(__self__, "created_by", created_by)
3286
+ if created_by_type is not None:
3287
+ pulumi.set(__self__, "created_by_type", created_by_type)
3288
+ if last_modified_at is not None:
3289
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3290
+ if last_modified_by is not None:
3291
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3292
+ if last_modified_by_type is not None:
3293
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3294
+
3295
+ @property
3296
+ @pulumi.getter(name="createdAt")
3297
+ def created_at(self) -> Optional[str]:
3298
+ """
3299
+ The timestamp of resource creation (UTC).
3300
+ """
3301
+ return pulumi.get(self, "created_at")
3302
+
3303
+ @property
3304
+ @pulumi.getter(name="createdBy")
3305
+ def created_by(self) -> Optional[str]:
3306
+ """
3307
+ The identity that created the resource.
3308
+ """
3309
+ return pulumi.get(self, "created_by")
3310
+
3311
+ @property
3312
+ @pulumi.getter(name="createdByType")
3313
+ def created_by_type(self) -> Optional[str]:
3314
+ """
3315
+ The type of identity that created the resource.
3316
+ """
3317
+ return pulumi.get(self, "created_by_type")
3318
+
3319
+ @property
3320
+ @pulumi.getter(name="lastModifiedAt")
3321
+ def last_modified_at(self) -> Optional[str]:
3322
+ """
3323
+ The timestamp of resource last modification (UTC)
3324
+ """
3325
+ return pulumi.get(self, "last_modified_at")
3326
+
3327
+ @property
3328
+ @pulumi.getter(name="lastModifiedBy")
3329
+ def last_modified_by(self) -> Optional[str]:
3330
+ """
3331
+ The identity that last modified the resource.
3332
+ """
3333
+ return pulumi.get(self, "last_modified_by")
3334
+
3335
+ @property
3336
+ @pulumi.getter(name="lastModifiedByType")
3337
+ def last_modified_by_type(self) -> Optional[str]:
3338
+ """
3339
+ The type of identity that last modified the resource.
3340
+ """
3341
+ return pulumi.get(self, "last_modified_by_type")
3342
+
3343
+
3344
+ @pulumi.output_type
3345
+ class TaggingCriteriaResponse(dict):
3346
+ """
3347
+ Tagging criteria
3348
+ """
3349
+ @staticmethod
3350
+ def __key_warning(key: str):
3351
+ suggest = None
3352
+ if key == "isDefault":
3353
+ suggest = "is_default"
3354
+ elif key == "tagInfo":
3355
+ suggest = "tag_info"
3356
+ elif key == "taggingPriority":
3357
+ suggest = "tagging_priority"
3358
+
3359
+ if suggest:
3360
+ pulumi.log.warn(f"Key '{key}' not found in TaggingCriteriaResponse. Access the value via the '{suggest}' property getter instead.")
3361
+
3362
+ def __getitem__(self, key: str) -> Any:
3363
+ TaggingCriteriaResponse.__key_warning(key)
3364
+ return super().__getitem__(key)
3365
+
3366
+ def get(self, key: str, default = None) -> Any:
3367
+ TaggingCriteriaResponse.__key_warning(key)
3368
+ return super().get(key, default)
3369
+
3370
+ def __init__(__self__, *,
3371
+ is_default: bool,
3372
+ tag_info: 'outputs.RetentionTagResponse',
3373
+ tagging_priority: float,
3374
+ criteria: Optional[Sequence['outputs.ScheduleBasedBackupCriteriaResponse']] = None):
3375
+ """
3376
+ Tagging criteria
3377
+ :param bool is_default: Specifies if tag is default.
3378
+ :param 'RetentionTagResponse' tag_info: Retention tag information
3379
+ :param float tagging_priority: Retention Tag priority.
3380
+ :param Sequence['ScheduleBasedBackupCriteriaResponse'] criteria: Criteria which decides whether the tag can be applied to a triggered backup.
3381
+ """
3382
+ pulumi.set(__self__, "is_default", is_default)
3383
+ pulumi.set(__self__, "tag_info", tag_info)
3384
+ pulumi.set(__self__, "tagging_priority", tagging_priority)
3385
+ if criteria is not None:
3386
+ pulumi.set(__self__, "criteria", criteria)
3387
+
3388
+ @property
3389
+ @pulumi.getter(name="isDefault")
3390
+ def is_default(self) -> bool:
3391
+ """
3392
+ Specifies if tag is default.
3393
+ """
3394
+ return pulumi.get(self, "is_default")
3395
+
3396
+ @property
3397
+ @pulumi.getter(name="tagInfo")
3398
+ def tag_info(self) -> 'outputs.RetentionTagResponse':
3399
+ """
3400
+ Retention tag information
3401
+ """
3402
+ return pulumi.get(self, "tag_info")
3403
+
3404
+ @property
3405
+ @pulumi.getter(name="taggingPriority")
3406
+ def tagging_priority(self) -> float:
3407
+ """
3408
+ Retention Tag priority.
3409
+ """
3410
+ return pulumi.get(self, "tagging_priority")
3411
+
3412
+ @property
3413
+ @pulumi.getter
3414
+ def criteria(self) -> Optional[Sequence['outputs.ScheduleBasedBackupCriteriaResponse']]:
3415
+ """
3416
+ Criteria which decides whether the tag can be applied to a triggered backup.
3417
+ """
3418
+ return pulumi.get(self, "criteria")
3419
+
3420
+
3421
+ @pulumi.output_type
3422
+ class TargetCopySettingResponse(dict):
3423
+ """
3424
+ Target copy settings
3425
+ """
3426
+ @staticmethod
3427
+ def __key_warning(key: str):
3428
+ suggest = None
3429
+ if key == "copyAfter":
3430
+ suggest = "copy_after"
3431
+ elif key == "dataStore":
3432
+ suggest = "data_store"
3433
+
3434
+ if suggest:
3435
+ pulumi.log.warn(f"Key '{key}' not found in TargetCopySettingResponse. Access the value via the '{suggest}' property getter instead.")
3436
+
3437
+ def __getitem__(self, key: str) -> Any:
3438
+ TargetCopySettingResponse.__key_warning(key)
3439
+ return super().__getitem__(key)
3440
+
3441
+ def get(self, key: str, default = None) -> Any:
3442
+ TargetCopySettingResponse.__key_warning(key)
3443
+ return super().get(key, default)
3444
+
3445
+ def __init__(__self__, *,
3446
+ copy_after: Any,
3447
+ data_store: 'outputs.DataStoreInfoBaseResponse'):
3448
+ """
3449
+ Target copy settings
3450
+ :param Union['CopyOnExpiryOptionResponse', 'CustomCopyOptionResponse', 'ImmediateCopyOptionResponse'] copy_after: It can be CustomCopyOption or ImmediateCopyOption.
3451
+ :param 'DataStoreInfoBaseResponse' data_store: Info of target datastore
3452
+ """
3453
+ pulumi.set(__self__, "copy_after", copy_after)
3454
+ pulumi.set(__self__, "data_store", data_store)
3455
+
3456
+ @property
3457
+ @pulumi.getter(name="copyAfter")
3458
+ def copy_after(self) -> Any:
3459
+ """
3460
+ It can be CustomCopyOption or ImmediateCopyOption.
3461
+ """
3462
+ return pulumi.get(self, "copy_after")
3463
+
3464
+ @property
3465
+ @pulumi.getter(name="dataStore")
3466
+ def data_store(self) -> 'outputs.DataStoreInfoBaseResponse':
3467
+ """
3468
+ Info of target datastore
3469
+ """
3470
+ return pulumi.get(self, "data_store")
3471
+
3472
+
3473
+ @pulumi.output_type
3474
+ class UserAssignedIdentityResponse(dict):
3475
+ """
3476
+ User assigned identity properties
3477
+ """
3478
+ @staticmethod
3479
+ def __key_warning(key: str):
3480
+ suggest = None
3481
+ if key == "clientId":
3482
+ suggest = "client_id"
3483
+ elif key == "principalId":
3484
+ suggest = "principal_id"
3485
+
3486
+ if suggest:
3487
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3488
+
3489
+ def __getitem__(self, key: str) -> Any:
3490
+ UserAssignedIdentityResponse.__key_warning(key)
3491
+ return super().__getitem__(key)
3492
+
3493
+ def get(self, key: str, default = None) -> Any:
3494
+ UserAssignedIdentityResponse.__key_warning(key)
3495
+ return super().get(key, default)
3496
+
3497
+ def __init__(__self__, *,
3498
+ client_id: str,
3499
+ principal_id: str):
3500
+ """
3501
+ User assigned identity properties
3502
+ :param str client_id: The client ID of the assigned identity.
3503
+ :param str principal_id: The principal ID of the assigned identity.
3504
+ """
3505
+ pulumi.set(__self__, "client_id", client_id)
3506
+ pulumi.set(__self__, "principal_id", principal_id)
3507
+
3508
+ @property
3509
+ @pulumi.getter(name="clientId")
3510
+ def client_id(self) -> str:
3511
+ """
3512
+ The client ID of the assigned identity.
3513
+ """
3514
+ return pulumi.get(self, "client_id")
3515
+
3516
+ @property
3517
+ @pulumi.getter(name="principalId")
3518
+ def principal_id(self) -> str:
3519
+ """
3520
+ The principal ID of the assigned identity.
3521
+ """
3522
+ return pulumi.get(self, "principal_id")
3523
+
3524
+
3525
+ @pulumi.output_type
3526
+ class UserFacingErrorResponse(dict):
3527
+ """
3528
+ Error object used by layers that have access to localized content, and propagate that to user
3529
+ """
3530
+ @staticmethod
3531
+ def __key_warning(key: str):
3532
+ suggest = None
3533
+ if key == "innerError":
3534
+ suggest = "inner_error"
3535
+ elif key == "isRetryable":
3536
+ suggest = "is_retryable"
3537
+ elif key == "isUserError":
3538
+ suggest = "is_user_error"
3539
+ elif key == "recommendedAction":
3540
+ suggest = "recommended_action"
3541
+
3542
+ if suggest:
3543
+ pulumi.log.warn(f"Key '{key}' not found in UserFacingErrorResponse. Access the value via the '{suggest}' property getter instead.")
3544
+
3545
+ def __getitem__(self, key: str) -> Any:
3546
+ UserFacingErrorResponse.__key_warning(key)
3547
+ return super().__getitem__(key)
3548
+
3549
+ def get(self, key: str, default = None) -> Any:
3550
+ UserFacingErrorResponse.__key_warning(key)
3551
+ return super().get(key, default)
3552
+
3553
+ def __init__(__self__, *,
3554
+ code: Optional[str] = None,
3555
+ details: Optional[Sequence['outputs.UserFacingErrorResponse']] = None,
3556
+ inner_error: Optional['outputs.InnerErrorResponse'] = None,
3557
+ is_retryable: Optional[bool] = None,
3558
+ is_user_error: Optional[bool] = None,
3559
+ message: Optional[str] = None,
3560
+ properties: Optional[Mapping[str, str]] = None,
3561
+ recommended_action: Optional[Sequence[str]] = None,
3562
+ target: Optional[str] = None):
3563
+ """
3564
+ Error object used by layers that have access to localized content, and propagate that to user
3565
+ :param str code: Unique code for this error
3566
+ :param Sequence['UserFacingErrorResponse'] details: Additional related Errors
3567
+ :param 'InnerErrorResponse' inner_error: Inner Error
3568
+ :param bool is_retryable: Whether the operation will be retryable or not
3569
+ :param bool is_user_error: Whether the operation is due to a user error or service error
3570
+ :param Mapping[str, str] properties: Any key value pairs that can be injected inside error object
3571
+ :param Sequence[str] recommended_action: RecommendedAction � localized.
3572
+ :param str target: Target of the error.
3573
+ """
3574
+ if code is not None:
3575
+ pulumi.set(__self__, "code", code)
3576
+ if details is not None:
3577
+ pulumi.set(__self__, "details", details)
3578
+ if inner_error is not None:
3579
+ pulumi.set(__self__, "inner_error", inner_error)
3580
+ if is_retryable is not None:
3581
+ pulumi.set(__self__, "is_retryable", is_retryable)
3582
+ if is_user_error is not None:
3583
+ pulumi.set(__self__, "is_user_error", is_user_error)
3584
+ if message is not None:
3585
+ pulumi.set(__self__, "message", message)
3586
+ if properties is not None:
3587
+ pulumi.set(__self__, "properties", properties)
3588
+ if recommended_action is not None:
3589
+ pulumi.set(__self__, "recommended_action", recommended_action)
3590
+ if target is not None:
3591
+ pulumi.set(__self__, "target", target)
3592
+
3593
+ @property
3594
+ @pulumi.getter
3595
+ def code(self) -> Optional[str]:
3596
+ """
3597
+ Unique code for this error
3598
+ """
3599
+ return pulumi.get(self, "code")
3600
+
3601
+ @property
3602
+ @pulumi.getter
3603
+ def details(self) -> Optional[Sequence['outputs.UserFacingErrorResponse']]:
3604
+ """
3605
+ Additional related Errors
3606
+ """
3607
+ return pulumi.get(self, "details")
3608
+
3609
+ @property
3610
+ @pulumi.getter(name="innerError")
3611
+ def inner_error(self) -> Optional['outputs.InnerErrorResponse']:
3612
+ """
3613
+ Inner Error
3614
+ """
3615
+ return pulumi.get(self, "inner_error")
3616
+
3617
+ @property
3618
+ @pulumi.getter(name="isRetryable")
3619
+ def is_retryable(self) -> Optional[bool]:
3620
+ """
3621
+ Whether the operation will be retryable or not
3622
+ """
3623
+ return pulumi.get(self, "is_retryable")
3624
+
3625
+ @property
3626
+ @pulumi.getter(name="isUserError")
3627
+ def is_user_error(self) -> Optional[bool]:
3628
+ """
3629
+ Whether the operation is due to a user error or service error
3630
+ """
3631
+ return pulumi.get(self, "is_user_error")
3632
+
3633
+ @property
3634
+ @pulumi.getter
3635
+ def message(self) -> Optional[str]:
3636
+ return pulumi.get(self, "message")
3637
+
3638
+ @property
3639
+ @pulumi.getter
3640
+ def properties(self) -> Optional[Mapping[str, str]]:
3641
+ """
3642
+ Any key value pairs that can be injected inside error object
3643
+ """
3644
+ return pulumi.get(self, "properties")
3645
+
3646
+ @property
3647
+ @pulumi.getter(name="recommendedAction")
3648
+ def recommended_action(self) -> Optional[Sequence[str]]:
3649
+ """
3650
+ RecommendedAction � localized.
3651
+ """
3652
+ return pulumi.get(self, "recommended_action")
3653
+
3654
+ @property
3655
+ @pulumi.getter
3656
+ def target(self) -> Optional[str]:
3657
+ """
3658
+ Target of the error.
3659
+ """
3660
+ return pulumi.get(self, "target")
3661
+
3662
+