pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -32,26 +32,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
32
32
|
violation_audit: Optional[pulumi.Input[str]] = None):
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a SqlFirewallPolicyManagement resource.
|
35
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL firewall policy.
|
36
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL firewall policy.
|
37
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL firewall policy.
|
38
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL firewall policy.
|
39
|
-
:param pulumi.Input[str] db_user_name: The database user name.
|
40
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
41
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL firewall policy.
|
42
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
43
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL firewall policy enforcement option.
|
44
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
45
|
-
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
46
|
-
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
47
|
-
:param pulumi.Input[str] status: (Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
48
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
49
|
-
:param pulumi.Input[str] violation_action: (Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
50
|
-
:param pulumi.Input[str] violation_audit: (Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
51
|
-
|
52
|
-
|
53
|
-
** IMPORTANT **
|
54
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
55
35
|
"""
|
56
36
|
if allowed_client_ips is not None:
|
57
37
|
pulumi.set(__self__, "allowed_client_ips", allowed_client_ips)
|
@@ -89,9 +69,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
89
69
|
@property
|
90
70
|
@pulumi.getter(name="allowedClientIps")
|
91
71
|
def allowed_client_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
92
|
-
"""
|
93
|
-
(Updatable) List of allowed ip addresses for the SQL firewall policy.
|
94
|
-
"""
|
95
72
|
return pulumi.get(self, "allowed_client_ips")
|
96
73
|
|
97
74
|
@allowed_client_ips.setter
|
@@ -101,9 +78,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
101
78
|
@property
|
102
79
|
@pulumi.getter(name="allowedClientOsUsernames")
|
103
80
|
def allowed_client_os_usernames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
104
|
-
"""
|
105
|
-
(Updatable) List of allowed operating system user names for the SQL firewall policy.
|
106
|
-
"""
|
107
81
|
return pulumi.get(self, "allowed_client_os_usernames")
|
108
82
|
|
109
83
|
@allowed_client_os_usernames.setter
|
@@ -113,9 +87,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
113
87
|
@property
|
114
88
|
@pulumi.getter(name="allowedClientPrograms")
|
115
89
|
def allowed_client_programs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
116
|
-
"""
|
117
|
-
(Updatable) List of allowed client programs for the SQL firewall policy.
|
118
|
-
"""
|
119
90
|
return pulumi.get(self, "allowed_client_programs")
|
120
91
|
|
121
92
|
@allowed_client_programs.setter
|
@@ -125,9 +96,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
125
96
|
@property
|
126
97
|
@pulumi.getter(name="compartmentId")
|
127
98
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
128
|
-
"""
|
129
|
-
(Updatable) The OCID of the compartment containing the SQL firewall policy.
|
130
|
-
"""
|
131
99
|
return pulumi.get(self, "compartment_id")
|
132
100
|
|
133
101
|
@compartment_id.setter
|
@@ -137,9 +105,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
137
105
|
@property
|
138
106
|
@pulumi.getter(name="dbUserName")
|
139
107
|
def db_user_name(self) -> Optional[pulumi.Input[str]]:
|
140
|
-
"""
|
141
|
-
The database user name.
|
142
|
-
"""
|
143
108
|
return pulumi.get(self, "db_user_name")
|
144
109
|
|
145
110
|
@db_user_name.setter
|
@@ -149,9 +114,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
149
114
|
@property
|
150
115
|
@pulumi.getter(name="definedTags")
|
151
116
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
152
|
-
"""
|
153
|
-
(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"}`
|
154
|
-
"""
|
155
117
|
return pulumi.get(self, "defined_tags")
|
156
118
|
|
157
119
|
@defined_tags.setter
|
@@ -161,9 +123,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
161
123
|
@property
|
162
124
|
@pulumi.getter
|
163
125
|
def description(self) -> Optional[pulumi.Input[str]]:
|
164
|
-
"""
|
165
|
-
(Updatable) The description of the SQL firewall policy.
|
166
|
-
"""
|
167
126
|
return pulumi.get(self, "description")
|
168
127
|
|
169
128
|
@description.setter
|
@@ -173,9 +132,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
173
132
|
@property
|
174
133
|
@pulumi.getter(name="displayName")
|
175
134
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
176
|
-
"""
|
177
|
-
(Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
178
|
-
"""
|
179
135
|
return pulumi.get(self, "display_name")
|
180
136
|
|
181
137
|
@display_name.setter
|
@@ -185,9 +141,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
185
141
|
@property
|
186
142
|
@pulumi.getter(name="enforcementScope")
|
187
143
|
def enforcement_scope(self) -> Optional[pulumi.Input[str]]:
|
188
|
-
"""
|
189
|
-
(Updatable) Specifies the SQL firewall policy enforcement option.
|
190
|
-
"""
|
191
144
|
return pulumi.get(self, "enforcement_scope")
|
192
145
|
|
193
146
|
@enforcement_scope.setter
|
@@ -197,9 +150,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
197
150
|
@property
|
198
151
|
@pulumi.getter(name="freeformTags")
|
199
152
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
200
|
-
"""
|
201
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
202
|
-
"""
|
203
153
|
return pulumi.get(self, "freeform_tags")
|
204
154
|
|
205
155
|
@freeform_tags.setter
|
@@ -209,9 +159,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
209
159
|
@property
|
210
160
|
@pulumi.getter(name="sqlFirewallPolicyId")
|
211
161
|
def sql_firewall_policy_id(self) -> Optional[pulumi.Input[str]]:
|
212
|
-
"""
|
213
|
-
The OCID of the SQL firewall policy resource.
|
214
|
-
"""
|
215
162
|
return pulumi.get(self, "sql_firewall_policy_id")
|
216
163
|
|
217
164
|
@sql_firewall_policy_id.setter
|
@@ -221,9 +168,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
221
168
|
@property
|
222
169
|
@pulumi.getter
|
223
170
|
def state(self) -> Optional[pulumi.Input[str]]:
|
224
|
-
"""
|
225
|
-
The current state of the SQL firewall policy.
|
226
|
-
"""
|
227
171
|
return pulumi.get(self, "state")
|
228
172
|
|
229
173
|
@state.setter
|
@@ -233,9 +177,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
233
177
|
@property
|
234
178
|
@pulumi.getter
|
235
179
|
def status(self) -> Optional[pulumi.Input[str]]:
|
236
|
-
"""
|
237
|
-
(Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
238
|
-
"""
|
239
180
|
return pulumi.get(self, "status")
|
240
181
|
|
241
182
|
@status.setter
|
@@ -245,9 +186,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
245
186
|
@property
|
246
187
|
@pulumi.getter(name="targetId")
|
247
188
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
248
|
-
"""
|
249
|
-
Unique target identifier.
|
250
|
-
"""
|
251
189
|
return pulumi.get(self, "target_id")
|
252
190
|
|
253
191
|
@target_id.setter
|
@@ -257,9 +195,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
257
195
|
@property
|
258
196
|
@pulumi.getter(name="violationAction")
|
259
197
|
def violation_action(self) -> Optional[pulumi.Input[str]]:
|
260
|
-
"""
|
261
|
-
(Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
262
|
-
"""
|
263
198
|
return pulumi.get(self, "violation_action")
|
264
199
|
|
265
200
|
@violation_action.setter
|
@@ -269,13 +204,6 @@ class SqlFirewallPolicyManagementArgs:
|
|
269
204
|
@property
|
270
205
|
@pulumi.getter(name="violationAudit")
|
271
206
|
def violation_audit(self) -> Optional[pulumi.Input[str]]:
|
272
|
-
"""
|
273
|
-
(Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
274
|
-
|
275
|
-
|
276
|
-
** IMPORTANT **
|
277
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
278
|
-
"""
|
279
207
|
return pulumi.get(self, "violation_audit")
|
280
208
|
|
281
209
|
@violation_audit.setter
|
@@ -310,32 +238,6 @@ class _SqlFirewallPolicyManagementState:
|
|
310
238
|
violation_audit: Optional[pulumi.Input[str]] = None):
|
311
239
|
"""
|
312
240
|
Input properties used for looking up and filtering SqlFirewallPolicyManagement resources.
|
313
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL firewall policy.
|
314
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL firewall policy.
|
315
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL firewall policy.
|
316
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL firewall policy.
|
317
|
-
:param pulumi.Input[str] db_user_name: The database user name.
|
318
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
319
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL firewall policy.
|
320
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
321
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL firewall policy enforcement option.
|
322
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
323
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the SQL firewall policy in Data Safe.
|
324
|
-
:param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the SQL firewall policy.
|
325
|
-
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
326
|
-
:param pulumi.Input[str] sql_level: Specifies the level of SQL included for this SQL firewall policy. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
|
327
|
-
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
328
|
-
:param pulumi.Input[str] status: (Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
329
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
330
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
331
|
-
:param pulumi.Input[str] time_created: The time that the SQL firewall policy was created, in the format defined by RFC3339.
|
332
|
-
:param pulumi.Input[str] time_updated: The date and time the SQL firewall policy was last updated, in the format defined by RFC3339.
|
333
|
-
:param pulumi.Input[str] violation_action: (Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
334
|
-
:param pulumi.Input[str] violation_audit: (Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
335
|
-
|
336
|
-
|
337
|
-
** IMPORTANT **
|
338
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
339
241
|
"""
|
340
242
|
if allowed_client_ips is not None:
|
341
243
|
pulumi.set(__self__, "allowed_client_ips", allowed_client_ips)
|
@@ -385,9 +287,6 @@ class _SqlFirewallPolicyManagementState:
|
|
385
287
|
@property
|
386
288
|
@pulumi.getter(name="allowedClientIps")
|
387
289
|
def allowed_client_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
388
|
-
"""
|
389
|
-
(Updatable) List of allowed ip addresses for the SQL firewall policy.
|
390
|
-
"""
|
391
290
|
return pulumi.get(self, "allowed_client_ips")
|
392
291
|
|
393
292
|
@allowed_client_ips.setter
|
@@ -397,9 +296,6 @@ class _SqlFirewallPolicyManagementState:
|
|
397
296
|
@property
|
398
297
|
@pulumi.getter(name="allowedClientOsUsernames")
|
399
298
|
def allowed_client_os_usernames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
400
|
-
"""
|
401
|
-
(Updatable) List of allowed operating system user names for the SQL firewall policy.
|
402
|
-
"""
|
403
299
|
return pulumi.get(self, "allowed_client_os_usernames")
|
404
300
|
|
405
301
|
@allowed_client_os_usernames.setter
|
@@ -409,9 +305,6 @@ class _SqlFirewallPolicyManagementState:
|
|
409
305
|
@property
|
410
306
|
@pulumi.getter(name="allowedClientPrograms")
|
411
307
|
def allowed_client_programs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
412
|
-
"""
|
413
|
-
(Updatable) List of allowed client programs for the SQL firewall policy.
|
414
|
-
"""
|
415
308
|
return pulumi.get(self, "allowed_client_programs")
|
416
309
|
|
417
310
|
@allowed_client_programs.setter
|
@@ -421,9 +314,6 @@ class _SqlFirewallPolicyManagementState:
|
|
421
314
|
@property
|
422
315
|
@pulumi.getter(name="compartmentId")
|
423
316
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
424
|
-
"""
|
425
|
-
(Updatable) The OCID of the compartment containing the SQL firewall policy.
|
426
|
-
"""
|
427
317
|
return pulumi.get(self, "compartment_id")
|
428
318
|
|
429
319
|
@compartment_id.setter
|
@@ -433,9 +323,6 @@ class _SqlFirewallPolicyManagementState:
|
|
433
323
|
@property
|
434
324
|
@pulumi.getter(name="dbUserName")
|
435
325
|
def db_user_name(self) -> Optional[pulumi.Input[str]]:
|
436
|
-
"""
|
437
|
-
The database user name.
|
438
|
-
"""
|
439
326
|
return pulumi.get(self, "db_user_name")
|
440
327
|
|
441
328
|
@db_user_name.setter
|
@@ -445,9 +332,6 @@ class _SqlFirewallPolicyManagementState:
|
|
445
332
|
@property
|
446
333
|
@pulumi.getter(name="definedTags")
|
447
334
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
448
|
-
"""
|
449
|
-
(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"}`
|
450
|
-
"""
|
451
335
|
return pulumi.get(self, "defined_tags")
|
452
336
|
|
453
337
|
@defined_tags.setter
|
@@ -457,9 +341,6 @@ class _SqlFirewallPolicyManagementState:
|
|
457
341
|
@property
|
458
342
|
@pulumi.getter
|
459
343
|
def description(self) -> Optional[pulumi.Input[str]]:
|
460
|
-
"""
|
461
|
-
(Updatable) The description of the SQL firewall policy.
|
462
|
-
"""
|
463
344
|
return pulumi.get(self, "description")
|
464
345
|
|
465
346
|
@description.setter
|
@@ -469,9 +350,6 @@ class _SqlFirewallPolicyManagementState:
|
|
469
350
|
@property
|
470
351
|
@pulumi.getter(name="displayName")
|
471
352
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
472
|
-
"""
|
473
|
-
(Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
474
|
-
"""
|
475
353
|
return pulumi.get(self, "display_name")
|
476
354
|
|
477
355
|
@display_name.setter
|
@@ -481,9 +359,6 @@ class _SqlFirewallPolicyManagementState:
|
|
481
359
|
@property
|
482
360
|
@pulumi.getter(name="enforcementScope")
|
483
361
|
def enforcement_scope(self) -> Optional[pulumi.Input[str]]:
|
484
|
-
"""
|
485
|
-
(Updatable) Specifies the SQL firewall policy enforcement option.
|
486
|
-
"""
|
487
362
|
return pulumi.get(self, "enforcement_scope")
|
488
363
|
|
489
364
|
@enforcement_scope.setter
|
@@ -493,9 +368,6 @@ class _SqlFirewallPolicyManagementState:
|
|
493
368
|
@property
|
494
369
|
@pulumi.getter(name="freeformTags")
|
495
370
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
496
|
-
"""
|
497
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
498
|
-
"""
|
499
371
|
return pulumi.get(self, "freeform_tags")
|
500
372
|
|
501
373
|
@freeform_tags.setter
|
@@ -505,9 +377,6 @@ class _SqlFirewallPolicyManagementState:
|
|
505
377
|
@property
|
506
378
|
@pulumi.getter(name="lifecycleDetails")
|
507
379
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
508
|
-
"""
|
509
|
-
Details about the current state of the SQL firewall policy in Data Safe.
|
510
|
-
"""
|
511
380
|
return pulumi.get(self, "lifecycle_details")
|
512
381
|
|
513
382
|
@lifecycle_details.setter
|
@@ -517,9 +386,6 @@ class _SqlFirewallPolicyManagementState:
|
|
517
386
|
@property
|
518
387
|
@pulumi.getter(name="securityPolicyId")
|
519
388
|
def security_policy_id(self) -> Optional[pulumi.Input[str]]:
|
520
|
-
"""
|
521
|
-
The OCID of the security policy corresponding to the SQL firewall policy.
|
522
|
-
"""
|
523
389
|
return pulumi.get(self, "security_policy_id")
|
524
390
|
|
525
391
|
@security_policy_id.setter
|
@@ -529,9 +395,6 @@ class _SqlFirewallPolicyManagementState:
|
|
529
395
|
@property
|
530
396
|
@pulumi.getter(name="sqlFirewallPolicyId")
|
531
397
|
def sql_firewall_policy_id(self) -> Optional[pulumi.Input[str]]:
|
532
|
-
"""
|
533
|
-
The OCID of the SQL firewall policy resource.
|
534
|
-
"""
|
535
398
|
return pulumi.get(self, "sql_firewall_policy_id")
|
536
399
|
|
537
400
|
@sql_firewall_policy_id.setter
|
@@ -541,9 +404,6 @@ class _SqlFirewallPolicyManagementState:
|
|
541
404
|
@property
|
542
405
|
@pulumi.getter(name="sqlLevel")
|
543
406
|
def sql_level(self) -> Optional[pulumi.Input[str]]:
|
544
|
-
"""
|
545
|
-
Specifies the level of SQL included for this SQL firewall policy. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
|
546
|
-
"""
|
547
407
|
return pulumi.get(self, "sql_level")
|
548
408
|
|
549
409
|
@sql_level.setter
|
@@ -553,9 +413,6 @@ class _SqlFirewallPolicyManagementState:
|
|
553
413
|
@property
|
554
414
|
@pulumi.getter
|
555
415
|
def state(self) -> Optional[pulumi.Input[str]]:
|
556
|
-
"""
|
557
|
-
The current state of the SQL firewall policy.
|
558
|
-
"""
|
559
416
|
return pulumi.get(self, "state")
|
560
417
|
|
561
418
|
@state.setter
|
@@ -565,9 +422,6 @@ class _SqlFirewallPolicyManagementState:
|
|
565
422
|
@property
|
566
423
|
@pulumi.getter
|
567
424
|
def status(self) -> Optional[pulumi.Input[str]]:
|
568
|
-
"""
|
569
|
-
(Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
570
|
-
"""
|
571
425
|
return pulumi.get(self, "status")
|
572
426
|
|
573
427
|
@status.setter
|
@@ -577,9 +431,6 @@ class _SqlFirewallPolicyManagementState:
|
|
577
431
|
@property
|
578
432
|
@pulumi.getter(name="systemTags")
|
579
433
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
580
|
-
"""
|
581
|
-
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"}`
|
582
|
-
"""
|
583
434
|
return pulumi.get(self, "system_tags")
|
584
435
|
|
585
436
|
@system_tags.setter
|
@@ -589,9 +440,6 @@ class _SqlFirewallPolicyManagementState:
|
|
589
440
|
@property
|
590
441
|
@pulumi.getter(name="targetId")
|
591
442
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
592
|
-
"""
|
593
|
-
Unique target identifier.
|
594
|
-
"""
|
595
443
|
return pulumi.get(self, "target_id")
|
596
444
|
|
597
445
|
@target_id.setter
|
@@ -601,9 +449,6 @@ class _SqlFirewallPolicyManagementState:
|
|
601
449
|
@property
|
602
450
|
@pulumi.getter(name="timeCreated")
|
603
451
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
604
|
-
"""
|
605
|
-
The time that the SQL firewall policy was created, in the format defined by RFC3339.
|
606
|
-
"""
|
607
452
|
return pulumi.get(self, "time_created")
|
608
453
|
|
609
454
|
@time_created.setter
|
@@ -613,9 +458,6 @@ class _SqlFirewallPolicyManagementState:
|
|
613
458
|
@property
|
614
459
|
@pulumi.getter(name="timeUpdated")
|
615
460
|
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
616
|
-
"""
|
617
|
-
The date and time the SQL firewall policy was last updated, in the format defined by RFC3339.
|
618
|
-
"""
|
619
461
|
return pulumi.get(self, "time_updated")
|
620
462
|
|
621
463
|
@time_updated.setter
|
@@ -625,9 +467,6 @@ class _SqlFirewallPolicyManagementState:
|
|
625
467
|
@property
|
626
468
|
@pulumi.getter(name="violationAction")
|
627
469
|
def violation_action(self) -> Optional[pulumi.Input[str]]:
|
628
|
-
"""
|
629
|
-
(Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
630
|
-
"""
|
631
470
|
return pulumi.get(self, "violation_action")
|
632
471
|
|
633
472
|
@violation_action.setter
|
@@ -637,13 +476,6 @@ class _SqlFirewallPolicyManagementState:
|
|
637
476
|
@property
|
638
477
|
@pulumi.getter(name="violationAudit")
|
639
478
|
def violation_audit(self) -> Optional[pulumi.Input[str]]:
|
640
|
-
"""
|
641
|
-
(Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
642
|
-
|
643
|
-
|
644
|
-
** IMPORTANT **
|
645
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
646
|
-
"""
|
647
479
|
return pulumi.get(self, "violation_audit")
|
648
480
|
|
649
481
|
@violation_audit.setter
|
@@ -674,63 +506,9 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
674
506
|
violation_audit: Optional[pulumi.Input[str]] = None,
|
675
507
|
__props__=None):
|
676
508
|
"""
|
677
|
-
|
678
|
-
|
679
|
-
Updates the SQL firewall policy.
|
680
|
-
|
681
|
-
## Example Usage
|
682
|
-
|
683
|
-
```python
|
684
|
-
import pulumi
|
685
|
-
import pulumi_oci as oci
|
686
|
-
|
687
|
-
test_sql_firewall_policy_management = oci.data_safe.SqlFirewallPolicyManagement("test_sql_firewall_policy_management",
|
688
|
-
compartment_id=compartment_id,
|
689
|
-
target_id=test_target_database["id"],
|
690
|
-
db_user_name=test_user["name"],
|
691
|
-
allowed_client_ips=sql_firewall_policy_management_allowed_client_ips,
|
692
|
-
allowed_client_os_usernames=sql_firewall_policy_management_allowed_client_os_usernames,
|
693
|
-
allowed_client_programs=sql_firewall_policy_management_allowed_client_programs,
|
694
|
-
defined_tags={
|
695
|
-
"Operations.CostCenter": "42",
|
696
|
-
},
|
697
|
-
description=sql_firewall_policy_management_description,
|
698
|
-
display_name=sql_firewall_policy_management_display_name,
|
699
|
-
enforcement_scope=sql_firewall_policy_management_enforcement_scope,
|
700
|
-
freeform_tags={
|
701
|
-
"Department": "Finance",
|
702
|
-
},
|
703
|
-
status=sql_firewall_policy_management_status,
|
704
|
-
violation_action=sql_firewall_policy_management_violation_action,
|
705
|
-
violation_audit=sql_firewall_policy_management_violation_audit)
|
706
|
-
```
|
707
|
-
|
708
|
-
## Import
|
709
|
-
|
710
|
-
Import is not supported for this resource.
|
711
|
-
|
509
|
+
Create a SqlFirewallPolicyManagement resource with the given unique name, props, and options.
|
712
510
|
:param str resource_name: The name of the resource.
|
713
511
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
714
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL firewall policy.
|
715
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL firewall policy.
|
716
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL firewall policy.
|
717
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL firewall policy.
|
718
|
-
:param pulumi.Input[str] db_user_name: The database user name.
|
719
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
720
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL firewall policy.
|
721
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
722
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL firewall policy enforcement option.
|
723
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
724
|
-
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
725
|
-
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
726
|
-
:param pulumi.Input[str] status: (Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
727
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
728
|
-
:param pulumi.Input[str] violation_action: (Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
729
|
-
:param pulumi.Input[str] violation_audit: (Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
730
|
-
|
731
|
-
|
732
|
-
** IMPORTANT **
|
733
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
734
512
|
"""
|
735
513
|
...
|
736
514
|
@overload
|
@@ -739,41 +517,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
739
517
|
args: Optional[SqlFirewallPolicyManagementArgs] = None,
|
740
518
|
opts: Optional[pulumi.ResourceOptions] = None):
|
741
519
|
"""
|
742
|
-
|
743
|
-
|
744
|
-
Updates the SQL firewall policy.
|
745
|
-
|
746
|
-
## Example Usage
|
747
|
-
|
748
|
-
```python
|
749
|
-
import pulumi
|
750
|
-
import pulumi_oci as oci
|
751
|
-
|
752
|
-
test_sql_firewall_policy_management = oci.data_safe.SqlFirewallPolicyManagement("test_sql_firewall_policy_management",
|
753
|
-
compartment_id=compartment_id,
|
754
|
-
target_id=test_target_database["id"],
|
755
|
-
db_user_name=test_user["name"],
|
756
|
-
allowed_client_ips=sql_firewall_policy_management_allowed_client_ips,
|
757
|
-
allowed_client_os_usernames=sql_firewall_policy_management_allowed_client_os_usernames,
|
758
|
-
allowed_client_programs=sql_firewall_policy_management_allowed_client_programs,
|
759
|
-
defined_tags={
|
760
|
-
"Operations.CostCenter": "42",
|
761
|
-
},
|
762
|
-
description=sql_firewall_policy_management_description,
|
763
|
-
display_name=sql_firewall_policy_management_display_name,
|
764
|
-
enforcement_scope=sql_firewall_policy_management_enforcement_scope,
|
765
|
-
freeform_tags={
|
766
|
-
"Department": "Finance",
|
767
|
-
},
|
768
|
-
status=sql_firewall_policy_management_status,
|
769
|
-
violation_action=sql_firewall_policy_management_violation_action,
|
770
|
-
violation_audit=sql_firewall_policy_management_violation_audit)
|
771
|
-
```
|
772
|
-
|
773
|
-
## Import
|
774
|
-
|
775
|
-
Import is not supported for this resource.
|
776
|
-
|
520
|
+
Create a SqlFirewallPolicyManagement resource with the given unique name, props, and options.
|
777
521
|
:param str resource_name: The name of the resource.
|
778
522
|
:param SqlFirewallPolicyManagementArgs args: The arguments to use to populate this resource's properties.
|
779
523
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -875,32 +619,6 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
875
619
|
:param str resource_name: The unique name of the resulting resource.
|
876
620
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
877
621
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
878
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL firewall policy.
|
879
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL firewall policy.
|
880
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL firewall policy.
|
881
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL firewall policy.
|
882
|
-
:param pulumi.Input[str] db_user_name: The database user name.
|
883
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
884
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL firewall policy.
|
885
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
886
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL firewall policy enforcement option.
|
887
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
888
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the SQL firewall policy in Data Safe.
|
889
|
-
:param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the SQL firewall policy.
|
890
|
-
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
891
|
-
:param pulumi.Input[str] sql_level: Specifies the level of SQL included for this SQL firewall policy. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
|
892
|
-
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
893
|
-
:param pulumi.Input[str] status: (Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
894
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
895
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
896
|
-
:param pulumi.Input[str] time_created: The time that the SQL firewall policy was created, in the format defined by RFC3339.
|
897
|
-
:param pulumi.Input[str] time_updated: The date and time the SQL firewall policy was last updated, in the format defined by RFC3339.
|
898
|
-
:param pulumi.Input[str] violation_action: (Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
899
|
-
:param pulumi.Input[str] violation_audit: (Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
900
|
-
|
901
|
-
|
902
|
-
** IMPORTANT **
|
903
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
904
622
|
"""
|
905
623
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
906
624
|
|
@@ -933,180 +651,110 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
933
651
|
@property
|
934
652
|
@pulumi.getter(name="allowedClientIps")
|
935
653
|
def allowed_client_ips(self) -> pulumi.Output[Sequence[str]]:
|
936
|
-
"""
|
937
|
-
(Updatable) List of allowed ip addresses for the SQL firewall policy.
|
938
|
-
"""
|
939
654
|
return pulumi.get(self, "allowed_client_ips")
|
940
655
|
|
941
656
|
@property
|
942
657
|
@pulumi.getter(name="allowedClientOsUsernames")
|
943
658
|
def allowed_client_os_usernames(self) -> pulumi.Output[Sequence[str]]:
|
944
|
-
"""
|
945
|
-
(Updatable) List of allowed operating system user names for the SQL firewall policy.
|
946
|
-
"""
|
947
659
|
return pulumi.get(self, "allowed_client_os_usernames")
|
948
660
|
|
949
661
|
@property
|
950
662
|
@pulumi.getter(name="allowedClientPrograms")
|
951
663
|
def allowed_client_programs(self) -> pulumi.Output[Sequence[str]]:
|
952
|
-
"""
|
953
|
-
(Updatable) List of allowed client programs for the SQL firewall policy.
|
954
|
-
"""
|
955
664
|
return pulumi.get(self, "allowed_client_programs")
|
956
665
|
|
957
666
|
@property
|
958
667
|
@pulumi.getter(name="compartmentId")
|
959
668
|
def compartment_id(self) -> pulumi.Output[str]:
|
960
|
-
"""
|
961
|
-
(Updatable) The OCID of the compartment containing the SQL firewall policy.
|
962
|
-
"""
|
963
669
|
return pulumi.get(self, "compartment_id")
|
964
670
|
|
965
671
|
@property
|
966
672
|
@pulumi.getter(name="dbUserName")
|
967
673
|
def db_user_name(self) -> pulumi.Output[str]:
|
968
|
-
"""
|
969
|
-
The database user name.
|
970
|
-
"""
|
971
674
|
return pulumi.get(self, "db_user_name")
|
972
675
|
|
973
676
|
@property
|
974
677
|
@pulumi.getter(name="definedTags")
|
975
678
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
976
|
-
"""
|
977
|
-
(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"}`
|
978
|
-
"""
|
979
679
|
return pulumi.get(self, "defined_tags")
|
980
680
|
|
981
681
|
@property
|
982
682
|
@pulumi.getter
|
983
683
|
def description(self) -> pulumi.Output[str]:
|
984
|
-
"""
|
985
|
-
(Updatable) The description of the SQL firewall policy.
|
986
|
-
"""
|
987
684
|
return pulumi.get(self, "description")
|
988
685
|
|
989
686
|
@property
|
990
687
|
@pulumi.getter(name="displayName")
|
991
688
|
def display_name(self) -> pulumi.Output[str]:
|
992
|
-
"""
|
993
|
-
(Updatable) The display name of the SQL firewall policy. The name does not have to be unique, and it is changeable.
|
994
|
-
"""
|
995
689
|
return pulumi.get(self, "display_name")
|
996
690
|
|
997
691
|
@property
|
998
692
|
@pulumi.getter(name="enforcementScope")
|
999
693
|
def enforcement_scope(self) -> pulumi.Output[str]:
|
1000
|
-
"""
|
1001
|
-
(Updatable) Specifies the SQL firewall policy enforcement option.
|
1002
|
-
"""
|
1003
694
|
return pulumi.get(self, "enforcement_scope")
|
1004
695
|
|
1005
696
|
@property
|
1006
697
|
@pulumi.getter(name="freeformTags")
|
1007
698
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
1008
|
-
"""
|
1009
|
-
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
1010
|
-
"""
|
1011
699
|
return pulumi.get(self, "freeform_tags")
|
1012
700
|
|
1013
701
|
@property
|
1014
702
|
@pulumi.getter(name="lifecycleDetails")
|
1015
703
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
1016
|
-
"""
|
1017
|
-
Details about the current state of the SQL firewall policy in Data Safe.
|
1018
|
-
"""
|
1019
704
|
return pulumi.get(self, "lifecycle_details")
|
1020
705
|
|
1021
706
|
@property
|
1022
707
|
@pulumi.getter(name="securityPolicyId")
|
1023
708
|
def security_policy_id(self) -> pulumi.Output[str]:
|
1024
|
-
"""
|
1025
|
-
The OCID of the security policy corresponding to the SQL firewall policy.
|
1026
|
-
"""
|
1027
709
|
return pulumi.get(self, "security_policy_id")
|
1028
710
|
|
1029
711
|
@property
|
1030
712
|
@pulumi.getter(name="sqlFirewallPolicyId")
|
1031
713
|
def sql_firewall_policy_id(self) -> pulumi.Output[str]:
|
1032
|
-
"""
|
1033
|
-
The OCID of the SQL firewall policy resource.
|
1034
|
-
"""
|
1035
714
|
return pulumi.get(self, "sql_firewall_policy_id")
|
1036
715
|
|
1037
716
|
@property
|
1038
717
|
@pulumi.getter(name="sqlLevel")
|
1039
718
|
def sql_level(self) -> pulumi.Output[str]:
|
1040
|
-
"""
|
1041
|
-
Specifies the level of SQL included for this SQL firewall policy. USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units.
|
1042
|
-
"""
|
1043
719
|
return pulumi.get(self, "sql_level")
|
1044
720
|
|
1045
721
|
@property
|
1046
722
|
@pulumi.getter
|
1047
723
|
def state(self) -> pulumi.Output[str]:
|
1048
|
-
"""
|
1049
|
-
The current state of the SQL firewall policy.
|
1050
|
-
"""
|
1051
724
|
return pulumi.get(self, "state")
|
1052
725
|
|
1053
726
|
@property
|
1054
727
|
@pulumi.getter
|
1055
728
|
def status(self) -> pulumi.Output[str]:
|
1056
|
-
"""
|
1057
|
-
(Updatable) Specifies whether the SQL firewall policy is enabled or disabled.
|
1058
|
-
"""
|
1059
729
|
return pulumi.get(self, "status")
|
1060
730
|
|
1061
731
|
@property
|
1062
732
|
@pulumi.getter(name="systemTags")
|
1063
733
|
def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
1064
|
-
"""
|
1065
|
-
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"}`
|
1066
|
-
"""
|
1067
734
|
return pulumi.get(self, "system_tags")
|
1068
735
|
|
1069
736
|
@property
|
1070
737
|
@pulumi.getter(name="targetId")
|
1071
738
|
def target_id(self) -> pulumi.Output[str]:
|
1072
|
-
"""
|
1073
|
-
Unique target identifier.
|
1074
|
-
"""
|
1075
739
|
return pulumi.get(self, "target_id")
|
1076
740
|
|
1077
741
|
@property
|
1078
742
|
@pulumi.getter(name="timeCreated")
|
1079
743
|
def time_created(self) -> pulumi.Output[str]:
|
1080
|
-
"""
|
1081
|
-
The time that the SQL firewall policy was created, in the format defined by RFC3339.
|
1082
|
-
"""
|
1083
744
|
return pulumi.get(self, "time_created")
|
1084
745
|
|
1085
746
|
@property
|
1086
747
|
@pulumi.getter(name="timeUpdated")
|
1087
748
|
def time_updated(self) -> pulumi.Output[str]:
|
1088
|
-
"""
|
1089
|
-
The date and time the SQL firewall policy was last updated, in the format defined by RFC3339.
|
1090
|
-
"""
|
1091
749
|
return pulumi.get(self, "time_updated")
|
1092
750
|
|
1093
751
|
@property
|
1094
752
|
@pulumi.getter(name="violationAction")
|
1095
753
|
def violation_action(self) -> pulumi.Output[str]:
|
1096
|
-
"""
|
1097
|
-
(Updatable) Specifies the SQL firewall action based on detection of SQL firewall violations.
|
1098
|
-
"""
|
1099
754
|
return pulumi.get(self, "violation_action")
|
1100
755
|
|
1101
756
|
@property
|
1102
757
|
@pulumi.getter(name="violationAudit")
|
1103
758
|
def violation_audit(self) -> pulumi.Output[str]:
|
1104
|
-
"""
|
1105
|
-
(Updatable) Specifies whether a unified audit policy should be enabled for auditing the SQL firewall policy violations.
|
1106
|
-
|
1107
|
-
|
1108
|
-
** IMPORTANT **
|
1109
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1110
|
-
"""
|
1111
759
|
return pulumi.get(self, "violation_audit")
|
1112
760
|
|