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
pulumi_oci/datasafe/report.py
CHANGED
@@ -99,6 +99,7 @@ class ReportArgs:
|
|
99
99
|
class _ReportState:
|
100
100
|
def __init__(__self__, *,
|
101
101
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
102
|
+
data_source: Optional[pulumi.Input[_builtins.str]] = None,
|
102
103
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
103
104
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
104
105
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -109,11 +110,14 @@ class _ReportState:
|
|
109
110
|
report_id: Optional[pulumi.Input[_builtins.str]] = None,
|
110
111
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
111
112
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
113
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
112
114
|
time_generated: Optional[pulumi.Input[_builtins.str]] = None,
|
115
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
113
116
|
type: Optional[pulumi.Input[_builtins.str]] = None):
|
114
117
|
"""
|
115
118
|
Input properties used for looking up and filtering Report resources.
|
116
119
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
120
|
+
:param pulumi.Input[_builtins.str] data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
117
121
|
: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"}`
|
118
122
|
:param pulumi.Input[_builtins.str] description: Specifies a description of the report.
|
119
123
|
:param pulumi.Input[_builtins.str] display_name: Name of the report.
|
@@ -128,11 +132,15 @@ class _ReportState:
|
|
128
132
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
129
133
|
:param pulumi.Input[_builtins.str] state: The current state of the audit report.
|
130
134
|
: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"}`
|
135
|
+
:param pulumi.Input[_builtins.str] time_created: Specifies the time at which the report was created.
|
131
136
|
:param pulumi.Input[_builtins.str] time_generated: Specifies the date and time the report was generated.
|
137
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time of the report update in Data Safe.
|
132
138
|
:param pulumi.Input[_builtins.str] type: The type of the audit report.
|
133
139
|
"""
|
134
140
|
if compartment_id is not None:
|
135
141
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
142
|
+
if data_source is not None:
|
143
|
+
pulumi.set(__self__, "data_source", data_source)
|
136
144
|
if defined_tags is not None:
|
137
145
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
138
146
|
if description is not None:
|
@@ -153,8 +161,12 @@ class _ReportState:
|
|
153
161
|
pulumi.set(__self__, "state", state)
|
154
162
|
if system_tags is not None:
|
155
163
|
pulumi.set(__self__, "system_tags", system_tags)
|
164
|
+
if time_created is not None:
|
165
|
+
pulumi.set(__self__, "time_created", time_created)
|
156
166
|
if time_generated is not None:
|
157
167
|
pulumi.set(__self__, "time_generated", time_generated)
|
168
|
+
if time_updated is not None:
|
169
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
158
170
|
if type is not None:
|
159
171
|
pulumi.set(__self__, "type", type)
|
160
172
|
|
@@ -170,6 +182,18 @@ class _ReportState:
|
|
170
182
|
def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
171
183
|
pulumi.set(self, "compartment_id", value)
|
172
184
|
|
185
|
+
@_builtins.property
|
186
|
+
@pulumi.getter(name="dataSource")
|
187
|
+
def data_source(self) -> Optional[pulumi.Input[_builtins.str]]:
|
188
|
+
"""
|
189
|
+
Specifies the name of a resource that provides data for the report. For example alerts, events.
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "data_source")
|
192
|
+
|
193
|
+
@data_source.setter
|
194
|
+
def data_source(self, value: Optional[pulumi.Input[_builtins.str]]):
|
195
|
+
pulumi.set(self, "data_source", value)
|
196
|
+
|
173
197
|
@_builtins.property
|
174
198
|
@pulumi.getter(name="definedTags")
|
175
199
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
@@ -294,6 +318,18 @@ class _ReportState:
|
|
294
318
|
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
295
319
|
pulumi.set(self, "system_tags", value)
|
296
320
|
|
321
|
+
@_builtins.property
|
322
|
+
@pulumi.getter(name="timeCreated")
|
323
|
+
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
324
|
+
"""
|
325
|
+
Specifies the time at which the report was created.
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "time_created")
|
328
|
+
|
329
|
+
@time_created.setter
|
330
|
+
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
331
|
+
pulumi.set(self, "time_created", value)
|
332
|
+
|
297
333
|
@_builtins.property
|
298
334
|
@pulumi.getter(name="timeGenerated")
|
299
335
|
def time_generated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -306,6 +342,18 @@ class _ReportState:
|
|
306
342
|
def time_generated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
307
343
|
pulumi.set(self, "time_generated", value)
|
308
344
|
|
345
|
+
@_builtins.property
|
346
|
+
@pulumi.getter(name="timeUpdated")
|
347
|
+
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
348
|
+
"""
|
349
|
+
The date and time of the report update in Data Safe.
|
350
|
+
"""
|
351
|
+
return pulumi.get(self, "time_updated")
|
352
|
+
|
353
|
+
@time_updated.setter
|
354
|
+
def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
|
355
|
+
pulumi.set(self, "time_updated", value)
|
356
|
+
|
309
357
|
@_builtins.property
|
310
358
|
@pulumi.getter
|
311
359
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -407,6 +455,7 @@ class Report(pulumi.CustomResource):
|
|
407
455
|
if report_id is None and not opts.urn:
|
408
456
|
raise TypeError("Missing required property 'report_id'")
|
409
457
|
__props__.__dict__["report_id"] = report_id
|
458
|
+
__props__.__dict__["data_source"] = None
|
410
459
|
__props__.__dict__["description"] = None
|
411
460
|
__props__.__dict__["display_name"] = None
|
412
461
|
__props__.__dict__["lifecycle_details"] = None
|
@@ -414,7 +463,9 @@ class Report(pulumi.CustomResource):
|
|
414
463
|
__props__.__dict__["report_definition_id"] = None
|
415
464
|
__props__.__dict__["state"] = None
|
416
465
|
__props__.__dict__["system_tags"] = None
|
466
|
+
__props__.__dict__["time_created"] = None
|
417
467
|
__props__.__dict__["time_generated"] = None
|
468
|
+
__props__.__dict__["time_updated"] = None
|
418
469
|
__props__.__dict__["type"] = None
|
419
470
|
super(Report, __self__).__init__(
|
420
471
|
'oci:DataSafe/report:Report',
|
@@ -427,6 +478,7 @@ class Report(pulumi.CustomResource):
|
|
427
478
|
id: pulumi.Input[str],
|
428
479
|
opts: Optional[pulumi.ResourceOptions] = None,
|
429
480
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
481
|
+
data_source: Optional[pulumi.Input[_builtins.str]] = None,
|
430
482
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
431
483
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
432
484
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -437,7 +489,9 @@ class Report(pulumi.CustomResource):
|
|
437
489
|
report_id: Optional[pulumi.Input[_builtins.str]] = None,
|
438
490
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
439
491
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
492
|
+
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
440
493
|
time_generated: Optional[pulumi.Input[_builtins.str]] = None,
|
494
|
+
time_updated: Optional[pulumi.Input[_builtins.str]] = None,
|
441
495
|
type: Optional[pulumi.Input[_builtins.str]] = None) -> 'Report':
|
442
496
|
"""
|
443
497
|
Get an existing Report resource's state with the given name, id, and optional extra
|
@@ -447,6 +501,7 @@ class Report(pulumi.CustomResource):
|
|
447
501
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
448
502
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
449
503
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
504
|
+
:param pulumi.Input[_builtins.str] data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
450
505
|
: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"}`
|
451
506
|
:param pulumi.Input[_builtins.str] description: Specifies a description of the report.
|
452
507
|
:param pulumi.Input[_builtins.str] display_name: Name of the report.
|
@@ -461,7 +516,9 @@ class Report(pulumi.CustomResource):
|
|
461
516
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
462
517
|
:param pulumi.Input[_builtins.str] state: The current state of the audit report.
|
463
518
|
: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"}`
|
519
|
+
:param pulumi.Input[_builtins.str] time_created: Specifies the time at which the report was created.
|
464
520
|
:param pulumi.Input[_builtins.str] time_generated: Specifies the date and time the report was generated.
|
521
|
+
:param pulumi.Input[_builtins.str] time_updated: The date and time of the report update in Data Safe.
|
465
522
|
:param pulumi.Input[_builtins.str] type: The type of the audit report.
|
466
523
|
"""
|
467
524
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -469,6 +526,7 @@ class Report(pulumi.CustomResource):
|
|
469
526
|
__props__ = _ReportState.__new__(_ReportState)
|
470
527
|
|
471
528
|
__props__.__dict__["compartment_id"] = compartment_id
|
529
|
+
__props__.__dict__["data_source"] = data_source
|
472
530
|
__props__.__dict__["defined_tags"] = defined_tags
|
473
531
|
__props__.__dict__["description"] = description
|
474
532
|
__props__.__dict__["display_name"] = display_name
|
@@ -479,7 +537,9 @@ class Report(pulumi.CustomResource):
|
|
479
537
|
__props__.__dict__["report_id"] = report_id
|
480
538
|
__props__.__dict__["state"] = state
|
481
539
|
__props__.__dict__["system_tags"] = system_tags
|
540
|
+
__props__.__dict__["time_created"] = time_created
|
482
541
|
__props__.__dict__["time_generated"] = time_generated
|
542
|
+
__props__.__dict__["time_updated"] = time_updated
|
483
543
|
__props__.__dict__["type"] = type
|
484
544
|
return Report(resource_name, opts=opts, __props__=__props__)
|
485
545
|
|
@@ -491,6 +551,14 @@ class Report(pulumi.CustomResource):
|
|
491
551
|
"""
|
492
552
|
return pulumi.get(self, "compartment_id")
|
493
553
|
|
554
|
+
@_builtins.property
|
555
|
+
@pulumi.getter(name="dataSource")
|
556
|
+
def data_source(self) -> pulumi.Output[_builtins.str]:
|
557
|
+
"""
|
558
|
+
Specifies the name of a resource that provides data for the report. For example alerts, events.
|
559
|
+
"""
|
560
|
+
return pulumi.get(self, "data_source")
|
561
|
+
|
494
562
|
@_builtins.property
|
495
563
|
@pulumi.getter(name="definedTags")
|
496
564
|
def defined_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
|
@@ -575,6 +643,14 @@ class Report(pulumi.CustomResource):
|
|
575
643
|
"""
|
576
644
|
return pulumi.get(self, "system_tags")
|
577
645
|
|
646
|
+
@_builtins.property
|
647
|
+
@pulumi.getter(name="timeCreated")
|
648
|
+
def time_created(self) -> pulumi.Output[_builtins.str]:
|
649
|
+
"""
|
650
|
+
Specifies the time at which the report was created.
|
651
|
+
"""
|
652
|
+
return pulumi.get(self, "time_created")
|
653
|
+
|
578
654
|
@_builtins.property
|
579
655
|
@pulumi.getter(name="timeGenerated")
|
580
656
|
def time_generated(self) -> pulumi.Output[_builtins.str]:
|
@@ -583,6 +659,14 @@ class Report(pulumi.CustomResource):
|
|
583
659
|
"""
|
584
660
|
return pulumi.get(self, "time_generated")
|
585
661
|
|
662
|
+
@_builtins.property
|
663
|
+
@pulumi.getter(name="timeUpdated")
|
664
|
+
def time_updated(self) -> pulumi.Output[_builtins.str]:
|
665
|
+
"""
|
666
|
+
The date and time of the report update in Data Safe.
|
667
|
+
"""
|
668
|
+
return pulumi.get(self, "time_updated")
|
669
|
+
|
586
670
|
@_builtins.property
|
587
671
|
@pulumi.getter
|
588
672
|
def type(self) -> pulumi.Output[_builtins.str]:
|
@@ -660,7 +660,9 @@ class ReportDefinition(pulumi.CustomResource):
|
|
660
660
|
"display_order": report_definition_column_info_display_order,
|
661
661
|
"field_name": report_definition_column_info_field_name,
|
662
662
|
"is_hidden": report_definition_column_info_is_hidden,
|
663
|
+
"applicable_operators": report_definition_column_info_applicable_operators,
|
663
664
|
"data_type": report_definition_column_info_data_type,
|
665
|
+
"is_virtual": report_definition_column_info_is_virtual,
|
664
666
|
}],
|
665
667
|
column_sortings=[{
|
666
668
|
"field_name": report_definition_column_sortings_field_name,
|
@@ -738,7 +740,9 @@ class ReportDefinition(pulumi.CustomResource):
|
|
738
740
|
"display_order": report_definition_column_info_display_order,
|
739
741
|
"field_name": report_definition_column_info_field_name,
|
740
742
|
"is_hidden": report_definition_column_info_is_hidden,
|
743
|
+
"applicable_operators": report_definition_column_info_applicable_operators,
|
741
744
|
"data_type": report_definition_column_info_data_type,
|
745
|
+
"is_virtual": report_definition_column_info_is_virtual,
|
742
746
|
}],
|
743
747
|
column_sortings=[{
|
744
748
|
"field_name": report_definition_column_sortings_field_name,
|