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
|
@@ -45,12 +46,12 @@ class GetAuthBackendRoleIdResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def backend(self) -> Optional[str]:
|
49
|
+
def backend(self) -> Optional[builtins.str]:
|
49
50
|
return pulumi.get(self, "backend")
|
50
51
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter
|
53
|
-
def id(self) -> str:
|
54
|
+
def id(self) -> builtins.str:
|
54
55
|
"""
|
55
56
|
The provider-assigned unique ID for this managed resource.
|
56
57
|
"""
|
@@ -58,12 +59,12 @@ class GetAuthBackendRoleIdResult:
|
|
58
59
|
|
59
60
|
@property
|
60
61
|
@pulumi.getter
|
61
|
-
def namespace(self) -> Optional[str]:
|
62
|
+
def namespace(self) -> Optional[builtins.str]:
|
62
63
|
return pulumi.get(self, "namespace")
|
63
64
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="roleId")
|
66
|
-
def role_id(self) -> str:
|
67
|
+
def role_id(self) -> builtins.str:
|
67
68
|
"""
|
68
69
|
The RoleID of the role.
|
69
70
|
"""
|
@@ -71,7 +72,7 @@ class GetAuthBackendRoleIdResult:
|
|
71
72
|
|
72
73
|
@property
|
73
74
|
@pulumi.getter(name="roleName")
|
74
|
-
def role_name(self) -> str:
|
75
|
+
def role_name(self) -> builtins.str:
|
75
76
|
return pulumi.get(self, "role_name")
|
76
77
|
|
77
78
|
|
@@ -88,9 +89,9 @@ class AwaitableGetAuthBackendRoleIdResult(GetAuthBackendRoleIdResult):
|
|
88
89
|
role_name=self.role_name)
|
89
90
|
|
90
91
|
|
91
|
-
def get_auth_backend_role_id(backend: Optional[str] = None,
|
92
|
-
namespace: Optional[str] = None,
|
93
|
-
role_name: Optional[str] = None,
|
92
|
+
def get_auth_backend_role_id(backend: Optional[builtins.str] = None,
|
93
|
+
namespace: Optional[builtins.str] = None,
|
94
|
+
role_name: Optional[builtins.str] = None,
|
94
95
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthBackendRoleIdResult:
|
95
96
|
"""
|
96
97
|
Reads the Role ID of an AppRole from a Vault server.
|
@@ -107,13 +108,13 @@ def get_auth_backend_role_id(backend: Optional[str] = None,
|
|
107
108
|
```
|
108
109
|
|
109
110
|
|
110
|
-
:param str backend: The unique name for the AppRole backend the role to
|
111
|
+
:param builtins.str backend: The unique name for the AppRole backend the role to
|
111
112
|
retrieve a RoleID for resides in. Defaults to "approle".
|
112
|
-
:param str namespace: The namespace of the target resource.
|
113
|
+
:param builtins.str namespace: The namespace of the target resource.
|
113
114
|
The value should not contain leading or trailing forward slashes.
|
114
115
|
The `namespace` is always relative to the provider's configured namespace.
|
115
116
|
*Available only for Vault Enterprise*.
|
116
|
-
:param str role_name: The name of the role to retrieve the Role ID for.
|
117
|
+
:param builtins.str role_name: The name of the role to retrieve the Role ID for.
|
117
118
|
"""
|
118
119
|
__args__ = dict()
|
119
120
|
__args__['backend'] = backend
|
@@ -128,9 +129,9 @@ def get_auth_backend_role_id(backend: Optional[str] = None,
|
|
128
129
|
namespace=pulumi.get(__ret__, 'namespace'),
|
129
130
|
role_id=pulumi.get(__ret__, 'role_id'),
|
130
131
|
role_name=pulumi.get(__ret__, 'role_name'))
|
131
|
-
def get_auth_backend_role_id_output(backend: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
namespace: Optional[pulumi.Input[Optional[str]]] = None,
|
133
|
-
role_name: Optional[pulumi.Input[str]] = None,
|
132
|
+
def get_auth_backend_role_id_output(backend: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
|
+
namespace: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
134
|
+
role_name: Optional[pulumi.Input[builtins.str]] = None,
|
134
135
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthBackendRoleIdResult]:
|
135
136
|
"""
|
136
137
|
Reads the Role ID of an AppRole from a Vault server.
|
@@ -147,13 +148,13 @@ def get_auth_backend_role_id_output(backend: Optional[pulumi.Input[Optional[str]
|
|
147
148
|
```
|
148
149
|
|
149
150
|
|
150
|
-
:param str backend: The unique name for the AppRole backend the role to
|
151
|
+
:param builtins.str backend: The unique name for the AppRole backend the role to
|
151
152
|
retrieve a RoleID for resides in. Defaults to "approle".
|
152
|
-
:param str namespace: The namespace of the target resource.
|
153
|
+
:param builtins.str namespace: The namespace of the target resource.
|
153
154
|
The value should not contain leading or trailing forward slashes.
|
154
155
|
The `namespace` is always relative to the provider's configured namespace.
|
155
156
|
*Available only for Vault Enterprise*.
|
156
|
-
:param str role_name: The name of the role to retrieve the Role ID for.
|
157
|
+
:param builtins.str role_name: The name of the role to retrieve the Role ID for.
|
157
158
|
"""
|
158
159
|
__args__ = dict()
|
159
160
|
__args__['backend'] = backend
|
pulumi_vault/audit.py
CHANGED
@@ -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,25 +20,25 @@ __all__ = ['AuditArgs', 'Audit']
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class AuditArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
options: pulumi.Input[Mapping[str, pulumi.Input[str]]],
|
23
|
-
type: pulumi.Input[str],
|
24
|
-
description: Optional[pulumi.Input[str]] = None,
|
25
|
-
local: Optional[pulumi.Input[bool]] = None,
|
26
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
27
|
-
path: Optional[pulumi.Input[str]] = None):
|
23
|
+
options: pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]],
|
24
|
+
type: pulumi.Input[builtins.str],
|
25
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
26
|
+
local: Optional[pulumi.Input[builtins.bool]] = None,
|
27
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
28
|
+
path: Optional[pulumi.Input[builtins.str]] = None):
|
28
29
|
"""
|
29
30
|
The set of arguments for constructing a Audit resource.
|
30
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] options: Configuration options to pass to the audit device itself.
|
31
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] options: Configuration options to pass to the audit device itself.
|
31
32
|
|
32
33
|
For a reference of the device types and their options, consult the [Vault documentation.](https://www.vaultproject.io/docs/audit/index.html)
|
33
|
-
:param pulumi.Input[str] type: Type of the audit device, such as 'file'.
|
34
|
-
:param pulumi.Input[str] description: Human-friendly description of the audit device.
|
35
|
-
:param pulumi.Input[bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
36
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
34
|
+
:param pulumi.Input[builtins.str] type: Type of the audit device, such as 'file'.
|
35
|
+
:param pulumi.Input[builtins.str] description: Human-friendly description of the audit device.
|
36
|
+
:param pulumi.Input[builtins.bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
37
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
37
38
|
The value should not contain leading or trailing forward slashes.
|
38
39
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
39
40
|
*Available only for Vault Enterprise*.
|
40
|
-
:param pulumi.Input[str] path: The path to mount the audit device. This defaults to the type.
|
41
|
+
:param pulumi.Input[builtins.str] path: The path to mount the audit device. This defaults to the type.
|
41
42
|
"""
|
42
43
|
pulumi.set(__self__, "options", options)
|
43
44
|
pulumi.set(__self__, "type", type)
|
@@ -52,7 +53,7 @@ class AuditArgs:
|
|
52
53
|
|
53
54
|
@property
|
54
55
|
@pulumi.getter
|
55
|
-
def options(self) -> pulumi.Input[Mapping[str, pulumi.Input[str]]]:
|
56
|
+
def options(self) -> pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]:
|
56
57
|
"""
|
57
58
|
Configuration options to pass to the audit device itself.
|
58
59
|
|
@@ -61,48 +62,48 @@ class AuditArgs:
|
|
61
62
|
return pulumi.get(self, "options")
|
62
63
|
|
63
64
|
@options.setter
|
64
|
-
def options(self, value: pulumi.Input[Mapping[str, pulumi.Input[str]]]):
|
65
|
+
def options(self, value: pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]):
|
65
66
|
pulumi.set(self, "options", value)
|
66
67
|
|
67
68
|
@property
|
68
69
|
@pulumi.getter
|
69
|
-
def type(self) -> pulumi.Input[str]:
|
70
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
70
71
|
"""
|
71
72
|
Type of the audit device, such as 'file'.
|
72
73
|
"""
|
73
74
|
return pulumi.get(self, "type")
|
74
75
|
|
75
76
|
@type.setter
|
76
|
-
def type(self, value: pulumi.Input[str]):
|
77
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
77
78
|
pulumi.set(self, "type", value)
|
78
79
|
|
79
80
|
@property
|
80
81
|
@pulumi.getter
|
81
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
82
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
82
83
|
"""
|
83
84
|
Human-friendly description of the audit device.
|
84
85
|
"""
|
85
86
|
return pulumi.get(self, "description")
|
86
87
|
|
87
88
|
@description.setter
|
88
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
89
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
89
90
|
pulumi.set(self, "description", value)
|
90
91
|
|
91
92
|
@property
|
92
93
|
@pulumi.getter
|
93
|
-
def local(self) -> Optional[pulumi.Input[bool]]:
|
94
|
+
def local(self) -> Optional[pulumi.Input[builtins.bool]]:
|
94
95
|
"""
|
95
96
|
Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
96
97
|
"""
|
97
98
|
return pulumi.get(self, "local")
|
98
99
|
|
99
100
|
@local.setter
|
100
|
-
def local(self, value: Optional[pulumi.Input[bool]]):
|
101
|
+
def local(self, value: Optional[pulumi.Input[builtins.bool]]):
|
101
102
|
pulumi.set(self, "local", value)
|
102
103
|
|
103
104
|
@property
|
104
105
|
@pulumi.getter
|
105
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
106
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
106
107
|
"""
|
107
108
|
The namespace to provision the resource in.
|
108
109
|
The value should not contain leading or trailing forward slashes.
|
@@ -112,44 +113,44 @@ class AuditArgs:
|
|
112
113
|
return pulumi.get(self, "namespace")
|
113
114
|
|
114
115
|
@namespace.setter
|
115
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
116
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
116
117
|
pulumi.set(self, "namespace", value)
|
117
118
|
|
118
119
|
@property
|
119
120
|
@pulumi.getter
|
120
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
121
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
121
122
|
"""
|
122
123
|
The path to mount the audit device. This defaults to the type.
|
123
124
|
"""
|
124
125
|
return pulumi.get(self, "path")
|
125
126
|
|
126
127
|
@path.setter
|
127
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
128
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
128
129
|
pulumi.set(self, "path", value)
|
129
130
|
|
130
131
|
|
131
132
|
@pulumi.input_type
|
132
133
|
class _AuditState:
|
133
134
|
def __init__(__self__, *,
|
134
|
-
description: Optional[pulumi.Input[str]] = None,
|
135
|
-
local: Optional[pulumi.Input[bool]] = None,
|
136
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
137
|
-
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
138
|
-
path: Optional[pulumi.Input[str]] = None,
|
139
|
-
type: Optional[pulumi.Input[str]] = None):
|
135
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
136
|
+
local: Optional[pulumi.Input[builtins.bool]] = None,
|
137
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
138
|
+
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
139
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
140
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
140
141
|
"""
|
141
142
|
Input properties used for looking up and filtering Audit resources.
|
142
|
-
:param pulumi.Input[str] description: Human-friendly description of the audit device.
|
143
|
-
:param pulumi.Input[bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
144
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
143
|
+
:param pulumi.Input[builtins.str] description: Human-friendly description of the audit device.
|
144
|
+
:param pulumi.Input[builtins.bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
145
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
145
146
|
The value should not contain leading or trailing forward slashes.
|
146
147
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
147
148
|
*Available only for Vault Enterprise*.
|
148
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] options: Configuration options to pass to the audit device itself.
|
149
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] options: Configuration options to pass to the audit device itself.
|
149
150
|
|
150
151
|
For a reference of the device types and their options, consult the [Vault documentation.](https://www.vaultproject.io/docs/audit/index.html)
|
151
|
-
:param pulumi.Input[str] path: The path to mount the audit device. This defaults to the type.
|
152
|
-
:param pulumi.Input[str] type: Type of the audit device, such as 'file'.
|
152
|
+
:param pulumi.Input[builtins.str] path: The path to mount the audit device. This defaults to the type.
|
153
|
+
:param pulumi.Input[builtins.str] type: Type of the audit device, such as 'file'.
|
153
154
|
"""
|
154
155
|
if description is not None:
|
155
156
|
pulumi.set(__self__, "description", description)
|
@@ -166,31 +167,31 @@ class _AuditState:
|
|
166
167
|
|
167
168
|
@property
|
168
169
|
@pulumi.getter
|
169
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
170
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
170
171
|
"""
|
171
172
|
Human-friendly description of the audit device.
|
172
173
|
"""
|
173
174
|
return pulumi.get(self, "description")
|
174
175
|
|
175
176
|
@description.setter
|
176
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
177
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
177
178
|
pulumi.set(self, "description", value)
|
178
179
|
|
179
180
|
@property
|
180
181
|
@pulumi.getter
|
181
|
-
def local(self) -> Optional[pulumi.Input[bool]]:
|
182
|
+
def local(self) -> Optional[pulumi.Input[builtins.bool]]:
|
182
183
|
"""
|
183
184
|
Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
184
185
|
"""
|
185
186
|
return pulumi.get(self, "local")
|
186
187
|
|
187
188
|
@local.setter
|
188
|
-
def local(self, value: Optional[pulumi.Input[bool]]):
|
189
|
+
def local(self, value: Optional[pulumi.Input[builtins.bool]]):
|
189
190
|
pulumi.set(self, "local", value)
|
190
191
|
|
191
192
|
@property
|
192
193
|
@pulumi.getter
|
193
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
194
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
194
195
|
"""
|
195
196
|
The namespace to provision the resource in.
|
196
197
|
The value should not contain leading or trailing forward slashes.
|
@@ -200,12 +201,12 @@ class _AuditState:
|
|
200
201
|
return pulumi.get(self, "namespace")
|
201
202
|
|
202
203
|
@namespace.setter
|
203
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
204
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
204
205
|
pulumi.set(self, "namespace", value)
|
205
206
|
|
206
207
|
@property
|
207
208
|
@pulumi.getter
|
208
|
-
def options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
209
|
+
def options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
209
210
|
"""
|
210
211
|
Configuration options to pass to the audit device itself.
|
211
212
|
|
@@ -214,31 +215,31 @@ class _AuditState:
|
|
214
215
|
return pulumi.get(self, "options")
|
215
216
|
|
216
217
|
@options.setter
|
217
|
-
def options(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
218
|
+
def options(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
218
219
|
pulumi.set(self, "options", value)
|
219
220
|
|
220
221
|
@property
|
221
222
|
@pulumi.getter
|
222
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
223
|
+
def path(self) -> Optional[pulumi.Input[builtins.str]]:
|
223
224
|
"""
|
224
225
|
The path to mount the audit device. This defaults to the type.
|
225
226
|
"""
|
226
227
|
return pulumi.get(self, "path")
|
227
228
|
|
228
229
|
@path.setter
|
229
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
230
|
+
def path(self, value: Optional[pulumi.Input[builtins.str]]):
|
230
231
|
pulumi.set(self, "path", value)
|
231
232
|
|
232
233
|
@property
|
233
234
|
@pulumi.getter
|
234
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
235
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
235
236
|
"""
|
236
237
|
Type of the audit device, such as 'file'.
|
237
238
|
"""
|
238
239
|
return pulumi.get(self, "type")
|
239
240
|
|
240
241
|
@type.setter
|
241
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
242
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
242
243
|
pulumi.set(self, "type", value)
|
243
244
|
|
244
245
|
|
@@ -247,12 +248,12 @@ class Audit(pulumi.CustomResource):
|
|
247
248
|
def __init__(__self__,
|
248
249
|
resource_name: str,
|
249
250
|
opts: Optional[pulumi.ResourceOptions] = None,
|
250
|
-
description: Optional[pulumi.Input[str]] = None,
|
251
|
-
local: Optional[pulumi.Input[bool]] = None,
|
252
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
253
|
-
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
254
|
-
path: Optional[pulumi.Input[str]] = None,
|
255
|
-
type: Optional[pulumi.Input[str]] = None,
|
251
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
252
|
+
local: Optional[pulumi.Input[builtins.bool]] = None,
|
253
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
254
|
+
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
255
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
256
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
256
257
|
__props__=None):
|
257
258
|
"""
|
258
259
|
## Example Usage
|
@@ -297,17 +298,17 @@ class Audit(pulumi.CustomResource):
|
|
297
298
|
|
298
299
|
:param str resource_name: The name of the resource.
|
299
300
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
300
|
-
:param pulumi.Input[str] description: Human-friendly description of the audit device.
|
301
|
-
:param pulumi.Input[bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
302
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
301
|
+
:param pulumi.Input[builtins.str] description: Human-friendly description of the audit device.
|
302
|
+
:param pulumi.Input[builtins.bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
303
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
303
304
|
The value should not contain leading or trailing forward slashes.
|
304
305
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
305
306
|
*Available only for Vault Enterprise*.
|
306
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] options: Configuration options to pass to the audit device itself.
|
307
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] options: Configuration options to pass to the audit device itself.
|
307
308
|
|
308
309
|
For a reference of the device types and their options, consult the [Vault documentation.](https://www.vaultproject.io/docs/audit/index.html)
|
309
|
-
:param pulumi.Input[str] path: The path to mount the audit device. This defaults to the type.
|
310
|
-
:param pulumi.Input[str] type: Type of the audit device, such as 'file'.
|
310
|
+
:param pulumi.Input[builtins.str] path: The path to mount the audit device. This defaults to the type.
|
311
|
+
:param pulumi.Input[builtins.str] type: Type of the audit device, such as 'file'.
|
311
312
|
"""
|
312
313
|
...
|
313
314
|
@overload
|
@@ -371,12 +372,12 @@ class Audit(pulumi.CustomResource):
|
|
371
372
|
def _internal_init(__self__,
|
372
373
|
resource_name: str,
|
373
374
|
opts: Optional[pulumi.ResourceOptions] = None,
|
374
|
-
description: Optional[pulumi.Input[str]] = None,
|
375
|
-
local: Optional[pulumi.Input[bool]] = None,
|
376
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
377
|
-
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
378
|
-
path: Optional[pulumi.Input[str]] = None,
|
379
|
-
type: Optional[pulumi.Input[str]] = None,
|
375
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
376
|
+
local: Optional[pulumi.Input[builtins.bool]] = None,
|
377
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
378
|
+
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
379
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
380
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
380
381
|
__props__=None):
|
381
382
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
382
383
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -406,12 +407,12 @@ class Audit(pulumi.CustomResource):
|
|
406
407
|
def get(resource_name: str,
|
407
408
|
id: pulumi.Input[str],
|
408
409
|
opts: Optional[pulumi.ResourceOptions] = None,
|
409
|
-
description: Optional[pulumi.Input[str]] = None,
|
410
|
-
local: Optional[pulumi.Input[bool]] = None,
|
411
|
-
namespace: Optional[pulumi.Input[str]] = None,
|
412
|
-
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
413
|
-
path: Optional[pulumi.Input[str]] = None,
|
414
|
-
type: Optional[pulumi.Input[str]] = None) -> 'Audit':
|
410
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
411
|
+
local: Optional[pulumi.Input[builtins.bool]] = None,
|
412
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
413
|
+
options: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
414
|
+
path: Optional[pulumi.Input[builtins.str]] = None,
|
415
|
+
type: Optional[pulumi.Input[builtins.str]] = None) -> 'Audit':
|
415
416
|
"""
|
416
417
|
Get an existing Audit resource's state with the given name, id, and optional extra
|
417
418
|
properties used to qualify the lookup.
|
@@ -419,17 +420,17 @@ class Audit(pulumi.CustomResource):
|
|
419
420
|
:param str resource_name: The unique name of the resulting resource.
|
420
421
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
421
422
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
422
|
-
:param pulumi.Input[str] description: Human-friendly description of the audit device.
|
423
|
-
:param pulumi.Input[bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
424
|
-
:param pulumi.Input[str] namespace: The namespace to provision the resource in.
|
423
|
+
:param pulumi.Input[builtins.str] description: Human-friendly description of the audit device.
|
424
|
+
:param pulumi.Input[builtins.bool] local: Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
425
|
+
:param pulumi.Input[builtins.str] namespace: The namespace to provision the resource in.
|
425
426
|
The value should not contain leading or trailing forward slashes.
|
426
427
|
The `namespace` is always relative to the provider's configured [namespace](https://www.terraform.io/docs/providers/vault/index.html#namespace).
|
427
428
|
*Available only for Vault Enterprise*.
|
428
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] options: Configuration options to pass to the audit device itself.
|
429
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] options: Configuration options to pass to the audit device itself.
|
429
430
|
|
430
431
|
For a reference of the device types and their options, consult the [Vault documentation.](https://www.vaultproject.io/docs/audit/index.html)
|
431
|
-
:param pulumi.Input[str] path: The path to mount the audit device. This defaults to the type.
|
432
|
-
:param pulumi.Input[str] type: Type of the audit device, such as 'file'.
|
432
|
+
:param pulumi.Input[builtins.str] path: The path to mount the audit device. This defaults to the type.
|
433
|
+
:param pulumi.Input[builtins.str] type: Type of the audit device, such as 'file'.
|
433
434
|
"""
|
434
435
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
435
436
|
|
@@ -445,7 +446,7 @@ class Audit(pulumi.CustomResource):
|
|
445
446
|
|
446
447
|
@property
|
447
448
|
@pulumi.getter
|
448
|
-
def description(self) -> pulumi.Output[Optional[str]]:
|
449
|
+
def description(self) -> pulumi.Output[Optional[builtins.str]]:
|
449
450
|
"""
|
450
451
|
Human-friendly description of the audit device.
|
451
452
|
"""
|
@@ -453,7 +454,7 @@ class Audit(pulumi.CustomResource):
|
|
453
454
|
|
454
455
|
@property
|
455
456
|
@pulumi.getter
|
456
|
-
def local(self) -> pulumi.Output[Optional[bool]]:
|
457
|
+
def local(self) -> pulumi.Output[Optional[builtins.bool]]:
|
457
458
|
"""
|
458
459
|
Specifies if the audit device is a local only. Local audit devices are not replicated nor (if a secondary) removed by replication.
|
459
460
|
"""
|
@@ -461,7 +462,7 @@ class Audit(pulumi.CustomResource):
|
|
461
462
|
|
462
463
|
@property
|
463
464
|
@pulumi.getter
|
464
|
-
def namespace(self) -> pulumi.Output[Optional[str]]:
|
465
|
+
def namespace(self) -> pulumi.Output[Optional[builtins.str]]:
|
465
466
|
"""
|
466
467
|
The namespace to provision the resource in.
|
467
468
|
The value should not contain leading or trailing forward slashes.
|
@@ -472,7 +473,7 @@ class Audit(pulumi.CustomResource):
|
|
472
473
|
|
473
474
|
@property
|
474
475
|
@pulumi.getter
|
475
|
-
def options(self) -> pulumi.Output[Mapping[str, str]]:
|
476
|
+
def options(self) -> pulumi.Output[Mapping[str, builtins.str]]:
|
476
477
|
"""
|
477
478
|
Configuration options to pass to the audit device itself.
|
478
479
|
|
@@ -482,7 +483,7 @@ class Audit(pulumi.CustomResource):
|
|
482
483
|
|
483
484
|
@property
|
484
485
|
@pulumi.getter
|
485
|
-
def path(self) -> pulumi.Output[str]:
|
486
|
+
def path(self) -> pulumi.Output[builtins.str]:
|
486
487
|
"""
|
487
488
|
The path to mount the audit device. This defaults to the type.
|
488
489
|
"""
|
@@ -490,7 +491,7 @@ class Audit(pulumi.CustomResource):
|
|
490
491
|
|
491
492
|
@property
|
492
493
|
@pulumi.getter
|
493
|
-
def type(self) -> pulumi.Output[str]:
|
494
|
+
def type(self) -> pulumi.Output[builtins.str]:
|
494
495
|
"""
|
495
496
|
Type of the audit device, such as 'file'.
|
496
497
|
"""
|