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,18 +20,18 @@ __all__ = ['EntityAliasArgs', 'EntityAlias']
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class EntityAliasArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
canonical_id: pulumi.Input[str],
|
23
|
-
mount_accessor: pulumi.Input[str],
|
24
|
-
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
25
|
-
name: Optional[pulumi.Input[str]] = None,
|
26
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
23
|
+
canonical_id: pulumi.Input[builtins.str],
|
24
|
+
mount_accessor: pulumi.Input[builtins.str],
|
25
|
+
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
26
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
27
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a EntityAlias resource.
|
29
|
-
:param pulumi.Input[str] canonical_id: Entity ID to which this alias belongs to.
|
30
|
-
:param pulumi.Input[str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
31
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_metadata: Custom metadata to be associated with this alias.
|
32
|
-
:param pulumi.Input[str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
33
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
30
|
+
:param pulumi.Input[builtins.str] canonical_id: Entity ID to which this alias belongs to.
|
31
|
+
:param pulumi.Input[builtins.str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
32
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_metadata: Custom metadata to be associated with this alias.
|
33
|
+
:param pulumi.Input[builtins.str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
34
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
34
35
|
The value should not contain leading or trailing forward slashes.
|
35
36
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
36
37
|
*Available only for Vault Enterprise*.
|
@@ -46,55 +47,55 @@ class EntityAliasArgs:
|
|
46
47
|
|
47
48
|
@property
|
48
49
|
@pulumi.getter(name="canonicalId")
|
49
|
-
def canonical_id(self) -> pulumi.Input[str]:
|
50
|
+
def canonical_id(self) -> pulumi.Input[builtins.str]:
|
50
51
|
"""
|
51
52
|
Entity ID to which this alias belongs to.
|
52
53
|
"""
|
53
54
|
return pulumi.get(self, "canonical_id")
|
54
55
|
|
55
56
|
@canonical_id.setter
|
56
|
-
def canonical_id(self, value: pulumi.Input[str]):
|
57
|
+
def canonical_id(self, value: pulumi.Input[builtins.str]):
|
57
58
|
pulumi.set(self, "canonical_id", value)
|
58
59
|
|
59
60
|
@property
|
60
61
|
@pulumi.getter(name="mountAccessor")
|
61
|
-
def mount_accessor(self) -> pulumi.Input[str]:
|
62
|
+
def mount_accessor(self) -> pulumi.Input[builtins.str]:
|
62
63
|
"""
|
63
64
|
Accessor of the mount to which the alias should belong to.
|
64
65
|
"""
|
65
66
|
return pulumi.get(self, "mount_accessor")
|
66
67
|
|
67
68
|
@mount_accessor.setter
|
68
|
-
def mount_accessor(self, value: pulumi.Input[str]):
|
69
|
+
def mount_accessor(self, value: pulumi.Input[builtins.str]):
|
69
70
|
pulumi.set(self, "mount_accessor", value)
|
70
71
|
|
71
72
|
@property
|
72
73
|
@pulumi.getter(name="customMetadata")
|
73
|
-
def custom_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
74
|
+
def custom_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
74
75
|
"""
|
75
76
|
Custom metadata to be associated with this alias.
|
76
77
|
"""
|
77
78
|
return pulumi.get(self, "custom_metadata")
|
78
79
|
|
79
80
|
@custom_metadata.setter
|
80
|
-
def custom_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
81
|
+
def custom_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
81
82
|
pulumi.set(self, "custom_metadata", value)
|
82
83
|
|
83
84
|
@property
|
84
85
|
@pulumi.getter
|
85
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
86
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
86
87
|
"""
|
87
88
|
Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
88
89
|
"""
|
89
90
|
return pulumi.get(self, "name")
|
90
91
|
|
91
92
|
@name.setter
|
92
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
93
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
93
94
|
pulumi.set(self, "name", value)
|
94
95
|
|
95
96
|
@property
|
96
97
|
@pulumi.getter
|
97
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
98
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
98
99
|
"""
|
99
100
|
The namespace to provision the resource in.
|
100
101
|
The value should not contain leading or trailing forward slashes.
|
@@ -104,25 +105,25 @@ class EntityAliasArgs:
|
|
104
105
|
return pulumi.get(self, "namespace")
|
105
106
|
|
106
107
|
@namespace.setter
|
107
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
108
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
108
109
|
pulumi.set(self, "namespace", value)
|
109
110
|
|
110
111
|
|
111
112
|
@pulumi.input_type
|
112
113
|
class _EntityAliasState:
|
113
114
|
def __init__(__self__, *,
|
114
|
-
canonical_id: Optional[pulumi.Input[str]] = None,
|
115
|
-
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
116
|
-
mount_accessor: Optional[pulumi.Input[str]] = None,
|
117
|
-
name: Optional[pulumi.Input[str]] = None,
|
118
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
115
|
+
canonical_id: Optional[pulumi.Input[builtins.str]] = None,
|
116
|
+
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
117
|
+
mount_accessor: Optional[pulumi.Input[builtins.str]] = None,
|
118
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
119
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
119
120
|
"""
|
120
121
|
Input properties used for looking up and filtering EntityAlias resources.
|
121
|
-
:param pulumi.Input[str] canonical_id: Entity ID to which this alias belongs to.
|
122
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_metadata: Custom metadata to be associated with this alias.
|
123
|
-
:param pulumi.Input[str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
124
|
-
:param pulumi.Input[str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
125
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
122
|
+
:param pulumi.Input[builtins.str] canonical_id: Entity ID to which this alias belongs to.
|
123
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_metadata: Custom metadata to be associated with this alias.
|
124
|
+
:param pulumi.Input[builtins.str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
125
|
+
:param pulumi.Input[builtins.str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
126
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
126
127
|
The value should not contain leading or trailing forward slashes.
|
127
128
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
128
129
|
*Available only for Vault Enterprise*.
|
@@ -140,55 +141,55 @@ class _EntityAliasState:
|
|
140
141
|
|
141
142
|
@property
|
142
143
|
@pulumi.getter(name="canonicalId")
|
143
|
-
def canonical_id(self) -> Optional[pulumi.Input[str]]:
|
144
|
+
def canonical_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
144
145
|
"""
|
145
146
|
Entity ID to which this alias belongs to.
|
146
147
|
"""
|
147
148
|
return pulumi.get(self, "canonical_id")
|
148
149
|
|
149
150
|
@canonical_id.setter
|
150
|
-
def canonical_id(self, value: Optional[pulumi.Input[str]]):
|
151
|
+
def canonical_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
151
152
|
pulumi.set(self, "canonical_id", value)
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter(name="customMetadata")
|
155
|
-
def custom_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
156
|
+
def custom_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
156
157
|
"""
|
157
158
|
Custom metadata to be associated with this alias.
|
158
159
|
"""
|
159
160
|
return pulumi.get(self, "custom_metadata")
|
160
161
|
|
161
162
|
@custom_metadata.setter
|
162
|
-
def custom_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
163
|
+
def custom_metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
163
164
|
pulumi.set(self, "custom_metadata", value)
|
164
165
|
|
165
166
|
@property
|
166
167
|
@pulumi.getter(name="mountAccessor")
|
167
|
-
def mount_accessor(self) -> Optional[pulumi.Input[str]]:
|
168
|
+
def mount_accessor(self) -> Optional[pulumi.Input[builtins.str]]:
|
168
169
|
"""
|
169
170
|
Accessor of the mount to which the alias should belong to.
|
170
171
|
"""
|
171
172
|
return pulumi.get(self, "mount_accessor")
|
172
173
|
|
173
174
|
@mount_accessor.setter
|
174
|
-
def mount_accessor(self, value: Optional[pulumi.Input[str]]):
|
175
|
+
def mount_accessor(self, value: Optional[pulumi.Input[builtins.str]]):
|
175
176
|
pulumi.set(self, "mount_accessor", value)
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter
|
179
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
180
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
180
181
|
"""
|
181
182
|
Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
182
183
|
"""
|
183
184
|
return pulumi.get(self, "name")
|
184
185
|
|
185
186
|
@name.setter
|
186
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
187
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
187
188
|
pulumi.set(self, "name", value)
|
188
189
|
|
189
190
|
@property
|
190
191
|
@pulumi.getter
|
191
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
192
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
192
193
|
"""
|
193
194
|
The namespace to provision the resource in.
|
194
195
|
The value should not contain leading or trailing forward slashes.
|
@@ -198,7 +199,7 @@ class _EntityAliasState:
|
|
198
199
|
return pulumi.get(self, "namespace")
|
199
200
|
|
200
201
|
@namespace.setter
|
201
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
202
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
202
203
|
pulumi.set(self, "namespace", value)
|
203
204
|
|
204
205
|
|
@@ -207,11 +208,11 @@ class EntityAlias(pulumi.CustomResource):
|
|
207
208
|
def __init__(__self__,
|
208
209
|
resource_name: str,
|
209
210
|
opts: Optional[pulumi.ResourceOptions] = None,
|
210
|
-
canonical_id: Optional[pulumi.Input[str]] = None,
|
211
|
-
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
212
|
-
mount_accessor: Optional[pulumi.Input[str]] = None,
|
213
|
-
name: Optional[pulumi.Input[str]] = None,
|
214
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
211
|
+
canonical_id: Optional[pulumi.Input[builtins.str]] = None,
|
212
|
+
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
213
|
+
mount_accessor: Optional[pulumi.Input[builtins.str]] = None,
|
214
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
215
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
215
216
|
__props__=None):
|
216
217
|
"""
|
217
218
|
## Example Usage
|
@@ -236,11 +237,11 @@ class EntityAlias(pulumi.CustomResource):
|
|
236
237
|
|
237
238
|
:param str resource_name: The name of the resource.
|
238
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
239
|
-
:param pulumi.Input[str] canonical_id: Entity ID to which this alias belongs to.
|
240
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_metadata: Custom metadata to be associated with this alias.
|
241
|
-
:param pulumi.Input[str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
242
|
-
:param pulumi.Input[str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
243
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
240
|
+
:param pulumi.Input[builtins.str] canonical_id: Entity ID to which this alias belongs to.
|
241
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_metadata: Custom metadata to be associated with this alias.
|
242
|
+
:param pulumi.Input[builtins.str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
243
|
+
:param pulumi.Input[builtins.str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
244
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
244
245
|
The value should not contain leading or trailing forward slashes.
|
245
246
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
246
247
|
*Available only for Vault Enterprise*.
|
@@ -287,11 +288,11 @@ class EntityAlias(pulumi.CustomResource):
|
|
287
288
|
def _internal_init(__self__,
|
288
289
|
resource_name: str,
|
289
290
|
opts: Optional[pulumi.ResourceOptions] = None,
|
290
|
-
canonical_id: Optional[pulumi.Input[str]] = None,
|
291
|
-
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
292
|
-
mount_accessor: Optional[pulumi.Input[str]] = None,
|
293
|
-
name: Optional[pulumi.Input[str]] = None,
|
294
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
291
|
+
canonical_id: Optional[pulumi.Input[builtins.str]] = None,
|
292
|
+
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
293
|
+
mount_accessor: Optional[pulumi.Input[builtins.str]] = None,
|
294
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
295
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
295
296
|
__props__=None):
|
296
297
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
297
298
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -320,11 +321,11 @@ class EntityAlias(pulumi.CustomResource):
|
|
320
321
|
def get(resource_name: str,
|
321
322
|
id: pulumi.Input[str],
|
322
323
|
opts: Optional[pulumi.ResourceOptions] = None,
|
323
|
-
canonical_id: Optional[pulumi.Input[str]] = None,
|
324
|
-
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
325
|
-
mount_accessor: Optional[pulumi.Input[str]] = None,
|
326
|
-
name: Optional[pulumi.Input[str]] = None,
|
327
|
-
namespace: Optional[pulumi.Input[str]] = None) -> 'EntityAlias':
|
324
|
+
canonical_id: Optional[pulumi.Input[builtins.str]] = None,
|
325
|
+
custom_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
326
|
+
mount_accessor: Optional[pulumi.Input[builtins.str]] = None,
|
327
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
328
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None) -> 'EntityAlias':
|
328
329
|
"""
|
329
330
|
Get an existing EntityAlias resource's state with the given name, id, and optional extra
|
330
331
|
properties used to qualify the lookup.
|
@@ -332,11 +333,11 @@ class EntityAlias(pulumi.CustomResource):
|
|
332
333
|
:param str resource_name: The unique name of the resulting resource.
|
333
334
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
334
335
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
|
-
:param pulumi.Input[str] canonical_id: Entity ID to which this alias belongs to.
|
336
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_metadata: Custom metadata to be associated with this alias.
|
337
|
-
:param pulumi.Input[str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
338
|
-
:param pulumi.Input[str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
339
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
336
|
+
:param pulumi.Input[builtins.str] canonical_id: Entity ID to which this alias belongs to.
|
337
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_metadata: Custom metadata to be associated with this alias.
|
338
|
+
:param pulumi.Input[builtins.str] mount_accessor: Accessor of the mount to which the alias should belong to.
|
339
|
+
:param pulumi.Input[builtins.str] name: Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
340
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
340
341
|
The value should not contain leading or trailing forward slashes.
|
341
342
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
342
343
|
*Available only for Vault Enterprise*.
|
@@ -354,7 +355,7 @@ class EntityAlias(pulumi.CustomResource):
|
|
354
355
|
|
355
356
|
@property
|
356
357
|
@pulumi.getter(name="canonicalId")
|
357
|
-
def canonical_id(self) -> pulumi.Output[str]:
|
358
|
+
def canonical_id(self) -> pulumi.Output[builtins.str]:
|
358
359
|
"""
|
359
360
|
Entity ID to which this alias belongs to.
|
360
361
|
"""
|
@@ -362,7 +363,7 @@ class EntityAlias(pulumi.CustomResource):
|
|
362
363
|
|
363
364
|
@property
|
364
365
|
@pulumi.getter(name="customMetadata")
|
365
|
-
def custom_metadata(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
366
|
+
def custom_metadata(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
366
367
|
"""
|
367
368
|
Custom metadata to be associated with this alias.
|
368
369
|
"""
|
@@ -370,7 +371,7 @@ class EntityAlias(pulumi.CustomResource):
|
|
370
371
|
|
371
372
|
@property
|
372
373
|
@pulumi.getter(name="mountAccessor")
|
373
|
-
def mount_accessor(self) -> pulumi.Output[str]:
|
374
|
+
def mount_accessor(self) -> pulumi.Output[builtins.str]:
|
374
375
|
"""
|
375
376
|
Accessor of the mount to which the alias should belong to.
|
376
377
|
"""
|
@@ -378,7 +379,7 @@ class EntityAlias(pulumi.CustomResource):
|
|
378
379
|
|
379
380
|
@property
|
380
381
|
@pulumi.getter
|
381
|
-
def name(self) -> pulumi.Output[str]:
|
382
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
382
383
|
"""
|
383
384
|
Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
|
384
385
|
"""
|
@@ -386,7 +387,7 @@ class EntityAlias(pulumi.CustomResource):
|
|
386
387
|
|
387
388
|
@property
|
388
389
|
@pulumi.getter
|
389
|
-
def namespace(self) -> pulumi.Output[Optional[str]]:
|
390
|
+
def namespace(self) -> pulumi.Output[Optional[builtins.str]]:
|
390
391
|
"""
|
391
392
|
The namespace to provision the resource in.
|
392
393
|
The value should not contain leading or trailing forward slashes.
|