@pierskarsenbarg/sdm 1.23.0 → 1.23.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierskarsenbarg/sdm",
3
- "version": "v1.23.0",
3
+ "version": "v1.23.1",
4
4
  "description": "A Pulumi package for creating and managing StrongDM cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -2662,6 +2662,10 @@ export interface ResourceGcpwif {
2662
2662
  * The local port used by clients to connect to this resource.
2663
2663
  */
2664
2664
  portOverride?: pulumi.Input<number>;
2665
+ /**
2666
+ * When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
2667
+ */
2668
+ projectId?: pulumi.Input<string>;
2665
2669
  /**
2666
2670
  * ID of the proxy cluster for this resource, if any.
2667
2671
  */
@@ -4548,6 +4552,10 @@ export interface ResourceRdpCert {
4548
4552
  * The ID of the identity set to use for identity connections.
4549
4553
  */
4550
4554
  identitySetId?: pulumi.Input<string>;
4555
+ /**
4556
+ * When set, require a resource lock to access the resource to ensure it can only be used by one user at a time.
4557
+ */
4558
+ lockRequired?: pulumi.Input<boolean>;
4551
4559
  /**
4552
4560
  * Unique human-readable name of the Resource.
4553
4561
  */
package/types/output.d.ts CHANGED
@@ -3259,6 +3259,10 @@ export interface GetResourceResourceGcpwif {
3259
3259
  * The local port used by clients to connect to this resource.
3260
3260
  */
3261
3261
  portOverride?: number;
3262
+ /**
3263
+ * When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
3264
+ */
3265
+ projectId?: string;
3262
3266
  /**
3263
3267
  * ID of the proxy cluster for this resource, if any.
3264
3268
  */
@@ -5269,6 +5273,10 @@ export interface GetResourceResourceRdpCert {
5269
5273
  * The ID of the identity set to use for identity connections.
5270
5274
  */
5271
5275
  identitySetId?: string;
5276
+ /**
5277
+ * When set, require a resource lock to access the resource to ensure it can only be used by one user at a time.
5278
+ */
5279
+ lockRequired?: boolean;
5272
5280
  /**
5273
5281
  * Unique human-readable name of the Resource.
5274
5282
  */
@@ -9839,6 +9847,10 @@ export interface ResourceGcpwif {
9839
9847
  * The local port used by clients to connect to this resource.
9840
9848
  */
9841
9849
  portOverride: number;
9850
+ /**
9851
+ * When specified, all project scoped requests will use this Project ID, overriding the project ID specified by clients
9852
+ */
9853
+ projectId?: string;
9842
9854
  /**
9843
9855
  * ID of the proxy cluster for this resource, if any.
9844
9856
  */
@@ -11725,6 +11737,10 @@ export interface ResourceRdpCert {
11725
11737
  * The ID of the identity set to use for identity connections.
11726
11738
  */
11727
11739
  identitySetId?: string;
11740
+ /**
11741
+ * When set, require a resource lock to access the resource to ensure it can only be used by one user at a time.
11742
+ */
11743
+ lockRequired?: boolean;
11728
11744
  /**
11729
11745
  * Unique human-readable name of the Resource.
11730
11746
  */