pulumi-vault 6.7.0a1743576047__py3-none-any.whl → 6.7.0a1744267302__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_vault/__init__.py +1 -0
- pulumi_vault/_inputs.py +554 -553
- pulumi_vault/ad/__init__.py +1 -0
- pulumi_vault/ad/get_access_credentials.py +20 -19
- pulumi_vault/ad/secret_backend.py +477 -476
- pulumi_vault/ad/secret_library.py +99 -98
- pulumi_vault/ad/secret_role.py +85 -84
- pulumi_vault/alicloud/__init__.py +1 -0
- pulumi_vault/alicloud/auth_backend_role.py +183 -182
- pulumi_vault/approle/__init__.py +1 -0
- pulumi_vault/approle/auth_backend_login.py +106 -105
- pulumi_vault/approle/auth_backend_role.py +239 -238
- pulumi_vault/approle/auth_backend_role_secret_id.py +162 -161
- pulumi_vault/approle/get_auth_backend_role_id.py +18 -17
- pulumi_vault/audit.py +85 -84
- pulumi_vault/audit_request_header.py +43 -42
- pulumi_vault/auth_backend.py +106 -105
- pulumi_vault/aws/__init__.py +1 -0
- pulumi_vault/aws/auth_backend_cert.py +71 -70
- pulumi_vault/aws/auth_backend_client.py +253 -252
- pulumi_vault/aws/auth_backend_config_identity.py +85 -84
- pulumi_vault/aws/auth_backend_identity_whitelist.py +57 -56
- pulumi_vault/aws/auth_backend_login.py +209 -208
- pulumi_vault/aws/auth_backend_role.py +400 -399
- pulumi_vault/aws/auth_backend_role_tag.py +127 -126
- pulumi_vault/aws/auth_backend_roletag_blacklist.py +57 -56
- pulumi_vault/aws/auth_backend_sts_role.py +71 -70
- pulumi_vault/aws/get_access_credentials.py +44 -43
- pulumi_vault/aws/get_static_access_credentials.py +13 -12
- pulumi_vault/aws/secret_backend.py +337 -336
- pulumi_vault/aws/secret_backend_role.py +211 -210
- pulumi_vault/aws/secret_backend_static_role.py +113 -112
- pulumi_vault/azure/__init__.py +1 -0
- pulumi_vault/azure/_inputs.py +21 -20
- pulumi_vault/azure/auth_backend_config.py +183 -182
- pulumi_vault/azure/auth_backend_role.py +253 -252
- pulumi_vault/azure/backend.py +239 -238
- pulumi_vault/azure/backend_role.py +141 -140
- pulumi_vault/azure/get_access_credentials.py +58 -57
- pulumi_vault/azure/outputs.py +11 -10
- pulumi_vault/cert_auth_backend_role.py +365 -364
- pulumi_vault/config/__init__.py +1 -0
- pulumi_vault/config/__init__.pyi +1 -0
- pulumi_vault/config/_inputs.py +11 -10
- pulumi_vault/config/outputs.py +287 -286
- pulumi_vault/config/ui_custom_message.py +113 -112
- pulumi_vault/config/vars.py +1 -0
- pulumi_vault/consul/__init__.py +1 -0
- pulumi_vault/consul/secret_backend.py +197 -196
- pulumi_vault/consul/secret_backend_role.py +183 -182
- pulumi_vault/database/__init__.py +1 -0
- pulumi_vault/database/_inputs.py +2525 -2524
- pulumi_vault/database/outputs.py +1529 -1528
- pulumi_vault/database/secret_backend_connection.py +169 -168
- pulumi_vault/database/secret_backend_role.py +169 -168
- pulumi_vault/database/secret_backend_static_role.py +179 -178
- pulumi_vault/database/secrets_mount.py +267 -266
- pulumi_vault/egp_policy.py +71 -70
- pulumi_vault/gcp/__init__.py +1 -0
- pulumi_vault/gcp/_inputs.py +82 -81
- pulumi_vault/gcp/auth_backend.py +260 -259
- pulumi_vault/gcp/auth_backend_role.py +281 -280
- pulumi_vault/gcp/get_auth_backend_role.py +70 -69
- pulumi_vault/gcp/outputs.py +50 -49
- pulumi_vault/gcp/secret_backend.py +232 -231
- pulumi_vault/gcp/secret_impersonated_account.py +92 -91
- pulumi_vault/gcp/secret_roleset.py +92 -91
- pulumi_vault/gcp/secret_static_account.py +92 -91
- pulumi_vault/generic/__init__.py +1 -0
- pulumi_vault/generic/endpoint.py +113 -112
- pulumi_vault/generic/get_secret.py +28 -27
- pulumi_vault/generic/secret.py +78 -77
- pulumi_vault/get_auth_backend.py +19 -18
- pulumi_vault/get_auth_backends.py +14 -13
- pulumi_vault/get_namespace.py +15 -14
- pulumi_vault/get_namespaces.py +8 -7
- pulumi_vault/get_nomad_access_token.py +19 -18
- pulumi_vault/get_policy_document.py +6 -5
- pulumi_vault/get_raft_autopilot_state.py +18 -17
- pulumi_vault/github/__init__.py +1 -0
- pulumi_vault/github/_inputs.py +42 -41
- pulumi_vault/github/auth_backend.py +232 -231
- pulumi_vault/github/outputs.py +26 -25
- pulumi_vault/github/team.py +57 -56
- pulumi_vault/github/user.py +57 -56
- pulumi_vault/identity/__init__.py +1 -0
- pulumi_vault/identity/entity.py +85 -84
- pulumi_vault/identity/entity_alias.py +71 -70
- pulumi_vault/identity/entity_policies.py +64 -63
- pulumi_vault/identity/get_entity.py +43 -42
- pulumi_vault/identity/get_group.py +50 -49
- pulumi_vault/identity/get_oidc_client_creds.py +14 -13
- pulumi_vault/identity/get_oidc_openid_config.py +24 -23
- pulumi_vault/identity/get_oidc_public_keys.py +13 -12
- pulumi_vault/identity/group.py +141 -140
- pulumi_vault/identity/group_alias.py +57 -56
- pulumi_vault/identity/group_member_entity_ids.py +57 -56
- pulumi_vault/identity/group_member_group_ids.py +57 -56
- pulumi_vault/identity/group_policies.py +64 -63
- pulumi_vault/identity/mfa_duo.py +148 -147
- pulumi_vault/identity/mfa_login_enforcement.py +120 -119
- pulumi_vault/identity/mfa_okta.py +134 -133
- pulumi_vault/identity/mfa_pingid.py +127 -126
- pulumi_vault/identity/mfa_totp.py +176 -175
- pulumi_vault/identity/oidc.py +29 -28
- pulumi_vault/identity/oidc_assignment.py +57 -56
- pulumi_vault/identity/oidc_client.py +127 -126
- pulumi_vault/identity/oidc_key.py +85 -84
- pulumi_vault/identity/oidc_key_allowed_client_id.py +43 -42
- pulumi_vault/identity/oidc_provider.py +92 -91
- pulumi_vault/identity/oidc_role.py +85 -84
- pulumi_vault/identity/oidc_scope.py +57 -56
- pulumi_vault/identity/outputs.py +32 -31
- pulumi_vault/jwt/__init__.py +1 -0
- pulumi_vault/jwt/_inputs.py +42 -41
- pulumi_vault/jwt/auth_backend.py +288 -287
- pulumi_vault/jwt/auth_backend_role.py +407 -406
- pulumi_vault/jwt/outputs.py +26 -25
- pulumi_vault/kmip/__init__.py +1 -0
- pulumi_vault/kmip/secret_backend.py +183 -182
- pulumi_vault/kmip/secret_role.py +295 -294
- pulumi_vault/kmip/secret_scope.py +57 -56
- pulumi_vault/kubernetes/__init__.py +1 -0
- pulumi_vault/kubernetes/auth_backend_config.py +141 -140
- pulumi_vault/kubernetes/auth_backend_role.py +225 -224
- pulumi_vault/kubernetes/get_auth_backend_config.py +47 -46
- pulumi_vault/kubernetes/get_auth_backend_role.py +70 -69
- pulumi_vault/kubernetes/get_service_account_token.py +38 -37
- pulumi_vault/kubernetes/secret_backend.py +316 -315
- pulumi_vault/kubernetes/secret_backend_role.py +197 -196
- pulumi_vault/kv/__init__.py +1 -0
- pulumi_vault/kv/_inputs.py +21 -20
- pulumi_vault/kv/get_secret.py +17 -16
- pulumi_vault/kv/get_secret_subkeys_v2.py +30 -29
- pulumi_vault/kv/get_secret_v2.py +29 -28
- pulumi_vault/kv/get_secrets_list.py +13 -12
- pulumi_vault/kv/get_secrets_list_v2.py +19 -18
- pulumi_vault/kv/outputs.py +13 -12
- pulumi_vault/kv/secret.py +50 -49
- pulumi_vault/kv/secret_backend_v2.py +71 -70
- pulumi_vault/kv/secret_v2.py +134 -133
- pulumi_vault/ldap/__init__.py +1 -0
- pulumi_vault/ldap/auth_backend.py +588 -587
- pulumi_vault/ldap/auth_backend_group.py +57 -56
- pulumi_vault/ldap/auth_backend_user.py +71 -70
- pulumi_vault/ldap/get_dynamic_credentials.py +17 -16
- pulumi_vault/ldap/get_static_credentials.py +18 -17
- pulumi_vault/ldap/secret_backend.py +554 -553
- pulumi_vault/ldap/secret_backend_dynamic_role.py +127 -126
- pulumi_vault/ldap/secret_backend_library_set.py +99 -98
- pulumi_vault/ldap/secret_backend_static_role.py +99 -98
- pulumi_vault/managed/__init__.py +1 -0
- pulumi_vault/managed/_inputs.py +229 -228
- pulumi_vault/managed/keys.py +15 -14
- pulumi_vault/managed/outputs.py +139 -138
- pulumi_vault/mfa_duo.py +113 -112
- pulumi_vault/mfa_okta.py +113 -112
- pulumi_vault/mfa_pingid.py +120 -119
- pulumi_vault/mfa_totp.py +127 -126
- pulumi_vault/mongodbatlas/__init__.py +1 -0
- pulumi_vault/mongodbatlas/secret_backend.py +64 -63
- pulumi_vault/mongodbatlas/secret_role.py +155 -154
- pulumi_vault/mount.py +274 -273
- pulumi_vault/namespace.py +64 -63
- pulumi_vault/nomad_secret_backend.py +211 -210
- pulumi_vault/nomad_secret_role.py +85 -84
- pulumi_vault/okta/__init__.py +1 -0
- pulumi_vault/okta/_inputs.py +26 -25
- pulumi_vault/okta/auth_backend.py +274 -273
- pulumi_vault/okta/auth_backend_group.py +57 -56
- pulumi_vault/okta/auth_backend_user.py +71 -70
- pulumi_vault/okta/outputs.py +16 -15
- pulumi_vault/outputs.py +56 -55
- pulumi_vault/password_policy.py +43 -42
- pulumi_vault/pkisecret/__init__.py +1 -0
- pulumi_vault/pkisecret/_inputs.py +31 -30
- pulumi_vault/pkisecret/backend_acme_eab.py +92 -91
- pulumi_vault/pkisecret/backend_config_acme.py +141 -140
- pulumi_vault/pkisecret/backend_config_auto_tidy.py +323 -322
- pulumi_vault/pkisecret/backend_config_cluster.py +57 -56
- pulumi_vault/pkisecret/backend_config_cmpv2.py +106 -105
- pulumi_vault/pkisecret/backend_config_est.py +120 -119
- pulumi_vault/pkisecret/get_backend_cert_metadata.py +22 -21
- pulumi_vault/pkisecret/get_backend_config_cmpv2.py +22 -21
- pulumi_vault/pkisecret/get_backend_config_est.py +19 -18
- pulumi_vault/pkisecret/get_backend_issuer.py +45 -44
- pulumi_vault/pkisecret/get_backend_issuers.py +15 -14
- pulumi_vault/pkisecret/get_backend_key.py +20 -19
- pulumi_vault/pkisecret/get_backend_keys.py +15 -14
- pulumi_vault/pkisecret/outputs.py +28 -27
- pulumi_vault/pkisecret/secret_backend_cert.py +337 -336
- pulumi_vault/pkisecret/secret_backend_config_ca.py +43 -42
- pulumi_vault/pkisecret/secret_backend_config_issuers.py +57 -56
- pulumi_vault/pkisecret/secret_backend_config_urls.py +85 -84
- pulumi_vault/pkisecret/secret_backend_crl_config.py +197 -196
- pulumi_vault/pkisecret/secret_backend_intermediate_cert_request.py +421 -420
- pulumi_vault/pkisecret/secret_backend_intermediate_set_signed.py +57 -56
- pulumi_vault/pkisecret/secret_backend_issuer.py +232 -231
- pulumi_vault/pkisecret/secret_backend_key.py +120 -119
- pulumi_vault/pkisecret/secret_backend_role.py +715 -714
- pulumi_vault/pkisecret/secret_backend_root_cert.py +554 -553
- pulumi_vault/pkisecret/secret_backend_root_sign_intermediate.py +526 -525
- pulumi_vault/pkisecret/secret_backend_sign.py +281 -280
- pulumi_vault/plugin.py +127 -126
- pulumi_vault/plugin_pinned_version.py +43 -42
- pulumi_vault/policy.py +43 -42
- pulumi_vault/provider.py +120 -119
- pulumi_vault/pulumi-plugin.json +1 -1
- pulumi_vault/quota_lease_count.py +85 -84
- pulumi_vault/quota_rate_limit.py +113 -112
- pulumi_vault/rabbitmq/__init__.py +1 -0
- pulumi_vault/rabbitmq/_inputs.py +41 -40
- pulumi_vault/rabbitmq/outputs.py +25 -24
- pulumi_vault/rabbitmq/secret_backend.py +169 -168
- pulumi_vault/rabbitmq/secret_backend_role.py +57 -56
- pulumi_vault/raft_autopilot.py +113 -112
- pulumi_vault/raft_snapshot_agent_config.py +393 -392
- pulumi_vault/rgp_policy.py +57 -56
- pulumi_vault/saml/__init__.py +1 -0
- pulumi_vault/saml/auth_backend.py +155 -154
- pulumi_vault/saml/auth_backend_role.py +239 -238
- pulumi_vault/secrets/__init__.py +1 -0
- pulumi_vault/secrets/_inputs.py +16 -15
- pulumi_vault/secrets/outputs.py +10 -9
- pulumi_vault/secrets/sync_association.py +71 -70
- pulumi_vault/secrets/sync_aws_destination.py +148 -147
- pulumi_vault/secrets/sync_azure_destination.py +148 -147
- pulumi_vault/secrets/sync_config.py +43 -42
- pulumi_vault/secrets/sync_gcp_destination.py +106 -105
- pulumi_vault/secrets/sync_gh_destination.py +134 -133
- pulumi_vault/secrets/sync_github_apps.py +64 -63
- pulumi_vault/secrets/sync_vercel_destination.py +120 -119
- pulumi_vault/ssh/__init__.py +1 -0
- pulumi_vault/ssh/_inputs.py +11 -10
- pulumi_vault/ssh/get_secret_backend_sign.py +52 -51
- pulumi_vault/ssh/outputs.py +7 -6
- pulumi_vault/ssh/secret_backend_ca.py +99 -98
- pulumi_vault/ssh/secret_backend_role.py +365 -364
- pulumi_vault/terraformcloud/__init__.py +1 -0
- pulumi_vault/terraformcloud/secret_backend.py +111 -110
- pulumi_vault/terraformcloud/secret_creds.py +74 -73
- pulumi_vault/terraformcloud/secret_role.py +93 -92
- pulumi_vault/token.py +246 -245
- pulumi_vault/tokenauth/__init__.py +1 -0
- pulumi_vault/tokenauth/auth_backend_role.py +267 -266
- pulumi_vault/transform/__init__.py +1 -0
- pulumi_vault/transform/alphabet.py +57 -56
- pulumi_vault/transform/get_decode.py +47 -46
- pulumi_vault/transform/get_encode.py +47 -46
- pulumi_vault/transform/role.py +57 -56
- pulumi_vault/transform/template.py +113 -112
- pulumi_vault/transform/transformation.py +141 -140
- pulumi_vault/transit/__init__.py +1 -0
- pulumi_vault/transit/get_decrypt.py +18 -17
- pulumi_vault/transit/get_encrypt.py +21 -20
- pulumi_vault/transit/get_sign.py +54 -53
- pulumi_vault/transit/get_verify.py +60 -59
- pulumi_vault/transit/secret_backend_key.py +274 -273
- pulumi_vault/transit/secret_cache_config.py +43 -42
- {pulumi_vault-6.7.0a1743576047.dist-info → pulumi_vault-6.7.0a1744267302.dist-info}/METADATA +1 -1
- pulumi_vault-6.7.0a1744267302.dist-info/RECORD +265 -0
- pulumi_vault-6.7.0a1743576047.dist-info/RECORD +0 -265
- {pulumi_vault-6.7.0a1743576047.dist-info → pulumi_vault-6.7.0a1744267302.dist-info}/WHEEL +0 -0
- {pulumi_vault-6.7.0a1743576047.dist-info → pulumi_vault-6.7.0a1744267302.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -19,16 +20,16 @@ __all__ = ['SyncConfigArgs', 'SyncConfig']
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class SyncConfigArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
23
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
24
|
-
queue_capacity: Optional[pulumi.Input[int]] = None):
|
23
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
24
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
25
|
+
queue_capacity: Optional[pulumi.Input[builtins.int]] = None):
|
25
26
|
"""
|
26
27
|
The set of arguments for constructing a SyncConfig resource.
|
27
|
-
:param pulumi.Input[bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
28
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
28
|
+
:param pulumi.Input[builtins.bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
29
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
29
30
|
This resource can only be configured in the root namespace.
|
30
31
|
*Available only for Vault Enterprise*.
|
31
|
-
:param pulumi.Input[int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
32
|
+
:param pulumi.Input[builtins.int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
32
33
|
"""
|
33
34
|
if disabled is not None:
|
34
35
|
pulumi.set(__self__, "disabled", disabled)
|
@@ -39,19 +40,19 @@ class SyncConfigArgs:
|
|
39
40
|
|
40
41
|
@property
|
41
42
|
@pulumi.getter
|
42
|
-
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
43
|
+
def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
43
44
|
"""
|
44
45
|
Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
45
46
|
"""
|
46
47
|
return pulumi.get(self, "disabled")
|
47
48
|
|
48
49
|
@disabled.setter
|
49
|
-
def disabled(self, value: Optional[pulumi.Input[bool]]):
|
50
|
+
def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
50
51
|
pulumi.set(self, "disabled", value)
|
51
52
|
|
52
53
|
@property
|
53
54
|
@pulumi.getter
|
54
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
55
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
55
56
|
"""
|
56
57
|
The namespace to provision the resource in.
|
57
58
|
This resource can only be configured in the root namespace.
|
@@ -60,35 +61,35 @@ class SyncConfigArgs:
|
|
60
61
|
return pulumi.get(self, "namespace")
|
61
62
|
|
62
63
|
@namespace.setter
|
63
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
64
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
64
65
|
pulumi.set(self, "namespace", value)
|
65
66
|
|
66
67
|
@property
|
67
68
|
@pulumi.getter(name="queueCapacity")
|
68
|
-
def queue_capacity(self) -> Optional[pulumi.Input[int]]:
|
69
|
+
def queue_capacity(self) -> Optional[pulumi.Input[builtins.int]]:
|
69
70
|
"""
|
70
71
|
Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
71
72
|
"""
|
72
73
|
return pulumi.get(self, "queue_capacity")
|
73
74
|
|
74
75
|
@queue_capacity.setter
|
75
|
-
def queue_capacity(self, value: Optional[pulumi.Input[int]]):
|
76
|
+
def queue_capacity(self, value: Optional[pulumi.Input[builtins.int]]):
|
76
77
|
pulumi.set(self, "queue_capacity", value)
|
77
78
|
|
78
79
|
|
79
80
|
@pulumi.input_type
|
80
81
|
class _SyncConfigState:
|
81
82
|
def __init__(__self__, *,
|
82
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
83
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
84
|
-
queue_capacity: Optional[pulumi.Input[int]] = None):
|
83
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
84
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
85
|
+
queue_capacity: Optional[pulumi.Input[builtins.int]] = None):
|
85
86
|
"""
|
86
87
|
Input properties used for looking up and filtering SyncConfig resources.
|
87
|
-
:param pulumi.Input[bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
88
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
88
|
+
:param pulumi.Input[builtins.bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
89
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
89
90
|
This resource can only be configured in the root namespace.
|
90
91
|
*Available only for Vault Enterprise*.
|
91
|
-
:param pulumi.Input[int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
92
|
+
:param pulumi.Input[builtins.int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
92
93
|
"""
|
93
94
|
if disabled is not None:
|
94
95
|
pulumi.set(__self__, "disabled", disabled)
|
@@ -99,19 +100,19 @@ class _SyncConfigState:
|
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter
|
102
|
-
def disabled(self) -> Optional[pulumi.Input[bool]]:
|
103
|
+
def disabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
103
104
|
"""
|
104
105
|
Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
105
106
|
"""
|
106
107
|
return pulumi.get(self, "disabled")
|
107
108
|
|
108
109
|
@disabled.setter
|
109
|
-
def disabled(self, value: Optional[pulumi.Input[bool]]):
|
110
|
+
def disabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
110
111
|
pulumi.set(self, "disabled", value)
|
111
112
|
|
112
113
|
@property
|
113
114
|
@pulumi.getter
|
114
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
115
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
115
116
|
"""
|
116
117
|
The namespace to provision the resource in.
|
117
118
|
This resource can only be configured in the root namespace.
|
@@ -120,19 +121,19 @@ class _SyncConfigState:
|
|
120
121
|
return pulumi.get(self, "namespace")
|
121
122
|
|
122
123
|
@namespace.setter
|
123
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
124
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
124
125
|
pulumi.set(self, "namespace", value)
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter(name="queueCapacity")
|
128
|
-
def queue_capacity(self) -> Optional[pulumi.Input[int]]:
|
129
|
+
def queue_capacity(self) -> Optional[pulumi.Input[builtins.int]]:
|
129
130
|
"""
|
130
131
|
Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
131
132
|
"""
|
132
133
|
return pulumi.get(self, "queue_capacity")
|
133
134
|
|
134
135
|
@queue_capacity.setter
|
135
|
-
def queue_capacity(self, value: Optional[pulumi.Input[int]]):
|
136
|
+
def queue_capacity(self, value: Optional[pulumi.Input[builtins.int]]):
|
136
137
|
pulumi.set(self, "queue_capacity", value)
|
137
138
|
|
138
139
|
|
@@ -141,9 +142,9 @@ class SyncConfig(pulumi.CustomResource):
|
|
141
142
|
def __init__(__self__,
|
142
143
|
resource_name: str,
|
143
144
|
opts: Optional[pulumi.ResourceOptions] = None,
|
144
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
145
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
146
|
-
queue_capacity: Optional[pulumi.Input[int]] = None,
|
145
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
146
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
147
|
+
queue_capacity: Optional[pulumi.Input[builtins.int]] = None,
|
147
148
|
__props__=None):
|
148
149
|
"""
|
149
150
|
Configures the secret sync global config.
|
@@ -172,11 +173,11 @@ class SyncConfig(pulumi.CustomResource):
|
|
172
173
|
|
173
174
|
:param str resource_name: The name of the resource.
|
174
175
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
175
|
-
:param pulumi.Input[bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
176
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
176
|
+
:param pulumi.Input[builtins.bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
177
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
177
178
|
This resource can only be configured in the root namespace.
|
178
179
|
*Available only for Vault Enterprise*.
|
179
|
-
:param pulumi.Input[int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
180
|
+
:param pulumi.Input[builtins.int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
180
181
|
"""
|
181
182
|
...
|
182
183
|
@overload
|
@@ -224,9 +225,9 @@ class SyncConfig(pulumi.CustomResource):
|
|
224
225
|
def _internal_init(__self__,
|
225
226
|
resource_name: str,
|
226
227
|
opts: Optional[pulumi.ResourceOptions] = None,
|
227
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
228
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
229
|
-
queue_capacity: Optional[pulumi.Input[int]] = None,
|
228
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
229
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
230
|
+
queue_capacity: Optional[pulumi.Input[builtins.int]] = None,
|
230
231
|
__props__=None):
|
231
232
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
232
233
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -249,9 +250,9 @@ class SyncConfig(pulumi.CustomResource):
|
|
249
250
|
def get(resource_name: str,
|
250
251
|
id: pulumi.Input[str],
|
251
252
|
opts: Optional[pulumi.ResourceOptions] = None,
|
252
|
-
disabled: Optional[pulumi.Input[bool]] = None,
|
253
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
254
|
-
queue_capacity: Optional[pulumi.Input[int]] = None) -> 'SyncConfig':
|
253
|
+
disabled: Optional[pulumi.Input[builtins.bool]] = None,
|
254
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
255
|
+
queue_capacity: Optional[pulumi.Input[builtins.int]] = None) -> 'SyncConfig':
|
255
256
|
"""
|
256
257
|
Get an existing SyncConfig resource's state with the given name, id, and optional extra
|
257
258
|
properties used to qualify the lookup.
|
@@ -259,11 +260,11 @@ class SyncConfig(pulumi.CustomResource):
|
|
259
260
|
:param str resource_name: The unique name of the resulting resource.
|
260
261
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
261
262
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
262
|
-
:param pulumi.Input[bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
263
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
263
|
+
:param pulumi.Input[builtins.bool] disabled: Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
264
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
264
265
|
This resource can only be configured in the root namespace.
|
265
266
|
*Available only for Vault Enterprise*.
|
266
|
-
:param pulumi.Input[int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
267
|
+
:param pulumi.Input[builtins.int] queue_capacity: Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
267
268
|
"""
|
268
269
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
269
270
|
|
@@ -276,7 +277,7 @@ class SyncConfig(pulumi.CustomResource):
|
|
276
277
|
|
277
278
|
@property
|
278
279
|
@pulumi.getter
|
279
|
-
def disabled(self) -> pulumi.Output[Optional[bool]]:
|
280
|
+
def disabled(self) -> pulumi.Output[Optional[builtins.bool]]:
|
280
281
|
"""
|
281
282
|
Disables the syncing process between Vault and external destinations. Defaults to `false`.
|
282
283
|
"""
|
@@ -284,7 +285,7 @@ class SyncConfig(pulumi.CustomResource):
|
|
284
285
|
|
285
286
|
@property
|
286
287
|
@pulumi.getter
|
287
|
-
def namespace(self) -> pulumi.Output[Optional[str]]:
|
288
|
+
def namespace(self) -> pulumi.Output[Optional[builtins.str]]:
|
288
289
|
"""
|
289
290
|
The namespace to provision the resource in.
|
290
291
|
This resource can only be configured in the root namespace.
|
@@ -294,7 +295,7 @@ class SyncConfig(pulumi.CustomResource):
|
|
294
295
|
|
295
296
|
@property
|
296
297
|
@pulumi.getter(name="queueCapacity")
|
297
|
-
def queue_capacity(self) -> pulumi.Output[Optional[int]]:
|
298
|
+
def queue_capacity(self) -> pulumi.Output[Optional[builtins.int]]:
|
298
299
|
"""
|
299
300
|
Maximum number of pending sync operations allowed on the queue. Defaults to `1000000`.
|
300
301
|
"""
|