@pierskarsenbarg/sdm 1.27.0 → 1.29.0

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 (139) hide show
  1. package/account.d.ts +2 -0
  2. package/account.js +3 -1
  3. package/account.js.map +1 -1
  4. package/accountAttachment.js +1 -1
  5. package/accountAttachment.js.map +1 -1
  6. package/approvalWorkflow.d.ts +32 -1
  7. package/approvalWorkflow.js +33 -2
  8. package/approvalWorkflow.js.map +1 -1
  9. package/config/index.js +1 -1
  10. package/config/index.js.map +1 -1
  11. package/config/vars.js +1 -1
  12. package/config/vars.js.map +1 -1
  13. package/getAccount.d.ts +16 -4
  14. package/getAccount.js +5 -3
  15. package/getAccount.js.map +1 -1
  16. package/getAccountAttachment.d.ts +2 -2
  17. package/getAccountAttachment.js +3 -3
  18. package/getAccountAttachment.js.map +1 -1
  19. package/getApprovalWorkflow.d.ts +2 -2
  20. package/getApprovalWorkflow.js +3 -3
  21. package/getApprovalWorkflow.js.map +1 -1
  22. package/getIdentityAlias.d.ts +2 -2
  23. package/getIdentityAlias.js +3 -3
  24. package/getIdentityAlias.js.map +1 -1
  25. package/getIdentitySet.d.ts +2 -2
  26. package/getIdentitySet.js +3 -3
  27. package/getIdentitySet.js.map +1 -1
  28. package/getManagedSecret.js +1 -1
  29. package/getManagedSecret.js.map +1 -1
  30. package/getNode.d.ts +4 -4
  31. package/getNode.js +3 -3
  32. package/getNode.js.map +1 -1
  33. package/getPeeringGroup.js +1 -1
  34. package/getPeeringGroup.js.map +1 -1
  35. package/getPeeringGroupNode.js +1 -1
  36. package/getPeeringGroupNode.js.map +1 -1
  37. package/getPeeringGroupPeer.js +1 -1
  38. package/getPeeringGroupPeer.js.map +1 -1
  39. package/getPeeringGroupResource.js +1 -1
  40. package/getPeeringGroupResource.js.map +1 -1
  41. package/getPolicy.d.ts +2 -2
  42. package/getPolicy.js +3 -3
  43. package/getPolicy.js.map +1 -1
  44. package/getProxyClusterKey.d.ts +2 -2
  45. package/getProxyClusterKey.js +3 -3
  46. package/getProxyClusterKey.js.map +1 -1
  47. package/getRdpCaPubkey.d.ts +66 -0
  48. package/getRdpCaPubkey.js +50 -0
  49. package/getRdpCaPubkey.js.map +1 -0
  50. package/getRemoteIdentity.d.ts +2 -2
  51. package/getRemoteIdentity.js +3 -3
  52. package/getRemoteIdentity.js.map +1 -1
  53. package/getRemoteIdentityGroup.d.ts +2 -2
  54. package/getRemoteIdentityGroup.js +3 -3
  55. package/getRemoteIdentityGroup.js.map +1 -1
  56. package/getResource.d.ts +5 -5
  57. package/getResource.js +3 -3
  58. package/getResource.js.map +1 -1
  59. package/getRole.js +1 -1
  60. package/getRole.js.map +1 -1
  61. package/getSecretEngine.d.ts +2 -2
  62. package/getSecretEngine.js +1 -1
  63. package/getSecretEngine.js.map +1 -1
  64. package/getSecretStore.d.ts +2 -2
  65. package/getSecretStore.js +1 -1
  66. package/getSecretStore.js.map +1 -1
  67. package/getSshCaPubkey.d.ts +4 -2
  68. package/getSshCaPubkey.js +5 -3
  69. package/getSshCaPubkey.js.map +1 -1
  70. package/getWorkflow.d.ts +6 -0
  71. package/getWorkflow.js +1 -1
  72. package/getWorkflow.js.map +1 -1
  73. package/getWorkflowApprover.d.ts +2 -30
  74. package/getWorkflowApprover.js +3 -31
  75. package/getWorkflowApprover.js.map +1 -1
  76. package/getWorkflowRole.d.ts +2 -2
  77. package/getWorkflowRole.js +3 -3
  78. package/getWorkflowRole.js.map +1 -1
  79. package/identityAlias.js +1 -1
  80. package/identityAlias.js.map +1 -1
  81. package/identitySet.js +1 -1
  82. package/identitySet.js.map +1 -1
  83. package/index.d.ts +7 -3
  84. package/index.js +28 -6
  85. package/index.js.map +1 -1
  86. package/managedSecret.js +1 -1
  87. package/managedSecret.js.map +1 -1
  88. package/managedSecretValue.d.ts +74 -0
  89. package/managedSecretValue.js +59 -0
  90. package/managedSecretValue.js.map +1 -0
  91. package/node.js +1 -1
  92. package/node.js.map +1 -1
  93. package/package.json +1 -1
  94. package/peeringGroup.js +1 -1
  95. package/peeringGroup.js.map +1 -1
  96. package/peeringGroupNode.js +1 -1
  97. package/peeringGroupNode.js.map +1 -1
  98. package/peeringGroupPeer.js +1 -1
  99. package/peeringGroupPeer.js.map +1 -1
  100. package/peeringGroupResource.js +1 -1
  101. package/peeringGroupResource.js.map +1 -1
  102. package/policy.js +1 -1
  103. package/policy.js.map +1 -1
  104. package/provider.d.ts +14 -0
  105. package/provider.js +9 -1
  106. package/provider.js.map +1 -1
  107. package/proxyClusterKey.js +1 -1
  108. package/proxyClusterKey.js.map +1 -1
  109. package/remoteIdentity.js +1 -1
  110. package/remoteIdentity.js.map +1 -1
  111. package/resource.d.ts +33 -36
  112. package/resource.js +9 -1
  113. package/resource.js.map +1 -1
  114. package/role.js +1 -1
  115. package/role.js.map +1 -1
  116. package/secretEngine.js +1 -1
  117. package/secretEngine.js.map +1 -1
  118. package/secretStore.d.ts +0 -18
  119. package/secretStore.js +1 -1
  120. package/secretStore.js.map +1 -1
  121. package/types/index.js +1 -1
  122. package/types/index.js.map +1 -1
  123. package/types/input.d.ts +274 -10
  124. package/types/input.js +1 -1
  125. package/types/input.js.map +1 -1
  126. package/types/output.d.ts +554 -16
  127. package/types/output.js +1 -1
  128. package/types/output.js.map +1 -1
  129. package/utilities.d.ts +0 -4
  130. package/utilities.js +2 -1
  131. package/utilities.js.map +1 -1
  132. package/workflow.d.ts +6 -0
  133. package/workflow.js +1 -1
  134. package/workflow.js.map +1 -1
  135. package/workflowApprover.d.ts +1 -15
  136. package/workflowApprover.js +2 -16
  137. package/workflowApprover.js.map +1 -1
  138. package/workflowRole.js +1 -1
  139. package/workflowRole.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -37,10 +37,22 @@ export interface AccountUser {
37
37
  * Managed By is a read only field for what service manages this user, e.g. StrongDM, Okta, Azure.
38
38
  */
39
39
  managedBy: string;
40
+ /**
41
+ * Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
42
+ */
43
+ managerId?: string;
40
44
  /**
41
45
  * PermissionLevel is the user's permission level e.g. admin, DBA, user.
42
46
  */
43
47
  permissionLevel: string;
48
+ /**
49
+ * Resolved Manager ID is the ID of the user's manager derived from the manager_id, if present, or from the SCIM metadata. This is a read-only field that's only populated for get and list.
50
+ */
51
+ resolvedManagerId: string;
52
+ /**
53
+ * SCIM contains the raw SCIM metadata for the user. This is a read-only field.
54
+ */
55
+ scim: string;
44
56
  /**
45
57
  * The Service's suspended state.
46
58
  */
@@ -68,11 +80,15 @@ export interface ApprovalWorkflowApprovalStep {
68
80
  }
69
81
  export interface ApprovalWorkflowApprovalStepApprover {
70
82
  /**
71
- * The account id of the approver (only an accountId OR a roleId may be present for one approver)
83
+ * The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
72
84
  */
73
85
  accountId?: string;
74
86
  /**
75
- * The role id of the approver (only an accountId OR a roleId may be present for one approver)
87
+ * A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
88
+ */
89
+ reference?: string;
90
+ /**
91
+ * The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
76
92
  */
77
93
  roleId?: string;
78
94
  }
@@ -175,10 +191,22 @@ export interface GetAccountAccountUser {
175
191
  * Managed By is a read only field for what service manages this user, e.g. StrongDM, Okta, Azure.
176
192
  */
177
193
  managedBy: string;
194
+ /**
195
+ * Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
196
+ */
197
+ managerId?: string;
178
198
  /**
179
199
  * PermissionLevel is the user's permission level e.g. admin, DBA, user.
180
200
  */
181
201
  permissionLevel?: string;
202
+ /**
203
+ * Resolved Manager ID is the ID of the user's manager derived from the manager_id, if present, or from the SCIM metadata. This is a read-only field that's only populated for get and list.
204
+ */
205
+ resolvedManagerId: string;
206
+ /**
207
+ * SCIM contains the raw SCIM metadata for the user. This is a read-only field.
208
+ */
209
+ scim: string;
182
210
  /**
183
211
  * Reserved for future use. Always false for tokens.
184
212
  */
@@ -220,11 +248,15 @@ export interface GetApprovalWorkflowApprovalStep {
220
248
  }
221
249
  export interface GetApprovalWorkflowApprovalStepApprover {
222
250
  /**
223
- * The account id of the approver (only an accountId OR a roleId may be present for one approver)
251
+ * The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
224
252
  */
225
253
  accountId?: string;
226
254
  /**
227
- * The role id of the approver (only an accountId OR a roleId may be present for one approver)
255
+ * A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
256
+ */
257
+ reference?: string;
258
+ /**
259
+ * The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
228
260
  */
229
261
  roleId?: string;
230
262
  }
@@ -266,11 +298,15 @@ export interface GetApprovalWorkflowApprovalWorkflowApprovalStep {
266
298
  }
267
299
  export interface GetApprovalWorkflowApprovalWorkflowApprovalStepApprover {
268
300
  /**
269
- * The account id of the approver (only an accountId OR a roleId may be present for one approver)
301
+ * The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
270
302
  */
271
303
  accountId?: string;
272
304
  /**
273
- * The role id of the approver (only an accountId OR a roleId may be present for one approver)
305
+ * A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
306
+ */
307
+ reference?: string;
308
+ /**
309
+ * The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
274
310
  */
275
311
  roleId?: string;
276
312
  }
@@ -581,6 +617,7 @@ export interface GetRemoteIdentityRemoteIdentity {
581
617
  username?: string;
582
618
  }
583
619
  export interface GetResourceResource {
620
+ aerospikes: outputs.GetResourceResourceAerospike[];
584
621
  aks: outputs.GetResourceResourceAk[];
585
622
  aksBasicAuths: outputs.GetResourceResourceAksBasicAuth[];
586
623
  aksServiceAccountUserImpersonations: outputs.GetResourceResourceAksServiceAccountUserImpersonation[];
@@ -604,6 +641,7 @@ export interface GetResourceResource {
604
641
  awsConsoles: outputs.GetResourceResourceAwsConsole[];
605
642
  awsInstanceProfiles: outputs.GetResourceResourceAwsInstanceProfile[];
606
643
  azureCertificates: outputs.GetResourceResourceAzureCertificate[];
644
+ azureConsoles: outputs.GetResourceResourceAzureConsole[];
607
645
  azureMysqls: outputs.GetResourceResourceAzureMysql[];
608
646
  azurePostgres: outputs.GetResourceResourceAzurePostgre[];
609
647
  azurePostgresManagedIdentities: outputs.GetResourceResourceAzurePostgresManagedIdentity[];
@@ -622,6 +660,7 @@ export interface GetResourceResource {
622
660
  db2Luws: outputs.GetResourceResourceDb2Luw[];
623
661
  documentDbHostIams: outputs.GetResourceResourceDocumentDbHostIam[];
624
662
  documentDbHosts: outputs.GetResourceResourceDocumentDbHost[];
663
+ documentDbReplicaSetIams: outputs.GetResourceResourceDocumentDbReplicaSetIam[];
625
664
  documentDbReplicaSets: outputs.GetResourceResourceDocumentDbReplicaSet[];
626
665
  druids: outputs.GetResourceResourceDruid[];
627
666
  dynamoDbiams: outputs.GetResourceResourceDynamoDbiam[];
@@ -656,6 +695,7 @@ export interface GetResourceResource {
656
695
  mysqls: outputs.GetResourceResourceMysql[];
657
696
  neptuneIams: outputs.GetResourceResourceNeptuneIam[];
658
697
  neptunes: outputs.GetResourceResourceNeptune[];
698
+ oracleNnes: outputs.GetResourceResourceOracleNne[];
659
699
  oracles: outputs.GetResourceResourceOracle[];
660
700
  postgres: outputs.GetResourceResourcePostgre[];
661
701
  prestos: outputs.GetResourceResourcePresto[];
@@ -685,6 +725,66 @@ export interface GetResourceResource {
685
725
  trinos: outputs.GetResourceResourceTrino[];
686
726
  verticas: outputs.GetResourceResourceVertica[];
687
727
  }
728
+ export interface GetResourceResourceAerospike {
729
+ /**
730
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
731
+ */
732
+ bindInterface?: string;
733
+ /**
734
+ * A filter applied to the routing logic to pin datasource to nodes.
735
+ */
736
+ egressFilter?: string;
737
+ /**
738
+ * The host to dial to initiate a connection from the egress node to this resource.
739
+ */
740
+ hostname?: string;
741
+ /**
742
+ * Unique identifier of the Resource.
743
+ */
744
+ id?: string;
745
+ /**
746
+ * Unique human-readable name of the Resource.
747
+ */
748
+ name?: string;
749
+ /**
750
+ * The password to authenticate with.
751
+ */
752
+ password?: string;
753
+ /**
754
+ * The port to dial to initiate a connection from the egress node to this resource.
755
+ */
756
+ port?: number;
757
+ /**
758
+ * The local port used by clients to connect to this resource.
759
+ */
760
+ portOverride?: number;
761
+ /**
762
+ * ID of the proxy cluster for this resource, if any.
763
+ */
764
+ proxyClusterId?: string;
765
+ /**
766
+ * ID of the secret store containing credentials for this resource, if any.
767
+ */
768
+ secretStoreId?: string;
769
+ /**
770
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
771
+ */
772
+ subdomain?: string;
773
+ /**
774
+ * Tags is a map of key, value pairs.
775
+ */
776
+ tags?: {
777
+ [key: string]: string;
778
+ };
779
+ /**
780
+ * If true, uses UseServicesAlternates directive for Aerospike connection
781
+ */
782
+ useServicesAlternate?: boolean;
783
+ /**
784
+ * The username to authenticate with.
785
+ */
786
+ username?: string;
787
+ }
688
788
  export interface GetResourceResourceAk {
689
789
  /**
690
790
  * If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set) when a resource role is not provided.
@@ -2285,6 +2385,62 @@ export interface GetResourceResourceAzureCertificate {
2285
2385
  */
2286
2386
  tenantId?: string;
2287
2387
  }
2388
+ export interface GetResourceResourceAzureConsole {
2389
+ /**
2390
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
2391
+ */
2392
+ bindInterface?: string;
2393
+ /**
2394
+ * The connector ID to authenticate through.
2395
+ */
2396
+ connectorId?: string;
2397
+ /**
2398
+ * A filter applied to the routing logic to pin datasource to nodes.
2399
+ */
2400
+ egressFilter?: string;
2401
+ /**
2402
+ * Unique identifier of the Resource.
2403
+ */
2404
+ id?: string;
2405
+ /**
2406
+ * The ID of the identity set to use for identity connections.
2407
+ */
2408
+ identitySetId?: string;
2409
+ /**
2410
+ * The management group ID to authenticate scope Privileges to.
2411
+ */
2412
+ managementGroupId?: string;
2413
+ /**
2414
+ * Unique human-readable name of the Resource.
2415
+ */
2416
+ name?: string;
2417
+ /**
2418
+ * The privilege levels specify which Groups are managed externally
2419
+ */
2420
+ privilegeLevels?: string;
2421
+ /**
2422
+ * ID of the proxy cluster for this resource, if any.
2423
+ */
2424
+ proxyClusterId?: string;
2425
+ /**
2426
+ * ID of the secret store containing credentials for this resource, if any.
2427
+ */
2428
+ secretStoreId?: string;
2429
+ /**
2430
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2431
+ */
2432
+ subdomain?: string;
2433
+ /**
2434
+ * The subscription ID to authenticate scope Privileges to.
2435
+ */
2436
+ subscriptionId?: string;
2437
+ /**
2438
+ * Tags is a map of key, value pairs.
2439
+ */
2440
+ tags?: {
2441
+ [key: string]: string;
2442
+ };
2443
+ }
2288
2444
  export interface GetResourceResourceAzureMysql {
2289
2445
  /**
2290
2446
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -3210,6 +3366,10 @@ export interface GetResourceResourceDb2Luw {
3210
3366
  tags?: {
3211
3367
  [key: string]: string;
3212
3368
  };
3369
+ /**
3370
+ * If set, TLS must be used to connect to this resource.
3371
+ */
3372
+ tlsRequired?: boolean;
3213
3373
  /**
3214
3374
  * The username to authenticate with.
3215
3375
  */
@@ -3391,6 +3551,58 @@ export interface GetResourceResourceDocumentDbReplicaSet {
3391
3551
  */
3392
3552
  username?: string;
3393
3553
  }
3554
+ export interface GetResourceResourceDocumentDbReplicaSetIam {
3555
+ /**
3556
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
3557
+ */
3558
+ bindInterface?: string;
3559
+ /**
3560
+ * Set to connect to a replica instead of the primary node.
3561
+ */
3562
+ connectToReplica?: boolean;
3563
+ /**
3564
+ * A filter applied to the routing logic to pin datasource to nodes.
3565
+ */
3566
+ egressFilter?: string;
3567
+ /**
3568
+ * The host to dial to initiate a connection from the egress node to this resource.
3569
+ */
3570
+ hostname?: string;
3571
+ /**
3572
+ * Unique identifier of the Resource.
3573
+ */
3574
+ id?: string;
3575
+ /**
3576
+ * Unique human-readable name of the Resource.
3577
+ */
3578
+ name?: string;
3579
+ /**
3580
+ * The local port used by clients to connect to this resource.
3581
+ */
3582
+ portOverride?: number;
3583
+ /**
3584
+ * ID of the proxy cluster for this resource, if any.
3585
+ */
3586
+ proxyClusterId?: string;
3587
+ /**
3588
+ * The AWS region to connect to.
3589
+ */
3590
+ region?: string;
3591
+ /**
3592
+ * ID of the secret store containing credentials for this resource, if any.
3593
+ */
3594
+ secretStoreId?: string;
3595
+ /**
3596
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3597
+ */
3598
+ subdomain?: string;
3599
+ /**
3600
+ * Tags is a map of key, value pairs.
3601
+ */
3602
+ tags?: {
3603
+ [key: string]: string;
3604
+ };
3605
+ }
3394
3606
  export interface GetResourceResourceDruid {
3395
3607
  /**
3396
3608
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -4098,6 +4310,10 @@ export interface GetResourceResourceHttpAuth {
4098
4310
  * Unique human-readable name of the Resource.
4099
4311
  */
4100
4312
  name?: string;
4313
+ /**
4314
+ * The local port used by clients to connect to this resource.
4315
+ */
4316
+ portOverride?: number;
4101
4317
  /**
4102
4318
  * ID of the proxy cluster for this resource, if any.
4103
4319
  */
@@ -4159,6 +4375,10 @@ export interface GetResourceResourceHttpBasicAuth {
4159
4375
  * The password to authenticate with.
4160
4376
  */
4161
4377
  password?: string;
4378
+ /**
4379
+ * The local port used by clients to connect to this resource.
4380
+ */
4381
+ portOverride?: number;
4162
4382
  /**
4163
4383
  * ID of the proxy cluster for this resource, if any.
4164
4384
  */
@@ -4220,6 +4440,10 @@ export interface GetResourceResourceHttpNoAuth {
4220
4440
  * Unique human-readable name of the Resource.
4221
4441
  */
4222
4442
  name?: string;
4443
+ /**
4444
+ * The local port used by clients to connect to this resource.
4445
+ */
4446
+ portOverride?: number;
4223
4447
  /**
4224
4448
  * ID of the proxy cluster for this resource, if any.
4225
4449
  */
@@ -4401,6 +4625,14 @@ export interface GetResourceResourceKubernetesPodIdentity {
4401
4625
  * The CA to authenticate TLS connections with.
4402
4626
  */
4403
4627
  certificateAuthority?: string;
4628
+ /**
4629
+ * If true, configures discovery of a cluster to be run from a node.
4630
+ */
4631
+ discoveryEnabled?: boolean;
4632
+ /**
4633
+ * If a cluster is configured for user impersonation, this is the user to impersonate when running discovery.
4634
+ */
4635
+ discoveryUsername?: string;
4404
4636
  /**
4405
4637
  * A filter applied to the routing logic to pin datasource to nodes.
4406
4638
  */
@@ -5574,6 +5806,66 @@ export interface GetResourceResourceOracle {
5574
5806
  */
5575
5807
  username?: string;
5576
5808
  }
5809
+ export interface GetResourceResourceOracleNne {
5810
+ /**
5811
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
5812
+ */
5813
+ bindInterface?: string;
5814
+ /**
5815
+ * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
5816
+ */
5817
+ database?: string;
5818
+ /**
5819
+ * A filter applied to the routing logic to pin datasource to nodes.
5820
+ */
5821
+ egressFilter?: string;
5822
+ /**
5823
+ * The host to dial to initiate a connection from the egress node to this resource.
5824
+ */
5825
+ hostname?: string;
5826
+ /**
5827
+ * Unique identifier of the Resource.
5828
+ */
5829
+ id?: string;
5830
+ /**
5831
+ * Unique human-readable name of the Resource.
5832
+ */
5833
+ name?: string;
5834
+ /**
5835
+ * The password to authenticate with.
5836
+ */
5837
+ password?: string;
5838
+ /**
5839
+ * The port to dial to initiate a connection from the egress node to this resource.
5840
+ */
5841
+ port?: number;
5842
+ /**
5843
+ * The local port used by clients to connect to this resource.
5844
+ */
5845
+ portOverride?: number;
5846
+ /**
5847
+ * ID of the proxy cluster for this resource, if any.
5848
+ */
5849
+ proxyClusterId?: string;
5850
+ /**
5851
+ * ID of the secret store containing credentials for this resource, if any.
5852
+ */
5853
+ secretStoreId?: string;
5854
+ /**
5855
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5856
+ */
5857
+ subdomain?: string;
5858
+ /**
5859
+ * Tags is a map of key, value pairs.
5860
+ */
5861
+ tags?: {
5862
+ [key: string]: string;
5863
+ };
5864
+ /**
5865
+ * The username to authenticate with.
5866
+ */
5867
+ username?: string;
5868
+ }
5577
5869
  export interface GetResourceResourcePostgre {
5578
5870
  /**
5579
5871
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -6423,11 +6715,15 @@ export interface GetResourceResourceSnowflake {
6423
6715
  /**
6424
6716
  * The password to authenticate with.
6425
6717
  */
6426
- password?: string;
6718
+ password: string;
6427
6719
  /**
6428
6720
  * The local port used by clients to connect to this resource.
6429
6721
  */
6430
6722
  portOverride?: number;
6723
+ /**
6724
+ * The private key used to authenticate with the server.
6725
+ */
6726
+ privateKey?: string;
6431
6727
  /**
6432
6728
  * ID of the proxy cluster for this resource, if any.
6433
6729
  */
@@ -7185,10 +7481,6 @@ export interface GetResourceResourceTrino {
7185
7481
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
7186
7482
  */
7187
7483
  bindInterface?: string;
7188
- /**
7189
- * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
7190
- */
7191
- database?: string;
7192
7484
  /**
7193
7485
  * A filter applied to the routing logic to pin datasource to nodes.
7194
7486
  */
@@ -7235,6 +7527,10 @@ export interface GetResourceResourceTrino {
7235
7527
  tags?: {
7236
7528
  [key: string]: string;
7237
7529
  };
7530
+ /**
7531
+ * If set, TLS must be used to connect to this resource.
7532
+ */
7533
+ tlsRequired?: boolean;
7238
7534
  /**
7239
7535
  * The username to authenticate with.
7240
7536
  */
@@ -8238,6 +8534,8 @@ export interface GetWorkflowWorkflow {
8238
8534
  approvalFlowId?: string;
8239
8535
  /**
8240
8536
  * Optional auto grant setting to automatically approve requests or not, defaults to false.
8537
+ *
8538
+ * @deprecated auto_grant is deprecated, see docs for more info
8241
8539
  */
8242
8540
  autoGrant?: boolean;
8243
8541
  /**
@@ -8367,6 +8665,62 @@ export interface NodeRelayMaintenanceWindow {
8367
8665
  cronSchedule: string;
8368
8666
  requireIdleness: boolean;
8369
8667
  }
8668
+ export interface ResourceAerospike {
8669
+ /**
8670
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
8671
+ */
8672
+ bindInterface: string;
8673
+ /**
8674
+ * A filter applied to the routing logic to pin datasource to nodes.
8675
+ */
8676
+ egressFilter?: string;
8677
+ /**
8678
+ * The host to dial to initiate a connection from the egress node to this resource.
8679
+ */
8680
+ hostname: string;
8681
+ /**
8682
+ * Unique human-readable name of the Resource.
8683
+ */
8684
+ name: string;
8685
+ /**
8686
+ * The password to authenticate with.
8687
+ */
8688
+ password?: string;
8689
+ /**
8690
+ * The port to dial to initiate a connection from the egress node to this resource.
8691
+ */
8692
+ port?: number;
8693
+ /**
8694
+ * The local port used by clients to connect to this resource.
8695
+ */
8696
+ portOverride: number;
8697
+ /**
8698
+ * ID of the proxy cluster for this resource, if any.
8699
+ */
8700
+ proxyClusterId?: string;
8701
+ /**
8702
+ * ID of the secret store containing credentials for this resource, if any.
8703
+ */
8704
+ secretStoreId?: string;
8705
+ /**
8706
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
8707
+ */
8708
+ subdomain: string;
8709
+ /**
8710
+ * Tags is a map of key, value pairs.
8711
+ */
8712
+ tags?: {
8713
+ [key: string]: string;
8714
+ };
8715
+ /**
8716
+ * If true, uses UseServicesAlternates directive for Aerospike connection
8717
+ */
8718
+ useServicesAlternate?: boolean;
8719
+ /**
8720
+ * The username to authenticate with.
8721
+ */
8722
+ username?: string;
8723
+ }
8370
8724
  export interface ResourceAks {
8371
8725
  /**
8372
8726
  * If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set) when a resource role is not provided.
@@ -9871,6 +10225,58 @@ export interface ResourceAzureCertificate {
9871
10225
  */
9872
10226
  tenantId?: string;
9873
10227
  }
10228
+ export interface ResourceAzureConsole {
10229
+ /**
10230
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
10231
+ */
10232
+ bindInterface: string;
10233
+ /**
10234
+ * The connector ID to authenticate through.
10235
+ */
10236
+ connectorId: string;
10237
+ /**
10238
+ * A filter applied to the routing logic to pin datasource to nodes.
10239
+ */
10240
+ egressFilter?: string;
10241
+ /**
10242
+ * The ID of the identity set to use for identity connections.
10243
+ */
10244
+ identitySetId?: string;
10245
+ /**
10246
+ * The management group ID to authenticate scope Privileges to.
10247
+ */
10248
+ managementGroupId?: string;
10249
+ /**
10250
+ * Unique human-readable name of the Resource.
10251
+ */
10252
+ name: string;
10253
+ /**
10254
+ * The privilege levels specify which Groups are managed externally
10255
+ */
10256
+ privilegeLevels: string;
10257
+ /**
10258
+ * ID of the proxy cluster for this resource, if any.
10259
+ */
10260
+ proxyClusterId?: string;
10261
+ /**
10262
+ * ID of the secret store containing credentials for this resource, if any.
10263
+ */
10264
+ secretStoreId?: string;
10265
+ /**
10266
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
10267
+ */
10268
+ subdomain: string;
10269
+ /**
10270
+ * The subscription ID to authenticate scope Privileges to.
10271
+ */
10272
+ subscriptionId?: string;
10273
+ /**
10274
+ * Tags is a map of key, value pairs.
10275
+ */
10276
+ tags?: {
10277
+ [key: string]: string;
10278
+ };
10279
+ }
9874
10280
  export interface ResourceAzureMysql {
9875
10281
  /**
9876
10282
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -10736,6 +11142,10 @@ export interface ResourceDb2Luw {
10736
11142
  tags?: {
10737
11143
  [key: string]: string;
10738
11144
  };
11145
+ /**
11146
+ * If set, TLS must be used to connect to this resource.
11147
+ */
11148
+ tlsRequired?: boolean;
10739
11149
  /**
10740
11150
  * The username to authenticate with.
10741
11151
  */
@@ -10905,6 +11315,54 @@ export interface ResourceDocumentDbReplicaSet {
10905
11315
  */
10906
11316
  username?: string;
10907
11317
  }
11318
+ export interface ResourceDocumentDbReplicaSetIam {
11319
+ /**
11320
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
11321
+ */
11322
+ bindInterface: string;
11323
+ /**
11324
+ * Set to connect to a replica instead of the primary node.
11325
+ */
11326
+ connectToReplica?: boolean;
11327
+ /**
11328
+ * A filter applied to the routing logic to pin datasource to nodes.
11329
+ */
11330
+ egressFilter?: string;
11331
+ /**
11332
+ * The host to dial to initiate a connection from the egress node to this resource.
11333
+ */
11334
+ hostname: string;
11335
+ /**
11336
+ * Unique human-readable name of the Resource.
11337
+ */
11338
+ name: string;
11339
+ /**
11340
+ * The local port used by clients to connect to this resource.
11341
+ */
11342
+ portOverride: number;
11343
+ /**
11344
+ * ID of the proxy cluster for this resource, if any.
11345
+ */
11346
+ proxyClusterId?: string;
11347
+ /**
11348
+ * The AWS region to connect to.
11349
+ */
11350
+ region: string;
11351
+ /**
11352
+ * ID of the secret store containing credentials for this resource, if any.
11353
+ */
11354
+ secretStoreId?: string;
11355
+ /**
11356
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
11357
+ */
11358
+ subdomain: string;
11359
+ /**
11360
+ * Tags is a map of key, value pairs.
11361
+ */
11362
+ tags?: {
11363
+ [key: string]: string;
11364
+ };
11365
+ }
10908
11366
  export interface ResourceDruid {
10909
11367
  /**
10910
11368
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -11564,6 +12022,10 @@ export interface ResourceHttpAuth {
11564
12022
  * Unique human-readable name of the Resource.
11565
12023
  */
11566
12024
  name: string;
12025
+ /**
12026
+ * The local port used by clients to connect to this resource.
12027
+ */
12028
+ portOverride: number;
11567
12029
  /**
11568
12030
  * ID of the proxy cluster for this resource, if any.
11569
12031
  */
@@ -11621,6 +12083,10 @@ export interface ResourceHttpBasicAuth {
11621
12083
  * The password to authenticate with.
11622
12084
  */
11623
12085
  password?: string;
12086
+ /**
12087
+ * The local port used by clients to connect to this resource.
12088
+ */
12089
+ portOverride: number;
11624
12090
  /**
11625
12091
  * ID of the proxy cluster for this resource, if any.
11626
12092
  */
@@ -11678,6 +12144,10 @@ export interface ResourceHttpNoAuth {
11678
12144
  * Unique human-readable name of the Resource.
11679
12145
  */
11680
12146
  name: string;
12147
+ /**
12148
+ * The local port used by clients to connect to this resource.
12149
+ */
12150
+ portOverride: number;
11681
12151
  /**
11682
12152
  * ID of the proxy cluster for this resource, if any.
11683
12153
  */
@@ -11851,6 +12321,14 @@ export interface ResourceKubernetesPodIdentity {
11851
12321
  * The CA to authenticate TLS connections with.
11852
12322
  */
11853
12323
  certificateAuthority?: string;
12324
+ /**
12325
+ * If true, configures discovery of a cluster to be run from a node.
12326
+ */
12327
+ discoveryEnabled?: boolean;
12328
+ /**
12329
+ * If a cluster is configured for user impersonation, this is the user to impersonate when running discovery.
12330
+ */
12331
+ discoveryUsername?: string;
11854
12332
  /**
11855
12333
  * A filter applied to the routing logic to pin datasource to nodes.
11856
12334
  */
@@ -12952,6 +13430,62 @@ export interface ResourceOracle {
12952
13430
  */
12953
13431
  username?: string;
12954
13432
  }
13433
+ export interface ResourceOracleNne {
13434
+ /**
13435
+ * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
13436
+ */
13437
+ bindInterface: string;
13438
+ /**
13439
+ * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
13440
+ */
13441
+ database: string;
13442
+ /**
13443
+ * A filter applied to the routing logic to pin datasource to nodes.
13444
+ */
13445
+ egressFilter?: string;
13446
+ /**
13447
+ * The host to dial to initiate a connection from the egress node to this resource.
13448
+ */
13449
+ hostname: string;
13450
+ /**
13451
+ * Unique human-readable name of the Resource.
13452
+ */
13453
+ name: string;
13454
+ /**
13455
+ * The password to authenticate with.
13456
+ */
13457
+ password?: string;
13458
+ /**
13459
+ * The port to dial to initiate a connection from the egress node to this resource.
13460
+ */
13461
+ port: number;
13462
+ /**
13463
+ * The local port used by clients to connect to this resource.
13464
+ */
13465
+ portOverride: number;
13466
+ /**
13467
+ * ID of the proxy cluster for this resource, if any.
13468
+ */
13469
+ proxyClusterId?: string;
13470
+ /**
13471
+ * ID of the secret store containing credentials for this resource, if any.
13472
+ */
13473
+ secretStoreId?: string;
13474
+ /**
13475
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
13476
+ */
13477
+ subdomain: string;
13478
+ /**
13479
+ * Tags is a map of key, value pairs.
13480
+ */
13481
+ tags?: {
13482
+ [key: string]: string;
13483
+ };
13484
+ /**
13485
+ * The username to authenticate with.
13486
+ */
13487
+ username?: string;
13488
+ }
12955
13489
  export interface ResourcePostgres {
12956
13490
  /**
12957
13491
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
@@ -13745,11 +14279,15 @@ export interface ResourceSnowflake {
13745
14279
  /**
13746
14280
  * The password to authenticate with.
13747
14281
  */
13748
- password?: string;
14282
+ password: string;
13749
14283
  /**
13750
14284
  * The local port used by clients to connect to this resource.
13751
14285
  */
13752
14286
  portOverride: number;
14287
+ /**
14288
+ * The private key used to authenticate with the server.
14289
+ */
14290
+ privateKey?: string;
13753
14291
  /**
13754
14292
  * ID of the proxy cluster for this resource, if any.
13755
14293
  */
@@ -14463,10 +15001,6 @@ export interface ResourceTrino {
14463
15001
  * The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided.
14464
15002
  */
14465
15003
  bindInterface: string;
14466
- /**
14467
- * The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
14468
- */
14469
- database: string;
14470
15004
  /**
14471
15005
  * A filter applied to the routing logic to pin datasource to nodes.
14472
15006
  */
@@ -14509,6 +15043,10 @@ export interface ResourceTrino {
14509
15043
  tags?: {
14510
15044
  [key: string]: string;
14511
15045
  };
15046
+ /**
15047
+ * If set, TLS must be used to connect to this resource.
15048
+ */
15049
+ tlsRequired?: boolean;
14512
15050
  /**
14513
15051
  * The username to authenticate with.
14514
15052
  */