pulumi-vault 6.2.0a1713561465__py3-none-any.whl → 6.2.0a1713905519__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.
Files changed (179) hide show
  1. pulumi_vault/_inputs.py +0 -20
  2. pulumi_vault/ad/secret_backend.py +0 -4
  3. pulumi_vault/ad/secret_library.py +0 -4
  4. pulumi_vault/ad/secret_role.py +0 -4
  5. pulumi_vault/alicloud/auth_backend_role.py +63 -186
  6. pulumi_vault/approle/auth_backend_login.py +0 -4
  7. pulumi_vault/approle/auth_backend_role.py +63 -186
  8. pulumi_vault/approle/auth_backend_role_secret_id.py +0 -4
  9. pulumi_vault/approle/get_auth_backend_role_id.py +0 -4
  10. pulumi_vault/audit.py +0 -8
  11. pulumi_vault/audit_request_header.py +0 -4
  12. pulumi_vault/aws/auth_backend_client.py +0 -4
  13. pulumi_vault/aws/auth_backend_config_identity.py +0 -4
  14. pulumi_vault/aws/auth_backend_identity_whitelist.py +0 -4
  15. pulumi_vault/aws/auth_backend_role.py +63 -186
  16. pulumi_vault/aws/auth_backend_roletag_blacklist.py +0 -4
  17. pulumi_vault/aws/auth_backend_sts_role.py +0 -4
  18. pulumi_vault/aws/secret_backend_role.py +0 -4
  19. pulumi_vault/aws/secret_backend_static_role.py +0 -4
  20. pulumi_vault/azure/auth_backend_config.py +0 -4
  21. pulumi_vault/azure/auth_backend_role.py +63 -186
  22. pulumi_vault/azure/backend.py +0 -8
  23. pulumi_vault/azure/backend_role.py +0 -4
  24. pulumi_vault/azure/get_access_credentials.py +0 -4
  25. pulumi_vault/cert_auth_backend_role.py +63 -200
  26. pulumi_vault/consul/secret_backend.py +0 -8
  27. pulumi_vault/consul/secret_backend_role.py +0 -4
  28. pulumi_vault/database/_inputs.py +522 -784
  29. pulumi_vault/database/outputs.py +522 -784
  30. pulumi_vault/database/secret_backend_connection.py +0 -4
  31. pulumi_vault/database/secret_backend_role.py +0 -4
  32. pulumi_vault/database/secret_backend_static_role.py +0 -4
  33. pulumi_vault/database/secrets_mount.py +0 -4
  34. pulumi_vault/egp_policy.py +0 -4
  35. pulumi_vault/gcp/auth_backend_role.py +63 -264
  36. pulumi_vault/gcp/get_auth_backend_role.py +0 -4
  37. pulumi_vault/gcp/secret_backend.py +0 -4
  38. pulumi_vault/gcp/secret_impersonated_account.py +0 -4
  39. pulumi_vault/gcp/secret_roleset.py +0 -4
  40. pulumi_vault/gcp/secret_static_account.py +0 -4
  41. pulumi_vault/generic/endpoint.py +0 -4
  42. pulumi_vault/generic/get_secret.py +0 -8
  43. pulumi_vault/get_auth_backend.py +0 -4
  44. pulumi_vault/get_auth_backends.py +0 -8
  45. pulumi_vault/get_namespace.py +0 -12
  46. pulumi_vault/get_namespaces.py +0 -8
  47. pulumi_vault/get_nomad_access_token.py +0 -4
  48. pulumi_vault/get_policy_document.py +0 -4
  49. pulumi_vault/get_raft_autopilot_state.py +0 -4
  50. pulumi_vault/github/auth_backend.py +0 -4
  51. pulumi_vault/github/team.py +0 -4
  52. pulumi_vault/github/user.py +0 -4
  53. pulumi_vault/identity/entity.py +0 -4
  54. pulumi_vault/identity/entity_alias.py +0 -4
  55. pulumi_vault/identity/entity_policies.py +0 -8
  56. pulumi_vault/identity/get_entity.py +0 -4
  57. pulumi_vault/identity/get_group.py +0 -4
  58. pulumi_vault/identity/get_oidc_client_creds.py +0 -4
  59. pulumi_vault/identity/get_oidc_openid_config.py +0 -4
  60. pulumi_vault/identity/get_oidc_public_keys.py +0 -4
  61. pulumi_vault/identity/group.py +0 -12
  62. pulumi_vault/identity/group_alias.py +0 -4
  63. pulumi_vault/identity/group_member_entity_ids.py +0 -8
  64. pulumi_vault/identity/group_member_group_ids.py +0 -8
  65. pulumi_vault/identity/group_policies.py +0 -8
  66. pulumi_vault/identity/mfa_duo.py +0 -4
  67. pulumi_vault/identity/mfa_login_enforcement.py +0 -4
  68. pulumi_vault/identity/mfa_okta.py +0 -4
  69. pulumi_vault/identity/mfa_pingid.py +0 -4
  70. pulumi_vault/identity/mfa_totp.py +0 -4
  71. pulumi_vault/identity/oidc.py +0 -4
  72. pulumi_vault/identity/oidc_assignment.py +0 -4
  73. pulumi_vault/identity/oidc_client.py +0 -4
  74. pulumi_vault/identity/oidc_key.py +0 -4
  75. pulumi_vault/identity/oidc_key_allowed_client_id.py +0 -4
  76. pulumi_vault/identity/oidc_provider.py +0 -4
  77. pulumi_vault/identity/oidc_role.py +0 -8
  78. pulumi_vault/identity/oidc_scope.py +0 -4
  79. pulumi_vault/jwt/auth_backend.py +0 -12
  80. pulumi_vault/jwt/auth_backend_role.py +63 -190
  81. pulumi_vault/kmip/secret_backend.py +0 -4
  82. pulumi_vault/kmip/secret_role.py +0 -4
  83. pulumi_vault/kmip/secret_scope.py +0 -4
  84. pulumi_vault/kubernetes/auth_backend_config.py +0 -4
  85. pulumi_vault/kubernetes/auth_backend_role.py +56 -172
  86. pulumi_vault/kubernetes/get_service_account_token.py +0 -4
  87. pulumi_vault/kubernetes/secret_backend.py +0 -4
  88. pulumi_vault/kubernetes/secret_backend_role.py +0 -12
  89. pulumi_vault/kv/get_secret.py +0 -4
  90. pulumi_vault/kv/get_secret_subkeys_v2.py +0 -4
  91. pulumi_vault/kv/get_secret_v2.py +0 -4
  92. pulumi_vault/kv/get_secrets_list.py +0 -4
  93. pulumi_vault/kv/get_secrets_list_v2.py +0 -4
  94. pulumi_vault/kv/secret.py +0 -4
  95. pulumi_vault/kv/secret_backend_v2.py +0 -4
  96. pulumi_vault/kv/secret_v2.py +0 -4
  97. pulumi_vault/ldap/auth_backend.py +56 -151
  98. pulumi_vault/ldap/auth_backend_group.py +0 -4
  99. pulumi_vault/ldap/auth_backend_user.py +0 -4
  100. pulumi_vault/ldap/secret_backend.py +0 -4
  101. pulumi_vault/ldap/secret_backend_dynamic_role.py +0 -4
  102. pulumi_vault/ldap/secret_backend_library_set.py +0 -4
  103. pulumi_vault/ldap/secret_backend_static_role.py +0 -4
  104. pulumi_vault/managed/_inputs.py +84 -132
  105. pulumi_vault/managed/keys.py +7 -28
  106. pulumi_vault/managed/outputs.py +84 -132
  107. pulumi_vault/mfa_duo.py +0 -4
  108. pulumi_vault/mfa_okta.py +0 -4
  109. pulumi_vault/mfa_pingid.py +0 -4
  110. pulumi_vault/mfa_totp.py +0 -4
  111. pulumi_vault/mongodbatlas/secret_backend.py +0 -4
  112. pulumi_vault/mongodbatlas/secret_role.py +0 -4
  113. pulumi_vault/mount.py +0 -16
  114. pulumi_vault/nomad_secret_backend.py +0 -4
  115. pulumi_vault/nomad_secret_role.py +0 -4
  116. pulumi_vault/okta/_inputs.py +8 -8
  117. pulumi_vault/okta/auth_backend.py +0 -4
  118. pulumi_vault/okta/auth_backend_group.py +0 -4
  119. pulumi_vault/okta/auth_backend_user.py +0 -4
  120. pulumi_vault/okta/outputs.py +8 -8
  121. pulumi_vault/outputs.py +0 -20
  122. pulumi_vault/password_policy.py +0 -4
  123. pulumi_vault/pkisecret/backend_config_cluster.py +0 -4
  124. pulumi_vault/pkisecret/get_backend_issuer.py +0 -4
  125. pulumi_vault/pkisecret/get_backend_issuers.py +0 -4
  126. pulumi_vault/pkisecret/get_backend_key.py +0 -4
  127. pulumi_vault/pkisecret/get_backend_keys.py +0 -4
  128. pulumi_vault/pkisecret/secret_backend_cert.py +0 -4
  129. pulumi_vault/pkisecret/secret_backend_config_ca.py +0 -4
  130. pulumi_vault/pkisecret/secret_backend_config_issuers.py +0 -4
  131. pulumi_vault/pkisecret/secret_backend_config_urls.py +0 -4
  132. pulumi_vault/pkisecret/secret_backend_crl_config.py +0 -4
  133. pulumi_vault/pkisecret/secret_backend_intermediate_cert_request.py +0 -4
  134. pulumi_vault/pkisecret/secret_backend_intermediate_set_signed.py +0 -4
  135. pulumi_vault/pkisecret/secret_backend_issuer.py +0 -4
  136. pulumi_vault/pkisecret/secret_backend_role.py +0 -4
  137. pulumi_vault/pkisecret/secret_backend_root_cert.py +0 -4
  138. pulumi_vault/pkisecret/secret_backend_root_sign_intermediate.py +0 -4
  139. pulumi_vault/pkisecret/secret_backend_sign.py +0 -4
  140. pulumi_vault/quota_lease_count.py +0 -4
  141. pulumi_vault/quota_rate_limit.py +0 -4
  142. pulumi_vault/rabbitmq/secret_backend.py +0 -4
  143. pulumi_vault/rabbitmq/secret_backend_role.py +0 -4
  144. pulumi_vault/raft_autopilot.py +0 -4
  145. pulumi_vault/raft_snapshot_agent_config.py +91 -292
  146. pulumi_vault/rgp_policy.py +0 -4
  147. pulumi_vault/saml/auth_backend.py +0 -4
  148. pulumi_vault/saml/auth_backend_role.py +56 -172
  149. pulumi_vault/secrets/sync_association.py +0 -4
  150. pulumi_vault/secrets/sync_aws_destination.py +0 -4
  151. pulumi_vault/secrets/sync_azure_destination.py +0 -4
  152. pulumi_vault/secrets/sync_config.py +0 -4
  153. pulumi_vault/secrets/sync_gcp_destination.py +0 -4
  154. pulumi_vault/secrets/sync_gh_destination.py +0 -4
  155. pulumi_vault/secrets/sync_github_apps.py +0 -4
  156. pulumi_vault/secrets/sync_vercel_destination.py +0 -4
  157. pulumi_vault/ssh/_inputs.py +6 -20
  158. pulumi_vault/ssh/outputs.py +6 -20
  159. pulumi_vault/ssh/secret_backend_ca.py +0 -4
  160. pulumi_vault/ssh/secret_backend_role.py +0 -4
  161. pulumi_vault/terraformcloud/secret_backend.py +0 -4
  162. pulumi_vault/terraformcloud/secret_creds.py +0 -4
  163. pulumi_vault/terraformcloud/secret_role.py +0 -4
  164. pulumi_vault/token.py +0 -4
  165. pulumi_vault/tokenauth/auth_backend_role.py +56 -172
  166. pulumi_vault/transform/alphabet.py +0 -4
  167. pulumi_vault/transform/get_decode.py +0 -4
  168. pulumi_vault/transform/get_encode.py +0 -4
  169. pulumi_vault/transform/role.py +0 -4
  170. pulumi_vault/transform/template.py +0 -4
  171. pulumi_vault/transit/get_decrypt.py +0 -16
  172. pulumi_vault/transit/get_encrypt.py +0 -14
  173. pulumi_vault/transit/secret_backend_key.py +0 -4
  174. pulumi_vault/transit/secret_cache_config.py +0 -4
  175. {pulumi_vault-6.2.0a1713561465.dist-info → pulumi_vault-6.2.0a1713905519.dist-info}/METADATA +1 -1
  176. pulumi_vault-6.2.0a1713905519.dist-info/RECORD +252 -0
  177. pulumi_vault-6.2.0a1713561465.dist-info/RECORD +0 -252
  178. {pulumi_vault-6.2.0a1713561465.dist-info → pulumi_vault-6.2.0a1713905519.dist-info}/WHEEL +0 -0
  179. {pulumi_vault-6.2.0a1713561465.dist-info → pulumi_vault-6.2.0a1713905519.dist-info}/top_level.txt +0 -0
@@ -319,7 +319,6 @@ class SyncGcpDestination(pulumi.CustomResource):
319
319
  """
320
320
  ## Example Usage
321
321
 
322
- <!--Start PulumiCodeChooser -->
323
322
  ```python
324
323
  import pulumi
325
324
  import pulumi_std as std
@@ -334,7 +333,6 @@ class SyncGcpDestination(pulumi.CustomResource):
334
333
  "foo": "bar",
335
334
  })
336
335
  ```
337
- <!--End PulumiCodeChooser -->
338
336
 
339
337
  ## Import
340
338
 
@@ -372,7 +370,6 @@ class SyncGcpDestination(pulumi.CustomResource):
372
370
  """
373
371
  ## Example Usage
374
372
 
375
- <!--Start PulumiCodeChooser -->
376
373
  ```python
377
374
  import pulumi
378
375
  import pulumi_std as std
@@ -387,7 +384,6 @@ class SyncGcpDestination(pulumi.CustomResource):
387
384
  "foo": "bar",
388
385
  })
389
386
  ```
390
- <!--End PulumiCodeChooser -->
391
387
 
392
388
  ## Import
393
389
 
@@ -401,7 +401,6 @@ class SyncGhDestination(pulumi.CustomResource):
401
401
  """
402
402
  ## Example Usage
403
403
 
404
- <!--Start PulumiCodeChooser -->
405
404
  ```python
406
405
  import pulumi
407
406
  import pulumi_vault as vault
@@ -413,7 +412,6 @@ class SyncGhDestination(pulumi.CustomResource):
413
412
  repository_name="repo-name-example",
414
413
  secret_name_template="vault_{{ .MountAccessor | lowercase }}_{{ .SecretPath | lowercase }}")
415
414
  ```
416
- <!--End PulumiCodeChooser -->
417
415
 
418
416
  ## Import
419
417
 
@@ -457,7 +455,6 @@ class SyncGhDestination(pulumi.CustomResource):
457
455
  """
458
456
  ## Example Usage
459
457
 
460
- <!--Start PulumiCodeChooser -->
461
458
  ```python
462
459
  import pulumi
463
460
  import pulumi_vault as vault
@@ -469,7 +466,6 @@ class SyncGhDestination(pulumi.CustomResource):
469
466
  repository_name="repo-name-example",
470
467
  secret_name_template="vault_{{ .MountAccessor | lowercase }}_{{ .SecretPath | lowercase }}")
471
468
  ```
472
- <!--End PulumiCodeChooser -->
473
469
 
474
470
  ## Import
475
471
 
@@ -190,7 +190,6 @@ class SyncGithubApps(pulumi.CustomResource):
190
190
  """
191
191
  ## Example Usage
192
192
 
193
- <!--Start PulumiCodeChooser -->
194
193
  ```python
195
194
  import pulumi
196
195
  import pulumi_std as std
@@ -201,7 +200,6 @@ class SyncGithubApps(pulumi.CustomResource):
201
200
  app_id=app_id,
202
201
  private_key=std.file(input=privatekey_file).result)
203
202
  ```
204
- <!--End PulumiCodeChooser -->
205
203
 
206
204
  ## Import
207
205
 
@@ -229,7 +227,6 @@ class SyncGithubApps(pulumi.CustomResource):
229
227
  """
230
228
  ## Example Usage
231
229
 
232
- <!--Start PulumiCodeChooser -->
233
230
  ```python
234
231
  import pulumi
235
232
  import pulumi_std as std
@@ -240,7 +237,6 @@ class SyncGithubApps(pulumi.CustomResource):
240
237
  app_id=app_id,
241
238
  private_key=std.file(input=privatekey_file).result)
242
239
  ```
243
- <!--End PulumiCodeChooser -->
244
240
 
245
241
  ## Import
246
242
 
@@ -337,7 +337,6 @@ class SyncVercelDestination(pulumi.CustomResource):
337
337
  """
338
338
  ## Example Usage
339
339
 
340
- <!--Start PulumiCodeChooser -->
341
340
  ```python
342
341
  import pulumi
343
342
  import pulumi_vault as vault
@@ -353,7 +352,6 @@ class SyncVercelDestination(pulumi.CustomResource):
353
352
  ],
354
353
  secret_name_template="vault_{{ .MountAccessor | lowercase }}_{{ .SecretPath | lowercase }}")
355
354
  ```
356
- <!--End PulumiCodeChooser -->
357
355
 
358
356
  ## Import
359
357
 
@@ -389,7 +387,6 @@ class SyncVercelDestination(pulumi.CustomResource):
389
387
  """
390
388
  ## Example Usage
391
389
 
392
- <!--Start PulumiCodeChooser -->
393
390
  ```python
394
391
  import pulumi
395
392
  import pulumi_vault as vault
@@ -405,7 +402,6 @@ class SyncVercelDestination(pulumi.CustomResource):
405
402
  ],
406
403
  secret_name_template="vault_{{ .MountAccessor | lowercase }}_{{ .SecretPath | lowercase }}")
407
404
  ```
408
- <!--End PulumiCodeChooser -->
409
405
 
410
406
  ## Import
411
407
 
@@ -19,16 +19,9 @@ class SecretBackendRoleAllowedUserKeyConfigArgs:
19
19
  lengths: pulumi.Input[Sequence[pulumi.Input[int]]],
20
20
  type: pulumi.Input[str]):
21
21
  """
22
- :param pulumi.Input[Sequence[pulumi.Input[int]]] lengths: A list of allowed key lengths as integers.
23
- For key types that do not support setting the length a value of `[0]` should be used.
24
- Setting multiple lengths is only supported on Vault 1.10+. For prior releases `length`
25
- must be set to a single element list.
26
-
27
- Example configuration blocks that might be included in the `ssh.SecretBackendRole`
28
- :param pulumi.Input[str] type: The SSH public key type.
29
- *Supported key types are:*
30
- `rsa`, `ecdsa`, `ec`, `dsa`, `ed25519`, `ssh-rsa`, `ssh-dss`, `ssh-ed25519`,
31
- `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, `ecdsa-sha2-nistp521`
22
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] lengths: List of allowed key lengths, vault-1.10 and above
23
+ :param pulumi.Input[str] type: Key type, choices:
24
+ rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
32
25
  """
33
26
  pulumi.set(__self__, "lengths", lengths)
34
27
  pulumi.set(__self__, "type", type)
@@ -37,12 +30,7 @@ class SecretBackendRoleAllowedUserKeyConfigArgs:
37
30
  @pulumi.getter
38
31
  def lengths(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]:
39
32
  """
40
- A list of allowed key lengths as integers.
41
- For key types that do not support setting the length a value of `[0]` should be used.
42
- Setting multiple lengths is only supported on Vault 1.10+. For prior releases `length`
43
- must be set to a single element list.
44
-
45
- Example configuration blocks that might be included in the `ssh.SecretBackendRole`
33
+ List of allowed key lengths, vault-1.10 and above
46
34
  """
47
35
  return pulumi.get(self, "lengths")
48
36
 
@@ -54,10 +42,8 @@ class SecretBackendRoleAllowedUserKeyConfigArgs:
54
42
  @pulumi.getter
55
43
  def type(self) -> pulumi.Input[str]:
56
44
  """
57
- The SSH public key type.
58
- *Supported key types are:*
59
- `rsa`, `ecdsa`, `ec`, `dsa`, `ed25519`, `ssh-rsa`, `ssh-dss`, `ssh-ed25519`,
60
- `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, `ecdsa-sha2-nistp521`
45
+ Key type, choices:
46
+ rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
61
47
  """
62
48
  return pulumi.get(self, "type")
63
49
 
@@ -19,16 +19,9 @@ class SecretBackendRoleAllowedUserKeyConfig(dict):
19
19
  lengths: Sequence[int],
20
20
  type: str):
21
21
  """
22
- :param Sequence[int] lengths: A list of allowed key lengths as integers.
23
- For key types that do not support setting the length a value of `[0]` should be used.
24
- Setting multiple lengths is only supported on Vault 1.10+. For prior releases `length`
25
- must be set to a single element list.
26
-
27
- Example configuration blocks that might be included in the `ssh.SecretBackendRole`
28
- :param str type: The SSH public key type.
29
- *Supported key types are:*
30
- `rsa`, `ecdsa`, `ec`, `dsa`, `ed25519`, `ssh-rsa`, `ssh-dss`, `ssh-ed25519`,
31
- `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, `ecdsa-sha2-nistp521`
22
+ :param Sequence[int] lengths: List of allowed key lengths, vault-1.10 and above
23
+ :param str type: Key type, choices:
24
+ rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
32
25
  """
33
26
  pulumi.set(__self__, "lengths", lengths)
34
27
  pulumi.set(__self__, "type", type)
@@ -37,12 +30,7 @@ class SecretBackendRoleAllowedUserKeyConfig(dict):
37
30
  @pulumi.getter
38
31
  def lengths(self) -> Sequence[int]:
39
32
  """
40
- A list of allowed key lengths as integers.
41
- For key types that do not support setting the length a value of `[0]` should be used.
42
- Setting multiple lengths is only supported on Vault 1.10+. For prior releases `length`
43
- must be set to a single element list.
44
-
45
- Example configuration blocks that might be included in the `ssh.SecretBackendRole`
33
+ List of allowed key lengths, vault-1.10 and above
46
34
  """
47
35
  return pulumi.get(self, "lengths")
48
36
 
@@ -50,10 +38,8 @@ class SecretBackendRoleAllowedUserKeyConfig(dict):
50
38
  @pulumi.getter
51
39
  def type(self) -> str:
52
40
  """
53
- The SSH public key type.
54
- *Supported key types are:*
55
- `rsa`, `ecdsa`, `ec`, `dsa`, `ed25519`, `ssh-rsa`, `ssh-dss`, `ssh-ed25519`,
56
- `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, `ecdsa-sha2-nistp521`
41
+ Key type, choices:
42
+ rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521
57
43
  """
58
44
  return pulumi.get(self, "type")
59
45
 
@@ -216,7 +216,6 @@ class SecretBackendCa(pulumi.CustomResource):
216
216
 
217
217
  ## Example Usage
218
218
 
219
- <!--Start PulumiCodeChooser -->
220
219
  ```python
221
220
  import pulumi
222
221
  import pulumi_vault as vault
@@ -224,7 +223,6 @@ class SecretBackendCa(pulumi.CustomResource):
224
223
  example = vault.Mount("example", type="ssh")
225
224
  foo = vault.ssh.SecretBackendCa("foo", backend=example.path)
226
225
  ```
227
- <!--End PulumiCodeChooser -->
228
226
 
229
227
  ## Import
230
228
 
@@ -257,7 +255,6 @@ class SecretBackendCa(pulumi.CustomResource):
257
255
 
258
256
  ## Example Usage
259
257
 
260
- <!--Start PulumiCodeChooser -->
261
258
  ```python
262
259
  import pulumi
263
260
  import pulumi_vault as vault
@@ -265,7 +262,6 @@ class SecretBackendCa(pulumi.CustomResource):
265
262
  example = vault.Mount("example", type="ssh")
266
263
  foo = vault.ssh.SecretBackendCa("foo", backend=example.path)
267
264
  ```
268
- <!--End PulumiCodeChooser -->
269
265
 
270
266
  ## Import
271
267
 
@@ -921,7 +921,6 @@ class SecretBackendRole(pulumi.CustomResource):
921
921
 
922
922
  ## Example Usage
923
923
 
924
- <!--Start PulumiCodeChooser -->
925
924
  ```python
926
925
  import pulumi
927
926
  import pulumi_vault as vault
@@ -940,7 +939,6 @@ class SecretBackendRole(pulumi.CustomResource):
940
939
  allowed_users="default,baz",
941
940
  cidr_list="0.0.0.0/0")
942
941
  ```
943
- <!--End PulumiCodeChooser -->
944
942
 
945
943
  ## Import
946
944
 
@@ -997,7 +995,6 @@ class SecretBackendRole(pulumi.CustomResource):
997
995
 
998
996
  ## Example Usage
999
997
 
1000
- <!--Start PulumiCodeChooser -->
1001
998
  ```python
1002
999
  import pulumi
1003
1000
  import pulumi_vault as vault
@@ -1016,7 +1013,6 @@ class SecretBackendRole(pulumi.CustomResource):
1016
1013
  allowed_users="default,baz",
1017
1014
  cidr_list="0.0.0.0/0")
1018
1015
  ```
1019
- <!--End PulumiCodeChooser -->
1020
1016
 
1021
1017
  ## Import
1022
1018
 
@@ -353,7 +353,6 @@ class SecretBackend(pulumi.CustomResource):
353
353
  """
354
354
  ## Example Usage
355
355
 
356
- <!--Start PulumiCodeChooser -->
357
356
  ```python
358
357
  import pulumi
359
358
  import pulumi_vault as vault
@@ -363,7 +362,6 @@ class SecretBackend(pulumi.CustomResource):
363
362
  description="Manages the Terraform Cloud backend",
364
363
  token="V0idfhi2iksSDU234ucdbi2nidsi...")
365
364
  ```
366
- <!--End PulumiCodeChooser -->
367
365
 
368
366
  ## Import
369
367
 
@@ -399,7 +397,6 @@ class SecretBackend(pulumi.CustomResource):
399
397
  """
400
398
  ## Example Usage
401
399
 
402
- <!--Start PulumiCodeChooser -->
403
400
  ```python
404
401
  import pulumi
405
402
  import pulumi_vault as vault
@@ -409,7 +406,6 @@ class SecretBackend(pulumi.CustomResource):
409
406
  description="Manages the Terraform Cloud backend",
410
407
  token="V0idfhi2iksSDU234ucdbi2nidsi...")
411
408
  ```
412
- <!--End PulumiCodeChooser -->
413
409
 
414
410
  ## Import
415
411
 
@@ -231,7 +231,6 @@ class SecretCreds(pulumi.CustomResource):
231
231
  """
232
232
  ## Example Usage
233
233
 
234
- <!--Start PulumiCodeChooser -->
235
234
  ```python
236
235
  import pulumi
237
236
  import pulumi_vault as vault
@@ -249,7 +248,6 @@ class SecretCreds(pulumi.CustomResource):
249
248
  backend=test.backend,
250
249
  role=example.name)
251
250
  ```
252
- <!--End PulumiCodeChooser -->
253
251
 
254
252
  :param str resource_name: The name of the resource.
255
253
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -269,7 +267,6 @@ class SecretCreds(pulumi.CustomResource):
269
267
  """
270
268
  ## Example Usage
271
269
 
272
- <!--Start PulumiCodeChooser -->
273
270
  ```python
274
271
  import pulumi
275
272
  import pulumi_vault as vault
@@ -287,7 +284,6 @@ class SecretCreds(pulumi.CustomResource):
287
284
  backend=test.backend,
288
285
  role=example.name)
289
286
  ```
290
- <!--End PulumiCodeChooser -->
291
287
 
292
288
  :param str resource_name: The name of the resource.
293
289
  :param SecretCredsArgs args: The arguments to use to populate this resource's properties.
@@ -312,7 +312,6 @@ class SecretRole(pulumi.CustomResource):
312
312
  """
313
313
  ## Example Usage
314
314
 
315
- <!--Start PulumiCodeChooser -->
316
315
  ```python
317
316
  import pulumi
318
317
  import pulumi_vault as vault
@@ -327,7 +326,6 @@ class SecretRole(pulumi.CustomResource):
327
326
  organization="example-organization-name",
328
327
  team_id="team-ieF4isC...")
329
328
  ```
330
- <!--End PulumiCodeChooser -->
331
329
 
332
330
  ## Import
333
331
 
@@ -360,7 +358,6 @@ class SecretRole(pulumi.CustomResource):
360
358
  """
361
359
  ## Example Usage
362
360
 
363
- <!--Start PulumiCodeChooser -->
364
361
  ```python
365
362
  import pulumi
366
363
  import pulumi_vault as vault
@@ -375,7 +372,6 @@ class SecretRole(pulumi.CustomResource):
375
372
  organization="example-organization-name",
376
373
  team_id="team-ieF4isC...")
377
374
  ```
378
- <!--End PulumiCodeChooser -->
379
375
 
380
376
  ## Import
381
377
 
pulumi_vault/token.py CHANGED
@@ -623,7 +623,6 @@ class Token(pulumi.CustomResource):
623
623
  """
624
624
  ## Example Usage
625
625
 
626
- <!--Start PulumiCodeChooser -->
627
626
  ```python
628
627
  import pulumi
629
628
  import pulumi_vault as vault
@@ -642,7 +641,6 @@ class Token(pulumi.CustomResource):
642
641
  "purpose": "service-account",
643
642
  })
644
643
  ```
645
- <!--End PulumiCodeChooser -->
646
644
 
647
645
  ## Import
648
646
 
@@ -682,7 +680,6 @@ class Token(pulumi.CustomResource):
682
680
  """
683
681
  ## Example Usage
684
682
 
685
- <!--Start PulumiCodeChooser -->
686
683
  ```python
687
684
  import pulumi
688
685
  import pulumi_vault as vault
@@ -701,7 +698,6 @@ class Token(pulumi.CustomResource):
701
698
  "purpose": "service-account",
702
699
  })
703
700
  ```
704
- <!--End PulumiCodeChooser -->
705
701
 
706
702
  ## Import
707
703