@pierskarsenbarg/sdm 1.34.6 → 1.34.9

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.
package/types/output.d.ts CHANGED
@@ -737,6 +737,10 @@ export interface GetManagedSecretManagedSecret {
737
737
  * Timestamp of when secret was last rotated
738
738
  */
739
739
  lastRotatedAt: string;
740
+ /**
741
+ * Whether the secret requires a lock to access
742
+ */
743
+ lockRequired?: boolean;
740
744
  /**
741
745
  * Unique human-readable name of the Managed Secret.
742
746
  */
@@ -1051,6 +1055,7 @@ export interface GetResourceResource {
1051
1055
  cockroaches: outputs.GetResourceResourceCockroach[];
1052
1056
  couchbaseDatabases: outputs.GetResourceResourceCouchbaseDatabase[];
1053
1057
  couchbaseWebUis: outputs.GetResourceResourceCouchbaseWebUi[];
1058
+ databricks: outputs.GetResourceResourceDatabrick[];
1054
1059
  db2Is: outputs.GetResourceResourceDb2I[];
1055
1060
  db2Luws: outputs.GetResourceResourceDb2Luw[];
1056
1061
  documentDbHostIams: outputs.GetResourceResourceDocumentDbHostIam[];
@@ -1090,7 +1095,10 @@ export interface GetResourceResource {
1090
1095
  */
1091
1096
  kubernetesUserImpersonations: outputs.GetResourceResourceKubernetesUserImpersonation[];
1092
1097
  marias: outputs.GetResourceResourceMaria[];
1093
- mcps: outputs.GetResourceResourceMcp[];
1098
+ mcpGatewayNoAuths: outputs.GetResourceResourceMcpGatewayNoAuth[];
1099
+ mcpGatewayOAuthDcrs: outputs.GetResourceResourceMcpGatewayOAuthDcr[];
1100
+ mcpGatewayOAuths: outputs.GetResourceResourceMcpGatewayOAuth[];
1101
+ mcpGatewayPats: outputs.GetResourceResourceMcpGatewayPat[];
1094
1102
  memcacheds: outputs.GetResourceResourceMemcached[];
1095
1103
  memsqls: outputs.GetResourceResourceMemsql[];
1096
1104
  mongoHosts: outputs.GetResourceResourceMongoHost[];
@@ -2619,6 +2627,11 @@ export interface GetResourceResourceAwsConsole {
2619
2627
  tags?: {
2620
2628
  [key: string]: string;
2621
2629
  };
2630
+ /**
2631
+ * This option enforces HTTPS on the client, not resource connection.
2632
+ * * sql_server:
2633
+ */
2634
+ useHttps?: boolean;
2622
2635
  }
2623
2636
  export interface GetResourceResourceAwsConsoleStaticKeyPair {
2624
2637
  /**
@@ -2691,6 +2704,11 @@ export interface GetResourceResourceAwsConsoleStaticKeyPair {
2691
2704
  tags?: {
2692
2705
  [key: string]: string;
2693
2706
  };
2707
+ /**
2708
+ * This option enforces HTTPS on the client, not resource connection.
2709
+ * * sql_server:
2710
+ */
2711
+ useHttps?: boolean;
2694
2712
  }
2695
2713
  export interface GetResourceResourceAwsInstanceProfile {
2696
2714
  /**
@@ -3342,8 +3360,8 @@ export interface GetResourceResourceClickHouseHttp {
3342
3360
  [key: string]: string;
3343
3361
  };
3344
3362
  /**
3345
- * The base address of your website without the path.
3346
- * * kubernetes:
3363
+ * The URL to dial to initiate a connection from the egress node to this resource.
3364
+ * * memcached:
3347
3365
  */
3348
3366
  url?: string;
3349
3367
  /**
@@ -3719,8 +3737,8 @@ export interface GetResourceResourceCouchbaseWebUi {
3719
3737
  [key: string]: string;
3720
3738
  };
3721
3739
  /**
3722
- * The base address of your website without the path.
3723
- * * kubernetes:
3740
+ * The URL to dial to initiate a connection from the egress node to this resource.
3741
+ * * memcached:
3724
3742
  */
3725
3743
  url?: string;
3726
3744
  /**
@@ -3728,6 +3746,62 @@ export interface GetResourceResourceCouchbaseWebUi {
3728
3746
  */
3729
3747
  username?: string;
3730
3748
  }
3749
+ export interface GetResourceResourceDatabrick {
3750
+ /**
3751
+ * Databricks Personal Access Token (PAT)
3752
+ */
3753
+ accessToken?: string;
3754
+ /**
3755
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
3756
+ */
3757
+ bindInterface?: string;
3758
+ /**
3759
+ * A filter applied to the routing logic to pin datasource to nodes.
3760
+ */
3761
+ egressFilter?: string;
3762
+ /**
3763
+ * The host to dial to initiate a connection from the egress node to this resource.
3764
+ */
3765
+ hostname?: string;
3766
+ /**
3767
+ * The HTTP path to the SQL warehouse or cluster (e.g., /sql/1.0/warehouses/xxx)
3768
+ */
3769
+ httpPath?: string;
3770
+ /**
3771
+ * Unique identifier of the Resource.
3772
+ */
3773
+ id?: string;
3774
+ /**
3775
+ * Unique human-readable name of the Resource.
3776
+ */
3777
+ name?: string;
3778
+ /**
3779
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
3780
+ */
3781
+ portOverride?: number;
3782
+ /**
3783
+ * ID of the proxy cluster for this resource, if any.
3784
+ */
3785
+ proxyClusterId?: string;
3786
+ /**
3787
+ * The Schema to use to direct initial requests.
3788
+ */
3789
+ schema?: string;
3790
+ /**
3791
+ * ID of the secret store containing credentials for this resource, if any.
3792
+ */
3793
+ secretStoreId?: string;
3794
+ /**
3795
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
3796
+ */
3797
+ subdomain?: string;
3798
+ /**
3799
+ * Tags is a map of key, value pairs.
3800
+ */
3801
+ tags?: {
3802
+ [key: string]: string;
3803
+ };
3804
+ }
3731
3805
  export interface GetResourceResourceDb2I {
3732
3806
  /**
3733
3807
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
@@ -5007,8 +5081,12 @@ export interface GetResourceResourceHttpAuth {
5007
5081
  [key: string]: string;
5008
5082
  };
5009
5083
  /**
5010
- * The base address of your website without the path.
5011
- * * kubernetes:
5084
+ * If set, TLS must be used to connect to this resource.
5085
+ */
5086
+ tlsRequired?: boolean;
5087
+ /**
5088
+ * The URL to dial to initiate a connection from the egress node to this resource.
5089
+ * * memcached:
5012
5090
  */
5013
5091
  url?: string;
5014
5092
  }
@@ -5072,8 +5150,12 @@ export interface GetResourceResourceHttpBasicAuth {
5072
5150
  [key: string]: string;
5073
5151
  };
5074
5152
  /**
5075
- * The base address of your website without the path.
5076
- * * kubernetes:
5153
+ * If set, TLS must be used to connect to this resource.
5154
+ */
5155
+ tlsRequired?: boolean;
5156
+ /**
5157
+ * The URL to dial to initiate a connection from the egress node to this resource.
5158
+ * * memcached:
5077
5159
  */
5078
5160
  url?: string;
5079
5161
  /**
@@ -5137,8 +5219,12 @@ export interface GetResourceResourceHttpNoAuth {
5137
5219
  [key: string]: string;
5138
5220
  };
5139
5221
  /**
5140
- * The base address of your website without the path.
5141
- * * kubernetes:
5222
+ * If set, TLS must be used to connect to this resource.
5223
+ */
5224
+ tlsRequired?: boolean;
5225
+ /**
5226
+ * The URL to dial to initiate a connection from the egress node to this resource.
5227
+ * * memcached:
5142
5228
  */
5143
5229
  url?: string;
5144
5230
  }
@@ -5620,7 +5706,7 @@ export interface GetResourceResourceMaria {
5620
5706
  */
5621
5707
  username?: string;
5622
5708
  }
5623
- export interface GetResourceResourceMcp {
5709
+ export interface GetResourceResourceMcpGatewayNoAuth {
5624
5710
  /**
5625
5711
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5626
5712
  */
@@ -5632,7 +5718,56 @@ export interface GetResourceResourceMcp {
5632
5718
  /**
5633
5719
  * The host to dial to initiate a connection from the egress node to this resource.
5634
5720
  */
5635
- hostname?: string;
5721
+ hostname: string;
5722
+ /**
5723
+ * Unique identifier of the Resource.
5724
+ */
5725
+ id?: string;
5726
+ /**
5727
+ * Unique human-readable name of the Resource.
5728
+ */
5729
+ name?: string;
5730
+ /**
5731
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5732
+ */
5733
+ portOverride?: number;
5734
+ /**
5735
+ * ID of the proxy cluster for this resource, if any.
5736
+ */
5737
+ proxyClusterId?: string;
5738
+ /**
5739
+ * ID of the secret store containing credentials for this resource, if any.
5740
+ */
5741
+ secretStoreId?: string;
5742
+ /**
5743
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
5744
+ */
5745
+ subdomain?: string;
5746
+ /**
5747
+ * Tags is a map of key, value pairs.
5748
+ */
5749
+ tags?: {
5750
+ [key: string]: string;
5751
+ };
5752
+ /**
5753
+ * The URL to dial to initiate a connection from the egress node to this resource.
5754
+ * * memcached:
5755
+ */
5756
+ url?: string;
5757
+ }
5758
+ export interface GetResourceResourceMcpGatewayOAuth {
5759
+ /**
5760
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5761
+ */
5762
+ bindInterface?: string;
5763
+ /**
5764
+ * A filter applied to the routing logic to pin datasource to nodes.
5765
+ */
5766
+ egressFilter?: string;
5767
+ /**
5768
+ * The host to dial to initiate a connection from the egress node to this resource.
5769
+ */
5770
+ hostname: string;
5636
5771
  /**
5637
5772
  * Unique identifier of the Resource.
5638
5773
  */
@@ -5646,9 +5781,9 @@ export interface GetResourceResourceMcp {
5646
5781
  */
5647
5782
  oauthAuthEndpoint?: string;
5648
5783
  /**
5649
- * The OAuth 2.0 dynamic client registration endpoint URL.
5784
+ * Space-separated list of OAuth scopes to request.
5650
5785
  */
5651
- oauthRegisterEndpoint?: string;
5786
+ oauthScopes?: string;
5652
5787
  /**
5653
5788
  * The OAuth 2.0 token endpoint URL.
5654
5789
  */
@@ -5657,10 +5792,6 @@ export interface GetResourceResourceMcp {
5657
5792
  * The password to authenticate with.
5658
5793
  */
5659
5794
  password?: string;
5660
- /**
5661
- * The port to dial to initiate a connection from the egress node to this resource.
5662
- */
5663
- port?: number;
5664
5795
  /**
5665
5796
  * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5666
5797
  */
@@ -5683,11 +5814,134 @@ export interface GetResourceResourceMcp {
5683
5814
  tags?: {
5684
5815
  [key: string]: string;
5685
5816
  };
5817
+ /**
5818
+ * The URL to dial to initiate a connection from the egress node to this resource.
5819
+ * * memcached:
5820
+ */
5821
+ url?: string;
5686
5822
  /**
5687
5823
  * The username to authenticate with.
5688
5824
  */
5689
5825
  username?: string;
5690
5826
  }
5827
+ export interface GetResourceResourceMcpGatewayOAuthDcr {
5828
+ /**
5829
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5830
+ */
5831
+ bindInterface?: string;
5832
+ /**
5833
+ * A filter applied to the routing logic to pin datasource to nodes.
5834
+ */
5835
+ egressFilter?: string;
5836
+ /**
5837
+ * The host to dial to initiate a connection from the egress node to this resource.
5838
+ */
5839
+ hostname: string;
5840
+ /**
5841
+ * Unique identifier of the Resource.
5842
+ */
5843
+ id?: string;
5844
+ /**
5845
+ * Unique human-readable name of the Resource.
5846
+ */
5847
+ name?: string;
5848
+ /**
5849
+ * The OAuth 2.0 authorization endpoint URL.
5850
+ */
5851
+ oauthAuthEndpoint?: string;
5852
+ /**
5853
+ * The OAuth 2.0 dynamic client registration endpoint URL.
5854
+ */
5855
+ oauthRegisterEndpoint?: string;
5856
+ /**
5857
+ * Space-separated list of OAuth scopes to request.
5858
+ */
5859
+ oauthScopes?: string;
5860
+ /**
5861
+ * The OAuth 2.0 token endpoint URL.
5862
+ */
5863
+ oauthTokenEndpoint?: string;
5864
+ /**
5865
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5866
+ */
5867
+ portOverride?: number;
5868
+ /**
5869
+ * ID of the proxy cluster for this resource, if any.
5870
+ */
5871
+ proxyClusterId?: string;
5872
+ /**
5873
+ * ID of the secret store containing credentials for this resource, if any.
5874
+ */
5875
+ secretStoreId?: string;
5876
+ /**
5877
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
5878
+ */
5879
+ subdomain?: string;
5880
+ /**
5881
+ * Tags is a map of key, value pairs.
5882
+ */
5883
+ tags?: {
5884
+ [key: string]: string;
5885
+ };
5886
+ /**
5887
+ * The URL to dial to initiate a connection from the egress node to this resource.
5888
+ * * memcached:
5889
+ */
5890
+ url?: string;
5891
+ }
5892
+ export interface GetResourceResourceMcpGatewayPat {
5893
+ /**
5894
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
5895
+ */
5896
+ bindInterface?: string;
5897
+ /**
5898
+ * A filter applied to the routing logic to pin datasource to nodes.
5899
+ */
5900
+ egressFilter?: string;
5901
+ /**
5902
+ * The host to dial to initiate a connection from the egress node to this resource.
5903
+ */
5904
+ hostname: string;
5905
+ /**
5906
+ * Unique identifier of the Resource.
5907
+ */
5908
+ id?: string;
5909
+ /**
5910
+ * Unique human-readable name of the Resource.
5911
+ */
5912
+ name?: string;
5913
+ /**
5914
+ * The password to authenticate with.
5915
+ */
5916
+ password?: string;
5917
+ /**
5918
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
5919
+ */
5920
+ portOverride?: number;
5921
+ /**
5922
+ * ID of the proxy cluster for this resource, if any.
5923
+ */
5924
+ proxyClusterId?: string;
5925
+ /**
5926
+ * ID of the secret store containing credentials for this resource, if any.
5927
+ */
5928
+ secretStoreId?: string;
5929
+ /**
5930
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
5931
+ */
5932
+ subdomain?: string;
5933
+ /**
5934
+ * Tags is a map of key, value pairs.
5935
+ */
5936
+ tags?: {
5937
+ [key: string]: string;
5938
+ };
5939
+ /**
5940
+ * The URL to dial to initiate a connection from the egress node to this resource.
5941
+ * * memcached:
5942
+ */
5943
+ url?: string;
5944
+ }
5691
5945
  export interface GetResourceResourceMemcached {
5692
5946
  /**
5693
5947
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
@@ -7616,6 +7870,11 @@ export interface GetResourceResourceSnowsight {
7616
7870
  tags?: {
7617
7871
  [key: string]: string;
7618
7872
  };
7873
+ /**
7874
+ * This option enforces HTTPS on the client, not resource connection.
7875
+ * * sql_server:
7876
+ */
7877
+ useHttps?: boolean;
7619
7878
  }
7620
7879
  export interface GetResourceResourceSqlServer {
7621
7880
  /**
@@ -7791,6 +8050,14 @@ export interface GetResourceResourceSqlServerKerberosAd {
7791
8050
  * Unique identifier of the Resource.
7792
8051
  */
7793
8052
  id?: string;
8053
+ /**
8054
+ * The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
8055
+ */
8056
+ identityAliasHealthcheckUsername?: string;
8057
+ /**
8058
+ * The ID of the identity set to use for identity connections.
8059
+ */
8060
+ identitySetId?: string;
7794
8061
  /**
7795
8062
  * The keytab file in base64 format containing an entry with the principal name (username@realm) and key version number with which to authenticate.
7796
8063
  */
@@ -8506,6 +8773,10 @@ export interface GetSecretEngineSecretEngineActiveDirectory {
8506
8773
  * Unique human-readable name of the Secret Engine.
8507
8774
  */
8508
8775
  name?: string;
8776
+ /**
8777
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
8778
+ */
8779
+ nodeSelector?: string;
8509
8780
  /**
8510
8781
  * Public key linked with a secret engine
8511
8782
  */
@@ -8562,6 +8833,10 @@ export interface GetSecretEngineSecretEngineKeyValue {
8562
8833
  * Unique human-readable name of the Secret Engine.
8563
8834
  */
8564
8835
  name?: string;
8836
+ /**
8837
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
8838
+ */
8839
+ nodeSelector?: string;
8565
8840
  /**
8566
8841
  * Public key linked with a secret engine
8567
8842
  */
@@ -8606,6 +8881,10 @@ export interface GetSecretEngineSecretEngineMysqlSecretEngine {
8606
8881
  * Unique human-readable name of the Secret Engine.
8607
8882
  */
8608
8883
  name?: string;
8884
+ /**
8885
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
8886
+ */
8887
+ nodeSelector?: string;
8609
8888
  /**
8610
8889
  * Password is the password to connect to the SQL Server server.
8611
8890
  */
@@ -8674,6 +8953,10 @@ export interface GetSecretEngineSecretEnginePostgresSecretEngine {
8674
8953
  * Unique human-readable name of the Secret Engine.
8675
8954
  */
8676
8955
  name?: string;
8956
+ /**
8957
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
8958
+ */
8959
+ nodeSelector?: string;
8677
8960
  /**
8678
8961
  * Password is the password to connect to the SQL Server server.
8679
8962
  */
@@ -8738,6 +9021,10 @@ export interface GetSecretEngineSecretEngineSqlserverSecretEngine {
8738
9021
  * Unique human-readable name of the Secret Engine.
8739
9022
  */
8740
9023
  name?: string;
9024
+ /**
9025
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
9026
+ */
9027
+ nodeSelector?: string;
8741
9028
  /**
8742
9029
  * Password is the password to connect to the SQL Server server.
8743
9030
  */
@@ -11272,6 +11559,11 @@ export interface ResourceAwsConsole {
11272
11559
  tags?: {
11273
11560
  [key: string]: string;
11274
11561
  };
11562
+ /**
11563
+ * This option enforces HTTPS on the client, not resource connection.
11564
+ * * sql_server:
11565
+ */
11566
+ useHttps?: boolean;
11275
11567
  }
11276
11568
  export interface ResourceAwsConsoleStaticKeyPair {
11277
11569
  /**
@@ -11340,6 +11632,11 @@ export interface ResourceAwsConsoleStaticKeyPair {
11340
11632
  tags?: {
11341
11633
  [key: string]: string;
11342
11634
  };
11635
+ /**
11636
+ * This option enforces HTTPS on the client, not resource connection.
11637
+ * * sql_server:
11638
+ */
11639
+ useHttps?: boolean;
11343
11640
  }
11344
11641
  export interface ResourceAwsInstanceProfile {
11345
11642
  /**
@@ -11947,8 +12244,8 @@ export interface ResourceClickHouseHttp {
11947
12244
  [key: string]: string;
11948
12245
  };
11949
12246
  /**
11950
- * The base address of your website without the path.
11951
- * * kubernetes:
12247
+ * The URL to dial to initiate a connection from the egress node to this resource.
12248
+ * * memcached:
11952
12249
  */
11953
12250
  url: string;
11954
12251
  /**
@@ -12300,8 +12597,8 @@ export interface ResourceCouchbaseWebUi {
12300
12597
  [key: string]: string;
12301
12598
  };
12302
12599
  /**
12303
- * The base address of your website without the path.
12304
- * * kubernetes:
12600
+ * The URL to dial to initiate a connection from the egress node to this resource.
12601
+ * * memcached:
12305
12602
  */
12306
12603
  url: string;
12307
12604
  /**
@@ -12309,6 +12606,58 @@ export interface ResourceCouchbaseWebUi {
12309
12606
  */
12310
12607
  username?: string;
12311
12608
  }
12609
+ export interface ResourceDatabricks {
12610
+ /**
12611
+ * Databricks Personal Access Token (PAT)
12612
+ */
12613
+ accessToken?: string;
12614
+ /**
12615
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
12616
+ */
12617
+ bindInterface: string;
12618
+ /**
12619
+ * A filter applied to the routing logic to pin datasource to nodes.
12620
+ */
12621
+ egressFilter?: string;
12622
+ /**
12623
+ * The host to dial to initiate a connection from the egress node to this resource.
12624
+ */
12625
+ hostname: string;
12626
+ /**
12627
+ * The HTTP path to the SQL warehouse or cluster (e.g., /sql/1.0/warehouses/xxx)
12628
+ */
12629
+ httpPath: string;
12630
+ /**
12631
+ * Unique human-readable name of the Resource.
12632
+ */
12633
+ name: string;
12634
+ /**
12635
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
12636
+ */
12637
+ portOverride: number;
12638
+ /**
12639
+ * ID of the proxy cluster for this resource, if any.
12640
+ */
12641
+ proxyClusterId?: string;
12642
+ /**
12643
+ * The Schema to use to direct initial requests.
12644
+ */
12645
+ schema?: string;
12646
+ /**
12647
+ * ID of the secret store containing credentials for this resource, if any.
12648
+ */
12649
+ secretStoreId?: string;
12650
+ /**
12651
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
12652
+ */
12653
+ subdomain: string;
12654
+ /**
12655
+ * Tags is a map of key, value pairs.
12656
+ */
12657
+ tags?: {
12658
+ [key: string]: string;
12659
+ };
12660
+ }
12312
12661
  export interface ResourceDb2I {
12313
12662
  /**
12314
12663
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
@@ -13504,8 +13853,12 @@ export interface ResourceHttpAuth {
13504
13853
  [key: string]: string;
13505
13854
  };
13506
13855
  /**
13507
- * The base address of your website without the path.
13508
- * * kubernetes:
13856
+ * If set, TLS must be used to connect to this resource.
13857
+ */
13858
+ tlsRequired?: boolean;
13859
+ /**
13860
+ * The URL to dial to initiate a connection from the egress node to this resource.
13861
+ * * memcached:
13509
13862
  */
13510
13863
  url: string;
13511
13864
  }
@@ -13565,8 +13918,12 @@ export interface ResourceHttpBasicAuth {
13565
13918
  [key: string]: string;
13566
13919
  };
13567
13920
  /**
13568
- * The base address of your website without the path.
13569
- * * kubernetes:
13921
+ * If set, TLS must be used to connect to this resource.
13922
+ */
13923
+ tlsRequired?: boolean;
13924
+ /**
13925
+ * The URL to dial to initiate a connection from the egress node to this resource.
13926
+ * * memcached:
13570
13927
  */
13571
13928
  url: string;
13572
13929
  /**
@@ -13626,8 +13983,12 @@ export interface ResourceHttpNoAuth {
13626
13983
  [key: string]: string;
13627
13984
  };
13628
13985
  /**
13629
- * The base address of your website without the path.
13630
- * * kubernetes:
13986
+ * If set, TLS must be used to connect to this resource.
13987
+ */
13988
+ tlsRequired?: boolean;
13989
+ /**
13990
+ * The URL to dial to initiate a connection from the egress node to this resource.
13991
+ * * memcached:
13631
13992
  */
13632
13993
  url: string;
13633
13994
  }
@@ -14081,7 +14442,52 @@ export interface ResourceMaria {
14081
14442
  */
14082
14443
  username?: string;
14083
14444
  }
14084
- export interface ResourceMcp {
14445
+ export interface ResourceMcpGatewayNoAuth {
14446
+ /**
14447
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14448
+ */
14449
+ bindInterface: string;
14450
+ /**
14451
+ * A filter applied to the routing logic to pin datasource to nodes.
14452
+ */
14453
+ egressFilter?: string;
14454
+ /**
14455
+ * The host to dial to initiate a connection from the egress node to this resource.
14456
+ */
14457
+ hostname: string;
14458
+ /**
14459
+ * Unique human-readable name of the Resource.
14460
+ */
14461
+ name: string;
14462
+ /**
14463
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14464
+ */
14465
+ portOverride: number;
14466
+ /**
14467
+ * ID of the proxy cluster for this resource, if any.
14468
+ */
14469
+ proxyClusterId?: string;
14470
+ /**
14471
+ * ID of the secret store containing credentials for this resource, if any.
14472
+ */
14473
+ secretStoreId?: string;
14474
+ /**
14475
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
14476
+ */
14477
+ subdomain: string;
14478
+ /**
14479
+ * Tags is a map of key, value pairs.
14480
+ */
14481
+ tags?: {
14482
+ [key: string]: string;
14483
+ };
14484
+ /**
14485
+ * The URL to dial to initiate a connection from the egress node to this resource.
14486
+ * * memcached:
14487
+ */
14488
+ url: string;
14489
+ }
14490
+ export interface ResourceMcpGatewayOAuth {
14085
14491
  /**
14086
14492
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14087
14493
  */
@@ -14103,9 +14509,9 @@ export interface ResourceMcp {
14103
14509
  */
14104
14510
  oauthAuthEndpoint: string;
14105
14511
  /**
14106
- * The OAuth 2.0 dynamic client registration endpoint URL.
14512
+ * Space-separated list of OAuth scopes to request.
14107
14513
  */
14108
- oauthRegisterEndpoint?: string;
14514
+ oauthScopes?: string;
14109
14515
  /**
14110
14516
  * The OAuth 2.0 token endpoint URL.
14111
14517
  */
@@ -14114,10 +14520,6 @@ export interface ResourceMcp {
14114
14520
  * The password to authenticate with.
14115
14521
  */
14116
14522
  password?: string;
14117
- /**
14118
- * The port to dial to initiate a connection from the egress node to this resource.
14119
- */
14120
- port?: number;
14121
14523
  /**
14122
14524
  * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14123
14525
  */
@@ -14140,11 +14542,126 @@ export interface ResourceMcp {
14140
14542
  tags?: {
14141
14543
  [key: string]: string;
14142
14544
  };
14545
+ /**
14546
+ * The URL to dial to initiate a connection from the egress node to this resource.
14547
+ * * memcached:
14548
+ */
14549
+ url: string;
14143
14550
  /**
14144
14551
  * The username to authenticate with.
14145
14552
  */
14146
14553
  username: string;
14147
14554
  }
14555
+ export interface ResourceMcpGatewayOAuthDcr {
14556
+ /**
14557
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14558
+ */
14559
+ bindInterface: string;
14560
+ /**
14561
+ * A filter applied to the routing logic to pin datasource to nodes.
14562
+ */
14563
+ egressFilter?: string;
14564
+ /**
14565
+ * The host to dial to initiate a connection from the egress node to this resource.
14566
+ */
14567
+ hostname: string;
14568
+ /**
14569
+ * Unique human-readable name of the Resource.
14570
+ */
14571
+ name: string;
14572
+ /**
14573
+ * The OAuth 2.0 authorization endpoint URL.
14574
+ */
14575
+ oauthAuthEndpoint: string;
14576
+ /**
14577
+ * The OAuth 2.0 dynamic client registration endpoint URL.
14578
+ */
14579
+ oauthRegisterEndpoint: string;
14580
+ /**
14581
+ * Space-separated list of OAuth scopes to request.
14582
+ */
14583
+ oauthScopes?: string;
14584
+ /**
14585
+ * The OAuth 2.0 token endpoint URL.
14586
+ */
14587
+ oauthTokenEndpoint: string;
14588
+ /**
14589
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14590
+ */
14591
+ portOverride: number;
14592
+ /**
14593
+ * ID of the proxy cluster for this resource, if any.
14594
+ */
14595
+ proxyClusterId?: string;
14596
+ /**
14597
+ * ID of the secret store containing credentials for this resource, if any.
14598
+ */
14599
+ secretStoreId?: string;
14600
+ /**
14601
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
14602
+ */
14603
+ subdomain: string;
14604
+ /**
14605
+ * Tags is a map of key, value pairs.
14606
+ */
14607
+ tags?: {
14608
+ [key: string]: string;
14609
+ };
14610
+ /**
14611
+ * The URL to dial to initiate a connection from the egress node to this resource.
14612
+ * * memcached:
14613
+ */
14614
+ url: string;
14615
+ }
14616
+ export interface ResourceMcpGatewayPat {
14617
+ /**
14618
+ * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
14619
+ */
14620
+ bindInterface: string;
14621
+ /**
14622
+ * A filter applied to the routing logic to pin datasource to nodes.
14623
+ */
14624
+ egressFilter?: string;
14625
+ /**
14626
+ * The host to dial to initiate a connection from the egress node to this resource.
14627
+ */
14628
+ hostname: string;
14629
+ /**
14630
+ * Unique human-readable name of the Resource.
14631
+ */
14632
+ name: string;
14633
+ /**
14634
+ * The password to authenticate with.
14635
+ */
14636
+ password?: string;
14637
+ /**
14638
+ * The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
14639
+ */
14640
+ portOverride: number;
14641
+ /**
14642
+ * ID of the proxy cluster for this resource, if any.
14643
+ */
14644
+ proxyClusterId?: string;
14645
+ /**
14646
+ * ID of the secret store containing credentials for this resource, if any.
14647
+ */
14648
+ secretStoreId?: string;
14649
+ /**
14650
+ * DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
14651
+ */
14652
+ subdomain: string;
14653
+ /**
14654
+ * Tags is a map of key, value pairs.
14655
+ */
14656
+ tags?: {
14657
+ [key: string]: string;
14658
+ };
14659
+ /**
14660
+ * The URL to dial to initiate a connection from the egress node to this resource.
14661
+ * * memcached:
14662
+ */
14663
+ url: string;
14664
+ }
14148
14665
  export interface ResourceMemcached {
14149
14666
  /**
14150
14667
  * 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 and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
@@ -15953,6 +16470,11 @@ export interface ResourceSnowsight {
15953
16470
  tags?: {
15954
16471
  [key: string]: string;
15955
16472
  };
16473
+ /**
16474
+ * This option enforces HTTPS on the client, not resource connection.
16475
+ * * sql_server:
16476
+ */
16477
+ useHttps?: boolean;
15956
16478
  }
15957
16479
  export interface ResourceSqlServer {
15958
16480
  /**
@@ -16116,6 +16638,14 @@ export interface ResourceSqlServerKerberosAd {
16116
16638
  * The host to dial to initiate a connection from the egress node to this resource.
16117
16639
  */
16118
16640
  hostname: string;
16641
+ /**
16642
+ * The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
16643
+ */
16644
+ identityAliasHealthcheckUsername?: string;
16645
+ /**
16646
+ * The ID of the identity set to use for identity connections.
16647
+ */
16648
+ identitySetId?: string;
16119
16649
  /**
16120
16650
  * The keytab file in base64 format containing an entry with the principal name (username@realm) and key version number with which to authenticate.
16121
16651
  */
@@ -16760,6 +17290,10 @@ export interface SecretEngineActiveDirectory {
16760
17290
  * Unique human-readable name of the Secret Engine.
16761
17291
  */
16762
17292
  name: string;
17293
+ /**
17294
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
17295
+ */
17296
+ nodeSelector?: string;
16763
17297
  /**
16764
17298
  * Public key linked with a secret engine
16765
17299
  */
@@ -16813,6 +17347,10 @@ export interface SecretEngineKeyValue {
16813
17347
  * Unique human-readable name of the Secret Engine.
16814
17348
  */
16815
17349
  name: string;
17350
+ /**
17351
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
17352
+ */
17353
+ nodeSelector?: string;
16816
17354
  /**
16817
17355
  * Public key linked with a secret engine
16818
17356
  */
@@ -16853,6 +17391,10 @@ export interface SecretEngineMysqlSecretEngine {
16853
17391
  * Unique human-readable name of the Secret Engine.
16854
17392
  */
16855
17393
  name: string;
17394
+ /**
17395
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
17396
+ */
17397
+ nodeSelector?: string;
16856
17398
  /**
16857
17399
  * Password is the password to connect to the SQL Server server.
16858
17400
  */
@@ -16917,6 +17459,10 @@ export interface SecretEnginePostgresSecretEngine {
16917
17459
  * Unique human-readable name of the Secret Engine.
16918
17460
  */
16919
17461
  name: string;
17462
+ /**
17463
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
17464
+ */
17465
+ nodeSelector?: string;
16920
17466
  /**
16921
17467
  * Password is the password to connect to the SQL Server server.
16922
17468
  */
@@ -16977,6 +17523,10 @@ export interface SecretEngineSqlserverSecretEngine {
16977
17523
  * Unique human-readable name of the Secret Engine.
16978
17524
  */
16979
17525
  name: string;
17526
+ /**
17527
+ * node selector is used to narrow down the nodes used to communicate with with secret engine
17528
+ */
17529
+ nodeSelector?: string;
16980
17530
  /**
16981
17531
  * Password is the password to connect to the SQL Server server.
16982
17532
  */