pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
pulumi_oci/email/outputs.py
CHANGED
@@ -58,7 +58,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
58
58
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains this DKIM.
|
59
59
|
:param Mapping[str, Any] defined_tags: 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"}`
|
60
60
|
:param str description: The description of the DKIM. Avoid entering confidential information.
|
61
|
-
:param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
|
61
|
+
:param str dns_subdomain_name: The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
|
62
62
|
:param str email_domain_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the email domain to which this DKIM belongs.
|
63
63
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
64
64
|
:param str id: A filter to only return resources that match the given id exactly.
|
@@ -68,7 +68,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
68
68
|
:param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
69
69
|
:param str time_created: The time the DKIM was created. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ". Example: `2021-02-12T22:47:12.613Z`
|
70
70
|
:param str time_updated: The time of the last change to the DKIM configuration, due to a state change or an update operation. Times are expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, "YYYY-MM-ddThh:mmZ".
|
71
|
-
:param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME
|
71
|
+
:param str txt_record_value: The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
|
72
72
|
"""
|
73
73
|
pulumi.set(__self__, "cname_record_value", cname_record_value)
|
74
74
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -122,7 +122,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
122
122
|
@pulumi.getter(name="dnsSubdomainName")
|
123
123
|
def dns_subdomain_name(self) -> str:
|
124
124
|
"""
|
125
|
-
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue
|
125
|
+
The name of the DNS subdomain that must be provisioned to enable email recipients to verify DKIM signatures. It is usually created with a CNAME record set to the cnameRecordValue.
|
126
126
|
"""
|
127
127
|
return pulumi.get(self, "dns_subdomain_name")
|
128
128
|
|
@@ -202,7 +202,7 @@ class GetDkimsDkimCollectionItemResult(dict):
|
|
202
202
|
@pulumi.getter(name="txtRecordValue")
|
203
203
|
def txt_record_value(self) -> str:
|
204
204
|
"""
|
205
|
-
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME
|
205
|
+
The DNS TXT record value to provision to the DKIM DNS subdomain in place of using a CNAME record. This is used in cases where a CNAME cannot be used, such as when the cnameRecordValue would exceed the maximum length for a DNS entry. You can also use this if you have an existing procedure to directly provision TXT records for DKIM. Many DNS APIs require you to break this string into segments of fewer than 255 characters.
|
206
206
|
"""
|
207
207
|
return pulumi.get(self, "txt_record_value")
|
208
208
|
|
@@ -270,7 +270,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
|
|
270
270
|
:param str active_dkim_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DKIM key that will be used to sign mail sent from this email domain.
|
271
271
|
:param str compartment_id: The OCID for the compartment.
|
272
272
|
:param Mapping[str, Any] defined_tags: 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"}`
|
273
|
-
:param str description: The description of
|
273
|
+
:param str description: The description of an email domain.
|
274
274
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
275
275
|
:param str id: A filter to only return resources that match the given id exactly.
|
276
276
|
:param bool is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
@@ -319,7 +319,7 @@ class GetEmailDomainsEmailDomainCollectionItemResult(dict):
|
|
319
319
|
@pulumi.getter
|
320
320
|
def description(self) -> str:
|
321
321
|
"""
|
322
|
-
The description of
|
322
|
+
The description of an email domain.
|
323
323
|
"""
|
324
324
|
return pulumi.get(self, "description")
|
325
325
|
|
@@ -451,6 +451,7 @@ class GetSendersSenderResult(dict):
|
|
451
451
|
id: str,
|
452
452
|
is_spf: bool,
|
453
453
|
state: str,
|
454
|
+
system_tags: Mapping[str, Any],
|
454
455
|
time_created: str):
|
455
456
|
"""
|
456
457
|
:param str compartment_id: The OCID for the compartment.
|
@@ -461,7 +462,8 @@ class GetSendersSenderResult(dict):
|
|
461
462
|
:param str id: The unique OCID of the sender.
|
462
463
|
:param bool is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
463
464
|
:param str state: The current state of a sender.
|
464
|
-
:param str
|
465
|
+
:param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
466
|
+
:param str time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
465
467
|
"""
|
466
468
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
467
469
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
@@ -471,6 +473,7 @@ class GetSendersSenderResult(dict):
|
|
471
473
|
pulumi.set(__self__, "id", id)
|
472
474
|
pulumi.set(__self__, "is_spf", is_spf)
|
473
475
|
pulumi.set(__self__, "state", state)
|
476
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
474
477
|
pulumi.set(__self__, "time_created", time_created)
|
475
478
|
|
476
479
|
@property
|
@@ -537,11 +540,19 @@ class GetSendersSenderResult(dict):
|
|
537
540
|
"""
|
538
541
|
return pulumi.get(self, "state")
|
539
542
|
|
543
|
+
@property
|
544
|
+
@pulumi.getter(name="systemTags")
|
545
|
+
def system_tags(self) -> Mapping[str, Any]:
|
546
|
+
"""
|
547
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
548
|
+
"""
|
549
|
+
return pulumi.get(self, "system_tags")
|
550
|
+
|
540
551
|
@property
|
541
552
|
@pulumi.getter(name="timeCreated")
|
542
553
|
def time_created(self) -> str:
|
543
554
|
"""
|
544
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
555
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
545
556
|
"""
|
546
557
|
return pulumi.get(self, "time_created")
|
547
558
|
|
@@ -593,8 +604,8 @@ class GetSuppressionsSuppressionResult(dict):
|
|
593
604
|
:param str id: The unique OCID of the suppression.
|
594
605
|
:param str message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
595
606
|
:param str reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
596
|
-
:param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
597
|
-
:param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
607
|
+
:param str time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
608
|
+
:param str time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
598
609
|
"""
|
599
610
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
600
611
|
pulumi.set(__self__, "email_address", email_address)
|
@@ -666,7 +677,7 @@ class GetSuppressionsSuppressionResult(dict):
|
|
666
677
|
@pulumi.getter(name="timeCreated")
|
667
678
|
def time_created(self) -> str:
|
668
679
|
"""
|
669
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
680
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
670
681
|
"""
|
671
682
|
return pulumi.get(self, "time_created")
|
672
683
|
|
@@ -674,7 +685,7 @@ class GetSuppressionsSuppressionResult(dict):
|
|
674
685
|
@pulumi.getter(name="timeLastSuppressed")
|
675
686
|
def time_last_suppressed(self) -> str:
|
676
687
|
"""
|
677
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
688
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
678
689
|
"""
|
679
690
|
return pulumi.get(self, "time_last_suppressed")
|
680
691
|
|
pulumi_oci/email/sender.py
CHANGED
@@ -99,6 +99,7 @@ class _SenderState:
|
|
99
99
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
100
100
|
is_spf: Optional[pulumi.Input[bool]] = None,
|
101
101
|
state: Optional[pulumi.Input[str]] = None,
|
102
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
102
103
|
time_created: Optional[pulumi.Input[str]] = None):
|
103
104
|
"""
|
104
105
|
Input properties used for looking up and filtering Sender resources.
|
@@ -113,7 +114,8 @@ class _SenderState:
|
|
113
114
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
114
115
|
:param pulumi.Input[bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
115
116
|
:param pulumi.Input[str] state: The current status of the approved sender.
|
116
|
-
:param pulumi.Input[str]
|
117
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
118
|
+
:param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
117
119
|
"""
|
118
120
|
if compartment_id is not None:
|
119
121
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -129,6 +131,8 @@ class _SenderState:
|
|
129
131
|
pulumi.set(__self__, "is_spf", is_spf)
|
130
132
|
if state is not None:
|
131
133
|
pulumi.set(__self__, "state", state)
|
134
|
+
if system_tags is not None:
|
135
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
132
136
|
if time_created is not None:
|
133
137
|
pulumi.set(__self__, "time_created", time_created)
|
134
138
|
|
@@ -220,11 +224,23 @@ class _SenderState:
|
|
220
224
|
def state(self, value: Optional[pulumi.Input[str]]):
|
221
225
|
pulumi.set(self, "state", value)
|
222
226
|
|
227
|
+
@property
|
228
|
+
@pulumi.getter(name="systemTags")
|
229
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
230
|
+
"""
|
231
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
232
|
+
"""
|
233
|
+
return pulumi.get(self, "system_tags")
|
234
|
+
|
235
|
+
@system_tags.setter
|
236
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
237
|
+
pulumi.set(self, "system_tags", value)
|
238
|
+
|
223
239
|
@property
|
224
240
|
@pulumi.getter(name="timeCreated")
|
225
241
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
226
242
|
"""
|
227
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
243
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
228
244
|
"""
|
229
245
|
return pulumi.get(self, "time_created")
|
230
246
|
|
@@ -363,6 +379,7 @@ class Sender(pulumi.CustomResource):
|
|
363
379
|
__props__.__dict__["email_domain_id"] = None
|
364
380
|
__props__.__dict__["is_spf"] = None
|
365
381
|
__props__.__dict__["state"] = None
|
382
|
+
__props__.__dict__["system_tags"] = None
|
366
383
|
__props__.__dict__["time_created"] = None
|
367
384
|
super(Sender, __self__).__init__(
|
368
385
|
'oci:Email/sender:Sender',
|
@@ -381,6 +398,7 @@ class Sender(pulumi.CustomResource):
|
|
381
398
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
382
399
|
is_spf: Optional[pulumi.Input[bool]] = None,
|
383
400
|
state: Optional[pulumi.Input[str]] = None,
|
401
|
+
system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
384
402
|
time_created: Optional[pulumi.Input[str]] = None) -> 'Sender':
|
385
403
|
"""
|
386
404
|
Get an existing Sender resource's state with the given name, id, and optional extra
|
@@ -400,7 +418,8 @@ class Sender(pulumi.CustomResource):
|
|
400
418
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
401
419
|
:param pulumi.Input[bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
402
420
|
:param pulumi.Input[str] state: The current status of the approved sender.
|
403
|
-
:param pulumi.Input[str]
|
421
|
+
:param pulumi.Input[Mapping[str, Any]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
422
|
+
:param pulumi.Input[str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
404
423
|
"""
|
405
424
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
406
425
|
|
@@ -413,6 +432,7 @@ class Sender(pulumi.CustomResource):
|
|
413
432
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
414
433
|
__props__.__dict__["is_spf"] = is_spf
|
415
434
|
__props__.__dict__["state"] = state
|
435
|
+
__props__.__dict__["system_tags"] = system_tags
|
416
436
|
__props__.__dict__["time_created"] = time_created
|
417
437
|
return Sender(resource_name, opts=opts, __props__=__props__)
|
418
438
|
|
@@ -476,11 +496,19 @@ class Sender(pulumi.CustomResource):
|
|
476
496
|
"""
|
477
497
|
return pulumi.get(self, "state")
|
478
498
|
|
499
|
+
@property
|
500
|
+
@pulumi.getter(name="systemTags")
|
501
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
502
|
+
"""
|
503
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
504
|
+
"""
|
505
|
+
return pulumi.get(self, "system_tags")
|
506
|
+
|
479
507
|
@property
|
480
508
|
@pulumi.getter(name="timeCreated")
|
481
509
|
def time_created(self) -> pulumi.Output[str]:
|
482
510
|
"""
|
483
|
-
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
511
|
+
The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
484
512
|
"""
|
485
513
|
return pulumi.get(self, "time_created")
|
486
514
|
|
pulumi_oci/email/suppression.py
CHANGED
@@ -80,8 +80,8 @@ class _SuppressionState:
|
|
80
80
|
:param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
|
81
81
|
:param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
82
82
|
:param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
83
|
-
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
84
|
-
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
83
|
+
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
84
|
+
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
85
85
|
"""
|
86
86
|
if compartment_id is not None:
|
87
87
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -180,7 +180,7 @@ class _SuppressionState:
|
|
180
180
|
@pulumi.getter(name="timeCreated")
|
181
181
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
182
182
|
"""
|
183
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
183
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
184
184
|
"""
|
185
185
|
return pulumi.get(self, "time_created")
|
186
186
|
|
@@ -192,7 +192,7 @@ class _SuppressionState:
|
|
192
192
|
@pulumi.getter(name="timeLastSuppressed")
|
193
193
|
def time_last_suppressed(self) -> Optional[pulumi.Input[str]]:
|
194
194
|
"""
|
195
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
195
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
196
196
|
"""
|
197
197
|
return pulumi.get(self, "time_last_suppressed")
|
198
198
|
|
@@ -355,8 +355,8 @@ class Suppression(pulumi.CustomResource):
|
|
355
355
|
:param pulumi.Input[str] error_source: DNS name of the source of the error that caused the suppression. Will be set to either the remote-mta or reporting-mta field from a delivery status notification (RFC 3464) when available. Not provided for all types of suppressions, and not always known.
|
356
356
|
:param pulumi.Input[str] message_id: The value of the Message-ID header from the email that triggered a suppression. This value is as defined in RFC 5322 section 3.6.4, excluding angle-brackets. Not provided for all types of suppressions.
|
357
357
|
:param pulumi.Input[str] reason: The reason that the email address was suppressed. For more information on the types of bounces, see [Suppression List](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
358
|
-
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
359
|
-
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
358
|
+
:param pulumi.Input[str] time_created: The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
359
|
+
:param pulumi.Input[str] time_last_suppressed: The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
360
360
|
"""
|
361
361
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
362
362
|
|
@@ -428,7 +428,7 @@ class Suppression(pulumi.CustomResource):
|
|
428
428
|
@pulumi.getter(name="timeCreated")
|
429
429
|
def time_created(self) -> pulumi.Output[str]:
|
430
430
|
"""
|
431
|
-
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
431
|
+
The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
432
432
|
"""
|
433
433
|
return pulumi.get(self, "time_created")
|
434
434
|
|
@@ -436,7 +436,7 @@ class Suppression(pulumi.CustomResource):
|
|
436
436
|
@pulumi.getter(name="timeLastSuppressed")
|
437
437
|
def time_last_suppressed(self) -> pulumi.Output[str]:
|
438
438
|
"""
|
439
|
-
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
|
439
|
+
The last date and time the suppression prevented submission in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
440
440
|
"""
|
441
441
|
return pulumi.get(self, "time_last_suppressed")
|
442
442
|
|
@@ -461,8 +461,8 @@ class Replication(pulumi.CustomResource):
|
|
461
461
|
|
462
462
|
test_replication = oci.file_storage.Replication("testReplication",
|
463
463
|
compartment_id=var["compartment_id"],
|
464
|
-
source_id=
|
465
|
-
target_id=
|
464
|
+
source_id=oci_file_storage_file_system["test_source"]["id"],
|
465
|
+
target_id=oci_file_storage_file_system["test_target"]["id"],
|
466
466
|
defined_tags={
|
467
467
|
"Operations.CostCenter": "42",
|
468
468
|
},
|
@@ -542,8 +542,8 @@ class Replication(pulumi.CustomResource):
|
|
542
542
|
|
543
543
|
test_replication = oci.file_storage.Replication("testReplication",
|
544
544
|
compartment_id=var["compartment_id"],
|
545
|
-
source_id=
|
546
|
-
target_id=
|
545
|
+
source_id=oci_file_storage_file_system["test_source"]["id"],
|
546
|
+
target_id=oci_file_storage_file_system["test_target"]["id"],
|
547
547
|
defined_tags={
|
548
548
|
"Operations.CostCenter": "42",
|
549
549
|
},
|
@@ -136,7 +136,7 @@ class ConnectionArgs:
|
|
136
136
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
137
137
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
138
138
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
139
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
139
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
140
140
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
141
141
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
142
142
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -859,7 +859,7 @@ class ConnectionArgs:
|
|
859
859
|
@pulumi.getter(name="sasToken")
|
860
860
|
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
861
861
|
"""
|
862
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
862
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
863
863
|
"""
|
864
864
|
return pulumi.get(self, "sas_token")
|
865
865
|
|
@@ -1277,7 +1277,7 @@ class _ConnectionState:
|
|
1277
1277
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
1278
1278
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
1279
1279
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
1280
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
1280
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
1281
1281
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
1282
1282
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
1283
1283
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -2033,7 +2033,7 @@ class _ConnectionState:
|
|
2033
2033
|
@pulumi.getter(name="sasToken")
|
2034
2034
|
def sas_token(self) -> Optional[pulumi.Input[str]]:
|
2035
2035
|
"""
|
2036
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
2036
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
2037
2037
|
"""
|
2038
2038
|
return pulumi.get(self, "sas_token")
|
2039
2039
|
|
@@ -2611,7 +2611,7 @@ class Connection(pulumi.CustomResource):
|
|
2611
2611
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
2612
2612
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
2613
2613
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
2614
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
2614
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
2615
2615
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
2616
2616
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
2617
2617
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -3073,7 +3073,7 @@ class Connection(pulumi.CustomResource):
|
|
3073
3073
|
:param pulumi.Input[str] public_key_fingerprint: (Updatable) The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
3074
3074
|
:param pulumi.Input[str] region: (Updatable) The name of the region. e.g.: us-ashburn-1
|
3075
3075
|
:param pulumi.Input[str] routing_method: (Updatable) Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service's network to public hosts. Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected.
|
3076
|
-
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
3076
|
+
:param pulumi.Input[str] sas_token: (Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
3077
3077
|
:param pulumi.Input[str] secret_access_key: (Updatable) Secret access key to access the Amazon S3 bucket. e.g.: "this-is-not-the-secret"
|
3078
3078
|
:param pulumi.Input[str] security_protocol: (Updatable) Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
|
3079
3079
|
:param pulumi.Input[str] servers: (Updatable) Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Used for establishing the initial connection to the Elasticsearch cluster. Example: `"server1.example.com:4000,server2.example.com:4000"`
|
@@ -3570,7 +3570,7 @@ class Connection(pulumi.CustomResource):
|
|
3570
3570
|
@pulumi.getter(name="sasToken")
|
3571
3571
|
def sas_token(self) -> pulumi.Output[str]:
|
3572
3572
|
"""
|
3573
|
-
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ
|
3573
|
+
(Updatable) Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when 'authenticationType' is set to 'SHARED_ACCESS_SIGNATURE'. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
|
3574
3574
|
"""
|
3575
3575
|
return pulumi.get(self, "sas_token")
|
3576
3576
|
|
@@ -745,7 +745,7 @@ class _DomainsAppRoleState:
|
|
745
745
|
* returned: request
|
746
746
|
* type: string
|
747
747
|
* uniqueness: none
|
748
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
748
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
749
749
|
|
750
750
|
**SCIM++ Properties:**
|
751
751
|
* idcsCompositeKey: [value, type]
|
@@ -1322,7 +1322,7 @@ class _DomainsAppRoleState:
|
|
1322
1322
|
@pulumi.getter
|
1323
1323
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsAppRoleMemberArgs']]]]:
|
1324
1324
|
"""
|
1325
|
-
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
1325
|
+
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
1326
1326
|
|
1327
1327
|
**SCIM++ Properties:**
|
1328
1328
|
* idcsCompositeKey: [value, type]
|
@@ -2016,7 +2016,7 @@ class DomainsAppRole(pulumi.CustomResource):
|
|
2016
2016
|
* returned: request
|
2017
2017
|
* type: string
|
2018
2018
|
* uniqueness: none
|
2019
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppRoleMemberArgs']]]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
2019
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppRoleMemberArgs']]]] members: (Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
2020
2020
|
|
2021
2021
|
**SCIM++ Properties:**
|
2022
2022
|
* idcsCompositeKey: [value, type]
|
@@ -2484,7 +2484,7 @@ class DomainsAppRole(pulumi.CustomResource):
|
|
2484
2484
|
@pulumi.getter
|
2485
2485
|
def members(self) -> pulumi.Output[Sequence['outputs.DomainsAppRoleMember']]:
|
2486
2486
|
"""
|
2487
|
-
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
2487
|
+
(Updatable) AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
2488
2488
|
|
2489
2489
|
**SCIM++ Properties:**
|
2490
2490
|
* idcsCompositeKey: [value, type]
|
@@ -74,7 +74,7 @@ class DomainsGroupArgs:
|
|
74
74
|
* returned: default
|
75
75
|
* type: string
|
76
76
|
* uniqueness: none
|
77
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
77
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
78
78
|
|
79
79
|
**SCIM++ Properties:**
|
80
80
|
* caseExact: false
|
@@ -282,7 +282,7 @@ class DomainsGroupArgs:
|
|
282
282
|
@pulumi.getter
|
283
283
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]]]:
|
284
284
|
"""
|
285
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
285
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
286
286
|
|
287
287
|
**SCIM++ Properties:**
|
288
288
|
* caseExact: false
|
@@ -576,7 +576,7 @@ class _DomainsGroupState:
|
|
576
576
|
* returned: request
|
577
577
|
* type: string
|
578
578
|
* uniqueness: none
|
579
|
-
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
579
|
+
:param pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
580
580
|
|
581
581
|
**SCIM++ Properties:**
|
582
582
|
* caseExact: false
|
@@ -968,7 +968,7 @@ class _DomainsGroupState:
|
|
968
968
|
@pulumi.getter
|
969
969
|
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DomainsGroupMemberArgs']]]]:
|
970
970
|
"""
|
971
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
971
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
972
972
|
|
973
973
|
**SCIM++ Properties:**
|
974
974
|
* caseExact: false
|
@@ -1274,7 +1274,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1274
1274
|
* type: string
|
1275
1275
|
* uniqueness: none
|
1276
1276
|
:param pulumi.Input[str] idcs_endpoint: The basic endpoint for the identity domain
|
1277
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1277
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1278
1278
|
|
1279
1279
|
**SCIM++ Properties:**
|
1280
1280
|
* caseExact: false
|
@@ -1578,7 +1578,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1578
1578
|
* returned: request
|
1579
1579
|
* type: string
|
1580
1580
|
* uniqueness: none
|
1581
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1581
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsGroupMemberArgs']]]] members: (Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1582
1582
|
|
1583
1583
|
**SCIM++ Properties:**
|
1584
1584
|
* caseExact: false
|
@@ -1896,7 +1896,7 @@ class DomainsGroup(pulumi.CustomResource):
|
|
1896
1896
|
@pulumi.getter
|
1897
1897
|
def members(self) -> pulumi.Output[Sequence['outputs.DomainsGroupMember']]:
|
1898
1898
|
"""
|
1899
|
-
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
1899
|
+
(Updatable) The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
1900
1900
|
|
1901
1901
|
**SCIM++ Properties:**
|
1902
1902
|
* caseExact: false
|
@@ -293,7 +293,7 @@ class GetDomainsAppRoleResult:
|
|
293
293
|
@pulumi.getter
|
294
294
|
def members(self) -> Sequence['outputs.GetDomainsAppRoleMemberResult']:
|
295
295
|
"""
|
296
|
-
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
296
|
+
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
297
297
|
"""
|
298
298
|
return pulumi.get(self, "members")
|
299
299
|
|
@@ -220,7 +220,7 @@ class GetDomainsGroupResult:
|
|
220
220
|
@pulumi.getter
|
221
221
|
def members(self) -> Sequence['outputs.GetDomainsGroupMemberResult']:
|
222
222
|
"""
|
223
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
223
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
224
224
|
"""
|
225
225
|
return pulumi.get(self, "members")
|
226
226
|
|