pulumi-oci 3.5.0a1756327653__py3-none-any.whl → 3.5.0a1756440723__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 (133) hide show
  1. pulumi_oci/__init__.py +80 -0
  2. pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
  3. pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
  4. pulumi_oci/core/outputs.py +11 -0
  5. pulumi_oci/database/_inputs.py +257 -12
  6. pulumi_oci/database/data_guard_association.py +98 -0
  7. pulumi_oci/database/database.py +28 -0
  8. pulumi_oci/database/db_node.py +56 -0
  9. pulumi_oci/database/db_system.py +108 -14
  10. pulumi_oci/database/exadb_vm_cluster.py +49 -0
  11. pulumi_oci/database/exascale_db_storage_vault.py +28 -0
  12. pulumi_oci/database/get_data_guard_association.py +23 -1
  13. pulumi_oci/database/get_database.py +15 -1
  14. pulumi_oci/database/get_db_node.py +29 -1
  15. pulumi_oci/database/get_db_system_shapes.py +25 -6
  16. pulumi_oci/database/get_db_system_storage_performances.py +20 -3
  17. pulumi_oci/database/get_db_versions.py +20 -1
  18. pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
  19. pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
  20. pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
  21. pulumi_oci/database/get_gi_versions.py +25 -6
  22. pulumi_oci/database/outputs.py +575 -8
  23. pulumi_oci/datasafe/__init__.py +24 -0
  24. pulumi_oci/datasafe/_inputs.py +3669 -1537
  25. pulumi_oci/datasafe/attribute_set.py +693 -0
  26. pulumi_oci/datasafe/audit_profile.py +356 -95
  27. pulumi_oci/datasafe/audit_profile_management.py +389 -129
  28. pulumi_oci/datasafe/audit_trail.py +47 -0
  29. pulumi_oci/datasafe/audit_trail_management.py +49 -0
  30. pulumi_oci/datasafe/get_alerts.py +2 -2
  31. pulumi_oci/datasafe/get_attribute_set.py +295 -0
  32. pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
  33. pulumi_oci/datasafe/get_attribute_sets.py +340 -0
  34. pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
  35. pulumi_oci/datasafe/get_audit_events.py +2 -2
  36. pulumi_oci/datasafe/get_audit_policies.py +20 -1
  37. pulumi_oci/datasafe/get_audit_profile.py +78 -8
  38. pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
  39. pulumi_oci/datasafe/get_audit_profiles.py +50 -9
  40. pulumi_oci/datasafe/get_audit_trail.py +15 -1
  41. pulumi_oci/datasafe/get_audit_trails.py +20 -1
  42. pulumi_oci/datasafe/get_database_security_configs.py +20 -1
  43. pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
  44. pulumi_oci/datasafe/get_masking_analytics.py +42 -1
  45. pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
  46. pulumi_oci/datasafe/get_report.py +43 -1
  47. pulumi_oci/datasafe/get_reports.py +23 -1
  48. pulumi_oci/datasafe/get_security_assessment.py +116 -2
  49. pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
  50. pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
  51. pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
  52. pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
  53. pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
  54. pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
  55. pulumi_oci/datasafe/get_security_assessments.py +68 -2
  56. pulumi_oci/datasafe/get_security_policies.py +23 -1
  57. pulumi_oci/datasafe/get_security_policy.py +15 -1
  58. pulumi_oci/datasafe/get_security_policy_config.py +296 -0
  59. pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
  60. pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
  61. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
  62. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
  63. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
  64. pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
  65. pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
  66. pulumi_oci/datasafe/get_sql_collections.py +20 -1
  67. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
  68. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
  69. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
  70. pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
  71. pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
  72. pulumi_oci/datasafe/get_target_database_group.py +296 -0
  73. pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
  74. pulumi_oci/datasafe/get_target_database_groups.py +313 -0
  75. pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
  76. pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
  77. pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
  78. pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
  79. pulumi_oci/datasafe/get_user_assessment.py +29 -1
  80. pulumi_oci/datasafe/get_user_assessments.py +45 -1
  81. pulumi_oci/datasafe/outputs.py +6964 -192
  82. pulumi_oci/datasafe/report.py +84 -0
  83. pulumi_oci/datasafe/report_definition.py +4 -0
  84. pulumi_oci/datasafe/security_assessment.py +425 -82
  85. pulumi_oci/datasafe/security_assessment_check.py +456 -0
  86. pulumi_oci/datasafe/security_assessment_finding.py +818 -0
  87. pulumi_oci/datasafe/security_policy.py +94 -77
  88. pulumi_oci/datasafe/security_policy_config.py +698 -0
  89. pulumi_oci/datasafe/security_policy_deployment.py +272 -67
  90. pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
  91. pulumi_oci/datasafe/security_policy_management.py +87 -30
  92. pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
  93. pulumi_oci/datasafe/target_database.py +4 -0
  94. pulumi_oci/datasafe/target_database_group.py +679 -0
  95. pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
  96. pulumi_oci/datasafe/unified_audit_policy.py +836 -0
  97. pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
  98. pulumi_oci/datasafe/user_assessment.py +105 -28
  99. pulumi_oci/disasterrecovery/_inputs.py +231 -3
  100. pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
  101. pulumi_oci/disasterrecovery/outputs.py +446 -12
  102. pulumi_oci/generativeai/_inputs.py +572 -63
  103. pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
  104. pulumi_oci/generativeai/agent_data_source.py +7 -81
  105. pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
  106. pulumi_oci/generativeai/agent_tool.py +172 -0
  107. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
  108. pulumi_oci/generativeai/get_agent_data_source.py +1 -5
  109. pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
  110. pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
  111. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
  112. pulumi_oci/generativeai/outputs.py +1128 -106
  113. pulumi_oci/goldengate/deployment.py +94 -0
  114. pulumi_oci/goldengate/get_deployment.py +29 -1
  115. pulumi_oci/goldengate/get_deployments.py +23 -1
  116. pulumi_oci/goldengate/outputs.py +35 -2
  117. pulumi_oci/oci/__init__.py +9 -0
  118. pulumi_oci/oci/_inputs.py +420 -0
  119. pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
  120. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
  121. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
  122. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
  123. pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
  124. pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
  125. pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
  126. pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
  127. pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
  128. pulumi_oci/oci/outputs.py +1009 -0
  129. pulumi_oci/pulumi-plugin.json +1 -1
  130. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/METADATA +1 -1
  131. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/RECORD +133 -100
  132. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/WHEEL +0 -0
  133. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,687 @@
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 builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['UnifiedAuditPolicyDefinitionArgs', 'UnifiedAuditPolicyDefinition']
18
+
19
+ @pulumi.input_type
20
+ class UnifiedAuditPolicyDefinitionArgs:
21
+ def __init__(__self__, *,
22
+ unified_audit_policy_definition_id: pulumi.Input[_builtins.str],
23
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
24
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
25
+ description: Optional[pulumi.Input[_builtins.str]] = None,
26
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
27
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
28
+ """
29
+ The set of arguments for constructing a UnifiedAuditPolicyDefinition resource.
30
+ :param pulumi.Input[_builtins.str] unified_audit_policy_definition_id: The OCID of the unified audit policy definition resource.
31
+
32
+
33
+ ** IMPORTANT **
34
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
35
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the unified audit policy definition.
36
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
37
+ :param pulumi.Input[_builtins.str] description: (Updatable) The description of the audit policy.
38
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
39
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
40
+ """
41
+ pulumi.set(__self__, "unified_audit_policy_definition_id", unified_audit_policy_definition_id)
42
+ if compartment_id is not None:
43
+ pulumi.set(__self__, "compartment_id", compartment_id)
44
+ if defined_tags is not None:
45
+ pulumi.set(__self__, "defined_tags", defined_tags)
46
+ if description is not None:
47
+ pulumi.set(__self__, "description", description)
48
+ if display_name is not None:
49
+ pulumi.set(__self__, "display_name", display_name)
50
+ if freeform_tags is not None:
51
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
52
+
53
+ @_builtins.property
54
+ @pulumi.getter(name="unifiedAuditPolicyDefinitionId")
55
+ def unified_audit_policy_definition_id(self) -> pulumi.Input[_builtins.str]:
56
+ """
57
+ The OCID of the unified audit policy definition resource.
58
+
59
+
60
+ ** IMPORTANT **
61
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
62
+ """
63
+ return pulumi.get(self, "unified_audit_policy_definition_id")
64
+
65
+ @unified_audit_policy_definition_id.setter
66
+ def unified_audit_policy_definition_id(self, value: pulumi.Input[_builtins.str]):
67
+ pulumi.set(self, "unified_audit_policy_definition_id", value)
68
+
69
+ @_builtins.property
70
+ @pulumi.getter(name="compartmentId")
71
+ def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
72
+ """
73
+ (Updatable) The OCID of the compartment containing the unified audit policy definition.
74
+ """
75
+ return pulumi.get(self, "compartment_id")
76
+
77
+ @compartment_id.setter
78
+ def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
79
+ pulumi.set(self, "compartment_id", value)
80
+
81
+ @_builtins.property
82
+ @pulumi.getter(name="definedTags")
83
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
84
+ """
85
+ (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"}`
86
+ """
87
+ return pulumi.get(self, "defined_tags")
88
+
89
+ @defined_tags.setter
90
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
91
+ pulumi.set(self, "defined_tags", value)
92
+
93
+ @_builtins.property
94
+ @pulumi.getter
95
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
96
+ """
97
+ (Updatable) The description of the audit policy.
98
+ """
99
+ return pulumi.get(self, "description")
100
+
101
+ @description.setter
102
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
103
+ pulumi.set(self, "description", value)
104
+
105
+ @_builtins.property
106
+ @pulumi.getter(name="displayName")
107
+ def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
108
+ """
109
+ (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
110
+ """
111
+ return pulumi.get(self, "display_name")
112
+
113
+ @display_name.setter
114
+ def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
115
+ pulumi.set(self, "display_name", value)
116
+
117
+ @_builtins.property
118
+ @pulumi.getter(name="freeformTags")
119
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
120
+ """
121
+ (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"}`
122
+ """
123
+ return pulumi.get(self, "freeform_tags")
124
+
125
+ @freeform_tags.setter
126
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
127
+ pulumi.set(self, "freeform_tags", value)
128
+
129
+
130
+ @pulumi.input_type
131
+ class _UnifiedAuditPolicyDefinitionState:
132
+ def __init__(__self__, *,
133
+ audit_policy_category: Optional[pulumi.Input[_builtins.str]] = None,
134
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
135
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
136
+ description: Optional[pulumi.Input[_builtins.str]] = None,
137
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
138
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
139
+ is_seeded: Optional[pulumi.Input[_builtins.bool]] = None,
140
+ lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
141
+ policy_definition_statement: Optional[pulumi.Input[_builtins.str]] = None,
142
+ policy_name: Optional[pulumi.Input[_builtins.str]] = None,
143
+ state: Optional[pulumi.Input[_builtins.str]] = None,
144
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
145
+ time_created: Optional[pulumi.Input[_builtins.str]] = None,
146
+ time_updated: Optional[pulumi.Input[_builtins.str]] = None,
147
+ unified_audit_policy_definition_id: Optional[pulumi.Input[_builtins.str]] = None):
148
+ """
149
+ Input properties used for looking up and filtering UnifiedAuditPolicyDefinition resources.
150
+ :param pulumi.Input[_builtins.str] audit_policy_category: The category to which the unified audit policy belongs in the target database.
151
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the unified audit policy definition.
152
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
153
+ :param pulumi.Input[_builtins.str] description: (Updatable) The description of the audit policy.
154
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
155
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
156
+ :param pulumi.Input[_builtins.bool] is_seeded: Signifies whether the unified audit policy definition is seeded or not.
157
+ :param pulumi.Input[_builtins.str] lifecycle_details: Details about the current state of the unified audit policy definition.
158
+ :param pulumi.Input[_builtins.str] policy_definition_statement: The definition of the unified audit policy to be provisioned in the target database.
159
+ :param pulumi.Input[_builtins.str] policy_name: The unified audit policy name in the target database.
160
+ :param pulumi.Input[_builtins.str] state: The current state of the unified audit policy definition.
161
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
162
+ :param pulumi.Input[_builtins.str] time_created: The time the unified audit policy was created, in the format defined by RFC3339.
163
+ :param pulumi.Input[_builtins.str] time_updated: The last date and time the unified audit policy was updated, in the format defined by RFC3339.
164
+ :param pulumi.Input[_builtins.str] unified_audit_policy_definition_id: The OCID of the unified audit policy definition resource.
165
+
166
+
167
+ ** IMPORTANT **
168
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
169
+ """
170
+ if audit_policy_category is not None:
171
+ pulumi.set(__self__, "audit_policy_category", audit_policy_category)
172
+ if compartment_id is not None:
173
+ pulumi.set(__self__, "compartment_id", compartment_id)
174
+ if defined_tags is not None:
175
+ pulumi.set(__self__, "defined_tags", defined_tags)
176
+ if description is not None:
177
+ pulumi.set(__self__, "description", description)
178
+ if display_name is not None:
179
+ pulumi.set(__self__, "display_name", display_name)
180
+ if freeform_tags is not None:
181
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
182
+ if is_seeded is not None:
183
+ pulumi.set(__self__, "is_seeded", is_seeded)
184
+ if lifecycle_details is not None:
185
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
186
+ if policy_definition_statement is not None:
187
+ pulumi.set(__self__, "policy_definition_statement", policy_definition_statement)
188
+ if policy_name is not None:
189
+ pulumi.set(__self__, "policy_name", policy_name)
190
+ if state is not None:
191
+ pulumi.set(__self__, "state", state)
192
+ if system_tags is not None:
193
+ pulumi.set(__self__, "system_tags", system_tags)
194
+ if time_created is not None:
195
+ pulumi.set(__self__, "time_created", time_created)
196
+ if time_updated is not None:
197
+ pulumi.set(__self__, "time_updated", time_updated)
198
+ if unified_audit_policy_definition_id is not None:
199
+ pulumi.set(__self__, "unified_audit_policy_definition_id", unified_audit_policy_definition_id)
200
+
201
+ @_builtins.property
202
+ @pulumi.getter(name="auditPolicyCategory")
203
+ def audit_policy_category(self) -> Optional[pulumi.Input[_builtins.str]]:
204
+ """
205
+ The category to which the unified audit policy belongs in the target database.
206
+ """
207
+ return pulumi.get(self, "audit_policy_category")
208
+
209
+ @audit_policy_category.setter
210
+ def audit_policy_category(self, value: Optional[pulumi.Input[_builtins.str]]):
211
+ pulumi.set(self, "audit_policy_category", value)
212
+
213
+ @_builtins.property
214
+ @pulumi.getter(name="compartmentId")
215
+ def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
216
+ """
217
+ (Updatable) The OCID of the compartment containing the unified audit policy definition.
218
+ """
219
+ return pulumi.get(self, "compartment_id")
220
+
221
+ @compartment_id.setter
222
+ def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
223
+ pulumi.set(self, "compartment_id", value)
224
+
225
+ @_builtins.property
226
+ @pulumi.getter(name="definedTags")
227
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
228
+ """
229
+ (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"}`
230
+ """
231
+ return pulumi.get(self, "defined_tags")
232
+
233
+ @defined_tags.setter
234
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
235
+ pulumi.set(self, "defined_tags", value)
236
+
237
+ @_builtins.property
238
+ @pulumi.getter
239
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
240
+ """
241
+ (Updatable) The description of the audit policy.
242
+ """
243
+ return pulumi.get(self, "description")
244
+
245
+ @description.setter
246
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
247
+ pulumi.set(self, "description", value)
248
+
249
+ @_builtins.property
250
+ @pulumi.getter(name="displayName")
251
+ def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
252
+ """
253
+ (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
254
+ """
255
+ return pulumi.get(self, "display_name")
256
+
257
+ @display_name.setter
258
+ def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
259
+ pulumi.set(self, "display_name", value)
260
+
261
+ @_builtins.property
262
+ @pulumi.getter(name="freeformTags")
263
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
264
+ """
265
+ (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"}`
266
+ """
267
+ return pulumi.get(self, "freeform_tags")
268
+
269
+ @freeform_tags.setter
270
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
271
+ pulumi.set(self, "freeform_tags", value)
272
+
273
+ @_builtins.property
274
+ @pulumi.getter(name="isSeeded")
275
+ def is_seeded(self) -> Optional[pulumi.Input[_builtins.bool]]:
276
+ """
277
+ Signifies whether the unified audit policy definition is seeded or not.
278
+ """
279
+ return pulumi.get(self, "is_seeded")
280
+
281
+ @is_seeded.setter
282
+ def is_seeded(self, value: Optional[pulumi.Input[_builtins.bool]]):
283
+ pulumi.set(self, "is_seeded", value)
284
+
285
+ @_builtins.property
286
+ @pulumi.getter(name="lifecycleDetails")
287
+ def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
288
+ """
289
+ Details about the current state of the unified audit policy definition.
290
+ """
291
+ return pulumi.get(self, "lifecycle_details")
292
+
293
+ @lifecycle_details.setter
294
+ def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
295
+ pulumi.set(self, "lifecycle_details", value)
296
+
297
+ @_builtins.property
298
+ @pulumi.getter(name="policyDefinitionStatement")
299
+ def policy_definition_statement(self) -> Optional[pulumi.Input[_builtins.str]]:
300
+ """
301
+ The definition of the unified audit policy to be provisioned in the target database.
302
+ """
303
+ return pulumi.get(self, "policy_definition_statement")
304
+
305
+ @policy_definition_statement.setter
306
+ def policy_definition_statement(self, value: Optional[pulumi.Input[_builtins.str]]):
307
+ pulumi.set(self, "policy_definition_statement", value)
308
+
309
+ @_builtins.property
310
+ @pulumi.getter(name="policyName")
311
+ def policy_name(self) -> Optional[pulumi.Input[_builtins.str]]:
312
+ """
313
+ The unified audit policy name in the target database.
314
+ """
315
+ return pulumi.get(self, "policy_name")
316
+
317
+ @policy_name.setter
318
+ def policy_name(self, value: Optional[pulumi.Input[_builtins.str]]):
319
+ pulumi.set(self, "policy_name", value)
320
+
321
+ @_builtins.property
322
+ @pulumi.getter
323
+ def state(self) -> Optional[pulumi.Input[_builtins.str]]:
324
+ """
325
+ The current state of the unified audit policy definition.
326
+ """
327
+ return pulumi.get(self, "state")
328
+
329
+ @state.setter
330
+ def state(self, value: Optional[pulumi.Input[_builtins.str]]):
331
+ pulumi.set(self, "state", value)
332
+
333
+ @_builtins.property
334
+ @pulumi.getter(name="systemTags")
335
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
336
+ """
337
+ System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
338
+ """
339
+ return pulumi.get(self, "system_tags")
340
+
341
+ @system_tags.setter
342
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
343
+ pulumi.set(self, "system_tags", value)
344
+
345
+ @_builtins.property
346
+ @pulumi.getter(name="timeCreated")
347
+ def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
348
+ """
349
+ The time the unified audit policy was created, in the format defined by RFC3339.
350
+ """
351
+ return pulumi.get(self, "time_created")
352
+
353
+ @time_created.setter
354
+ def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
355
+ pulumi.set(self, "time_created", value)
356
+
357
+ @_builtins.property
358
+ @pulumi.getter(name="timeUpdated")
359
+ def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
360
+ """
361
+ The last date and time the unified audit policy was updated, in the format defined by RFC3339.
362
+ """
363
+ return pulumi.get(self, "time_updated")
364
+
365
+ @time_updated.setter
366
+ def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
367
+ pulumi.set(self, "time_updated", value)
368
+
369
+ @_builtins.property
370
+ @pulumi.getter(name="unifiedAuditPolicyDefinitionId")
371
+ def unified_audit_policy_definition_id(self) -> Optional[pulumi.Input[_builtins.str]]:
372
+ """
373
+ The OCID of the unified audit policy definition resource.
374
+
375
+
376
+ ** IMPORTANT **
377
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
378
+ """
379
+ return pulumi.get(self, "unified_audit_policy_definition_id")
380
+
381
+ @unified_audit_policy_definition_id.setter
382
+ def unified_audit_policy_definition_id(self, value: Optional[pulumi.Input[_builtins.str]]):
383
+ pulumi.set(self, "unified_audit_policy_definition_id", value)
384
+
385
+
386
+ @pulumi.type_token("oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition")
387
+ class UnifiedAuditPolicyDefinition(pulumi.CustomResource):
388
+ @overload
389
+ def __init__(__self__,
390
+ resource_name: str,
391
+ opts: Optional[pulumi.ResourceOptions] = None,
392
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
393
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
394
+ description: Optional[pulumi.Input[_builtins.str]] = None,
395
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
396
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
397
+ unified_audit_policy_definition_id: Optional[pulumi.Input[_builtins.str]] = None,
398
+ __props__=None):
399
+ """
400
+ This resource provides the Unified Audit Policy Definition resource in Oracle Cloud Infrastructure Data Safe service.
401
+
402
+ Updates the unified audit policy definition.
403
+
404
+ ## Import
405
+
406
+ UnifiedAuditPolicyDefinitions can be imported using the `id`, e.g.
407
+
408
+ ```sh
409
+ $ pulumi import oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition test_unified_audit_policy_definition "id"
410
+ ```
411
+
412
+ :param str resource_name: The name of the resource.
413
+ :param pulumi.ResourceOptions opts: Options for the resource.
414
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the unified audit policy definition.
415
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
416
+ :param pulumi.Input[_builtins.str] description: (Updatable) The description of the audit policy.
417
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
418
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
419
+ :param pulumi.Input[_builtins.str] unified_audit_policy_definition_id: The OCID of the unified audit policy definition resource.
420
+
421
+
422
+ ** IMPORTANT **
423
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
424
+ """
425
+ ...
426
+ @overload
427
+ def __init__(__self__,
428
+ resource_name: str,
429
+ args: UnifiedAuditPolicyDefinitionArgs,
430
+ opts: Optional[pulumi.ResourceOptions] = None):
431
+ """
432
+ This resource provides the Unified Audit Policy Definition resource in Oracle Cloud Infrastructure Data Safe service.
433
+
434
+ Updates the unified audit policy definition.
435
+
436
+ ## Import
437
+
438
+ UnifiedAuditPolicyDefinitions can be imported using the `id`, e.g.
439
+
440
+ ```sh
441
+ $ pulumi import oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition test_unified_audit_policy_definition "id"
442
+ ```
443
+
444
+ :param str resource_name: The name of the resource.
445
+ :param UnifiedAuditPolicyDefinitionArgs args: The arguments to use to populate this resource's properties.
446
+ :param pulumi.ResourceOptions opts: Options for the resource.
447
+ """
448
+ ...
449
+ def __init__(__self__, resource_name: str, *args, **kwargs):
450
+ resource_args, opts = _utilities.get_resource_args_opts(UnifiedAuditPolicyDefinitionArgs, pulumi.ResourceOptions, *args, **kwargs)
451
+ if resource_args is not None:
452
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
453
+ else:
454
+ __self__._internal_init(resource_name, *args, **kwargs)
455
+
456
+ def _internal_init(__self__,
457
+ resource_name: str,
458
+ opts: Optional[pulumi.ResourceOptions] = None,
459
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
460
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
461
+ description: Optional[pulumi.Input[_builtins.str]] = None,
462
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
463
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
464
+ unified_audit_policy_definition_id: Optional[pulumi.Input[_builtins.str]] = None,
465
+ __props__=None):
466
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
467
+ if not isinstance(opts, pulumi.ResourceOptions):
468
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
469
+ if opts.id is None:
470
+ if __props__ is not None:
471
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
472
+ __props__ = UnifiedAuditPolicyDefinitionArgs.__new__(UnifiedAuditPolicyDefinitionArgs)
473
+
474
+ __props__.__dict__["compartment_id"] = compartment_id
475
+ __props__.__dict__["defined_tags"] = defined_tags
476
+ __props__.__dict__["description"] = description
477
+ __props__.__dict__["display_name"] = display_name
478
+ __props__.__dict__["freeform_tags"] = freeform_tags
479
+ if unified_audit_policy_definition_id is None and not opts.urn:
480
+ raise TypeError("Missing required property 'unified_audit_policy_definition_id'")
481
+ __props__.__dict__["unified_audit_policy_definition_id"] = unified_audit_policy_definition_id
482
+ __props__.__dict__["audit_policy_category"] = None
483
+ __props__.__dict__["is_seeded"] = None
484
+ __props__.__dict__["lifecycle_details"] = None
485
+ __props__.__dict__["policy_definition_statement"] = None
486
+ __props__.__dict__["policy_name"] = None
487
+ __props__.__dict__["state"] = None
488
+ __props__.__dict__["system_tags"] = None
489
+ __props__.__dict__["time_created"] = None
490
+ __props__.__dict__["time_updated"] = None
491
+ super(UnifiedAuditPolicyDefinition, __self__).__init__(
492
+ 'oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition',
493
+ resource_name,
494
+ __props__,
495
+ opts)
496
+
497
+ @staticmethod
498
+ def get(resource_name: str,
499
+ id: pulumi.Input[str],
500
+ opts: Optional[pulumi.ResourceOptions] = None,
501
+ audit_policy_category: Optional[pulumi.Input[_builtins.str]] = None,
502
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
503
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
504
+ description: Optional[pulumi.Input[_builtins.str]] = None,
505
+ display_name: Optional[pulumi.Input[_builtins.str]] = None,
506
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
507
+ is_seeded: Optional[pulumi.Input[_builtins.bool]] = None,
508
+ lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
509
+ policy_definition_statement: Optional[pulumi.Input[_builtins.str]] = None,
510
+ policy_name: Optional[pulumi.Input[_builtins.str]] = None,
511
+ state: Optional[pulumi.Input[_builtins.str]] = None,
512
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
513
+ time_created: Optional[pulumi.Input[_builtins.str]] = None,
514
+ time_updated: Optional[pulumi.Input[_builtins.str]] = None,
515
+ unified_audit_policy_definition_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'UnifiedAuditPolicyDefinition':
516
+ """
517
+ Get an existing UnifiedAuditPolicyDefinition resource's state with the given name, id, and optional extra
518
+ properties used to qualify the lookup.
519
+
520
+ :param str resource_name: The unique name of the resulting resource.
521
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
522
+ :param pulumi.ResourceOptions opts: Options for the resource.
523
+ :param pulumi.Input[_builtins.str] audit_policy_category: The category to which the unified audit policy belongs in the target database.
524
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the unified audit policy definition.
525
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
526
+ :param pulumi.Input[_builtins.str] description: (Updatable) The description of the audit policy.
527
+ :param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
528
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
529
+ :param pulumi.Input[_builtins.bool] is_seeded: Signifies whether the unified audit policy definition is seeded or not.
530
+ :param pulumi.Input[_builtins.str] lifecycle_details: Details about the current state of the unified audit policy definition.
531
+ :param pulumi.Input[_builtins.str] policy_definition_statement: The definition of the unified audit policy to be provisioned in the target database.
532
+ :param pulumi.Input[_builtins.str] policy_name: The unified audit policy name in the target database.
533
+ :param pulumi.Input[_builtins.str] state: The current state of the unified audit policy definition.
534
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
535
+ :param pulumi.Input[_builtins.str] time_created: The time the unified audit policy was created, in the format defined by RFC3339.
536
+ :param pulumi.Input[_builtins.str] time_updated: The last date and time the unified audit policy was updated, in the format defined by RFC3339.
537
+ :param pulumi.Input[_builtins.str] unified_audit_policy_definition_id: The OCID of the unified audit policy definition resource.
538
+
539
+
540
+ ** IMPORTANT **
541
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
542
+ """
543
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
544
+
545
+ __props__ = _UnifiedAuditPolicyDefinitionState.__new__(_UnifiedAuditPolicyDefinitionState)
546
+
547
+ __props__.__dict__["audit_policy_category"] = audit_policy_category
548
+ __props__.__dict__["compartment_id"] = compartment_id
549
+ __props__.__dict__["defined_tags"] = defined_tags
550
+ __props__.__dict__["description"] = description
551
+ __props__.__dict__["display_name"] = display_name
552
+ __props__.__dict__["freeform_tags"] = freeform_tags
553
+ __props__.__dict__["is_seeded"] = is_seeded
554
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
555
+ __props__.__dict__["policy_definition_statement"] = policy_definition_statement
556
+ __props__.__dict__["policy_name"] = policy_name
557
+ __props__.__dict__["state"] = state
558
+ __props__.__dict__["system_tags"] = system_tags
559
+ __props__.__dict__["time_created"] = time_created
560
+ __props__.__dict__["time_updated"] = time_updated
561
+ __props__.__dict__["unified_audit_policy_definition_id"] = unified_audit_policy_definition_id
562
+ return UnifiedAuditPolicyDefinition(resource_name, opts=opts, __props__=__props__)
563
+
564
+ @_builtins.property
565
+ @pulumi.getter(name="auditPolicyCategory")
566
+ def audit_policy_category(self) -> pulumi.Output[_builtins.str]:
567
+ """
568
+ The category to which the unified audit policy belongs in the target database.
569
+ """
570
+ return pulumi.get(self, "audit_policy_category")
571
+
572
+ @_builtins.property
573
+ @pulumi.getter(name="compartmentId")
574
+ def compartment_id(self) -> pulumi.Output[_builtins.str]:
575
+ """
576
+ (Updatable) The OCID of the compartment containing the unified audit policy definition.
577
+ """
578
+ return pulumi.get(self, "compartment_id")
579
+
580
+ @_builtins.property
581
+ @pulumi.getter(name="definedTags")
582
+ def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
583
+ """
584
+ (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
+ """
586
+ return pulumi.get(self, "defined_tags")
587
+
588
+ @_builtins.property
589
+ @pulumi.getter
590
+ def description(self) -> pulumi.Output[_builtins.str]:
591
+ """
592
+ (Updatable) The description of the audit policy.
593
+ """
594
+ return pulumi.get(self, "description")
595
+
596
+ @_builtins.property
597
+ @pulumi.getter(name="displayName")
598
+ def display_name(self) -> pulumi.Output[_builtins.str]:
599
+ """
600
+ (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
601
+ """
602
+ return pulumi.get(self, "display_name")
603
+
604
+ @_builtins.property
605
+ @pulumi.getter(name="freeformTags")
606
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
607
+ """
608
+ (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"}`
609
+ """
610
+ return pulumi.get(self, "freeform_tags")
611
+
612
+ @_builtins.property
613
+ @pulumi.getter(name="isSeeded")
614
+ def is_seeded(self) -> pulumi.Output[_builtins.bool]:
615
+ """
616
+ Signifies whether the unified audit policy definition is seeded or not.
617
+ """
618
+ return pulumi.get(self, "is_seeded")
619
+
620
+ @_builtins.property
621
+ @pulumi.getter(name="lifecycleDetails")
622
+ def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
623
+ """
624
+ Details about the current state of the unified audit policy definition.
625
+ """
626
+ return pulumi.get(self, "lifecycle_details")
627
+
628
+ @_builtins.property
629
+ @pulumi.getter(name="policyDefinitionStatement")
630
+ def policy_definition_statement(self) -> pulumi.Output[_builtins.str]:
631
+ """
632
+ The definition of the unified audit policy to be provisioned in the target database.
633
+ """
634
+ return pulumi.get(self, "policy_definition_statement")
635
+
636
+ @_builtins.property
637
+ @pulumi.getter(name="policyName")
638
+ def policy_name(self) -> pulumi.Output[_builtins.str]:
639
+ """
640
+ The unified audit policy name in the target database.
641
+ """
642
+ return pulumi.get(self, "policy_name")
643
+
644
+ @_builtins.property
645
+ @pulumi.getter
646
+ def state(self) -> pulumi.Output[_builtins.str]:
647
+ """
648
+ The current state of the unified audit policy definition.
649
+ """
650
+ return pulumi.get(self, "state")
651
+
652
+ @_builtins.property
653
+ @pulumi.getter(name="systemTags")
654
+ def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
655
+ """
656
+ System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
657
+ """
658
+ return pulumi.get(self, "system_tags")
659
+
660
+ @_builtins.property
661
+ @pulumi.getter(name="timeCreated")
662
+ def time_created(self) -> pulumi.Output[_builtins.str]:
663
+ """
664
+ The time the unified audit policy was created, in the format defined by RFC3339.
665
+ """
666
+ return pulumi.get(self, "time_created")
667
+
668
+ @_builtins.property
669
+ @pulumi.getter(name="timeUpdated")
670
+ def time_updated(self) -> pulumi.Output[_builtins.str]:
671
+ """
672
+ The last date and time the unified audit policy was updated, in the format defined by RFC3339.
673
+ """
674
+ return pulumi.get(self, "time_updated")
675
+
676
+ @_builtins.property
677
+ @pulumi.getter(name="unifiedAuditPolicyDefinitionId")
678
+ def unified_audit_policy_definition_id(self) -> pulumi.Output[_builtins.str]:
679
+ """
680
+ The OCID of the unified audit policy definition resource.
681
+
682
+
683
+ ** IMPORTANT **
684
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
685
+ """
686
+ return pulumi.get(self, "unified_audit_policy_definition_id")
687
+