@pulumi/vault 6.3.0 → 6.3.1-alpha.1728636480

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 (117) hide show
  1. package/ad/getAccessCredentials.js +6 -1
  2. package/ad/getAccessCredentials.js.map +1 -1
  3. package/approle/getAuthBackendRoleId.js +6 -1
  4. package/approle/getAuthBackendRoleId.js.map +1 -1
  5. package/aws/authBackendLogin.d.ts +2 -2
  6. package/aws/getAccessCredentials.js +10 -1
  7. package/aws/getAccessCredentials.js.map +1 -1
  8. package/aws/getStaticAccessCredentials.js +6 -1
  9. package/aws/getStaticAccessCredentials.js.map +1 -1
  10. package/azure/getAccessCredentials.js +13 -1
  11. package/azure/getAccessCredentials.js.map +1 -1
  12. package/config/uiCustomMessage.d.ts +3 -3
  13. package/database/secretBackendConnection.d.ts +3 -3
  14. package/database/secretBackendRole.d.ts +3 -3
  15. package/database/secretsMount.d.ts +3 -3
  16. package/gcp/getAuthBackendRole.js +15 -1
  17. package/gcp/getAuthBackendRole.js.map +1 -1
  18. package/generic/getSecret.d.ts +1 -1
  19. package/generic/getSecret.js +7 -1
  20. package/generic/getSecret.js.map +1 -1
  21. package/generic/secret.d.ts +2 -2
  22. package/getAuthBackend.js +5 -1
  23. package/getAuthBackend.js.map +1 -1
  24. package/getAuthBackends.js +6 -1
  25. package/getAuthBackends.js.map +1 -1
  26. package/getNamespace.d.ts +1 -1
  27. package/getNamespace.js +6 -1
  28. package/getNamespace.js.map +1 -1
  29. package/getNamespaces.js +5 -1
  30. package/getNamespaces.js.map +1 -1
  31. package/getNomadAccessToken.js +6 -1
  32. package/getNomadAccessToken.js.map +1 -1
  33. package/getPolicyDocument.js +6 -1
  34. package/getPolicyDocument.js.map +1 -1
  35. package/getRaftAutopilotState.d.ts +3 -3
  36. package/getRaftAutopilotState.js +5 -1
  37. package/getRaftAutopilotState.js.map +1 -1
  38. package/identity/getEntity.d.ts +1 -1
  39. package/identity/getEntity.js +10 -1
  40. package/identity/getEntity.js.map +1 -1
  41. package/identity/getGroup.d.ts +2 -2
  42. package/identity/getGroup.js +10 -1
  43. package/identity/getGroup.js.map +1 -1
  44. package/identity/getOidcClientCreds.js +5 -1
  45. package/identity/getOidcClientCreds.js.map +1 -1
  46. package/identity/getOidcOpenidConfig.js +5 -1
  47. package/identity/getOidcOpenidConfig.js.map +1 -1
  48. package/identity/getOidcPublicKeys.d.ts +1 -1
  49. package/identity/getOidcPublicKeys.js +5 -1
  50. package/identity/getOidcPublicKeys.js.map +1 -1
  51. package/jwt/authBackendRole.d.ts +6 -6
  52. package/kubernetes/getAuthBackendConfig.js +12 -1
  53. package/kubernetes/getAuthBackendConfig.js.map +1 -1
  54. package/kubernetes/getAuthBackendRole.js +16 -1
  55. package/kubernetes/getAuthBackendRole.js.map +1 -1
  56. package/kubernetes/getServiceAccountToken.js +9 -1
  57. package/kubernetes/getServiceAccountToken.js.map +1 -1
  58. package/kubernetes/secretBackend.d.ts +3 -3
  59. package/kv/getSecret.d.ts +1 -1
  60. package/kv/getSecret.js +5 -1
  61. package/kv/getSecret.js.map +1 -1
  62. package/kv/getSecretSubkeysV2.d.ts +1 -1
  63. package/kv/getSecretSubkeysV2.js +8 -1
  64. package/kv/getSecretSubkeysV2.js.map +1 -1
  65. package/kv/getSecretV2.d.ts +2 -2
  66. package/kv/getSecretV2.js +7 -1
  67. package/kv/getSecretV2.js.map +1 -1
  68. package/kv/getSecretsList.js +5 -1
  69. package/kv/getSecretsList.js.map +1 -1
  70. package/kv/getSecretsListV2.js +6 -1
  71. package/kv/getSecretsListV2.js.map +1 -1
  72. package/kv/secret.d.ts +2 -2
  73. package/kv/secretV2.d.ts +7 -7
  74. package/ldap/getDynamicCredentials.js +6 -1
  75. package/ldap/getDynamicCredentials.js.map +1 -1
  76. package/ldap/getStaticCredentials.js +6 -1
  77. package/ldap/getStaticCredentials.js.map +1 -1
  78. package/ldap/secretBackend.d.ts +3 -3
  79. package/mount.d.ts +4 -4
  80. package/mount.js +1 -1
  81. package/namespace.d.ts +3 -3
  82. package/package.json +3 -3
  83. package/pkisecret/backendConfigEst.d.ts +3 -3
  84. package/pkisecret/getBackendConfigEst.d.ts +1 -1
  85. package/pkisecret/getBackendConfigEst.js +5 -1
  86. package/pkisecret/getBackendConfigEst.js.map +1 -1
  87. package/pkisecret/getBackendIssuer.js +6 -1
  88. package/pkisecret/getBackendIssuer.js.map +1 -1
  89. package/pkisecret/getBackendIssuers.d.ts +1 -1
  90. package/pkisecret/getBackendIssuers.js +5 -1
  91. package/pkisecret/getBackendIssuers.js.map +1 -1
  92. package/pkisecret/getBackendKey.js +6 -1
  93. package/pkisecret/getBackendKey.js.map +1 -1
  94. package/pkisecret/getBackendKeys.d.ts +1 -1
  95. package/pkisecret/getBackendKeys.js +5 -1
  96. package/pkisecret/getBackendKeys.js.map +1 -1
  97. package/saml/authBackendRole.d.ts +3 -3
  98. package/secrets/syncAwsDestination.d.ts +3 -3
  99. package/secrets/syncAzureDestination.d.ts +3 -3
  100. package/secrets/syncGcpDestination.d.ts +3 -3
  101. package/ssh/secretBackendRole.d.ts +6 -6
  102. package/tokenauth/authBackendRole.d.ts +0 -6
  103. package/tokenauth/authBackendRole.js.map +1 -1
  104. package/transform/getDecode.d.ts +6 -6
  105. package/transform/getDecode.js +12 -1
  106. package/transform/getDecode.js.map +1 -1
  107. package/transform/getEncode.d.ts +6 -6
  108. package/transform/getEncode.js +12 -1
  109. package/transform/getEncode.js.map +1 -1
  110. package/transform/template.d.ts +3 -3
  111. package/transit/getDecrypt.js +8 -1
  112. package/transit/getDecrypt.js.map +1 -1
  113. package/transit/getEncrypt.js +9 -1
  114. package/transit/getEncrypt.js.map +1 -1
  115. package/transit/secretBackendKey.d.ts +2 -2
  116. package/types/input.d.ts +21 -21
  117. package/types/output.d.ts +24 -24
@@ -68,7 +68,7 @@ export declare class Template extends pulumi.CustomResource {
68
68
  * the decoded output. (requires Vault Enterprise 1.9+)
69
69
  */
70
70
  readonly decodeFormats: pulumi.Output<{
71
- [key: string]: any;
71
+ [key: string]: string;
72
72
  } | undefined>;
73
73
  /**
74
74
  * The regular expression template used to format encoded values.
@@ -120,7 +120,7 @@ export interface TemplateState {
120
120
  * the decoded output. (requires Vault Enterprise 1.9+)
121
121
  */
122
122
  decodeFormats?: pulumi.Input<{
123
- [key: string]: any;
123
+ [key: string]: pulumi.Input<string>;
124
124
  }>;
125
125
  /**
126
126
  * The regular expression template used to format encoded values.
@@ -164,7 +164,7 @@ export interface TemplateArgs {
164
164
  * the decoded output. (requires Vault Enterprise 1.9+)
165
165
  */
166
166
  decodeFormats?: pulumi.Input<{
167
- [key: string]: any;
167
+ [key: string]: pulumi.Input<string>;
168
168
  }>;
169
169
  /**
170
170
  * The regular expression template used to format encoded values.
@@ -49,7 +49,14 @@ exports.getDecrypt = getDecrypt;
49
49
  * ```
50
50
  */
51
51
  function getDecryptOutput(args, opts) {
52
- return pulumi.output(args).apply((a) => getDecrypt(a, opts));
52
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
53
+ return pulumi.runtime.invokeOutput("vault:transit/getDecrypt:getDecrypt", {
54
+ "backend": args.backend,
55
+ "ciphertext": args.ciphertext,
56
+ "context": args.context,
57
+ "key": args.key,
58
+ "namespace": args.namespace,
59
+ }, opts);
53
60
  }
54
61
  exports.getDecryptOutput = getDecryptOutput;
55
62
  //# sourceMappingURL=getDecrypt.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDecrypt.js","sourceRoot":"","sources":["../../transit/getDecrypt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AA+BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getDecrypt.js","sourceRoot":"","sources":["../../transit/getDecrypt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA+BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC"}
@@ -24,7 +24,15 @@ exports.getEncrypt = getEncrypt;
24
24
  * This is a data source which can be used to encrypt plaintext using a Vault Transit key.
25
25
  */
26
26
  function getEncryptOutput(args, opts) {
27
- return pulumi.output(args).apply((a) => getEncrypt(a, opts));
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invokeOutput("vault:transit/getEncrypt:getEncrypt", {
29
+ "backend": args.backend,
30
+ "context": args.context,
31
+ "key": args.key,
32
+ "keyVersion": args.keyVersion,
33
+ "namespace": args.namespace,
34
+ "plaintext": args.plaintext,
35
+ }, opts);
28
36
  }
29
37
  exports.getEncryptOutput = getEncryptOutput;
30
38
  //# sourceMappingURL=getEncrypt.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getEncrypt.js","sourceRoot":"","sources":["../../transit/getEncrypt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAiCD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getEncrypt.js","sourceRoot":"","sources":["../../transit/getEncrypt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC;AAiCD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC"}
@@ -85,7 +85,7 @@ export declare class SecretBackendKey extends pulumi.CustomResource {
85
85
  * * for key types `ed25519`, `ecdsa-p256`, `ecdsa-p384`, `ecdsa-p521`, `rsa-2048`, `rsa-3072` and `rsa-4096`, each key version will be a map of the following:
86
86
  */
87
87
  readonly keys: pulumi.Output<{
88
- [key: string]: any;
88
+ [key: string]: string;
89
89
  }[]>;
90
90
  /**
91
91
  * Latest key version available. This value is 1-indexed, so if `latestVersion` is `1`, then the key's information can be referenced from `keys` by selecting element `0`
@@ -188,7 +188,7 @@ export interface SecretBackendKeyState {
188
188
  * * for key types `ed25519`, `ecdsa-p256`, `ecdsa-p384`, `ecdsa-p521`, `rsa-2048`, `rsa-3072` and `rsa-4096`, each key version will be a map of the following:
189
189
  */
190
190
  keys?: pulumi.Input<pulumi.Input<{
191
- [key: string]: any;
191
+ [key: string]: pulumi.Input<string>;
192
192
  }>[]>;
193
193
  /**
194
194
  * Latest key version available. This value is 1-indexed, so if `latestVersion` is `1`, then the key's information can be referenced from `keys` by selecting element `0`
package/types/input.d.ts CHANGED
@@ -1225,7 +1225,7 @@ export declare namespace database {
1225
1225
  * Supported list of database secrets engines that can be configured:
1226
1226
  */
1227
1227
  data?: pulumi.Input<{
1228
- [key: string]: any;
1228
+ [key: string]: pulumi.Input<string>;
1229
1229
  }>;
1230
1230
  /**
1231
1231
  * Cassandra hosts to connect to.
@@ -1301,7 +1301,7 @@ export declare namespace database {
1301
1301
  * Supported list of database secrets engines that can be configured:
1302
1302
  */
1303
1303
  data?: pulumi.Input<{
1304
- [key: string]: any;
1304
+ [key: string]: pulumi.Input<string>;
1305
1305
  }>;
1306
1306
  /**
1307
1307
  * A set of Couchbase URIs to connect to. Must use `couchbases://` scheme if `tls` is `true`.
@@ -1373,7 +1373,7 @@ export declare namespace database {
1373
1373
  * Supported list of database secrets engines that can be configured:
1374
1374
  */
1375
1375
  data?: pulumi.Input<{
1376
- [key: string]: any;
1376
+ [key: string]: pulumi.Input<string>;
1377
1377
  }>;
1378
1378
  /**
1379
1379
  * Whether to disable certificate verification
@@ -1433,7 +1433,7 @@ export declare namespace database {
1433
1433
  * Supported list of database secrets engines that can be configured:
1434
1434
  */
1435
1435
  data?: pulumi.Input<{
1436
- [key: string]: any;
1436
+ [key: string]: pulumi.Input<string>;
1437
1437
  }>;
1438
1438
  /**
1439
1439
  * Disable special character escaping in username and password
@@ -1493,7 +1493,7 @@ export declare namespace database {
1493
1493
  * Supported list of database secrets engines that can be configured:
1494
1494
  */
1495
1495
  data?: pulumi.Input<{
1496
- [key: string]: any;
1496
+ [key: string]: pulumi.Input<string>;
1497
1497
  }>;
1498
1498
  /**
1499
1499
  * Influxdb host to connect to.
@@ -1565,7 +1565,7 @@ export declare namespace database {
1565
1565
  * Supported list of database secrets engines that can be configured:
1566
1566
  */
1567
1567
  data?: pulumi.Input<{
1568
- [key: string]: any;
1568
+ [key: string]: pulumi.Input<string>;
1569
1569
  }>;
1570
1570
  /**
1571
1571
  * Maximum number of seconds a connection may be reused.
@@ -1621,7 +1621,7 @@ export declare namespace database {
1621
1621
  * Supported list of database secrets engines that can be configured:
1622
1622
  */
1623
1623
  data?: pulumi.Input<{
1624
- [key: string]: any;
1624
+ [key: string]: pulumi.Input<string>;
1625
1625
  }>;
1626
1626
  /**
1627
1627
  * Name of the database connection.
@@ -1673,7 +1673,7 @@ export declare namespace database {
1673
1673
  * Supported list of database secrets engines that can be configured:
1674
1674
  */
1675
1675
  data?: pulumi.Input<{
1676
- [key: string]: any;
1676
+ [key: string]: pulumi.Input<string>;
1677
1677
  }>;
1678
1678
  /**
1679
1679
  * Disable special character escaping in username and password
@@ -1741,7 +1741,7 @@ export declare namespace database {
1741
1741
  * Supported list of database secrets engines that can be configured:
1742
1742
  */
1743
1743
  data?: pulumi.Input<{
1744
- [key: string]: any;
1744
+ [key: string]: pulumi.Input<string>;
1745
1745
  }>;
1746
1746
  /**
1747
1747
  * Maximum number of seconds a connection may be reused.
@@ -1817,7 +1817,7 @@ export declare namespace database {
1817
1817
  * Supported list of database secrets engines that can be configured:
1818
1818
  */
1819
1819
  data?: pulumi.Input<{
1820
- [key: string]: any;
1820
+ [key: string]: pulumi.Input<string>;
1821
1821
  }>;
1822
1822
  /**
1823
1823
  * Maximum number of seconds a connection may be reused.
@@ -1893,7 +1893,7 @@ export declare namespace database {
1893
1893
  * Supported list of database secrets engines that can be configured:
1894
1894
  */
1895
1895
  data?: pulumi.Input<{
1896
- [key: string]: any;
1896
+ [key: string]: pulumi.Input<string>;
1897
1897
  }>;
1898
1898
  /**
1899
1899
  * Maximum number of seconds a connection may be reused.
@@ -1969,7 +1969,7 @@ export declare namespace database {
1969
1969
  * Supported list of database secrets engines that can be configured:
1970
1970
  */
1971
1971
  data?: pulumi.Input<{
1972
- [key: string]: any;
1972
+ [key: string]: pulumi.Input<string>;
1973
1973
  }>;
1974
1974
  /**
1975
1975
  * Maximum number of seconds a connection may be reused.
@@ -2041,7 +2041,7 @@ export declare namespace database {
2041
2041
  * Supported list of database secrets engines that can be configured:
2042
2042
  */
2043
2043
  data?: pulumi.Input<{
2044
- [key: string]: any;
2044
+ [key: string]: pulumi.Input<string>;
2045
2045
  }>;
2046
2046
  /**
2047
2047
  * Set to true to disconnect any open sessions prior to running the revocation statements.
@@ -2113,7 +2113,7 @@ export declare namespace database {
2113
2113
  * Supported list of database secrets engines that can be configured:
2114
2114
  */
2115
2115
  data?: pulumi.Input<{
2116
- [key: string]: any;
2116
+ [key: string]: pulumi.Input<string>;
2117
2117
  }>;
2118
2118
  /**
2119
2119
  * Disable special character escaping in username and password
@@ -2181,7 +2181,7 @@ export declare namespace database {
2181
2181
  * Supported list of database secrets engines that can be configured:
2182
2182
  */
2183
2183
  data?: pulumi.Input<{
2184
- [key: string]: any;
2184
+ [key: string]: pulumi.Input<string>;
2185
2185
  }>;
2186
2186
  /**
2187
2187
  * Specifies the host to connect to
@@ -2237,7 +2237,7 @@ export declare namespace database {
2237
2237
  * Supported list of database secrets engines that can be configured:
2238
2238
  */
2239
2239
  data?: pulumi.Input<{
2240
- [key: string]: any;
2240
+ [key: string]: pulumi.Input<string>;
2241
2241
  }>;
2242
2242
  /**
2243
2243
  * Name of the database connection.
@@ -2289,7 +2289,7 @@ export declare namespace database {
2289
2289
  * Supported list of database secrets engines that can be configured:
2290
2290
  */
2291
2291
  data?: pulumi.Input<{
2292
- [key: string]: any;
2292
+ [key: string]: pulumi.Input<string>;
2293
2293
  }>;
2294
2294
  /**
2295
2295
  * Disable special character escaping in username and password
@@ -2353,7 +2353,7 @@ export declare namespace database {
2353
2353
  * Supported list of database secrets engines that can be configured:
2354
2354
  */
2355
2355
  data?: pulumi.Input<{
2356
- [key: string]: any;
2356
+ [key: string]: pulumi.Input<string>;
2357
2357
  }>;
2358
2358
  /**
2359
2359
  * Maximum number of seconds a connection may be reused.
@@ -2595,7 +2595,7 @@ export declare namespace kv {
2595
2595
  * serialized as JSON.
2596
2596
  */
2597
2597
  data?: pulumi.Input<{
2598
- [key: string]: any;
2598
+ [key: string]: pulumi.Input<string>;
2599
2599
  }>;
2600
2600
  /**
2601
2601
  * If set, specifies the length of time before a version is deleted.
@@ -2827,13 +2827,13 @@ export declare namespace pkiSecret {
2827
2827
  * "The accessor (required) and certRole (optional) properties for cert auth backends".
2828
2828
  */
2829
2829
  cert?: pulumi.Input<{
2830
- [key: string]: any;
2830
+ [key: string]: pulumi.Input<string>;
2831
2831
  }>;
2832
2832
  /**
2833
2833
  * "The accessor (required) property for user pass auth backends".
2834
2834
  */
2835
2835
  userpass?: pulumi.Input<{
2836
- [key: string]: any;
2836
+ [key: string]: pulumi.Input<string>;
2837
2837
  }>;
2838
2838
  }
2839
2839
  interface SecretBackendRolePolicyIdentifier {
package/types/output.d.ts CHANGED
@@ -1170,7 +1170,7 @@ export declare namespace database {
1170
1170
  * Supported list of database secrets engines that can be configured:
1171
1171
  */
1172
1172
  data?: {
1173
- [key: string]: any;
1173
+ [key: string]: string;
1174
1174
  };
1175
1175
  /**
1176
1176
  * Cassandra hosts to connect to.
@@ -1246,7 +1246,7 @@ export declare namespace database {
1246
1246
  * Supported list of database secrets engines that can be configured:
1247
1247
  */
1248
1248
  data?: {
1249
- [key: string]: any;
1249
+ [key: string]: string;
1250
1250
  };
1251
1251
  /**
1252
1252
  * A set of Couchbase URIs to connect to. Must use `couchbases://` scheme if `tls` is `true`.
@@ -1318,7 +1318,7 @@ export declare namespace database {
1318
1318
  * Supported list of database secrets engines that can be configured:
1319
1319
  */
1320
1320
  data?: {
1321
- [key: string]: any;
1321
+ [key: string]: string;
1322
1322
  };
1323
1323
  /**
1324
1324
  * Whether to disable certificate verification
@@ -1378,7 +1378,7 @@ export declare namespace database {
1378
1378
  * Supported list of database secrets engines that can be configured:
1379
1379
  */
1380
1380
  data?: {
1381
- [key: string]: any;
1381
+ [key: string]: string;
1382
1382
  };
1383
1383
  /**
1384
1384
  * Disable special character escaping in username and password
@@ -1438,7 +1438,7 @@ export declare namespace database {
1438
1438
  * Supported list of database secrets engines that can be configured:
1439
1439
  */
1440
1440
  data?: {
1441
- [key: string]: any;
1441
+ [key: string]: string;
1442
1442
  };
1443
1443
  /**
1444
1444
  * Influxdb host to connect to.
@@ -1510,7 +1510,7 @@ export declare namespace database {
1510
1510
  * Supported list of database secrets engines that can be configured:
1511
1511
  */
1512
1512
  data?: {
1513
- [key: string]: any;
1513
+ [key: string]: string;
1514
1514
  };
1515
1515
  /**
1516
1516
  * Maximum number of seconds a connection may be reused.
@@ -1566,7 +1566,7 @@ export declare namespace database {
1566
1566
  * Supported list of database secrets engines that can be configured:
1567
1567
  */
1568
1568
  data?: {
1569
- [key: string]: any;
1569
+ [key: string]: string;
1570
1570
  };
1571
1571
  /**
1572
1572
  * Name of the database connection.
@@ -1618,7 +1618,7 @@ export declare namespace database {
1618
1618
  * Supported list of database secrets engines that can be configured:
1619
1619
  */
1620
1620
  data?: {
1621
- [key: string]: any;
1621
+ [key: string]: string;
1622
1622
  };
1623
1623
  /**
1624
1624
  * Disable special character escaping in username and password
@@ -1686,7 +1686,7 @@ export declare namespace database {
1686
1686
  * Supported list of database secrets engines that can be configured:
1687
1687
  */
1688
1688
  data?: {
1689
- [key: string]: any;
1689
+ [key: string]: string;
1690
1690
  };
1691
1691
  /**
1692
1692
  * Maximum number of seconds a connection may be reused.
@@ -1762,7 +1762,7 @@ export declare namespace database {
1762
1762
  * Supported list of database secrets engines that can be configured:
1763
1763
  */
1764
1764
  data?: {
1765
- [key: string]: any;
1765
+ [key: string]: string;
1766
1766
  };
1767
1767
  /**
1768
1768
  * Maximum number of seconds a connection may be reused.
@@ -1838,7 +1838,7 @@ export declare namespace database {
1838
1838
  * Supported list of database secrets engines that can be configured:
1839
1839
  */
1840
1840
  data?: {
1841
- [key: string]: any;
1841
+ [key: string]: string;
1842
1842
  };
1843
1843
  /**
1844
1844
  * Maximum number of seconds a connection may be reused.
@@ -1914,7 +1914,7 @@ export declare namespace database {
1914
1914
  * Supported list of database secrets engines that can be configured:
1915
1915
  */
1916
1916
  data?: {
1917
- [key: string]: any;
1917
+ [key: string]: string;
1918
1918
  };
1919
1919
  /**
1920
1920
  * Maximum number of seconds a connection may be reused.
@@ -1986,7 +1986,7 @@ export declare namespace database {
1986
1986
  * Supported list of database secrets engines that can be configured:
1987
1987
  */
1988
1988
  data?: {
1989
- [key: string]: any;
1989
+ [key: string]: string;
1990
1990
  };
1991
1991
  /**
1992
1992
  * Set to true to disconnect any open sessions prior to running the revocation statements.
@@ -2058,7 +2058,7 @@ export declare namespace database {
2058
2058
  * Supported list of database secrets engines that can be configured:
2059
2059
  */
2060
2060
  data?: {
2061
- [key: string]: any;
2061
+ [key: string]: string;
2062
2062
  };
2063
2063
  /**
2064
2064
  * Disable special character escaping in username and password
@@ -2126,7 +2126,7 @@ export declare namespace database {
2126
2126
  * Supported list of database secrets engines that can be configured:
2127
2127
  */
2128
2128
  data?: {
2129
- [key: string]: any;
2129
+ [key: string]: string;
2130
2130
  };
2131
2131
  /**
2132
2132
  * Specifies the host to connect to
@@ -2182,7 +2182,7 @@ export declare namespace database {
2182
2182
  * Supported list of database secrets engines that can be configured:
2183
2183
  */
2184
2184
  data?: {
2185
- [key: string]: any;
2185
+ [key: string]: string;
2186
2186
  };
2187
2187
  /**
2188
2188
  * Name of the database connection.
@@ -2234,7 +2234,7 @@ export declare namespace database {
2234
2234
  * Supported list of database secrets engines that can be configured:
2235
2235
  */
2236
2236
  data?: {
2237
- [key: string]: any;
2237
+ [key: string]: string;
2238
2238
  };
2239
2239
  /**
2240
2240
  * Disable special character escaping in username and password
@@ -2298,7 +2298,7 @@ export declare namespace database {
2298
2298
  * Supported list of database secrets engines that can be configured:
2299
2299
  */
2300
2300
  data?: {
2301
- [key: string]: any;
2301
+ [key: string]: string;
2302
2302
  };
2303
2303
  /**
2304
2304
  * Maximum number of seconds a connection may be reused.
@@ -2505,7 +2505,7 @@ export declare namespace identity {
2505
2505
  * Arbitrary metadata
2506
2506
  */
2507
2507
  metadata: {
2508
- [key: string]: any;
2508
+ [key: string]: string;
2509
2509
  };
2510
2510
  /**
2511
2511
  * Authentication mount acccessor which this alias belongs to
@@ -2584,7 +2584,7 @@ export declare namespace kv {
2584
2584
  * serialized as JSON.
2585
2585
  */
2586
2586
  data?: {
2587
- [key: string]: any;
2587
+ [key: string]: string;
2588
2588
  };
2589
2589
  /**
2590
2590
  * If set, specifies the length of time before a version is deleted.
@@ -2816,13 +2816,13 @@ export declare namespace pkiSecret {
2816
2816
  * "The accessor (required) and certRole (optional) properties for cert auth backends".
2817
2817
  */
2818
2818
  cert?: {
2819
- [key: string]: any;
2819
+ [key: string]: string;
2820
2820
  };
2821
2821
  /**
2822
2822
  * "The accessor (required) property for user pass auth backends".
2823
2823
  */
2824
2824
  userpass?: {
2825
- [key: string]: any;
2825
+ [key: string]: string;
2826
2826
  };
2827
2827
  }
2828
2828
  interface GetBackendConfigEstAuthenticator {
@@ -2830,13 +2830,13 @@ export declare namespace pkiSecret {
2830
2830
  * "The accessor and certRole properties for cert auth backends".
2831
2831
  */
2832
2832
  cert?: {
2833
- [key: string]: any;
2833
+ [key: string]: string;
2834
2834
  };
2835
2835
  /**
2836
2836
  * "The accessor property for user pass auth backends".
2837
2837
  */
2838
2838
  userpass?: {
2839
- [key: string]: any;
2839
+ [key: string]: string;
2840
2840
  };
2841
2841
  }
2842
2842
  interface SecretBackendRolePolicyIdentifier {