pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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.
- pulumi_oci/__init__.py +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetMaskingAnalyticsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getMaskingAnalytics.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, compartment_id=None, compartment_id_in_subtree=None, filters=None, group_by=None, id=None, masking_analytics_collections=None, masking_policy_id=None, target_id=None):
|
31
|
+
def __init__(__self__, compartment_id=None, compartment_id_in_subtree=None, filters=None, group_by=None, id=None, masking_analytics_collections=None, masking_policy_id=None, sensitive_type_id=None, target_database_group_id=None, target_id=None):
|
32
32
|
if compartment_id and not isinstance(compartment_id, str):
|
33
33
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
34
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -50,6 +50,12 @@ class GetMaskingAnalyticsResult:
|
|
50
50
|
if masking_policy_id and not isinstance(masking_policy_id, str):
|
51
51
|
raise TypeError("Expected argument 'masking_policy_id' to be a str")
|
52
52
|
pulumi.set(__self__, "masking_policy_id", masking_policy_id)
|
53
|
+
if sensitive_type_id and not isinstance(sensitive_type_id, str):
|
54
|
+
raise TypeError("Expected argument 'sensitive_type_id' to be a str")
|
55
|
+
pulumi.set(__self__, "sensitive_type_id", sensitive_type_id)
|
56
|
+
if target_database_group_id and not isinstance(target_database_group_id, str):
|
57
|
+
raise TypeError("Expected argument 'target_database_group_id' to be a str")
|
58
|
+
pulumi.set(__self__, "target_database_group_id", target_database_group_id)
|
53
59
|
if target_id and not isinstance(target_id, str):
|
54
60
|
raise TypeError("Expected argument 'target_id' to be a str")
|
55
61
|
pulumi.set(__self__, "target_id", target_id)
|
@@ -95,6 +101,19 @@ class GetMaskingAnalyticsResult:
|
|
95
101
|
def masking_policy_id(self) -> Optional[_builtins.str]:
|
96
102
|
return pulumi.get(self, "masking_policy_id")
|
97
103
|
|
104
|
+
@_builtins.property
|
105
|
+
@pulumi.getter(name="sensitiveTypeId")
|
106
|
+
def sensitive_type_id(self) -> Optional[_builtins.str]:
|
107
|
+
"""
|
108
|
+
The OCID of the sensitive type masked.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "sensitive_type_id")
|
111
|
+
|
112
|
+
@_builtins.property
|
113
|
+
@pulumi.getter(name="targetDatabaseGroupId")
|
114
|
+
def target_database_group_id(self) -> Optional[_builtins.str]:
|
115
|
+
return pulumi.get(self, "target_database_group_id")
|
116
|
+
|
98
117
|
@_builtins.property
|
99
118
|
@pulumi.getter(name="targetId")
|
100
119
|
def target_id(self) -> Optional[_builtins.str]:
|
@@ -117,6 +136,8 @@ class AwaitableGetMaskingAnalyticsResult(GetMaskingAnalyticsResult):
|
|
117
136
|
id=self.id,
|
118
137
|
masking_analytics_collections=self.masking_analytics_collections,
|
119
138
|
masking_policy_id=self.masking_policy_id,
|
139
|
+
sensitive_type_id=self.sensitive_type_id,
|
140
|
+
target_database_group_id=self.target_database_group_id,
|
120
141
|
target_id=self.target_id)
|
121
142
|
|
122
143
|
|
@@ -125,6 +146,8 @@ def get_masking_analytics(compartment_id: Optional[_builtins.str] = None,
|
|
125
146
|
filters: Optional[Sequence[Union['GetMaskingAnalyticsFilterArgs', 'GetMaskingAnalyticsFilterArgsDict']]] = None,
|
126
147
|
group_by: Optional[_builtins.str] = None,
|
127
148
|
masking_policy_id: Optional[_builtins.str] = None,
|
149
|
+
sensitive_type_id: Optional[_builtins.str] = None,
|
150
|
+
target_database_group_id: Optional[_builtins.str] = None,
|
128
151
|
target_id: Optional[_builtins.str] = None,
|
129
152
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMaskingAnalyticsResult:
|
130
153
|
"""
|
@@ -144,6 +167,8 @@ def get_masking_analytics(compartment_id: Optional[_builtins.str] = None,
|
|
144
167
|
compartment_id_in_subtree=masking_analytic_compartment_id_in_subtree,
|
145
168
|
group_by=masking_analytic_group_by,
|
146
169
|
masking_policy_id=test_masking_policy["id"],
|
170
|
+
sensitive_type_id=test_sensitive_type["id"],
|
171
|
+
target_database_group_id=test_target_database_group["id"],
|
147
172
|
target_id=test_target["id"])
|
148
173
|
```
|
149
174
|
|
@@ -152,6 +177,8 @@ def get_masking_analytics(compartment_id: Optional[_builtins.str] = None,
|
|
152
177
|
:param _builtins.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
178
|
:param _builtins.str group_by: Attribute by which the masking analytics data should be grouped.
|
154
179
|
:param _builtins.str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
|
180
|
+
:param _builtins.str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
|
181
|
+
:param _builtins.str target_database_group_id: A filter to return the target database group that matches the specified OCID.
|
155
182
|
:param _builtins.str target_id: A filter to return only items related to a specific target OCID.
|
156
183
|
"""
|
157
184
|
__args__ = dict()
|
@@ -160,6 +187,8 @@ def get_masking_analytics(compartment_id: Optional[_builtins.str] = None,
|
|
160
187
|
__args__['filters'] = filters
|
161
188
|
__args__['groupBy'] = group_by
|
162
189
|
__args__['maskingPolicyId'] = masking_policy_id
|
190
|
+
__args__['sensitiveTypeId'] = sensitive_type_id
|
191
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
163
192
|
__args__['targetId'] = target_id
|
164
193
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
165
194
|
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getMaskingAnalytics:getMaskingAnalytics', __args__, opts=opts, typ=GetMaskingAnalyticsResult).value
|
@@ -172,12 +201,16 @@ def get_masking_analytics(compartment_id: Optional[_builtins.str] = None,
|
|
172
201
|
id=pulumi.get(__ret__, 'id'),
|
173
202
|
masking_analytics_collections=pulumi.get(__ret__, 'masking_analytics_collections'),
|
174
203
|
masking_policy_id=pulumi.get(__ret__, 'masking_policy_id'),
|
204
|
+
sensitive_type_id=pulumi.get(__ret__, 'sensitive_type_id'),
|
205
|
+
target_database_group_id=pulumi.get(__ret__, 'target_database_group_id'),
|
175
206
|
target_id=pulumi.get(__ret__, 'target_id'))
|
176
207
|
def get_masking_analytics_output(compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
177
208
|
compartment_id_in_subtree: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
178
209
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetMaskingAnalyticsFilterArgs', 'GetMaskingAnalyticsFilterArgsDict']]]]] = None,
|
179
210
|
group_by: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
180
211
|
masking_policy_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
212
|
+
sensitive_type_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
213
|
+
target_database_group_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
181
214
|
target_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
182
215
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaskingAnalyticsResult]:
|
183
216
|
"""
|
@@ -197,6 +230,8 @@ def get_masking_analytics_output(compartment_id: Optional[pulumi.Input[_builtins
|
|
197
230
|
compartment_id_in_subtree=masking_analytic_compartment_id_in_subtree,
|
198
231
|
group_by=masking_analytic_group_by,
|
199
232
|
masking_policy_id=test_masking_policy["id"],
|
233
|
+
sensitive_type_id=test_sensitive_type["id"],
|
234
|
+
target_database_group_id=test_target_database_group["id"],
|
200
235
|
target_id=test_target["id"])
|
201
236
|
```
|
202
237
|
|
@@ -205,6 +240,8 @@ def get_masking_analytics_output(compartment_id: Optional[pulumi.Input[_builtins
|
|
205
240
|
:param _builtins.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.
|
206
241
|
:param _builtins.str group_by: Attribute by which the masking analytics data should be grouped.
|
207
242
|
:param _builtins.str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
|
243
|
+
:param _builtins.str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
|
244
|
+
:param _builtins.str target_database_group_id: A filter to return the target database group that matches the specified OCID.
|
208
245
|
:param _builtins.str target_id: A filter to return only items related to a specific target OCID.
|
209
246
|
"""
|
210
247
|
__args__ = dict()
|
@@ -213,6 +250,8 @@ def get_masking_analytics_output(compartment_id: Optional[pulumi.Input[_builtins
|
|
213
250
|
__args__['filters'] = filters
|
214
251
|
__args__['groupBy'] = group_by
|
215
252
|
__args__['maskingPolicyId'] = masking_policy_id
|
253
|
+
__args__['sensitiveTypeId'] = sensitive_type_id
|
254
|
+
__args__['targetDatabaseGroupId'] = target_database_group_id
|
216
255
|
__args__['targetId'] = target_id
|
217
256
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
218
257
|
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getMaskingAnalytics:getMaskingAnalytics', __args__, opts=opts, typ=GetMaskingAnalyticsResult)
|
@@ -224,4 +263,6 @@ def get_masking_analytics_output(compartment_id: Optional[pulumi.Input[_builtins
|
|
224
263
|
id=pulumi.get(__response__, 'id'),
|
225
264
|
masking_analytics_collections=pulumi.get(__response__, 'masking_analytics_collections'),
|
226
265
|
masking_policy_id=pulumi.get(__response__, 'masking_policy_id'),
|
266
|
+
sensitive_type_id=pulumi.get(__response__, 'sensitive_type_id'),
|
267
|
+
target_database_group_id=pulumi.get(__response__, 'target_database_group_id'),
|
227
268
|
target_id=pulumi.get(__response__, 'target_id')))
|
@@ -28,7 +28,7 @@ class GetOnpremConnectorsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getOnpremConnectors.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, access_level=None, compartment_id=None, compartment_id_in_subtree=None, display_name=None, filters=None, id=None, on_prem_connector_id=None,
|
31
|
+
def __init__(__self__, access_level=None, compartment_id=None, compartment_id_in_subtree=None, display_name=None, filters=None, id=None, on_prem_connector_id=None, on_prem_connectors=None, state=None):
|
32
32
|
if access_level and not isinstance(access_level, str):
|
33
33
|
raise TypeError("Expected argument 'access_level' to be a str")
|
34
34
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -50,12 +50,12 @@ class GetOnpremConnectorsResult:
|
|
50
50
|
if on_prem_connector_id and not isinstance(on_prem_connector_id, str):
|
51
51
|
raise TypeError("Expected argument 'on_prem_connector_id' to be a str")
|
52
52
|
pulumi.set(__self__, "on_prem_connector_id", on_prem_connector_id)
|
53
|
-
if on_prem_connector_lifecycle_state and not isinstance(on_prem_connector_lifecycle_state, str):
|
54
|
-
raise TypeError("Expected argument 'on_prem_connector_lifecycle_state' to be a str")
|
55
|
-
pulumi.set(__self__, "on_prem_connector_lifecycle_state", on_prem_connector_lifecycle_state)
|
56
53
|
if on_prem_connectors and not isinstance(on_prem_connectors, list):
|
57
54
|
raise TypeError("Expected argument 'on_prem_connectors' to be a list")
|
58
55
|
pulumi.set(__self__, "on_prem_connectors", on_prem_connectors)
|
56
|
+
if state and not isinstance(state, str):
|
57
|
+
raise TypeError("Expected argument 'state' to be a str")
|
58
|
+
pulumi.set(__self__, "state", state)
|
59
59
|
|
60
60
|
@_builtins.property
|
61
61
|
@pulumi.getter(name="accessLevel")
|
@@ -101,11 +101,6 @@ class GetOnpremConnectorsResult:
|
|
101
101
|
def on_prem_connector_id(self) -> Optional[_builtins.str]:
|
102
102
|
return pulumi.get(self, "on_prem_connector_id")
|
103
103
|
|
104
|
-
@_builtins.property
|
105
|
-
@pulumi.getter(name="onPremConnectorLifecycleState")
|
106
|
-
def on_prem_connector_lifecycle_state(self) -> Optional[_builtins.str]:
|
107
|
-
return pulumi.get(self, "on_prem_connector_lifecycle_state")
|
108
|
-
|
109
104
|
@_builtins.property
|
110
105
|
@pulumi.getter(name="onPremConnectors")
|
111
106
|
def on_prem_connectors(self) -> Sequence['outputs.GetOnpremConnectorsOnPremConnectorResult']:
|
@@ -114,6 +109,14 @@ class GetOnpremConnectorsResult:
|
|
114
109
|
"""
|
115
110
|
return pulumi.get(self, "on_prem_connectors")
|
116
111
|
|
112
|
+
@_builtins.property
|
113
|
+
@pulumi.getter
|
114
|
+
def state(self) -> Optional[_builtins.str]:
|
115
|
+
"""
|
116
|
+
The current state of the on-premises connector.
|
117
|
+
"""
|
118
|
+
return pulumi.get(self, "state")
|
119
|
+
|
117
120
|
|
118
121
|
class AwaitableGetOnpremConnectorsResult(GetOnpremConnectorsResult):
|
119
122
|
# pylint: disable=using-constant-test
|
@@ -128,8 +131,8 @@ class AwaitableGetOnpremConnectorsResult(GetOnpremConnectorsResult):
|
|
128
131
|
filters=self.filters,
|
129
132
|
id=self.id,
|
130
133
|
on_prem_connector_id=self.on_prem_connector_id,
|
131
|
-
|
132
|
-
|
134
|
+
on_prem_connectors=self.on_prem_connectors,
|
135
|
+
state=self.state)
|
133
136
|
|
134
137
|
|
135
138
|
def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
@@ -138,7 +141,7 @@ def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
|
138
141
|
display_name: Optional[_builtins.str] = None,
|
139
142
|
filters: Optional[Sequence[Union['GetOnpremConnectorsFilterArgs', 'GetOnpremConnectorsFilterArgsDict']]] = None,
|
140
143
|
on_prem_connector_id: Optional[_builtins.str] = None,
|
141
|
-
|
144
|
+
state: Optional[_builtins.str] = None,
|
142
145
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnpremConnectorsResult:
|
143
146
|
"""
|
144
147
|
This data source provides the list of On Prem Connectors in Oracle Cloud Infrastructure Data Safe service.
|
@@ -156,7 +159,7 @@ def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
|
156
159
|
compartment_id_in_subtree=on_prem_connector_compartment_id_in_subtree,
|
157
160
|
display_name=on_prem_connector_display_name,
|
158
161
|
on_prem_connector_id=test_on_prem_connector["id"],
|
159
|
-
|
162
|
+
state=on_prem_connector_state)
|
160
163
|
```
|
161
164
|
|
162
165
|
|
@@ -165,7 +168,7 @@ def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
|
165
168
|
:param _builtins.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.
|
166
169
|
:param _builtins.str display_name: A filter to return only resources that match the specified display name.
|
167
170
|
:param _builtins.str on_prem_connector_id: A filter to return only the on-premises connector that matches the specified id.
|
168
|
-
:param _builtins.str
|
171
|
+
:param _builtins.str state: A filter to return only on-premises connector resources that match the specified lifecycle state.
|
169
172
|
"""
|
170
173
|
__args__ = dict()
|
171
174
|
__args__['accessLevel'] = access_level
|
@@ -174,7 +177,7 @@ def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
|
174
177
|
__args__['displayName'] = display_name
|
175
178
|
__args__['filters'] = filters
|
176
179
|
__args__['onPremConnectorId'] = on_prem_connector_id
|
177
|
-
__args__['
|
180
|
+
__args__['state'] = state
|
178
181
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
182
|
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getOnpremConnectors:getOnpremConnectors', __args__, opts=opts, typ=GetOnpremConnectorsResult).value
|
180
183
|
|
@@ -186,15 +189,15 @@ def get_onprem_connectors(access_level: Optional[_builtins.str] = None,
|
|
186
189
|
filters=pulumi.get(__ret__, 'filters'),
|
187
190
|
id=pulumi.get(__ret__, 'id'),
|
188
191
|
on_prem_connector_id=pulumi.get(__ret__, 'on_prem_connector_id'),
|
189
|
-
|
190
|
-
|
192
|
+
on_prem_connectors=pulumi.get(__ret__, 'on_prem_connectors'),
|
193
|
+
state=pulumi.get(__ret__, 'state'))
|
191
194
|
def get_onprem_connectors_output(access_level: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
192
195
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
193
196
|
compartment_id_in_subtree: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
194
197
|
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
195
198
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetOnpremConnectorsFilterArgs', 'GetOnpremConnectorsFilterArgsDict']]]]] = None,
|
196
199
|
on_prem_connector_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
197
|
-
|
200
|
+
state: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
198
201
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOnpremConnectorsResult]:
|
199
202
|
"""
|
200
203
|
This data source provides the list of On Prem Connectors in Oracle Cloud Infrastructure Data Safe service.
|
@@ -212,7 +215,7 @@ def get_onprem_connectors_output(access_level: Optional[pulumi.Input[Optional[_b
|
|
212
215
|
compartment_id_in_subtree=on_prem_connector_compartment_id_in_subtree,
|
213
216
|
display_name=on_prem_connector_display_name,
|
214
217
|
on_prem_connector_id=test_on_prem_connector["id"],
|
215
|
-
|
218
|
+
state=on_prem_connector_state)
|
216
219
|
```
|
217
220
|
|
218
221
|
|
@@ -221,7 +224,7 @@ def get_onprem_connectors_output(access_level: Optional[pulumi.Input[Optional[_b
|
|
221
224
|
:param _builtins.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.
|
222
225
|
:param _builtins.str display_name: A filter to return only resources that match the specified display name.
|
223
226
|
:param _builtins.str on_prem_connector_id: A filter to return only the on-premises connector that matches the specified id.
|
224
|
-
:param _builtins.str
|
227
|
+
:param _builtins.str state: A filter to return only on-premises connector resources that match the specified lifecycle state.
|
225
228
|
"""
|
226
229
|
__args__ = dict()
|
227
230
|
__args__['accessLevel'] = access_level
|
@@ -230,7 +233,7 @@ def get_onprem_connectors_output(access_level: Optional[pulumi.Input[Optional[_b
|
|
230
233
|
__args__['displayName'] = display_name
|
231
234
|
__args__['filters'] = filters
|
232
235
|
__args__['onPremConnectorId'] = on_prem_connector_id
|
233
|
-
__args__['
|
236
|
+
__args__['state'] = state
|
234
237
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
235
238
|
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getOnpremConnectors:getOnpremConnectors', __args__, opts=opts, typ=GetOnpremConnectorsResult)
|
236
239
|
return __ret__.apply(lambda __response__: GetOnpremConnectorsResult(
|
@@ -241,5 +244,5 @@ def get_onprem_connectors_output(access_level: Optional[pulumi.Input[Optional[_b
|
|
241
244
|
filters=pulumi.get(__response__, 'filters'),
|
242
245
|
id=pulumi.get(__response__, 'id'),
|
243
246
|
on_prem_connector_id=pulumi.get(__response__, 'on_prem_connector_id'),
|
244
|
-
|
245
|
-
|
247
|
+
on_prem_connectors=pulumi.get(__response__, 'on_prem_connectors'),
|
248
|
+
state=pulumi.get(__response__, 'state')))
|
@@ -26,10 +26,13 @@ class GetReportResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getReport.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, mime_type=None, report_definition_id=None, report_id=None, state=None, system_tags=None, time_generated=None, type=None):
|
29
|
+
def __init__(__self__, compartment_id=None, data_source=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, mime_type=None, report_definition_id=None, report_id=None, state=None, system_tags=None, time_created=None, time_generated=None, time_updated=None, type=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)
|
33
|
+
if data_source and not isinstance(data_source, str):
|
34
|
+
raise TypeError("Expected argument 'data_source' to be a str")
|
35
|
+
pulumi.set(__self__, "data_source", data_source)
|
33
36
|
if defined_tags and not isinstance(defined_tags, dict):
|
34
37
|
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
35
38
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -63,9 +66,15 @@ class GetReportResult:
|
|
63
66
|
if system_tags and not isinstance(system_tags, dict):
|
64
67
|
raise TypeError("Expected argument 'system_tags' to be a dict")
|
65
68
|
pulumi.set(__self__, "system_tags", system_tags)
|
69
|
+
if time_created and not isinstance(time_created, str):
|
70
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
71
|
+
pulumi.set(__self__, "time_created", time_created)
|
66
72
|
if time_generated and not isinstance(time_generated, str):
|
67
73
|
raise TypeError("Expected argument 'time_generated' to be a str")
|
68
74
|
pulumi.set(__self__, "time_generated", time_generated)
|
75
|
+
if time_updated and not isinstance(time_updated, str):
|
76
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
77
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
69
78
|
if type and not isinstance(type, str):
|
70
79
|
raise TypeError("Expected argument 'type' to be a str")
|
71
80
|
pulumi.set(__self__, "type", type)
|
@@ -78,6 +87,14 @@ class GetReportResult:
|
|
78
87
|
"""
|
79
88
|
return pulumi.get(self, "compartment_id")
|
80
89
|
|
90
|
+
@_builtins.property
|
91
|
+
@pulumi.getter(name="dataSource")
|
92
|
+
def data_source(self) -> _builtins.str:
|
93
|
+
"""
|
94
|
+
Specifies the name of a resource that provides data for the report. For example alerts, events.
|
95
|
+
"""
|
96
|
+
return pulumi.get(self, "data_source")
|
97
|
+
|
81
98
|
@_builtins.property
|
82
99
|
@pulumi.getter(name="definedTags")
|
83
100
|
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
@@ -163,6 +180,14 @@ class GetReportResult:
|
|
163
180
|
"""
|
164
181
|
return pulumi.get(self, "system_tags")
|
165
182
|
|
183
|
+
@_builtins.property
|
184
|
+
@pulumi.getter(name="timeCreated")
|
185
|
+
def time_created(self) -> _builtins.str:
|
186
|
+
"""
|
187
|
+
Specifies the time at which the report was created.
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "time_created")
|
190
|
+
|
166
191
|
@_builtins.property
|
167
192
|
@pulumi.getter(name="timeGenerated")
|
168
193
|
def time_generated(self) -> _builtins.str:
|
@@ -171,6 +196,14 @@ class GetReportResult:
|
|
171
196
|
"""
|
172
197
|
return pulumi.get(self, "time_generated")
|
173
198
|
|
199
|
+
@_builtins.property
|
200
|
+
@pulumi.getter(name="timeUpdated")
|
201
|
+
def time_updated(self) -> _builtins.str:
|
202
|
+
"""
|
203
|
+
The date and time of the report update in Data Safe.
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "time_updated")
|
206
|
+
|
174
207
|
@_builtins.property
|
175
208
|
@pulumi.getter
|
176
209
|
def type(self) -> _builtins.str:
|
@@ -187,6 +220,7 @@ class AwaitableGetReportResult(GetReportResult):
|
|
187
220
|
yield self
|
188
221
|
return GetReportResult(
|
189
222
|
compartment_id=self.compartment_id,
|
223
|
+
data_source=self.data_source,
|
190
224
|
defined_tags=self.defined_tags,
|
191
225
|
description=self.description,
|
192
226
|
display_name=self.display_name,
|
@@ -198,7 +232,9 @@ class AwaitableGetReportResult(GetReportResult):
|
|
198
232
|
report_id=self.report_id,
|
199
233
|
state=self.state,
|
200
234
|
system_tags=self.system_tags,
|
235
|
+
time_created=self.time_created,
|
201
236
|
time_generated=self.time_generated,
|
237
|
+
time_updated=self.time_updated,
|
202
238
|
type=self.type)
|
203
239
|
|
204
240
|
|
@@ -228,6 +264,7 @@ def get_report(report_id: Optional[_builtins.str] = None,
|
|
228
264
|
|
229
265
|
return AwaitableGetReportResult(
|
230
266
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
267
|
+
data_source=pulumi.get(__ret__, 'data_source'),
|
231
268
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
232
269
|
description=pulumi.get(__ret__, 'description'),
|
233
270
|
display_name=pulumi.get(__ret__, 'display_name'),
|
@@ -239,7 +276,9 @@ def get_report(report_id: Optional[_builtins.str] = None,
|
|
239
276
|
report_id=pulumi.get(__ret__, 'report_id'),
|
240
277
|
state=pulumi.get(__ret__, 'state'),
|
241
278
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|
279
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
242
280
|
time_generated=pulumi.get(__ret__, 'time_generated'),
|
281
|
+
time_updated=pulumi.get(__ret__, 'time_updated'),
|
243
282
|
type=pulumi.get(__ret__, 'type'))
|
244
283
|
def get_report_output(report_id: Optional[pulumi.Input[_builtins.str]] = None,
|
245
284
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetReportResult]:
|
@@ -266,6 +305,7 @@ def get_report_output(report_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
266
305
|
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getReport:getReport', __args__, opts=opts, typ=GetReportResult)
|
267
306
|
return __ret__.apply(lambda __response__: GetReportResult(
|
268
307
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
308
|
+
data_source=pulumi.get(__response__, 'data_source'),
|
269
309
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
270
310
|
description=pulumi.get(__response__, 'description'),
|
271
311
|
display_name=pulumi.get(__response__, 'display_name'),
|
@@ -277,5 +317,7 @@ def get_report_output(report_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
277
317
|
report_id=pulumi.get(__response__, 'report_id'),
|
278
318
|
state=pulumi.get(__response__, 'state'),
|
279
319
|
system_tags=pulumi.get(__response__, 'system_tags'),
|
320
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
280
321
|
time_generated=pulumi.get(__response__, 'time_generated'),
|
322
|
+
time_updated=pulumi.get(__response__, 'time_updated'),
|
281
323
|
type=pulumi.get(__response__, 'type')))
|
@@ -28,7 +28,7 @@ class GetReportsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getReports.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, access_level=None, compartment_id=None, compartment_id_in_subtree=None, display_name=None, filters=None, id=None, mime_type=None, report_collections=None, report_definition_id=None, state=None, time_generated_greater_than_or_equal_to=None, time_generated_less_than=None, type=None):
|
31
|
+
def __init__(__self__, access_level=None, compartment_id=None, compartment_id_in_subtree=None, data_source=None, display_name=None, filters=None, id=None, mime_type=None, report_collections=None, report_definition_id=None, state=None, time_generated_greater_than_or_equal_to=None, time_generated_less_than=None, type=None):
|
32
32
|
if access_level and not isinstance(access_level, str):
|
33
33
|
raise TypeError("Expected argument 'access_level' to be a str")
|
34
34
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -38,6 +38,9 @@ class GetReportsResult:
|
|
38
38
|
if compartment_id_in_subtree and not isinstance(compartment_id_in_subtree, bool):
|
39
39
|
raise TypeError("Expected argument 'compartment_id_in_subtree' to be a bool")
|
40
40
|
pulumi.set(__self__, "compartment_id_in_subtree", compartment_id_in_subtree)
|
41
|
+
if data_source and not isinstance(data_source, str):
|
42
|
+
raise TypeError("Expected argument 'data_source' to be a str")
|
43
|
+
pulumi.set(__self__, "data_source", data_source)
|
41
44
|
if display_name and not isinstance(display_name, str):
|
42
45
|
raise TypeError("Expected argument 'display_name' to be a str")
|
43
46
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -87,6 +90,14 @@ class GetReportsResult:
|
|
87
90
|
def compartment_id_in_subtree(self) -> Optional[_builtins.bool]:
|
88
91
|
return pulumi.get(self, "compartment_id_in_subtree")
|
89
92
|
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter(name="dataSource")
|
95
|
+
def data_source(self) -> Optional[_builtins.str]:
|
96
|
+
"""
|
97
|
+
Specifies the name of a resource that provides data for the report. For example alerts, events.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "data_source")
|
100
|
+
|
90
101
|
@_builtins.property
|
91
102
|
@pulumi.getter(name="displayName")
|
92
103
|
def display_name(self) -> Optional[_builtins.str]:
|
@@ -168,6 +179,7 @@ class AwaitableGetReportsResult(GetReportsResult):
|
|
168
179
|
access_level=self.access_level,
|
169
180
|
compartment_id=self.compartment_id,
|
170
181
|
compartment_id_in_subtree=self.compartment_id_in_subtree,
|
182
|
+
data_source=self.data_source,
|
171
183
|
display_name=self.display_name,
|
172
184
|
filters=self.filters,
|
173
185
|
id=self.id,
|
@@ -183,6 +195,7 @@ class AwaitableGetReportsResult(GetReportsResult):
|
|
183
195
|
def get_reports(access_level: Optional[_builtins.str] = None,
|
184
196
|
compartment_id: Optional[_builtins.str] = None,
|
185
197
|
compartment_id_in_subtree: Optional[_builtins.bool] = None,
|
198
|
+
data_source: Optional[_builtins.str] = None,
|
186
199
|
display_name: Optional[_builtins.str] = None,
|
187
200
|
filters: Optional[Sequence[Union['GetReportsFilterArgs', 'GetReportsFilterArgsDict']]] = None,
|
188
201
|
mime_type: Optional[_builtins.str] = None,
|
@@ -206,6 +219,7 @@ def get_reports(access_level: Optional[_builtins.str] = None,
|
|
206
219
|
test_reports = oci.DataSafe.get_reports(compartment_id=compartment_id,
|
207
220
|
access_level=report_access_level,
|
208
221
|
compartment_id_in_subtree=report_compartment_id_in_subtree,
|
222
|
+
data_source=report_data_source,
|
209
223
|
display_name=report_display_name,
|
210
224
|
mime_type=report_mime_type,
|
211
225
|
report_definition_id=test_report_definition["id"],
|
@@ -219,6 +233,7 @@ def get_reports(access_level: Optional[_builtins.str] = None,
|
|
219
233
|
:param _builtins.str access_level: Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
|
220
234
|
:param _builtins.str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
221
235
|
:param _builtins.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.
|
236
|
+
:param _builtins.str data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
222
237
|
:param _builtins.str display_name: The name of the report definition to query.
|
223
238
|
:param _builtins.str mime_type: An optional filter to return only resources that match the specified mime type.
|
224
239
|
:param _builtins.str report_definition_id: The ID of the report definition to filter the list of reports
|
@@ -235,6 +250,7 @@ def get_reports(access_level: Optional[_builtins.str] = None,
|
|
235
250
|
__args__['accessLevel'] = access_level
|
236
251
|
__args__['compartmentId'] = compartment_id
|
237
252
|
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
253
|
+
__args__['dataSource'] = data_source
|
238
254
|
__args__['displayName'] = display_name
|
239
255
|
__args__['filters'] = filters
|
240
256
|
__args__['mimeType'] = mime_type
|
@@ -250,6 +266,7 @@ def get_reports(access_level: Optional[_builtins.str] = None,
|
|
250
266
|
access_level=pulumi.get(__ret__, 'access_level'),
|
251
267
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
252
268
|
compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
|
269
|
+
data_source=pulumi.get(__ret__, 'data_source'),
|
253
270
|
display_name=pulumi.get(__ret__, 'display_name'),
|
254
271
|
filters=pulumi.get(__ret__, 'filters'),
|
255
272
|
id=pulumi.get(__ret__, 'id'),
|
@@ -263,6 +280,7 @@ def get_reports(access_level: Optional[_builtins.str] = None,
|
|
263
280
|
def get_reports_output(access_level: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
264
281
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
265
282
|
compartment_id_in_subtree: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
283
|
+
data_source: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
266
284
|
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
267
285
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetReportsFilterArgs', 'GetReportsFilterArgsDict']]]]] = None,
|
268
286
|
mime_type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
@@ -286,6 +304,7 @@ def get_reports_output(access_level: Optional[pulumi.Input[Optional[_builtins.st
|
|
286
304
|
test_reports = oci.DataSafe.get_reports(compartment_id=compartment_id,
|
287
305
|
access_level=report_access_level,
|
288
306
|
compartment_id_in_subtree=report_compartment_id_in_subtree,
|
307
|
+
data_source=report_data_source,
|
289
308
|
display_name=report_display_name,
|
290
309
|
mime_type=report_mime_type,
|
291
310
|
report_definition_id=test_report_definition["id"],
|
@@ -299,6 +318,7 @@ def get_reports_output(access_level: Optional[pulumi.Input[Optional[_builtins.st
|
|
299
318
|
:param _builtins.str access_level: Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
|
300
319
|
:param _builtins.str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
301
320
|
:param _builtins.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.
|
321
|
+
:param _builtins.str data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
302
322
|
:param _builtins.str display_name: The name of the report definition to query.
|
303
323
|
:param _builtins.str mime_type: An optional filter to return only resources that match the specified mime type.
|
304
324
|
:param _builtins.str report_definition_id: The ID of the report definition to filter the list of reports
|
@@ -315,6 +335,7 @@ def get_reports_output(access_level: Optional[pulumi.Input[Optional[_builtins.st
|
|
315
335
|
__args__['accessLevel'] = access_level
|
316
336
|
__args__['compartmentId'] = compartment_id
|
317
337
|
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
338
|
+
__args__['dataSource'] = data_source
|
318
339
|
__args__['displayName'] = display_name
|
319
340
|
__args__['filters'] = filters
|
320
341
|
__args__['mimeType'] = mime_type
|
@@ -329,6 +350,7 @@ def get_reports_output(access_level: Optional[pulumi.Input[Optional[_builtins.st
|
|
329
350
|
access_level=pulumi.get(__response__, 'access_level'),
|
330
351
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
331
352
|
compartment_id_in_subtree=pulumi.get(__response__, 'compartment_id_in_subtree'),
|
353
|
+
data_source=pulumi.get(__response__, 'data_source'),
|
332
354
|
display_name=pulumi.get(__response__, 'display_name'),
|
333
355
|
filters=pulumi.get(__response__, 'filters'),
|
334
356
|
id=pulumi.get(__response__, 'id'),
|