pulumi-oci 2.23.0a1738332002__py3-none-any.whl → 2.24.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.
Files changed (122) hide show
  1. pulumi_oci/__init__.py +72 -0
  2. pulumi_oci/database/__init__.py +20 -0
  3. pulumi_oci/database/_inputs.py +868 -14
  4. pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
  5. pulumi_oci/database/exadata_infrastructure.py +28 -0
  6. pulumi_oci/database/execution_action.py +812 -0
  7. pulumi_oci/database/execution_window.py +856 -0
  8. pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
  9. pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
  10. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  11. pulumi_oci/database/get_execution_action.py +352 -0
  12. pulumi_oci/database/get_execution_actions.py +213 -0
  13. pulumi_oci/database/get_execution_window.py +379 -0
  14. pulumi_oci/database/get_execution_windows.py +213 -0
  15. pulumi_oci/database/get_maintenance_run.py +32 -4
  16. pulumi_oci/database/get_scheduled_action.py +324 -0
  17. pulumi_oci/database/get_scheduled_action_params.py +144 -0
  18. pulumi_oci/database/get_scheduled_actions.py +240 -0
  19. pulumi_oci/database/get_scheduling_plan.py +323 -0
  20. pulumi_oci/database/get_scheduling_plans.py +243 -0
  21. pulumi_oci/database/get_scheduling_policies.py +191 -0
  22. pulumi_oci/database/get_scheduling_policy.py +268 -0
  23. pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
  24. pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
  25. pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
  26. pulumi_oci/database/maintenance_run.py +58 -2
  27. pulumi_oci/database/outputs.py +11459 -7870
  28. pulumi_oci/database/scheduled_action.py +775 -0
  29. pulumi_oci/database/scheduling_plan.py +744 -0
  30. pulumi_oci/database/scheduling_policy.py +616 -0
  31. pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
  32. pulumi_oci/datasafe/__init__.py +8 -0
  33. pulumi_oci/datasafe/_inputs.py +466 -12
  34. pulumi_oci/datasafe/alert.py +7 -7
  35. pulumi_oci/datasafe/alert_policy.py +7 -7
  36. pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
  37. pulumi_oci/datasafe/audit_policy.py +7 -7
  38. pulumi_oci/datasafe/audit_policy_management.py +21 -21
  39. pulumi_oci/datasafe/audit_profile.py +18 -18
  40. pulumi_oci/datasafe/audit_profile_management.py +21 -21
  41. pulumi_oci/datasafe/audit_trail.py +14 -14
  42. pulumi_oci/datasafe/audit_trail_management.py +14 -14
  43. pulumi_oci/datasafe/data_safe_configuration.py +4 -4
  44. pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
  45. pulumi_oci/datasafe/database_security_config.py +7 -7
  46. pulumi_oci/datasafe/database_security_config_management.py +7 -7
  47. pulumi_oci/datasafe/discovery_mod.py +7 -7
  48. pulumi_oci/datasafe/get_alert.py +1 -1
  49. pulumi_oci/datasafe/get_alert_policy.py +1 -1
  50. pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
  51. pulumi_oci/datasafe/get_audit_events.py +2 -2
  52. pulumi_oci/datasafe/get_audit_policy.py +1 -1
  53. pulumi_oci/datasafe/get_audit_profile.py +2 -2
  54. pulumi_oci/datasafe/get_audit_trail.py +1 -1
  55. pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
  56. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
  57. pulumi_oci/datasafe/get_database_security_config.py +1 -1
  58. pulumi_oci/datasafe/get_discovery_job.py +1 -1
  59. pulumi_oci/datasafe/get_library_masking_format.py +1 -1
  60. pulumi_oci/datasafe/get_masking_policy.py +1 -1
  61. pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
  62. pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
  63. pulumi_oci/datasafe/get_onprem_connector.py +1 -1
  64. pulumi_oci/datasafe/get_report.py +1 -1
  65. pulumi_oci/datasafe/get_report_definition.py +1 -1
  66. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
  67. pulumi_oci/datasafe/get_security_assessment.py +1 -1
  68. pulumi_oci/datasafe/get_security_policy.py +1 -1
  69. pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
  70. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
  71. pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
  72. pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
  73. pulumi_oci/datasafe/get_sensitive_type.py +1 -1
  74. pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
  75. pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
  76. pulumi_oci/datasafe/get_sql_collection.py +1 -1
  77. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
  78. pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
  79. pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
  80. pulumi_oci/datasafe/get_target_database.py +1 -1
  81. pulumi_oci/datasafe/get_user_assessment.py +1 -1
  82. pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
  83. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
  84. pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
  85. pulumi_oci/datasafe/library_masing_format.py +7 -7
  86. pulumi_oci/datasafe/masking_policy.py +7 -7
  87. pulumi_oci/datasafe/on_prem_connector.py +7 -7
  88. pulumi_oci/datasafe/outputs.py +1266 -151
  89. pulumi_oci/datasafe/report.py +7 -7
  90. pulumi_oci/datasafe/report_definition.py +7 -7
  91. pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
  92. pulumi_oci/datasafe/security_assessment.py +36 -37
  93. pulumi_oci/datasafe/security_policy.py +7 -7
  94. pulumi_oci/datasafe/security_policy_deployment.py +7 -7
  95. pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
  96. pulumi_oci/datasafe/security_policy_management.py +7 -7
  97. pulumi_oci/datasafe/sensitive_data_model.py +7 -7
  98. pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
  99. pulumi_oci/datasafe/sensitive_type.py +7 -7
  100. pulumi_oci/datasafe/sensitive_types_export.py +637 -0
  101. pulumi_oci/datasafe/sql_collection.py +7 -7
  102. pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
  103. pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
  104. pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
  105. pulumi_oci/datasafe/target_database.py +7 -7
  106. pulumi_oci/datasafe/user_assessment.py +7 -7
  107. pulumi_oci/datascience/__init__.py +4 -0
  108. pulumi_oci/datascience/_inputs.py +1811 -0
  109. pulumi_oci/datascience/get_containers.py +270 -0
  110. pulumi_oci/datascience/get_schedule.py +366 -0
  111. pulumi_oci/datascience/get_schedules.py +221 -0
  112. pulumi_oci/datascience/outputs.py +8697 -4890
  113. pulumi_oci/datascience/schedule.py +1045 -0
  114. pulumi_oci/mysql/_inputs.py +229 -9
  115. pulumi_oci/mysql/get_mysql_db_system.py +47 -1
  116. pulumi_oci/mysql/mysql_db_system.py +185 -0
  117. pulumi_oci/mysql/outputs.py +477 -26
  118. pulumi_oci/pulumi-plugin.json +1 -1
  119. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
  120. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +122 -90
  121. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
  122. {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,7 @@ class DatabaseSecurityConfigManagementArgs:
32
32
  """
33
33
  The set of arguments for constructing a DatabaseSecurityConfigManagement resource.
34
34
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
35
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
35
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
36
36
  :param pulumi.Input[str] description: (Updatable) The description of the security policy.
37
37
  :param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -77,7 +77,7 @@ class DatabaseSecurityConfigManagementArgs:
77
77
  @pulumi.getter(name="definedTags")
78
78
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
79
79
  """
80
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
80
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
81
81
  """
82
82
  return pulumi.get(self, "defined_tags")
83
83
 
@@ -182,7 +182,7 @@ class _DatabaseSecurityConfigManagementState:
182
182
  """
183
183
  Input properties used for looking up and filtering DatabaseSecurityConfigManagement resources.
184
184
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
185
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
185
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
186
186
  :param pulumi.Input[str] description: (Updatable) The description of the security policy.
187
187
  :param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
188
188
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -245,7 +245,7 @@ class _DatabaseSecurityConfigManagementState:
245
245
  @pulumi.getter(name="definedTags")
246
246
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
247
247
  """
248
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
248
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
249
249
  """
250
250
  return pulumi.get(self, "defined_tags")
251
251
 
@@ -452,7 +452,7 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
452
452
  :param str resource_name: The name of the resource.
453
453
  :param pulumi.ResourceOptions opts: Options for the resource.
454
454
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
455
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
455
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
456
456
  :param pulumi.Input[str] description: (Updatable) The description of the security policy.
457
457
  :param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
458
458
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -581,7 +581,7 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
581
581
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
582
582
  :param pulumi.ResourceOptions opts: Options for the resource.
583
583
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
584
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
584
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
585
585
  :param pulumi.Input[str] description: (Updatable) The description of the security policy.
586
586
  :param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
587
587
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -631,7 +631,7 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
631
631
  @pulumi.getter(name="definedTags")
632
632
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
633
633
  """
634
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
634
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
635
635
  """
636
636
  return pulumi.get(self, "defined_tags")
637
637
 
@@ -38,7 +38,7 @@ class DiscoveryModArgs:
38
38
  The set of arguments for constructing a DiscoveryMod resource.
39
39
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the discovery job resource should be created.
40
40
  :param pulumi.Input[str] sensitive_data_model_id: The OCID of the sensitive data model.
41
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
41
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
42
42
  :param pulumi.Input[str] discovery_type: The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
43
43
  :param pulumi.Input[str] display_name: A user-friendly name for the discovery job. Does not have to be unique, and it is changeable. Avoid entering confidential information.
44
44
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -103,7 +103,7 @@ class DiscoveryModArgs:
103
103
  @pulumi.getter(name="definedTags")
104
104
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
105
105
  """
106
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
106
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
107
107
  """
108
108
  return pulumi.get(self, "defined_tags")
109
109
 
@@ -262,7 +262,7 @@ class _DiscoveryModState:
262
262
  """
263
263
  Input properties used for looking up and filtering DiscoveryMod resources.
264
264
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the discovery job resource should be created.
265
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
265
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
266
266
  :param pulumi.Input[str] discovery_type: The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
267
267
  :param pulumi.Input[str] display_name: A user-friendly name for the discovery job. Does not have to be unique, and it is changeable. Avoid entering confidential information.
268
268
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -351,7 +351,7 @@ class _DiscoveryModState:
351
351
  @pulumi.getter(name="definedTags")
352
352
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
353
353
  """
354
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
354
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
355
355
  """
356
356
  return pulumi.get(self, "defined_tags")
357
357
 
@@ -692,7 +692,7 @@ class DiscoveryMod(pulumi.CustomResource):
692
692
  :param str resource_name: The name of the resource.
693
693
  :param pulumi.ResourceOptions opts: Options for the resource.
694
694
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the discovery job resource should be created.
695
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
695
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
696
696
  :param pulumi.Input[str] discovery_type: The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
697
697
  :param pulumi.Input[str] display_name: A user-friendly name for the discovery job. Does not have to be unique, and it is changeable. Avoid entering confidential information.
698
698
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -864,7 +864,7 @@ class DiscoveryMod(pulumi.CustomResource):
864
864
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
865
865
  :param pulumi.ResourceOptions opts: Options for the resource.
866
866
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the discovery job resource should be created.
867
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
867
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
868
868
  :param pulumi.Input[str] discovery_type: The type of the discovery job. It defines the job's scope. NEW identifies new sensitive columns in the target database that are not in the sensitive data model. DELETED identifies columns that are present in the sensitive data model but have been deleted from the target database. MODIFIED identifies columns that are present in the target database as well as the sensitive data model but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
869
869
  :param pulumi.Input[str] display_name: A user-friendly name for the discovery job. Does not have to be unique, and it is changeable. Avoid entering confidential information.
870
870
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -930,7 +930,7 @@ class DiscoveryMod(pulumi.CustomResource):
930
930
  @pulumi.getter(name="definedTags")
931
931
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
932
932
  """
933
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
933
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
934
934
  """
935
935
  return pulumi.get(self, "defined_tags")
936
936
 
@@ -152,7 +152,7 @@ class GetAlertResult:
152
152
  @pulumi.getter(name="definedTags")
153
153
  def defined_tags(self) -> Mapping[str, str]:
154
154
  """
155
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
155
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
156
156
  """
157
157
  return pulumi.get(self, "defined_tags")
158
158
 
@@ -107,7 +107,7 @@ class GetAlertPolicyResult:
107
107
  @pulumi.getter(name="definedTags")
108
108
  def defined_tags(self) -> Mapping[str, str]:
109
109
  """
110
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
110
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
111
111
  """
112
112
  return pulumi.get(self, "defined_tags")
113
113
 
@@ -107,7 +107,7 @@ class GetAuditArchiveRetrievalResult:
107
107
  @pulumi.getter(name="definedTags")
108
108
  def defined_tags(self) -> Mapping[str, str]:
109
109
  """
110
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
110
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
111
111
  """
112
112
  return pulumi.get(self, "defined_tags")
113
113
 
@@ -152,7 +152,7 @@ def get_audit_events(access_level: Optional[str] = None,
152
152
  :param bool compartment_id_in_subtree: Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
153
153
  :param str scim_query: The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at [RFC3339](https://tools.ietf.org/html/draft-ietf-scim-api-12). In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)
154
154
 
155
- **Example:** (operationTime ge "2021-06-04T12:00:00.000Z") and (eventName eq "LOGON")
155
+ **Example:** (operationTime ge "2021-06-04T01-00-26") and (eventName eq "LOGON") The attrExp or the field (for example, operationTime and eventName in above example) which is used to filter can be any of the fields returned by AuditEventSummary. adminUser, commonUser, sensitiveActivity, dsActivity can only have eq operation and value 1. These define admin user activity, common user activity, sensitive data activity and data safe activity **Example:** (adminUser eq 1)
156
156
  """
157
157
  __args__ = dict()
158
158
  __args__['accessLevel'] = access_level
@@ -212,7 +212,7 @@ def get_audit_events_output(access_level: Optional[pulumi.Input[Optional[str]]]
212
212
  :param bool compartment_id_in_subtree: Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
213
213
  :param str scim_query: The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at [RFC3339](https://tools.ietf.org/html/draft-ietf-scim-api-12). In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)
214
214
 
215
- **Example:** (operationTime ge "2021-06-04T12:00:00.000Z") and (eventName eq "LOGON")
215
+ **Example:** (operationTime ge "2021-06-04T01-00-26") and (eventName eq "LOGON") The attrExp or the field (for example, operationTime and eventName in above example) which is used to filter can be any of the fields returned by AuditEventSummary. adminUser, commonUser, sensitiveActivity, dsActivity can only have eq operation and value 1. These define admin user activity, common user activity, sensitive data activity and data safe activity **Example:** (adminUser eq 1)
216
216
  """
217
217
  __args__ = dict()
218
218
  __args__['accessLevel'] = access_level
@@ -122,7 +122,7 @@ class GetAuditPolicyResult:
122
122
  @pulumi.getter(name="definedTags")
123
123
  def defined_tags(self) -> Mapping[str, str]:
124
124
  """
125
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
125
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
126
126
  """
127
127
  return pulumi.get(self, "defined_tags")
128
128
 
@@ -130,7 +130,7 @@ class GetAuditProfileResult:
130
130
  @pulumi.getter(name="definedTags")
131
131
  def defined_tags(self) -> Mapping[str, str]:
132
132
  """
133
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
133
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
134
134
  """
135
135
  return pulumi.get(self, "defined_tags")
136
136
 
@@ -202,7 +202,7 @@ class GetAuditProfileResult:
202
202
  @pulumi.getter(name="onlineMonths")
203
203
  def online_months(self) -> int:
204
204
  """
205
- Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
205
+ Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
206
206
  """
207
207
  return pulumi.get(self, "online_months")
208
208
 
@@ -139,7 +139,7 @@ class GetAuditTrailResult:
139
139
  @pulumi.getter(name="definedTags")
140
140
  def defined_tags(self) -> Mapping[str, str]:
141
141
  """
142
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
142
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
143
143
  """
144
144
  return pulumi.get(self, "defined_tags")
145
145
 
@@ -79,7 +79,7 @@ class GetDataSafeConfigurationResult:
79
79
  @pulumi.getter(name="definedTags")
80
80
  def defined_tags(self) -> Mapping[str, str]:
81
81
  """
82
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
82
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
83
83
  """
84
84
  return pulumi.get(self, "defined_tags")
85
85
 
@@ -93,7 +93,7 @@ class GetDataSafePrivateEndpointResult:
93
93
  @pulumi.getter(name="definedTags")
94
94
  def defined_tags(self) -> Mapping[str, str]:
95
95
  """
96
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
96
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
97
97
  """
98
98
  return pulumi.get(self, "defined_tags")
99
99
 
@@ -94,7 +94,7 @@ class GetDatabaseSecurityConfigResult:
94
94
  @pulumi.getter(name="definedTags")
95
95
  def defined_tags(self) -> Mapping[str, str]:
96
96
  """
97
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
97
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
98
98
  """
99
99
  return pulumi.get(self, "defined_tags")
100
100
 
@@ -119,7 +119,7 @@ class GetDiscoveryJobResult:
119
119
  @pulumi.getter(name="definedTags")
120
120
  def defined_tags(self) -> Mapping[str, str]:
121
121
  """
122
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
122
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
123
123
  """
124
124
  return pulumi.get(self, "defined_tags")
125
125
 
@@ -80,7 +80,7 @@ class GetLibraryMaskingFormatResult:
80
80
  @pulumi.getter(name="definedTags")
81
81
  def defined_tags(self) -> Mapping[str, str]:
82
82
  """
83
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
83
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
84
84
  """
85
85
  return pulumi.get(self, "defined_tags")
86
86
 
@@ -114,7 +114,7 @@ class GetMaskingPolicyResult:
114
114
  @pulumi.getter(name="definedTags")
115
115
  def defined_tags(self) -> Mapping[str, str]:
116
116
  """
117
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
117
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
118
118
  """
119
119
  return pulumi.get(self, "defined_tags")
120
120
 
@@ -26,7 +26,7 @@ class GetMaskingPolicyHealthReportResult:
26
26
  """
27
27
  A collection of values returned by getMaskingPolicyHealthReport.
28
28
  """
29
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, masking_policy_health_report_id=None, masking_policy_id=None, state=None, target_id=None, time_created=None, time_updated=None):
29
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, error_count=None, freeform_tags=None, id=None, masking_policy_health_report_id=None, masking_policy_id=None, state=None, target_id=None, time_created=None, time_updated=None, warning_count=None):
30
30
  if compartment_id and not isinstance(compartment_id, str):
31
31
  raise TypeError("Expected argument 'compartment_id' to be a str")
32
32
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -39,6 +39,9 @@ class GetMaskingPolicyHealthReportResult:
39
39
  if display_name and not isinstance(display_name, str):
40
40
  raise TypeError("Expected argument 'display_name' to be a str")
41
41
  pulumi.set(__self__, "display_name", display_name)
42
+ if error_count and not isinstance(error_count, str):
43
+ raise TypeError("Expected argument 'error_count' to be a str")
44
+ pulumi.set(__self__, "error_count", error_count)
42
45
  if freeform_tags and not isinstance(freeform_tags, dict):
43
46
  raise TypeError("Expected argument 'freeform_tags' to be a dict")
44
47
  pulumi.set(__self__, "freeform_tags", freeform_tags)
@@ -63,6 +66,9 @@ class GetMaskingPolicyHealthReportResult:
63
66
  if time_updated and not isinstance(time_updated, str):
64
67
  raise TypeError("Expected argument 'time_updated' to be a str")
65
68
  pulumi.set(__self__, "time_updated", time_updated)
69
+ if warning_count and not isinstance(warning_count, str):
70
+ raise TypeError("Expected argument 'warning_count' to be a str")
71
+ pulumi.set(__self__, "warning_count", warning_count)
66
72
 
67
73
  @property
68
74
  @pulumi.getter(name="compartmentId")
@@ -76,7 +82,7 @@ class GetMaskingPolicyHealthReportResult:
76
82
  @pulumi.getter(name="definedTags")
77
83
  def defined_tags(self) -> Mapping[str, str]:
78
84
  """
79
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
85
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
80
86
  """
81
87
  return pulumi.get(self, "defined_tags")
82
88
 
@@ -96,6 +102,14 @@ class GetMaskingPolicyHealthReportResult:
96
102
  """
97
103
  return pulumi.get(self, "display_name")
98
104
 
105
+ @property
106
+ @pulumi.getter(name="errorCount")
107
+ def error_count(self) -> str:
108
+ """
109
+ The count of errors in the masking health report.
110
+ """
111
+ return pulumi.get(self, "error_count")
112
+
99
113
  @property
100
114
  @pulumi.getter(name="freeformTags")
101
115
  def freeform_tags(self) -> Mapping[str, str]:
@@ -157,6 +171,14 @@ class GetMaskingPolicyHealthReportResult:
157
171
  """
158
172
  return pulumi.get(self, "time_updated")
159
173
 
174
+ @property
175
+ @pulumi.getter(name="warningCount")
176
+ def warning_count(self) -> str:
177
+ """
178
+ The count of warnings in the masking health report.
179
+ """
180
+ return pulumi.get(self, "warning_count")
181
+
160
182
 
161
183
  class AwaitableGetMaskingPolicyHealthReportResult(GetMaskingPolicyHealthReportResult):
162
184
  # pylint: disable=using-constant-test
@@ -168,6 +190,7 @@ class AwaitableGetMaskingPolicyHealthReportResult(GetMaskingPolicyHealthReportRe
168
190
  defined_tags=self.defined_tags,
169
191
  description=self.description,
170
192
  display_name=self.display_name,
193
+ error_count=self.error_count,
171
194
  freeform_tags=self.freeform_tags,
172
195
  id=self.id,
173
196
  masking_policy_health_report_id=self.masking_policy_health_report_id,
@@ -175,7 +198,8 @@ class AwaitableGetMaskingPolicyHealthReportResult(GetMaskingPolicyHealthReportRe
175
198
  state=self.state,
176
199
  target_id=self.target_id,
177
200
  time_created=self.time_created,
178
- time_updated=self.time_updated)
201
+ time_updated=self.time_updated,
202
+ warning_count=self.warning_count)
179
203
 
180
204
 
181
205
  def get_masking_policy_health_report(masking_policy_health_report_id: Optional[str] = None,
@@ -207,6 +231,7 @@ def get_masking_policy_health_report(masking_policy_health_report_id: Optional[s
207
231
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
208
232
  description=pulumi.get(__ret__, 'description'),
209
233
  display_name=pulumi.get(__ret__, 'display_name'),
234
+ error_count=pulumi.get(__ret__, 'error_count'),
210
235
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
211
236
  id=pulumi.get(__ret__, 'id'),
212
237
  masking_policy_health_report_id=pulumi.get(__ret__, 'masking_policy_health_report_id'),
@@ -214,7 +239,8 @@ def get_masking_policy_health_report(masking_policy_health_report_id: Optional[s
214
239
  state=pulumi.get(__ret__, 'state'),
215
240
  target_id=pulumi.get(__ret__, 'target_id'),
216
241
  time_created=pulumi.get(__ret__, 'time_created'),
217
- time_updated=pulumi.get(__ret__, 'time_updated'))
242
+ time_updated=pulumi.get(__ret__, 'time_updated'),
243
+ warning_count=pulumi.get(__ret__, 'warning_count'))
218
244
  def get_masking_policy_health_report_output(masking_policy_health_report_id: Optional[pulumi.Input[str]] = None,
219
245
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaskingPolicyHealthReportResult]:
220
246
  """
@@ -243,6 +269,7 @@ def get_masking_policy_health_report_output(masking_policy_health_report_id: Opt
243
269
  defined_tags=pulumi.get(__response__, 'defined_tags'),
244
270
  description=pulumi.get(__response__, 'description'),
245
271
  display_name=pulumi.get(__response__, 'display_name'),
272
+ error_count=pulumi.get(__response__, 'error_count'),
246
273
  freeform_tags=pulumi.get(__response__, 'freeform_tags'),
247
274
  id=pulumi.get(__response__, 'id'),
248
275
  masking_policy_health_report_id=pulumi.get(__response__, 'masking_policy_health_report_id'),
@@ -250,4 +277,5 @@ def get_masking_policy_health_report_output(masking_policy_health_report_id: Opt
250
277
  state=pulumi.get(__response__, 'state'),
251
278
  target_id=pulumi.get(__response__, 'target_id'),
252
279
  time_created=pulumi.get(__response__, 'time_created'),
253
- time_updated=pulumi.get(__response__, 'time_updated')))
280
+ time_updated=pulumi.get(__response__, 'time_updated'),
281
+ warning_count=pulumi.get(__response__, 'warning_count')))