pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +107 -0
- pulumi_oci/_utilities.py +8 -4
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +40 -0
- pulumi_oci/containerengine/cluster.py +2 -0
- pulumi_oci/containerengine/outputs.py +70 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +2474 -1135
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +97 -8
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +32 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +13088 -8368
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/filestorage/file_system.py +28 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +77 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/provider.py +20 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/RECORD +213 -142
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,232 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import 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
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetMaskingPolicyReferentialRelationsResult',
|
21
|
+
'AwaitableGetMaskingPolicyReferentialRelationsResult',
|
22
|
+
'get_masking_policy_referential_relations',
|
23
|
+
'get_masking_policy_referential_relations_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetMaskingPolicyReferentialRelationsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getMaskingPolicyReferentialRelations.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, column_names=None, filters=None, id=None, masking_policy_id=None, masking_policy_referential_relation_collections=None, objects=None, relation_types=None, schema_names=None):
|
32
|
+
if column_names and not isinstance(column_names, list):
|
33
|
+
raise TypeError("Expected argument 'column_names' to be a list")
|
34
|
+
pulumi.set(__self__, "column_names", column_names)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
if masking_policy_id and not isinstance(masking_policy_id, str):
|
42
|
+
raise TypeError("Expected argument 'masking_policy_id' to be a str")
|
43
|
+
pulumi.set(__self__, "masking_policy_id", masking_policy_id)
|
44
|
+
if masking_policy_referential_relation_collections and not isinstance(masking_policy_referential_relation_collections, list):
|
45
|
+
raise TypeError("Expected argument 'masking_policy_referential_relation_collections' to be a list")
|
46
|
+
pulumi.set(__self__, "masking_policy_referential_relation_collections", masking_policy_referential_relation_collections)
|
47
|
+
if objects and not isinstance(objects, list):
|
48
|
+
raise TypeError("Expected argument 'objects' to be a list")
|
49
|
+
pulumi.set(__self__, "objects", objects)
|
50
|
+
if relation_types and not isinstance(relation_types, list):
|
51
|
+
raise TypeError("Expected argument 'relation_types' to be a list")
|
52
|
+
pulumi.set(__self__, "relation_types", relation_types)
|
53
|
+
if schema_names and not isinstance(schema_names, list):
|
54
|
+
raise TypeError("Expected argument 'schema_names' to be a list")
|
55
|
+
pulumi.set(__self__, "schema_names", schema_names)
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter(name="columnNames")
|
59
|
+
def column_names(self) -> Optional[Sequence[str]]:
|
60
|
+
return pulumi.get(self, "column_names")
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter
|
64
|
+
def filters(self) -> Optional[Sequence['outputs.GetMaskingPolicyReferentialRelationsFilterResult']]:
|
65
|
+
return pulumi.get(self, "filters")
|
66
|
+
|
67
|
+
@property
|
68
|
+
@pulumi.getter
|
69
|
+
def id(self) -> str:
|
70
|
+
"""
|
71
|
+
The provider-assigned unique ID for this managed resource.
|
72
|
+
"""
|
73
|
+
return pulumi.get(self, "id")
|
74
|
+
|
75
|
+
@property
|
76
|
+
@pulumi.getter(name="maskingPolicyId")
|
77
|
+
def masking_policy_id(self) -> str:
|
78
|
+
"""
|
79
|
+
The OCID of the masking policy that contains the column.
|
80
|
+
"""
|
81
|
+
return pulumi.get(self, "masking_policy_id")
|
82
|
+
|
83
|
+
@property
|
84
|
+
@pulumi.getter(name="maskingPolicyReferentialRelationCollections")
|
85
|
+
def masking_policy_referential_relation_collections(self) -> Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionResult']:
|
86
|
+
"""
|
87
|
+
The list of masking_policy_referential_relation_collection.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "masking_policy_referential_relation_collections")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter
|
93
|
+
def objects(self) -> Optional[Sequence[str]]:
|
94
|
+
"""
|
95
|
+
The name of the object (table or editioning view) that contains the database column(s).
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "objects")
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter(name="relationTypes")
|
101
|
+
def relation_types(self) -> Optional[Sequence[str]]:
|
102
|
+
"""
|
103
|
+
The type of referential relationship the column has with its parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "relation_types")
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter(name="schemaNames")
|
109
|
+
def schema_names(self) -> Optional[Sequence[str]]:
|
110
|
+
"""
|
111
|
+
The name of the schema that contains the database column(s).
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "schema_names")
|
114
|
+
|
115
|
+
|
116
|
+
class AwaitableGetMaskingPolicyReferentialRelationsResult(GetMaskingPolicyReferentialRelationsResult):
|
117
|
+
# pylint: disable=using-constant-test
|
118
|
+
def __await__(self):
|
119
|
+
if False:
|
120
|
+
yield self
|
121
|
+
return GetMaskingPolicyReferentialRelationsResult(
|
122
|
+
column_names=self.column_names,
|
123
|
+
filters=self.filters,
|
124
|
+
id=self.id,
|
125
|
+
masking_policy_id=self.masking_policy_id,
|
126
|
+
masking_policy_referential_relation_collections=self.masking_policy_referential_relation_collections,
|
127
|
+
objects=self.objects,
|
128
|
+
relation_types=self.relation_types,
|
129
|
+
schema_names=self.schema_names)
|
130
|
+
|
131
|
+
|
132
|
+
def get_masking_policy_referential_relations(column_names: Optional[Sequence[str]] = None,
|
133
|
+
filters: Optional[Sequence[Union['GetMaskingPolicyReferentialRelationsFilterArgs', 'GetMaskingPolicyReferentialRelationsFilterArgsDict']]] = None,
|
134
|
+
masking_policy_id: Optional[str] = None,
|
135
|
+
objects: Optional[Sequence[str]] = None,
|
136
|
+
relation_types: Optional[Sequence[str]] = None,
|
137
|
+
schema_names: Optional[Sequence[str]] = None,
|
138
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMaskingPolicyReferentialRelationsResult:
|
139
|
+
"""
|
140
|
+
This data source provides the list of Masking Policy Referential Relations in Oracle Cloud Infrastructure Data Safe service.
|
141
|
+
|
142
|
+
Gets a list of referential relations present in the specified masking policy based on the specified query parameters.
|
143
|
+
|
144
|
+
## Example Usage
|
145
|
+
|
146
|
+
```python
|
147
|
+
import pulumi
|
148
|
+
import pulumi_oci as oci
|
149
|
+
|
150
|
+
test_masking_policy_referential_relations = oci.DataSafe.get_masking_policy_referential_relations(masking_policy_id=test_masking_policy["id"],
|
151
|
+
column_names=masking_policy_referential_relation_column_name,
|
152
|
+
objects=masking_policy_referential_relation_object,
|
153
|
+
relation_types=masking_policy_referential_relation_relation_type,
|
154
|
+
schema_names=masking_policy_referential_relation_schema_name)
|
155
|
+
```
|
156
|
+
|
157
|
+
|
158
|
+
:param Sequence[str] column_names: A filter to return only a specific column based on column name.
|
159
|
+
:param str masking_policy_id: The OCID of the masking policy.
|
160
|
+
:param Sequence[str] objects: A filter to return only items related to a specific object name.
|
161
|
+
:param Sequence[str] relation_types: A filter to return columns based on their relationship with their parent columns. If set to NONE, it returns the columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
|
162
|
+
:param Sequence[str] schema_names: A filter to return only items related to specific schema name.
|
163
|
+
"""
|
164
|
+
__args__ = dict()
|
165
|
+
__args__['columnNames'] = column_names
|
166
|
+
__args__['filters'] = filters
|
167
|
+
__args__['maskingPolicyId'] = masking_policy_id
|
168
|
+
__args__['objects'] = objects
|
169
|
+
__args__['relationTypes'] = relation_types
|
170
|
+
__args__['schemaNames'] = schema_names
|
171
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
172
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getMaskingPolicyReferentialRelations:getMaskingPolicyReferentialRelations', __args__, opts=opts, typ=GetMaskingPolicyReferentialRelationsResult).value
|
173
|
+
|
174
|
+
return AwaitableGetMaskingPolicyReferentialRelationsResult(
|
175
|
+
column_names=pulumi.get(__ret__, 'column_names'),
|
176
|
+
filters=pulumi.get(__ret__, 'filters'),
|
177
|
+
id=pulumi.get(__ret__, 'id'),
|
178
|
+
masking_policy_id=pulumi.get(__ret__, 'masking_policy_id'),
|
179
|
+
masking_policy_referential_relation_collections=pulumi.get(__ret__, 'masking_policy_referential_relation_collections'),
|
180
|
+
objects=pulumi.get(__ret__, 'objects'),
|
181
|
+
relation_types=pulumi.get(__ret__, 'relation_types'),
|
182
|
+
schema_names=pulumi.get(__ret__, 'schema_names'))
|
183
|
+
def get_masking_policy_referential_relations_output(column_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
184
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetMaskingPolicyReferentialRelationsFilterArgs', 'GetMaskingPolicyReferentialRelationsFilterArgsDict']]]]] = None,
|
185
|
+
masking_policy_id: Optional[pulumi.Input[str]] = None,
|
186
|
+
objects: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
187
|
+
relation_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
188
|
+
schema_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
189
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMaskingPolicyReferentialRelationsResult]:
|
190
|
+
"""
|
191
|
+
This data source provides the list of Masking Policy Referential Relations in Oracle Cloud Infrastructure Data Safe service.
|
192
|
+
|
193
|
+
Gets a list of referential relations present in the specified masking policy based on the specified query parameters.
|
194
|
+
|
195
|
+
## Example Usage
|
196
|
+
|
197
|
+
```python
|
198
|
+
import pulumi
|
199
|
+
import pulumi_oci as oci
|
200
|
+
|
201
|
+
test_masking_policy_referential_relations = oci.DataSafe.get_masking_policy_referential_relations(masking_policy_id=test_masking_policy["id"],
|
202
|
+
column_names=masking_policy_referential_relation_column_name,
|
203
|
+
objects=masking_policy_referential_relation_object,
|
204
|
+
relation_types=masking_policy_referential_relation_relation_type,
|
205
|
+
schema_names=masking_policy_referential_relation_schema_name)
|
206
|
+
```
|
207
|
+
|
208
|
+
|
209
|
+
:param Sequence[str] column_names: A filter to return only a specific column based on column name.
|
210
|
+
:param str masking_policy_id: The OCID of the masking policy.
|
211
|
+
:param Sequence[str] objects: A filter to return only items related to a specific object name.
|
212
|
+
:param Sequence[str] relation_types: A filter to return columns based on their relationship with their parent columns. If set to NONE, it returns the columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
|
213
|
+
:param Sequence[str] schema_names: A filter to return only items related to specific schema name.
|
214
|
+
"""
|
215
|
+
__args__ = dict()
|
216
|
+
__args__['columnNames'] = column_names
|
217
|
+
__args__['filters'] = filters
|
218
|
+
__args__['maskingPolicyId'] = masking_policy_id
|
219
|
+
__args__['objects'] = objects
|
220
|
+
__args__['relationTypes'] = relation_types
|
221
|
+
__args__['schemaNames'] = schema_names
|
222
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
223
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getMaskingPolicyReferentialRelations:getMaskingPolicyReferentialRelations', __args__, opts=opts, typ=GetMaskingPolicyReferentialRelationsResult)
|
224
|
+
return __ret__.apply(lambda __response__: GetMaskingPolicyReferentialRelationsResult(
|
225
|
+
column_names=pulumi.get(__response__, 'column_names'),
|
226
|
+
filters=pulumi.get(__response__, 'filters'),
|
227
|
+
id=pulumi.get(__response__, 'id'),
|
228
|
+
masking_policy_id=pulumi.get(__response__, 'masking_policy_id'),
|
229
|
+
masking_policy_referential_relation_collections=pulumi.get(__response__, 'masking_policy_referential_relation_collections'),
|
230
|
+
objects=pulumi.get(__response__, 'objects'),
|
231
|
+
relation_types=pulumi.get(__response__, 'relation_types'),
|
232
|
+
schema_names=pulumi.get(__response__, 'schema_names')))
|
@@ -95,7 +95,7 @@ class GetOnpremConnectorResult:
|
|
95
95
|
@pulumi.getter(name="definedTags")
|
96
96
|
def defined_tags(self) -> Mapping[str, str]:
|
97
97
|
"""
|
98
|
-
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)
|
98
|
+
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"}`
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "defined_tags")
|
101
101
|
|
@@ -82,7 +82,7 @@ class GetReportResult:
|
|
82
82
|
@pulumi.getter(name="definedTags")
|
83
83
|
def defined_tags(self) -> Mapping[str, str]:
|
84
84
|
"""
|
85
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
85
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
86
86
|
"""
|
87
87
|
return pulumi.get(self, "defined_tags")
|
88
88
|
|
@@ -176,7 +176,7 @@ class GetReportDefinitionResult:
|
|
176
176
|
@pulumi.getter(name="definedTags")
|
177
177
|
def defined_tags(self) -> Mapping[str, str]:
|
178
178
|
"""
|
179
|
-
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)
|
179
|
+
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"}`
|
180
180
|
"""
|
181
181
|
return pulumi.get(self, "defined_tags")
|
182
182
|
|
@@ -79,7 +79,7 @@ class GetSdmMaskingPolicyDifferenceResult:
|
|
79
79
|
@pulumi.getter(name="definedTags")
|
80
80
|
def defined_tags(self) -> Mapping[str, str]:
|
81
81
|
"""
|
82
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
82
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
83
83
|
"""
|
84
84
|
return pulumi.get(self, "defined_tags")
|
85
85
|
|
@@ -125,7 +125,7 @@ class GetSecurityAssessmentResult:
|
|
125
125
|
@pulumi.getter(name="definedTags")
|
126
126
|
def defined_tags(self) -> Mapping[str, str]:
|
127
127
|
"""
|
128
|
-
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)
|
128
|
+
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"}`
|
129
129
|
"""
|
130
130
|
return pulumi.get(self, "defined_tags")
|
131
131
|
|
@@ -76,7 +76,7 @@ class GetSecurityPolicyResult:
|
|
76
76
|
@pulumi.getter(name="definedTags")
|
77
77
|
def defined_tags(self) -> Mapping[str, str]:
|
78
78
|
"""
|
79
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
79
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
80
80
|
"""
|
81
81
|
return pulumi.get(self, "defined_tags")
|
82
82
|
|
@@ -82,7 +82,7 @@ class GetSecurityPolicyDeploymentResult:
|
|
82
82
|
@pulumi.getter(name="definedTags")
|
83
83
|
def defined_tags(self) -> Mapping[str, str]:
|
84
84
|
"""
|
85
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
85
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
86
86
|
"""
|
87
87
|
return pulumi.get(self, "defined_tags")
|
88
88
|
|
@@ -109,7 +109,7 @@ class GetSensitiveDataModelResult:
|
|
109
109
|
@pulumi.getter(name="definedTags")
|
110
110
|
def defined_tags(self) -> Mapping[str, str]:
|
111
111
|
"""
|
112
|
-
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)
|
112
|
+
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"}`
|
113
113
|
"""
|
114
114
|
return pulumi.get(self, "defined_tags")
|
115
115
|
|
@@ -0,0 +1,186 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import 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
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetSensitiveDataModelReferentialRelationResult',
|
20
|
+
'AwaitableGetSensitiveDataModelReferentialRelationResult',
|
21
|
+
'get_sensitive_data_model_referential_relation',
|
22
|
+
'get_sensitive_data_model_referential_relation_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetSensitiveDataModelReferentialRelationResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getSensitiveDataModelReferentialRelation.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, children=None, id=None, is_sensitive=None, key=None, parents=None, relation_type=None, sensitive_data_model_id=None, state=None):
|
31
|
+
if children and not isinstance(children, list):
|
32
|
+
raise TypeError("Expected argument 'children' to be a list")
|
33
|
+
pulumi.set(__self__, "children", children)
|
34
|
+
if id and not isinstance(id, str):
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
36
|
+
pulumi.set(__self__, "id", id)
|
37
|
+
if is_sensitive and not isinstance(is_sensitive, bool):
|
38
|
+
raise TypeError("Expected argument 'is_sensitive' to be a bool")
|
39
|
+
pulumi.set(__self__, "is_sensitive", is_sensitive)
|
40
|
+
if key and not isinstance(key, str):
|
41
|
+
raise TypeError("Expected argument 'key' to be a str")
|
42
|
+
pulumi.set(__self__, "key", key)
|
43
|
+
if parents and not isinstance(parents, list):
|
44
|
+
raise TypeError("Expected argument 'parents' to be a list")
|
45
|
+
pulumi.set(__self__, "parents", parents)
|
46
|
+
if relation_type and not isinstance(relation_type, str):
|
47
|
+
raise TypeError("Expected argument 'relation_type' to be a str")
|
48
|
+
pulumi.set(__self__, "relation_type", relation_type)
|
49
|
+
if sensitive_data_model_id and not isinstance(sensitive_data_model_id, str):
|
50
|
+
raise TypeError("Expected argument 'sensitive_data_model_id' to be a str")
|
51
|
+
pulumi.set(__self__, "sensitive_data_model_id", sensitive_data_model_id)
|
52
|
+
if state and not isinstance(state, str):
|
53
|
+
raise TypeError("Expected argument 'state' to be a str")
|
54
|
+
pulumi.set(__self__, "state", state)
|
55
|
+
|
56
|
+
@property
|
57
|
+
@pulumi.getter
|
58
|
+
def children(self) -> Sequence['outputs.GetSensitiveDataModelReferentialRelationChildResult']:
|
59
|
+
"""
|
60
|
+
columnsInfo object has details of column group with schema details.
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "children")
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter
|
66
|
+
def id(self) -> str:
|
67
|
+
return pulumi.get(self, "id")
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter(name="isSensitive")
|
71
|
+
def is_sensitive(self) -> bool:
|
72
|
+
"""
|
73
|
+
Determines if the columns present in the referential relation is present in the sensitive data model
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "is_sensitive")
|
76
|
+
|
77
|
+
@property
|
78
|
+
@pulumi.getter
|
79
|
+
def key(self) -> str:
|
80
|
+
"""
|
81
|
+
The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "key")
|
84
|
+
|
85
|
+
@property
|
86
|
+
@pulumi.getter
|
87
|
+
def parents(self) -> Sequence['outputs.GetSensitiveDataModelReferentialRelationParentResult']:
|
88
|
+
"""
|
89
|
+
columnsInfo object has details of column group with schema details.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "parents")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="relationType")
|
95
|
+
def relation_type(self) -> str:
|
96
|
+
"""
|
97
|
+
The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "relation_type")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter(name="sensitiveDataModelId")
|
103
|
+
def sensitive_data_model_id(self) -> str:
|
104
|
+
"""
|
105
|
+
The OCID of the sensitive data model that contains the sensitive column.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "sensitive_data_model_id")
|
108
|
+
|
109
|
+
@property
|
110
|
+
@pulumi.getter
|
111
|
+
def state(self) -> str:
|
112
|
+
"""
|
113
|
+
The current state of the referential relation.
|
114
|
+
"""
|
115
|
+
return pulumi.get(self, "state")
|
116
|
+
|
117
|
+
|
118
|
+
class AwaitableGetSensitiveDataModelReferentialRelationResult(GetSensitiveDataModelReferentialRelationResult):
|
119
|
+
# pylint: disable=using-constant-test
|
120
|
+
def __await__(self):
|
121
|
+
if False:
|
122
|
+
yield self
|
123
|
+
return GetSensitiveDataModelReferentialRelationResult(
|
124
|
+
children=self.children,
|
125
|
+
id=self.id,
|
126
|
+
is_sensitive=self.is_sensitive,
|
127
|
+
key=self.key,
|
128
|
+
parents=self.parents,
|
129
|
+
relation_type=self.relation_type,
|
130
|
+
sensitive_data_model_id=self.sensitive_data_model_id,
|
131
|
+
state=self.state)
|
132
|
+
|
133
|
+
|
134
|
+
def get_sensitive_data_model_referential_relation(key: Optional[str] = None,
|
135
|
+
sensitive_data_model_id: Optional[str] = None,
|
136
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSensitiveDataModelReferentialRelationResult:
|
137
|
+
"""
|
138
|
+
This data source provides details about a specific Sensitive Data Model Referential Relation resource in Oracle Cloud Infrastructure Data Safe service.
|
139
|
+
|
140
|
+
Gets the details of the specified referential relation.
|
141
|
+
|
142
|
+
|
143
|
+
:param str key: The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
|
144
|
+
:param str sensitive_data_model_id: The OCID of the sensitive data model.
|
145
|
+
"""
|
146
|
+
__args__ = dict()
|
147
|
+
__args__['key'] = key
|
148
|
+
__args__['sensitiveDataModelId'] = sensitive_data_model_id
|
149
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
150
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getSensitiveDataModelReferentialRelation:getSensitiveDataModelReferentialRelation', __args__, opts=opts, typ=GetSensitiveDataModelReferentialRelationResult).value
|
151
|
+
|
152
|
+
return AwaitableGetSensitiveDataModelReferentialRelationResult(
|
153
|
+
children=pulumi.get(__ret__, 'children'),
|
154
|
+
id=pulumi.get(__ret__, 'id'),
|
155
|
+
is_sensitive=pulumi.get(__ret__, 'is_sensitive'),
|
156
|
+
key=pulumi.get(__ret__, 'key'),
|
157
|
+
parents=pulumi.get(__ret__, 'parents'),
|
158
|
+
relation_type=pulumi.get(__ret__, 'relation_type'),
|
159
|
+
sensitive_data_model_id=pulumi.get(__ret__, 'sensitive_data_model_id'),
|
160
|
+
state=pulumi.get(__ret__, 'state'))
|
161
|
+
def get_sensitive_data_model_referential_relation_output(key: Optional[pulumi.Input[str]] = None,
|
162
|
+
sensitive_data_model_id: Optional[pulumi.Input[str]] = None,
|
163
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSensitiveDataModelReferentialRelationResult]:
|
164
|
+
"""
|
165
|
+
This data source provides details about a specific Sensitive Data Model Referential Relation resource in Oracle Cloud Infrastructure Data Safe service.
|
166
|
+
|
167
|
+
Gets the details of the specified referential relation.
|
168
|
+
|
169
|
+
|
170
|
+
:param str key: The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
|
171
|
+
:param str sensitive_data_model_id: The OCID of the sensitive data model.
|
172
|
+
"""
|
173
|
+
__args__ = dict()
|
174
|
+
__args__['key'] = key
|
175
|
+
__args__['sensitiveDataModelId'] = sensitive_data_model_id
|
176
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getSensitiveDataModelReferentialRelation:getSensitiveDataModelReferentialRelation', __args__, opts=opts, typ=GetSensitiveDataModelReferentialRelationResult)
|
178
|
+
return __ret__.apply(lambda __response__: GetSensitiveDataModelReferentialRelationResult(
|
179
|
+
children=pulumi.get(__response__, 'children'),
|
180
|
+
id=pulumi.get(__response__, 'id'),
|
181
|
+
is_sensitive=pulumi.get(__response__, 'is_sensitive'),
|
182
|
+
key=pulumi.get(__response__, 'key'),
|
183
|
+
parents=pulumi.get(__response__, 'parents'),
|
184
|
+
relation_type=pulumi.get(__response__, 'relation_type'),
|
185
|
+
sensitive_data_model_id=pulumi.get(__response__, 'sensitive_data_model_id'),
|
186
|
+
state=pulumi.get(__response__, 'state')))
|