pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,409 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = ['SubscriptionMappingArgs', 'SubscriptionMapping']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class SubscriptionMappingArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
compartment_id: pulumi.Input[str],
|
23
|
+
subscription_id: pulumi.Input[str]):
|
24
|
+
"""
|
25
|
+
The set of arguments for constructing a SubscriptionMapping resource.
|
26
|
+
:param pulumi.Input[str] compartment_id: OCID of the compartment. Always a tenancy OCID.
|
27
|
+
:param pulumi.Input[str] subscription_id: OCID of Subscription.
|
28
|
+
|
29
|
+
|
30
|
+
** IMPORTANT **
|
31
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
32
|
+
"""
|
33
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
35
|
+
|
36
|
+
@property
|
37
|
+
@pulumi.getter(name="compartmentId")
|
38
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
39
|
+
"""
|
40
|
+
OCID of the compartment. Always a tenancy OCID.
|
41
|
+
"""
|
42
|
+
return pulumi.get(self, "compartment_id")
|
43
|
+
|
44
|
+
@compartment_id.setter
|
45
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
46
|
+
pulumi.set(self, "compartment_id", value)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="subscriptionId")
|
50
|
+
def subscription_id(self) -> pulumi.Input[str]:
|
51
|
+
"""
|
52
|
+
OCID of Subscription.
|
53
|
+
|
54
|
+
|
55
|
+
** IMPORTANT **
|
56
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
57
|
+
"""
|
58
|
+
return pulumi.get(self, "subscription_id")
|
59
|
+
|
60
|
+
@subscription_id.setter
|
61
|
+
def subscription_id(self, value: pulumi.Input[str]):
|
62
|
+
pulumi.set(self, "subscription_id", value)
|
63
|
+
|
64
|
+
|
65
|
+
@pulumi.input_type
|
66
|
+
class _SubscriptionMappingState:
|
67
|
+
def __init__(__self__, *,
|
68
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
69
|
+
is_explicitly_assigned: Optional[pulumi.Input[bool]] = None,
|
70
|
+
state: Optional[pulumi.Input[str]] = None,
|
71
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
72
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
73
|
+
time_terminated: Optional[pulumi.Input[str]] = None,
|
74
|
+
time_updated: Optional[pulumi.Input[str]] = None):
|
75
|
+
"""
|
76
|
+
Input properties used for looking up and filtering SubscriptionMapping resources.
|
77
|
+
:param pulumi.Input[str] compartment_id: OCID of the compartment. Always a tenancy OCID.
|
78
|
+
:param pulumi.Input[bool] is_explicitly_assigned: Denotes if the subscription is explicity assigned to the root compartment or tenancy.
|
79
|
+
:param pulumi.Input[str] state: Lifecycle state of the subscriptionMapping.
|
80
|
+
:param pulumi.Input[str] subscription_id: OCID of Subscription.
|
81
|
+
|
82
|
+
|
83
|
+
** IMPORTANT **
|
84
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
85
|
+
:param pulumi.Input[str] time_created: Date-time when subscription mapping was created.
|
86
|
+
:param pulumi.Input[str] time_terminated: Date-time when subscription mapping was terminated.
|
87
|
+
:param pulumi.Input[str] time_updated: Date-time when subscription mapping was updated.
|
88
|
+
"""
|
89
|
+
if compartment_id is not None:
|
90
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
91
|
+
if is_explicitly_assigned is not None:
|
92
|
+
pulumi.set(__self__, "is_explicitly_assigned", is_explicitly_assigned)
|
93
|
+
if state is not None:
|
94
|
+
pulumi.set(__self__, "state", state)
|
95
|
+
if subscription_id is not None:
|
96
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
97
|
+
if time_created is not None:
|
98
|
+
pulumi.set(__self__, "time_created", time_created)
|
99
|
+
if time_terminated is not None:
|
100
|
+
pulumi.set(__self__, "time_terminated", time_terminated)
|
101
|
+
if time_updated is not None:
|
102
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
103
|
+
|
104
|
+
@property
|
105
|
+
@pulumi.getter(name="compartmentId")
|
106
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
107
|
+
"""
|
108
|
+
OCID of the compartment. Always a tenancy OCID.
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "compartment_id")
|
111
|
+
|
112
|
+
@compartment_id.setter
|
113
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
114
|
+
pulumi.set(self, "compartment_id", value)
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter(name="isExplicitlyAssigned")
|
118
|
+
def is_explicitly_assigned(self) -> Optional[pulumi.Input[bool]]:
|
119
|
+
"""
|
120
|
+
Denotes if the subscription is explicity assigned to the root compartment or tenancy.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "is_explicitly_assigned")
|
123
|
+
|
124
|
+
@is_explicitly_assigned.setter
|
125
|
+
def is_explicitly_assigned(self, value: Optional[pulumi.Input[bool]]):
|
126
|
+
pulumi.set(self, "is_explicitly_assigned", value)
|
127
|
+
|
128
|
+
@property
|
129
|
+
@pulumi.getter
|
130
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
131
|
+
"""
|
132
|
+
Lifecycle state of the subscriptionMapping.
|
133
|
+
"""
|
134
|
+
return pulumi.get(self, "state")
|
135
|
+
|
136
|
+
@state.setter
|
137
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
138
|
+
pulumi.set(self, "state", value)
|
139
|
+
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="subscriptionId")
|
142
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
143
|
+
"""
|
144
|
+
OCID of Subscription.
|
145
|
+
|
146
|
+
|
147
|
+
** IMPORTANT **
|
148
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "subscription_id")
|
151
|
+
|
152
|
+
@subscription_id.setter
|
153
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
154
|
+
pulumi.set(self, "subscription_id", value)
|
155
|
+
|
156
|
+
@property
|
157
|
+
@pulumi.getter(name="timeCreated")
|
158
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
159
|
+
"""
|
160
|
+
Date-time when subscription mapping was created.
|
161
|
+
"""
|
162
|
+
return pulumi.get(self, "time_created")
|
163
|
+
|
164
|
+
@time_created.setter
|
165
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
166
|
+
pulumi.set(self, "time_created", value)
|
167
|
+
|
168
|
+
@property
|
169
|
+
@pulumi.getter(name="timeTerminated")
|
170
|
+
def time_terminated(self) -> Optional[pulumi.Input[str]]:
|
171
|
+
"""
|
172
|
+
Date-time when subscription mapping was terminated.
|
173
|
+
"""
|
174
|
+
return pulumi.get(self, "time_terminated")
|
175
|
+
|
176
|
+
@time_terminated.setter
|
177
|
+
def time_terminated(self, value: Optional[pulumi.Input[str]]):
|
178
|
+
pulumi.set(self, "time_terminated", value)
|
179
|
+
|
180
|
+
@property
|
181
|
+
@pulumi.getter(name="timeUpdated")
|
182
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
"""
|
184
|
+
Date-time when subscription mapping was updated.
|
185
|
+
"""
|
186
|
+
return pulumi.get(self, "time_updated")
|
187
|
+
|
188
|
+
@time_updated.setter
|
189
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
190
|
+
pulumi.set(self, "time_updated", value)
|
191
|
+
|
192
|
+
|
193
|
+
class SubscriptionMapping(pulumi.CustomResource):
|
194
|
+
@overload
|
195
|
+
def __init__(__self__,
|
196
|
+
resource_name: str,
|
197
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
198
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
199
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
200
|
+
__props__=None):
|
201
|
+
"""
|
202
|
+
This resource provides the Subscription Mapping resource in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
203
|
+
|
204
|
+
Assign the tenancy record identified by the compartment ID to the given subscription ID.
|
205
|
+
|
206
|
+
## Example Usage
|
207
|
+
|
208
|
+
```python
|
209
|
+
import pulumi
|
210
|
+
import pulumi_oci as oci
|
211
|
+
|
212
|
+
test_subscription_mapping = oci.tenantmanagercontrolplane.SubscriptionMapping("test_subscription_mapping",
|
213
|
+
compartment_id=compartment_id,
|
214
|
+
subscription_id=test_subscription["id"])
|
215
|
+
```
|
216
|
+
|
217
|
+
## Import
|
218
|
+
|
219
|
+
SubscriptionMappings can be imported using the `id`, e.g.
|
220
|
+
|
221
|
+
```sh
|
222
|
+
$ pulumi import oci:Tenantmanagercontrolplane/subscriptionMapping:SubscriptionMapping test_subscription_mapping "id"
|
223
|
+
```
|
224
|
+
|
225
|
+
:param str resource_name: The name of the resource.
|
226
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
227
|
+
:param pulumi.Input[str] compartment_id: OCID of the compartment. Always a tenancy OCID.
|
228
|
+
:param pulumi.Input[str] subscription_id: OCID of Subscription.
|
229
|
+
|
230
|
+
|
231
|
+
** IMPORTANT **
|
232
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
233
|
+
"""
|
234
|
+
...
|
235
|
+
@overload
|
236
|
+
def __init__(__self__,
|
237
|
+
resource_name: str,
|
238
|
+
args: SubscriptionMappingArgs,
|
239
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
240
|
+
"""
|
241
|
+
This resource provides the Subscription Mapping resource in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.
|
242
|
+
|
243
|
+
Assign the tenancy record identified by the compartment ID to the given subscription ID.
|
244
|
+
|
245
|
+
## Example Usage
|
246
|
+
|
247
|
+
```python
|
248
|
+
import pulumi
|
249
|
+
import pulumi_oci as oci
|
250
|
+
|
251
|
+
test_subscription_mapping = oci.tenantmanagercontrolplane.SubscriptionMapping("test_subscription_mapping",
|
252
|
+
compartment_id=compartment_id,
|
253
|
+
subscription_id=test_subscription["id"])
|
254
|
+
```
|
255
|
+
|
256
|
+
## Import
|
257
|
+
|
258
|
+
SubscriptionMappings can be imported using the `id`, e.g.
|
259
|
+
|
260
|
+
```sh
|
261
|
+
$ pulumi import oci:Tenantmanagercontrolplane/subscriptionMapping:SubscriptionMapping test_subscription_mapping "id"
|
262
|
+
```
|
263
|
+
|
264
|
+
:param str resource_name: The name of the resource.
|
265
|
+
:param SubscriptionMappingArgs args: The arguments to use to populate this resource's properties.
|
266
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
267
|
+
"""
|
268
|
+
...
|
269
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
270
|
+
resource_args, opts = _utilities.get_resource_args_opts(SubscriptionMappingArgs, pulumi.ResourceOptions, *args, **kwargs)
|
271
|
+
if resource_args is not None:
|
272
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
273
|
+
else:
|
274
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
275
|
+
|
276
|
+
def _internal_init(__self__,
|
277
|
+
resource_name: str,
|
278
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
279
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
280
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
281
|
+
__props__=None):
|
282
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
283
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
284
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
285
|
+
if opts.id is None:
|
286
|
+
if __props__ is not None:
|
287
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
288
|
+
__props__ = SubscriptionMappingArgs.__new__(SubscriptionMappingArgs)
|
289
|
+
|
290
|
+
if compartment_id is None and not opts.urn:
|
291
|
+
raise TypeError("Missing required property 'compartment_id'")
|
292
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
293
|
+
if subscription_id is None and not opts.urn:
|
294
|
+
raise TypeError("Missing required property 'subscription_id'")
|
295
|
+
__props__.__dict__["subscription_id"] = subscription_id
|
296
|
+
__props__.__dict__["is_explicitly_assigned"] = None
|
297
|
+
__props__.__dict__["state"] = None
|
298
|
+
__props__.__dict__["time_created"] = None
|
299
|
+
__props__.__dict__["time_terminated"] = None
|
300
|
+
__props__.__dict__["time_updated"] = None
|
301
|
+
super(SubscriptionMapping, __self__).__init__(
|
302
|
+
'oci:Tenantmanagercontrolplane/subscriptionMapping:SubscriptionMapping',
|
303
|
+
resource_name,
|
304
|
+
__props__,
|
305
|
+
opts)
|
306
|
+
|
307
|
+
@staticmethod
|
308
|
+
def get(resource_name: str,
|
309
|
+
id: pulumi.Input[str],
|
310
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
311
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
312
|
+
is_explicitly_assigned: Optional[pulumi.Input[bool]] = None,
|
313
|
+
state: Optional[pulumi.Input[str]] = None,
|
314
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
315
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
316
|
+
time_terminated: Optional[pulumi.Input[str]] = None,
|
317
|
+
time_updated: Optional[pulumi.Input[str]] = None) -> 'SubscriptionMapping':
|
318
|
+
"""
|
319
|
+
Get an existing SubscriptionMapping resource's state with the given name, id, and optional extra
|
320
|
+
properties used to qualify the lookup.
|
321
|
+
|
322
|
+
:param str resource_name: The unique name of the resulting resource.
|
323
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
324
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
325
|
+
:param pulumi.Input[str] compartment_id: OCID of the compartment. Always a tenancy OCID.
|
326
|
+
:param pulumi.Input[bool] is_explicitly_assigned: Denotes if the subscription is explicity assigned to the root compartment or tenancy.
|
327
|
+
:param pulumi.Input[str] state: Lifecycle state of the subscriptionMapping.
|
328
|
+
:param pulumi.Input[str] subscription_id: OCID of Subscription.
|
329
|
+
|
330
|
+
|
331
|
+
** IMPORTANT **
|
332
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
333
|
+
:param pulumi.Input[str] time_created: Date-time when subscription mapping was created.
|
334
|
+
:param pulumi.Input[str] time_terminated: Date-time when subscription mapping was terminated.
|
335
|
+
:param pulumi.Input[str] time_updated: Date-time when subscription mapping was updated.
|
336
|
+
"""
|
337
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
338
|
+
|
339
|
+
__props__ = _SubscriptionMappingState.__new__(_SubscriptionMappingState)
|
340
|
+
|
341
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
342
|
+
__props__.__dict__["is_explicitly_assigned"] = is_explicitly_assigned
|
343
|
+
__props__.__dict__["state"] = state
|
344
|
+
__props__.__dict__["subscription_id"] = subscription_id
|
345
|
+
__props__.__dict__["time_created"] = time_created
|
346
|
+
__props__.__dict__["time_terminated"] = time_terminated
|
347
|
+
__props__.__dict__["time_updated"] = time_updated
|
348
|
+
return SubscriptionMapping(resource_name, opts=opts, __props__=__props__)
|
349
|
+
|
350
|
+
@property
|
351
|
+
@pulumi.getter(name="compartmentId")
|
352
|
+
def compartment_id(self) -> pulumi.Output[str]:
|
353
|
+
"""
|
354
|
+
OCID of the compartment. Always a tenancy OCID.
|
355
|
+
"""
|
356
|
+
return pulumi.get(self, "compartment_id")
|
357
|
+
|
358
|
+
@property
|
359
|
+
@pulumi.getter(name="isExplicitlyAssigned")
|
360
|
+
def is_explicitly_assigned(self) -> pulumi.Output[bool]:
|
361
|
+
"""
|
362
|
+
Denotes if the subscription is explicity assigned to the root compartment or tenancy.
|
363
|
+
"""
|
364
|
+
return pulumi.get(self, "is_explicitly_assigned")
|
365
|
+
|
366
|
+
@property
|
367
|
+
@pulumi.getter
|
368
|
+
def state(self) -> pulumi.Output[str]:
|
369
|
+
"""
|
370
|
+
Lifecycle state of the subscriptionMapping.
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "state")
|
373
|
+
|
374
|
+
@property
|
375
|
+
@pulumi.getter(name="subscriptionId")
|
376
|
+
def subscription_id(self) -> pulumi.Output[str]:
|
377
|
+
"""
|
378
|
+
OCID of Subscription.
|
379
|
+
|
380
|
+
|
381
|
+
** IMPORTANT **
|
382
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
383
|
+
"""
|
384
|
+
return pulumi.get(self, "subscription_id")
|
385
|
+
|
386
|
+
@property
|
387
|
+
@pulumi.getter(name="timeCreated")
|
388
|
+
def time_created(self) -> pulumi.Output[str]:
|
389
|
+
"""
|
390
|
+
Date-time when subscription mapping was created.
|
391
|
+
"""
|
392
|
+
return pulumi.get(self, "time_created")
|
393
|
+
|
394
|
+
@property
|
395
|
+
@pulumi.getter(name="timeTerminated")
|
396
|
+
def time_terminated(self) -> pulumi.Output[str]:
|
397
|
+
"""
|
398
|
+
Date-time when subscription mapping was terminated.
|
399
|
+
"""
|
400
|
+
return pulumi.get(self, "time_terminated")
|
401
|
+
|
402
|
+
@property
|
403
|
+
@pulumi.getter(name="timeUpdated")
|
404
|
+
def time_updated(self) -> pulumi.Output[str]:
|
405
|
+
"""
|
406
|
+
Date-time when subscription mapping was updated.
|
407
|
+
"""
|
408
|
+
return pulumi.get(self, "time_updated")
|
409
|
+
|
pulumi_oci/vault/__init__.py
CHANGED
@@ -6,7 +6,7 @@ from .. import _utilities
|
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .get_secret import *
|
9
|
-
from .
|
9
|
+
from .get_secret_version_sdk_v2 import *
|
10
10
|
from .get_secrets import *
|
11
11
|
from .secret import *
|
12
12
|
from ._inputs import *
|
pulumi_oci/vault/_inputs.py
CHANGED
@@ -21,6 +21,8 @@ __all__ = [
|
|
21
21
|
'SecretRotationConfigTargetSystemDetailsArgsDict',
|
22
22
|
'SecretSecretContentArgs',
|
23
23
|
'SecretSecretContentArgsDict',
|
24
|
+
'SecretSecretGenerationContextArgs',
|
25
|
+
'SecretSecretGenerationContextArgsDict',
|
24
26
|
'SecretSecretRuleArgs',
|
25
27
|
'SecretSecretRuleArgsDict',
|
26
28
|
'GetSecretsFilterArgs',
|
@@ -262,6 +264,96 @@ class SecretSecretContentArgs:
|
|
262
264
|
pulumi.set(self, "stage", value)
|
263
265
|
|
264
266
|
|
267
|
+
if not MYPY:
|
268
|
+
class SecretSecretGenerationContextArgsDict(TypedDict):
|
269
|
+
generation_template: pulumi.Input[str]
|
270
|
+
"""
|
271
|
+
(Updatable) Name of random bytes generation template for generating random byte type secret.
|
272
|
+
"""
|
273
|
+
generation_type: pulumi.Input[str]
|
274
|
+
"""
|
275
|
+
(Updatable) Name of the predefined secret generation type.
|
276
|
+
"""
|
277
|
+
passphrase_length: NotRequired[pulumi.Input[int]]
|
278
|
+
"""
|
279
|
+
(Updatable) Length of the passphrase to be generated
|
280
|
+
"""
|
281
|
+
secret_template: NotRequired[pulumi.Input[str]]
|
282
|
+
"""
|
283
|
+
(Updatable) SecretTemplate captures structure in which customer wants to store secrets. This is optional and a default structure is available for each secret type. The template can have any structure with static values that are not generated. Within the template, you can insert predefined placeholders to store secrets. These placeholders are later replaced with the generated content and saved as a Base64 encoded content.
|
284
|
+
"""
|
285
|
+
elif False:
|
286
|
+
SecretSecretGenerationContextArgsDict: TypeAlias = Mapping[str, Any]
|
287
|
+
|
288
|
+
@pulumi.input_type
|
289
|
+
class SecretSecretGenerationContextArgs:
|
290
|
+
def __init__(__self__, *,
|
291
|
+
generation_template: pulumi.Input[str],
|
292
|
+
generation_type: pulumi.Input[str],
|
293
|
+
passphrase_length: Optional[pulumi.Input[int]] = None,
|
294
|
+
secret_template: Optional[pulumi.Input[str]] = None):
|
295
|
+
"""
|
296
|
+
:param pulumi.Input[str] generation_template: (Updatable) Name of random bytes generation template for generating random byte type secret.
|
297
|
+
:param pulumi.Input[str] generation_type: (Updatable) Name of the predefined secret generation type.
|
298
|
+
:param pulumi.Input[int] passphrase_length: (Updatable) Length of the passphrase to be generated
|
299
|
+
:param pulumi.Input[str] secret_template: (Updatable) SecretTemplate captures structure in which customer wants to store secrets. This is optional and a default structure is available for each secret type. The template can have any structure with static values that are not generated. Within the template, you can insert predefined placeholders to store secrets. These placeholders are later replaced with the generated content and saved as a Base64 encoded content.
|
300
|
+
"""
|
301
|
+
pulumi.set(__self__, "generation_template", generation_template)
|
302
|
+
pulumi.set(__self__, "generation_type", generation_type)
|
303
|
+
if passphrase_length is not None:
|
304
|
+
pulumi.set(__self__, "passphrase_length", passphrase_length)
|
305
|
+
if secret_template is not None:
|
306
|
+
pulumi.set(__self__, "secret_template", secret_template)
|
307
|
+
|
308
|
+
@property
|
309
|
+
@pulumi.getter(name="generationTemplate")
|
310
|
+
def generation_template(self) -> pulumi.Input[str]:
|
311
|
+
"""
|
312
|
+
(Updatable) Name of random bytes generation template for generating random byte type secret.
|
313
|
+
"""
|
314
|
+
return pulumi.get(self, "generation_template")
|
315
|
+
|
316
|
+
@generation_template.setter
|
317
|
+
def generation_template(self, value: pulumi.Input[str]):
|
318
|
+
pulumi.set(self, "generation_template", value)
|
319
|
+
|
320
|
+
@property
|
321
|
+
@pulumi.getter(name="generationType")
|
322
|
+
def generation_type(self) -> pulumi.Input[str]:
|
323
|
+
"""
|
324
|
+
(Updatable) Name of the predefined secret generation type.
|
325
|
+
"""
|
326
|
+
return pulumi.get(self, "generation_type")
|
327
|
+
|
328
|
+
@generation_type.setter
|
329
|
+
def generation_type(self, value: pulumi.Input[str]):
|
330
|
+
pulumi.set(self, "generation_type", value)
|
331
|
+
|
332
|
+
@property
|
333
|
+
@pulumi.getter(name="passphraseLength")
|
334
|
+
def passphrase_length(self) -> Optional[pulumi.Input[int]]:
|
335
|
+
"""
|
336
|
+
(Updatable) Length of the passphrase to be generated
|
337
|
+
"""
|
338
|
+
return pulumi.get(self, "passphrase_length")
|
339
|
+
|
340
|
+
@passphrase_length.setter
|
341
|
+
def passphrase_length(self, value: Optional[pulumi.Input[int]]):
|
342
|
+
pulumi.set(self, "passphrase_length", value)
|
343
|
+
|
344
|
+
@property
|
345
|
+
@pulumi.getter(name="secretTemplate")
|
346
|
+
def secret_template(self) -> Optional[pulumi.Input[str]]:
|
347
|
+
"""
|
348
|
+
(Updatable) SecretTemplate captures structure in which customer wants to store secrets. This is optional and a default structure is available for each secret type. The template can have any structure with static values that are not generated. Within the template, you can insert predefined placeholders to store secrets. These placeholders are later replaced with the generated content and saved as a Base64 encoded content.
|
349
|
+
"""
|
350
|
+
return pulumi.get(self, "secret_template")
|
351
|
+
|
352
|
+
@secret_template.setter
|
353
|
+
def secret_template(self, value: Optional[pulumi.Input[str]]):
|
354
|
+
pulumi.set(self, "secret_template", value)
|
355
|
+
|
356
|
+
|
265
357
|
if not MYPY:
|
266
358
|
class SecretSecretRuleArgsDict(TypedDict):
|
267
359
|
rule_type: pulumi.Input[str]
|
pulumi_oci/vault/get_secret.py
CHANGED
@@ -27,7 +27,7 @@ class GetSecretResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getSecret.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, compartment_id=None, current_version_number=None, defined_tags=None, description=None, freeform_tags=None, id=None, key_id=None, last_rotation_time=None, lifecycle_details=None, metadata=None, next_rotation_time=None, rotation_configs=None, rotation_status=None, secret_contents=None, secret_id=None, secret_name=None, secret_rules=None, state=None, time_created=None, time_of_current_version_expiry=None, time_of_deletion=None, vault_id=None):
|
30
|
+
def __init__(__self__, compartment_id=None, current_version_number=None, defined_tags=None, description=None, enable_auto_generation=None, freeform_tags=None, id=None, is_auto_generation_enabled=None, key_id=None, last_rotation_time=None, lifecycle_details=None, metadata=None, next_rotation_time=None, rotation_configs=None, rotation_status=None, secret_contents=None, secret_generation_contexts=None, secret_id=None, secret_name=None, secret_rules=None, state=None, time_created=None, time_of_current_version_expiry=None, time_of_deletion=None, vault_id=None):
|
31
31
|
if compartment_id and not isinstance(compartment_id, str):
|
32
32
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
33
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -40,12 +40,18 @@ class GetSecretResult:
|
|
40
40
|
if description and not isinstance(description, str):
|
41
41
|
raise TypeError("Expected argument 'description' to be a str")
|
42
42
|
pulumi.set(__self__, "description", description)
|
43
|
+
if enable_auto_generation and not isinstance(enable_auto_generation, bool):
|
44
|
+
raise TypeError("Expected argument 'enable_auto_generation' to be a bool")
|
45
|
+
pulumi.set(__self__, "enable_auto_generation", enable_auto_generation)
|
43
46
|
if freeform_tags and not isinstance(freeform_tags, dict):
|
44
47
|
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
45
48
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
46
49
|
if id and not isinstance(id, str):
|
47
50
|
raise TypeError("Expected argument 'id' to be a str")
|
48
51
|
pulumi.set(__self__, "id", id)
|
52
|
+
if is_auto_generation_enabled and not isinstance(is_auto_generation_enabled, bool):
|
53
|
+
raise TypeError("Expected argument 'is_auto_generation_enabled' to be a bool")
|
54
|
+
pulumi.set(__self__, "is_auto_generation_enabled", is_auto_generation_enabled)
|
49
55
|
if key_id and not isinstance(key_id, str):
|
50
56
|
raise TypeError("Expected argument 'key_id' to be a str")
|
51
57
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -70,6 +76,9 @@ class GetSecretResult:
|
|
70
76
|
if secret_contents and not isinstance(secret_contents, list):
|
71
77
|
raise TypeError("Expected argument 'secret_contents' to be a list")
|
72
78
|
pulumi.set(__self__, "secret_contents", secret_contents)
|
79
|
+
if secret_generation_contexts and not isinstance(secret_generation_contexts, list):
|
80
|
+
raise TypeError("Expected argument 'secret_generation_contexts' to be a list")
|
81
|
+
pulumi.set(__self__, "secret_generation_contexts", secret_generation_contexts)
|
73
82
|
if secret_id and not isinstance(secret_id, str):
|
74
83
|
raise TypeError("Expected argument 'secret_id' to be a str")
|
75
84
|
pulumi.set(__self__, "secret_id", secret_id)
|
@@ -127,6 +136,11 @@ class GetSecretResult:
|
|
127
136
|
"""
|
128
137
|
return pulumi.get(self, "description")
|
129
138
|
|
139
|
+
@property
|
140
|
+
@pulumi.getter(name="enableAutoGeneration")
|
141
|
+
def enable_auto_generation(self) -> bool:
|
142
|
+
return pulumi.get(self, "enable_auto_generation")
|
143
|
+
|
130
144
|
@property
|
131
145
|
@pulumi.getter(name="freeformTags")
|
132
146
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -143,6 +157,14 @@ class GetSecretResult:
|
|
143
157
|
"""
|
144
158
|
return pulumi.get(self, "id")
|
145
159
|
|
160
|
+
@property
|
161
|
+
@pulumi.getter(name="isAutoGenerationEnabled")
|
162
|
+
def is_auto_generation_enabled(self) -> bool:
|
163
|
+
"""
|
164
|
+
The value of this flag determines whether or not secret content will be generated automatically.
|
165
|
+
"""
|
166
|
+
return pulumi.get(self, "is_auto_generation_enabled")
|
167
|
+
|
146
168
|
@property
|
147
169
|
@pulumi.getter(name="keyId")
|
148
170
|
def key_id(self) -> str:
|
@@ -204,6 +226,14 @@ class GetSecretResult:
|
|
204
226
|
def secret_contents(self) -> Sequence['outputs.GetSecretSecretContentResult']:
|
205
227
|
return pulumi.get(self, "secret_contents")
|
206
228
|
|
229
|
+
@property
|
230
|
+
@pulumi.getter(name="secretGenerationContexts")
|
231
|
+
def secret_generation_contexts(self) -> Sequence['outputs.GetSecretSecretGenerationContextResult']:
|
232
|
+
"""
|
233
|
+
Captures a configurable set of secret generation rules such as length, base characters, additional characters, and so on.
|
234
|
+
"""
|
235
|
+
return pulumi.get(self, "secret_generation_contexts")
|
236
|
+
|
207
237
|
@property
|
208
238
|
@pulumi.getter(name="secretId")
|
209
239
|
def secret_id(self) -> str:
|
@@ -276,8 +306,10 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
276
306
|
current_version_number=self.current_version_number,
|
277
307
|
defined_tags=self.defined_tags,
|
278
308
|
description=self.description,
|
309
|
+
enable_auto_generation=self.enable_auto_generation,
|
279
310
|
freeform_tags=self.freeform_tags,
|
280
311
|
id=self.id,
|
312
|
+
is_auto_generation_enabled=self.is_auto_generation_enabled,
|
281
313
|
key_id=self.key_id,
|
282
314
|
last_rotation_time=self.last_rotation_time,
|
283
315
|
lifecycle_details=self.lifecycle_details,
|
@@ -286,6 +318,7 @@ class AwaitableGetSecretResult(GetSecretResult):
|
|
286
318
|
rotation_configs=self.rotation_configs,
|
287
319
|
rotation_status=self.rotation_status,
|
288
320
|
secret_contents=self.secret_contents,
|
321
|
+
secret_generation_contexts=self.secret_generation_contexts,
|
289
322
|
secret_id=self.secret_id,
|
290
323
|
secret_name=self.secret_name,
|
291
324
|
secret_rules=self.secret_rules,
|
@@ -325,8 +358,10 @@ def get_secret(secret_id: Optional[str] = None,
|
|
325
358
|
current_version_number=pulumi.get(__ret__, 'current_version_number'),
|
326
359
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
327
360
|
description=pulumi.get(__ret__, 'description'),
|
361
|
+
enable_auto_generation=pulumi.get(__ret__, 'enable_auto_generation'),
|
328
362
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
329
363
|
id=pulumi.get(__ret__, 'id'),
|
364
|
+
is_auto_generation_enabled=pulumi.get(__ret__, 'is_auto_generation_enabled'),
|
330
365
|
key_id=pulumi.get(__ret__, 'key_id'),
|
331
366
|
last_rotation_time=pulumi.get(__ret__, 'last_rotation_time'),
|
332
367
|
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
@@ -335,6 +370,7 @@ def get_secret(secret_id: Optional[str] = None,
|
|
335
370
|
rotation_configs=pulumi.get(__ret__, 'rotation_configs'),
|
336
371
|
rotation_status=pulumi.get(__ret__, 'rotation_status'),
|
337
372
|
secret_contents=pulumi.get(__ret__, 'secret_contents'),
|
373
|
+
secret_generation_contexts=pulumi.get(__ret__, 'secret_generation_contexts'),
|
338
374
|
secret_id=pulumi.get(__ret__, 'secret_id'),
|
339
375
|
secret_name=pulumi.get(__ret__, 'secret_name'),
|
340
376
|
secret_rules=pulumi.get(__ret__, 'secret_rules'),
|
@@ -371,8 +407,10 @@ def get_secret_output(secret_id: Optional[pulumi.Input[str]] = None,
|
|
371
407
|
current_version_number=pulumi.get(__response__, 'current_version_number'),
|
372
408
|
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
373
409
|
description=pulumi.get(__response__, 'description'),
|
410
|
+
enable_auto_generation=pulumi.get(__response__, 'enable_auto_generation'),
|
374
411
|
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
375
412
|
id=pulumi.get(__response__, 'id'),
|
413
|
+
is_auto_generation_enabled=pulumi.get(__response__, 'is_auto_generation_enabled'),
|
376
414
|
key_id=pulumi.get(__response__, 'key_id'),
|
377
415
|
last_rotation_time=pulumi.get(__response__, 'last_rotation_time'),
|
378
416
|
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
@@ -381,6 +419,7 @@ def get_secret_output(secret_id: Optional[pulumi.Input[str]] = None,
|
|
381
419
|
rotation_configs=pulumi.get(__response__, 'rotation_configs'),
|
382
420
|
rotation_status=pulumi.get(__response__, 'rotation_status'),
|
383
421
|
secret_contents=pulumi.get(__response__, 'secret_contents'),
|
422
|
+
secret_generation_contexts=pulumi.get(__response__, 'secret_generation_contexts'),
|
384
423
|
secret_id=pulumi.get(__response__, 'secret_id'),
|
385
424
|
secret_name=pulumi.get(__response__, 'secret_name'),
|
386
425
|
secret_rules=pulumi.get(__response__, 'secret_rules'),
|