@pierskarsenbarg/sdm 1.7.0 → 1.9.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 (96) hide show
  1. package/account.d.ts +3 -1
  2. package/account.js +3 -1
  3. package/account.js.map +1 -1
  4. package/accountAttachment.d.ts +3 -1
  5. package/accountAttachment.js +3 -1
  6. package/accountAttachment.js.map +1 -1
  7. package/approvalWorkflow.d.ts +96 -0
  8. package/approvalWorkflow.js +80 -0
  9. package/approvalWorkflow.js.map +1 -0
  10. package/approvalWorkflowApproval.d.ts +115 -0
  11. package/approvalWorkflowApproval.js +92 -0
  12. package/approvalWorkflowApproval.js.map +1 -0
  13. package/approvalWorkflowStep.d.ts +70 -0
  14. package/approvalWorkflowStep.js +74 -0
  15. package/approvalWorkflowStep.js.map +1 -0
  16. package/getAccount.d.ts +21 -5
  17. package/getAccount.js +5 -0
  18. package/getAccount.js.map +1 -1
  19. package/getAccountAttachment.d.ts +4 -0
  20. package/getAccountAttachment.js +4 -0
  21. package/getAccountAttachment.js.map +1 -1
  22. package/getApprovalWorkflow.d.ts +117 -0
  23. package/getApprovalWorkflow.js +65 -0
  24. package/getApprovalWorkflow.js.map +1 -0
  25. package/getApprovalWorkflowApprover.d.ts +131 -0
  26. package/getApprovalWorkflowApprover.js +68 -0
  27. package/getApprovalWorkflowApprover.js.map +1 -0
  28. package/getApprovalWorkflowStep.d.ts +81 -0
  29. package/getApprovalWorkflowStep.js +51 -0
  30. package/getApprovalWorkflowStep.js.map +1 -0
  31. package/getNode.d.ts +6 -2
  32. package/getNode.js +4 -0
  33. package/getNode.js.map +1 -1
  34. package/getRemoteIdentity.d.ts +4 -0
  35. package/getRemoteIdentity.js +4 -0
  36. package/getRemoteIdentity.js.map +1 -1
  37. package/getRemoteIdentityGroup.d.ts +4 -0
  38. package/getRemoteIdentityGroup.js +4 -0
  39. package/getRemoteIdentityGroup.js.map +1 -1
  40. package/getResource.d.ts +6 -2
  41. package/getResource.js +4 -0
  42. package/getResource.js.map +1 -1
  43. package/getSecretStore.d.ts +3 -3
  44. package/getSshCaPubkey.d.ts +4 -0
  45. package/getSshCaPubkey.js +4 -0
  46. package/getSshCaPubkey.js.map +1 -1
  47. package/getWorkflow.d.ts +16 -0
  48. package/getWorkflow.js +5 -0
  49. package/getWorkflow.js.map +1 -1
  50. package/getWorkflowApprover.d.ts +36 -12
  51. package/getWorkflowApprover.js +20 -7
  52. package/getWorkflowApprover.js.map +1 -1
  53. package/getWorkflowRole.d.ts +4 -0
  54. package/getWorkflowRole.js +4 -0
  55. package/getWorkflowRole.js.map +1 -1
  56. package/index.d.ts +18 -0
  57. package/index.js +26 -1
  58. package/index.js.map +1 -1
  59. package/node.d.ts +3 -1
  60. package/node.js +3 -1
  61. package/node.js.map +1 -1
  62. package/package.json +1 -1
  63. package/peeringGroup.d.ts +1 -1
  64. package/peeringGroup.js +1 -1
  65. package/peeringGroupNode.d.ts +1 -1
  66. package/peeringGroupNode.js +1 -1
  67. package/peeringGroupPeer.d.ts +1 -1
  68. package/peeringGroupPeer.js +1 -1
  69. package/peeringGroupResource.d.ts +1 -1
  70. package/peeringGroupResource.js +1 -1
  71. package/remoteIdentity.d.ts +1 -2
  72. package/remoteIdentity.js +1 -2
  73. package/remoteIdentity.js.map +1 -1
  74. package/resource.d.ts +4 -19
  75. package/resource.js +3 -1
  76. package/resource.js.map +1 -1
  77. package/role.d.ts +3 -1
  78. package/role.js +3 -1
  79. package/role.js.map +1 -1
  80. package/secretStore.d.ts +28 -1
  81. package/secretStore.js +19 -1
  82. package/secretStore.js.map +1 -1
  83. package/types/input.d.ts +351 -3
  84. package/types/output.d.ts +872 -56
  85. package/utilities.d.ts +4 -0
  86. package/utilities.js +33 -1
  87. package/utilities.js.map +1 -1
  88. package/workflow.d.ts +15 -1
  89. package/workflow.js +5 -1
  90. package/workflow.js.map +1 -1
  91. package/workflowApprover.d.ts +28 -10
  92. package/workflowApprover.js +14 -9
  93. package/workflowApprover.js.map +1 -1
  94. package/workflowRole.d.ts +3 -1
  95. package/workflowRole.js +3 -1
  96. package/workflowRole.js.map +1 -1
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApprovalWorkflowStepOutput = exports.getApprovalWorkflowStep = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ApprovalWorkflowStep links an approval workflow step to an ApprovalWorkflow
10
+ * ## Example Usage
11
+ *
12
+ * <!--Start PulumiCodeChooser -->
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as sdm from "@pulumi/sdm";
16
+ *
17
+ * const approvalWorkflowStepQuery = sdm.getApprovalWorkflowStep({
18
+ * approvalFlowId: "af-7935485",
19
+ * });
20
+ * ```
21
+ * <!--End PulumiCodeChooser -->
22
+ */
23
+ function getApprovalWorkflowStep(args, opts) {
24
+ args = args || {};
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("sdm:index/getApprovalWorkflowStep:getApprovalWorkflowStep", {
27
+ "approvalFlowId": args.approvalFlowId,
28
+ "id": args.id,
29
+ }, opts);
30
+ }
31
+ exports.getApprovalWorkflowStep = getApprovalWorkflowStep;
32
+ /**
33
+ * ApprovalWorkflowStep links an approval workflow step to an ApprovalWorkflow
34
+ * ## Example Usage
35
+ *
36
+ * <!--Start PulumiCodeChooser -->
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as sdm from "@pulumi/sdm";
40
+ *
41
+ * const approvalWorkflowStepQuery = sdm.getApprovalWorkflowStep({
42
+ * approvalFlowId: "af-7935485",
43
+ * });
44
+ * ```
45
+ * <!--End PulumiCodeChooser -->
46
+ */
47
+ function getApprovalWorkflowStepOutput(args, opts) {
48
+ return pulumi.output(args).apply((a) => getApprovalWorkflowStep(a, opts));
49
+ }
50
+ exports.getApprovalWorkflowStepOutput = getApprovalWorkflowStepOutput;
51
+ //# sourceMappingURL=getApprovalWorkflowStep.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getApprovalWorkflowStep.js","sourceRoot":"","sources":["../getApprovalWorkflowStep.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
package/getNode.d.ts CHANGED
@@ -7,6 +7,7 @@ import * as outputs from "./types/output";
7
7
  * 2. **Gateways:** a relay that also listens for connections from strongDM clients
8
8
  * ## Example Usage
9
9
  *
10
+ * <!--Start PulumiCodeChooser -->
10
11
  * ```typescript
11
12
  * import * as pulumi from "@pulumi/pulumi";
12
13
  * import * as sdm from "@pulumi/sdm";
@@ -19,6 +20,7 @@ import * as outputs from "./types/output";
19
20
  * type: "gateway",
20
21
  * });
21
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
22
24
  */
23
25
  export declare function getNode(args?: GetNodeArgs, opts?: pulumi.InvokeOptions): Promise<GetNodeResult>;
24
26
  /**
@@ -48,7 +50,7 @@ export interface GetNodeArgs {
48
50
  [key: string]: any;
49
51
  };
50
52
  /**
51
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
53
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
52
54
  */
53
55
  type?: string;
54
56
  }
@@ -96,6 +98,7 @@ export interface GetNodeResult {
96
98
  * 2. **Gateways:** a relay that also listens for connections from strongDM clients
97
99
  * ## Example Usage
98
100
  *
101
+ * <!--Start PulumiCodeChooser -->
99
102
  * ```typescript
100
103
  * import * as pulumi from "@pulumi/pulumi";
101
104
  * import * as sdm from "@pulumi/sdm";
@@ -108,6 +111,7 @@ export interface GetNodeResult {
108
111
  * type: "gateway",
109
112
  * });
110
113
  * ```
114
+ * <!--End PulumiCodeChooser -->
111
115
  */
112
116
  export declare function getNodeOutput(args?: GetNodeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNodeResult>;
113
117
  /**
@@ -137,7 +141,7 @@ export interface GetNodeOutputArgs {
137
141
  [key: string]: any;
138
142
  }>;
139
143
  /**
140
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
144
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
141
145
  */
142
146
  type?: pulumi.Input<string>;
143
147
  }
package/getNode.js CHANGED
@@ -12,6 +12,7 @@ const utilities = require("./utilities");
12
12
  * 2. **Gateways:** a relay that also listens for connections from strongDM clients
13
13
  * ## Example Usage
14
14
  *
15
+ * <!--Start PulumiCodeChooser -->
15
16
  * ```typescript
16
17
  * import * as pulumi from "@pulumi/pulumi";
17
18
  * import * as sdm from "@pulumi/sdm";
@@ -24,6 +25,7 @@ const utilities = require("./utilities");
24
25
  * type: "gateway",
25
26
  * });
26
27
  * ```
28
+ * <!--End PulumiCodeChooser -->
27
29
  */
28
30
  function getNode(args, opts) {
29
31
  args = args || {};
@@ -45,6 +47,7 @@ exports.getNode = getNode;
45
47
  * 2. **Gateways:** a relay that also listens for connections from strongDM clients
46
48
  * ## Example Usage
47
49
  *
50
+ * <!--Start PulumiCodeChooser -->
48
51
  * ```typescript
49
52
  * import * as pulumi from "@pulumi/pulumi";
50
53
  * import * as sdm from "@pulumi/sdm";
@@ -57,6 +60,7 @@ exports.getNode = getNode;
57
60
  * type: "gateway",
58
61
  * });
59
62
  * ```
63
+ * <!--End PulumiCodeChooser -->
60
64
  */
61
65
  function getNodeOutput(args, opts) {
62
66
  return pulumi.output(args).apply((a) => getNode(a, opts));
package/getNode.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AAmED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
1
+ {"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AAmED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  * when connecting to a remote resource using that group.
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as sdm from "@pulumi/sdm";
@@ -14,6 +15,7 @@ import * as outputs from "./types/output";
14
15
  * username: "user",
15
16
  * });
16
17
  * ```
18
+ * <!--End PulumiCodeChooser -->
17
19
  */
18
20
  export declare function getRemoteIdentity(args?: GetRemoteIdentityArgs, opts?: pulumi.InvokeOptions): Promise<GetRemoteIdentityResult>;
19
21
  /**
@@ -71,6 +73,7 @@ export interface GetRemoteIdentityResult {
71
73
  * when connecting to a remote resource using that group.
72
74
  * ## Example Usage
73
75
  *
76
+ * <!--Start PulumiCodeChooser -->
74
77
  * ```typescript
75
78
  * import * as pulumi from "@pulumi/pulumi";
76
79
  * import * as sdm from "@pulumi/sdm";
@@ -80,6 +83,7 @@ export interface GetRemoteIdentityResult {
80
83
  * username: "user",
81
84
  * });
82
85
  * ```
86
+ * <!--End PulumiCodeChooser -->
83
87
  */
84
88
  export declare function getRemoteIdentityOutput(args?: GetRemoteIdentityOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRemoteIdentityResult>;
85
89
  /**
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  * when connecting to a remote resource using that group.
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as sdm from "@pulumi/sdm";
@@ -19,6 +20,7 @@ const utilities = require("./utilities");
19
20
  * username: "user",
20
21
  * });
21
22
  * ```
23
+ * <!--End PulumiCodeChooser -->
22
24
  */
23
25
  function getRemoteIdentity(args, opts) {
24
26
  args = args || {};
@@ -36,6 +38,7 @@ exports.getRemoteIdentity = getRemoteIdentity;
36
38
  * when connecting to a remote resource using that group.
37
39
  * ## Example Usage
38
40
  *
41
+ * <!--Start PulumiCodeChooser -->
39
42
  * ```typescript
40
43
  * import * as pulumi from "@pulumi/pulumi";
41
44
  * import * as sdm from "@pulumi/sdm";
@@ -45,6 +48,7 @@ exports.getRemoteIdentity = getRemoteIdentity;
45
48
  * username: "user",
46
49
  * });
47
50
  * ```
51
+ * <!--End PulumiCodeChooser -->
48
52
  */
49
53
  function getRemoteIdentityOutput(args, opts) {
50
54
  return pulumi.output(args).apply((a) => getRemoteIdentity(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getRemoteIdentity.js","sourceRoot":"","sources":["../getRemoteIdentity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AAqDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
1
+ {"version":3,"file":"getRemoteIdentity.js","sourceRoot":"","sources":["../getRemoteIdentity.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AAqDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
@@ -4,6 +4,7 @@ import * as outputs from "./types/output";
4
4
  * A RemoteIdentityGroup defines a group of remote identities.
5
5
  * ## Example Usage
6
6
  *
7
+ * <!--Start PulumiCodeChooser -->
7
8
  * ```typescript
8
9
  * import * as pulumi from "@pulumi/pulumi";
9
10
  * import * as sdm from "@pulumi/sdm";
@@ -12,6 +13,7 @@ import * as outputs from "./types/output";
12
13
  * name: "default",
13
14
  * });
14
15
  * ```
16
+ * <!--End PulumiCodeChooser -->
15
17
  */
16
18
  export declare function getRemoteIdentityGroup(args?: GetRemoteIdentityGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetRemoteIdentityGroupResult>;
17
19
  /**
@@ -52,6 +54,7 @@ export interface GetRemoteIdentityGroupResult {
52
54
  * A RemoteIdentityGroup defines a group of remote identities.
53
55
  * ## Example Usage
54
56
  *
57
+ * <!--Start PulumiCodeChooser -->
55
58
  * ```typescript
56
59
  * import * as pulumi from "@pulumi/pulumi";
57
60
  * import * as sdm from "@pulumi/sdm";
@@ -60,6 +63,7 @@ export interface GetRemoteIdentityGroupResult {
60
63
  * name: "default",
61
64
  * });
62
65
  * ```
66
+ * <!--End PulumiCodeChooser -->
63
67
  */
64
68
  export declare function getRemoteIdentityGroupOutput(args?: GetRemoteIdentityGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRemoteIdentityGroupResult>;
65
69
  /**
@@ -9,6 +9,7 @@ const utilities = require("./utilities");
9
9
  * A RemoteIdentityGroup defines a group of remote identities.
10
10
  * ## Example Usage
11
11
  *
12
+ * <!--Start PulumiCodeChooser -->
12
13
  * ```typescript
13
14
  * import * as pulumi from "@pulumi/pulumi";
14
15
  * import * as sdm from "@pulumi/sdm";
@@ -17,6 +18,7 @@ const utilities = require("./utilities");
17
18
  * name: "default",
18
19
  * });
19
20
  * ```
21
+ * <!--End PulumiCodeChooser -->
20
22
  */
21
23
  function getRemoteIdentityGroup(args, opts) {
22
24
  args = args || {};
@@ -31,6 +33,7 @@ exports.getRemoteIdentityGroup = getRemoteIdentityGroup;
31
33
  * A RemoteIdentityGroup defines a group of remote identities.
32
34
  * ## Example Usage
33
35
  *
36
+ * <!--Start PulumiCodeChooser -->
34
37
  * ```typescript
35
38
  * import * as pulumi from "@pulumi/pulumi";
36
39
  * import * as sdm from "@pulumi/sdm";
@@ -39,6 +42,7 @@ exports.getRemoteIdentityGroup = getRemoteIdentityGroup;
39
42
  * name: "default",
40
43
  * });
41
44
  * ```
45
+ * <!--End PulumiCodeChooser -->
42
46
  */
43
47
  function getRemoteIdentityGroupOutput(args, opts) {
44
48
  return pulumi.output(args).apply((a) => getRemoteIdentityGroup(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getRemoteIdentityGroup.js","sourceRoot":"","sources":["../getRemoteIdentityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
1
+ {"version":3,"file":"getRemoteIdentityGroup.js","sourceRoot":"","sources":["../getRemoteIdentityGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
package/getResource.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as outputs from "./types/output";
5
5
  * delegates access to.
6
6
  * ## Example Usage
7
7
  *
8
+ * <!--Start PulumiCodeChooser -->
8
9
  * ```typescript
9
10
  * import * as pulumi from "@pulumi/pulumi";
10
11
  * import * as sdm from "@pulumi/sdm";
@@ -18,6 +19,7 @@ import * as outputs from "./types/output";
18
19
  * type: "mysql",
19
20
  * });
20
21
  * ```
22
+ * <!--End PulumiCodeChooser -->
21
23
  */
22
24
  export declare function getResource(args?: GetResourceArgs, opts?: pulumi.InvokeOptions): Promise<GetResourceResult>;
23
25
  /**
@@ -47,7 +49,7 @@ export interface GetResourceArgs {
47
49
  [key: string]: any;
48
50
  };
49
51
  /**
50
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
52
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
51
53
  */
52
54
  type?: string;
53
55
  /**
@@ -101,6 +103,7 @@ export interface GetResourceResult {
101
103
  * delegates access to.
102
104
  * ## Example Usage
103
105
  *
106
+ * <!--Start PulumiCodeChooser -->
104
107
  * ```typescript
105
108
  * import * as pulumi from "@pulumi/pulumi";
106
109
  * import * as sdm from "@pulumi/sdm";
@@ -114,6 +117,7 @@ export interface GetResourceResult {
114
117
  * type: "mysql",
115
118
  * });
116
119
  * ```
120
+ * <!--End PulumiCodeChooser -->
117
121
  */
118
122
  export declare function getResourceOutput(args?: GetResourceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetResourceResult>;
119
123
  /**
@@ -143,7 +147,7 @@ export interface GetResourceOutputArgs {
143
147
  [key: string]: any;
144
148
  }>;
145
149
  /**
146
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
150
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
147
151
  */
148
152
  type?: pulumi.Input<string>;
149
153
  /**
package/getResource.js CHANGED
@@ -10,6 +10,7 @@ const utilities = require("./utilities");
10
10
  * delegates access to.
11
11
  * ## Example Usage
12
12
  *
13
+ * <!--Start PulumiCodeChooser -->
13
14
  * ```typescript
14
15
  * import * as pulumi from "@pulumi/pulumi";
15
16
  * import * as sdm from "@pulumi/sdm";
@@ -23,6 +24,7 @@ const utilities = require("./utilities");
23
24
  * type: "mysql",
24
25
  * });
25
26
  * ```
27
+ * <!--End PulumiCodeChooser -->
26
28
  */
27
29
  function getResource(args, opts) {
28
30
  args = args || {};
@@ -43,6 +45,7 @@ exports.getResource = getResource;
43
45
  * delegates access to.
44
46
  * ## Example Usage
45
47
  *
48
+ * <!--Start PulumiCodeChooser -->
46
49
  * ```typescript
47
50
  * import * as pulumi from "@pulumi/pulumi";
48
51
  * import * as sdm from "@pulumi/sdm";
@@ -56,6 +59,7 @@ exports.getResource = getResource;
56
59
  * type: "mysql",
57
60
  * });
58
61
  * ```
62
+ * <!--End PulumiCodeChooser -->
59
63
  */
60
64
  function getResourceOutput(args, opts) {
61
65
  return pulumi.output(args).apply((a) => getResource(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getResource.js","sourceRoot":"","sources":["../getResource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AA2ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getResource.js","sourceRoot":"","sources":["../getResource.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AA2ED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
@@ -24,7 +24,7 @@ export interface GetSecretStoreArgs {
24
24
  [key: string]: any;
25
25
  };
26
26
  /**
27
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
27
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
28
28
  */
29
29
  type?: string;
30
30
  }
@@ -46,7 +46,7 @@ export interface GetSecretStoreResult {
46
46
  readonly name?: string;
47
47
  /**
48
48
  * A single element list containing a map, where each key lists one of the following objects:
49
- * * aws:
49
+ * * active_directory_store:
50
50
  */
51
51
  readonly secretStores: outputs.GetSecretStoreSecretStore[];
52
52
  /**
@@ -81,7 +81,7 @@ export interface GetSecretStoreOutputArgs {
81
81
  [key: string]: any;
82
82
  }>;
83
83
  /**
84
- * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters for more information.
84
+ * a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/automation/getting-started/filters) for more information.
85
85
  */
86
86
  type?: pulumi.Input<string>;
87
87
  }
@@ -3,12 +3,14 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * The SSH CA Pubkey is a public key used for setting up SSH resources.
4
4
  * ## Example Usage
5
5
  *
6
+ * <!--Start PulumiCodeChooser -->
6
7
  * ```typescript
7
8
  * import * as pulumi from "@pulumi/pulumi";
8
9
  * import * as sdm from "@pulumi/sdm";
9
10
  *
10
11
  * const sshPubkeyQuery = sdm.getSshCaPubkey({});
11
12
  * ```
13
+ * <!--End PulumiCodeChooser -->
12
14
  */
13
15
  export declare function getSshCaPubkey(args?: GetSshCaPubkeyArgs, opts?: pulumi.InvokeOptions): Promise<GetSshCaPubkeyResult>;
14
16
  /**
@@ -41,12 +43,14 @@ export interface GetSshCaPubkeyResult {
41
43
  * The SSH CA Pubkey is a public key used for setting up SSH resources.
42
44
  * ## Example Usage
43
45
  *
46
+ * <!--Start PulumiCodeChooser -->
44
47
  * ```typescript
45
48
  * import * as pulumi from "@pulumi/pulumi";
46
49
  * import * as sdm from "@pulumi/sdm";
47
50
  *
48
51
  * const sshPubkeyQuery = sdm.getSshCaPubkey({});
49
52
  * ```
53
+ * <!--End PulumiCodeChooser -->
50
54
  */
51
55
  export declare function getSshCaPubkeyOutput(args?: GetSshCaPubkeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSshCaPubkeyResult>;
52
56
  /**
package/getSshCaPubkey.js CHANGED
@@ -9,12 +9,14 @@ const utilities = require("./utilities");
9
9
  * The SSH CA Pubkey is a public key used for setting up SSH resources.
10
10
  * ## Example Usage
11
11
  *
12
+ * <!--Start PulumiCodeChooser -->
12
13
  * ```typescript
13
14
  * import * as pulumi from "@pulumi/pulumi";
14
15
  * import * as sdm from "@pulumi/sdm";
15
16
  *
16
17
  * const sshPubkeyQuery = sdm.getSshCaPubkey({});
17
18
  * ```
19
+ * <!--End PulumiCodeChooser -->
18
20
  */
19
21
  function getSshCaPubkey(args, opts) {
20
22
  args = args || {};
@@ -29,12 +31,14 @@ exports.getSshCaPubkey = getSshCaPubkey;
29
31
  * The SSH CA Pubkey is a public key used for setting up SSH resources.
30
32
  * ## Example Usage
31
33
  *
34
+ * <!--Start PulumiCodeChooser -->
32
35
  * ```typescript
33
36
  * import * as pulumi from "@pulumi/pulumi";
34
37
  * import * as sdm from "@pulumi/sdm";
35
38
  *
36
39
  * const sshPubkeyQuery = sdm.getSshCaPubkey({});
37
40
  * ```
41
+ * <!--End PulumiCodeChooser -->
38
42
  */
39
43
  function getSshCaPubkeyOutput(args, opts) {
40
44
  return pulumi.output(args).apply((a) => getSshCaPubkey(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getSshCaPubkey.js","sourceRoot":"","sources":["../getSshCaPubkey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AA6BD;;;;;;;;;;GAUG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getSshCaPubkey.js","sourceRoot":"","sources":["../getSshCaPubkey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AA6BD;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
package/getWorkflow.d.ts CHANGED
@@ -6,6 +6,7 @@ import * as outputs from "./types/output";
6
6
  * but automatic approval or a set of users authorized to approve the requests.
7
7
  * ## Example Usage
8
8
  *
9
+ * <!--Start PulumiCodeChooser -->
9
10
  * ```typescript
10
11
  * import * as pulumi from "@pulumi/pulumi";
11
12
  * import * as sdm from "@pulumi/sdm";
@@ -15,12 +16,17 @@ import * as outputs from "./types/output";
15
16
  * name: "workflow example",
16
17
  * });
17
18
  * ```
19
+ * <!--End PulumiCodeChooser -->
18
20
  */
19
21
  export declare function getWorkflow(args?: GetWorkflowArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkflowResult>;
20
22
  /**
21
23
  * A collection of arguments for invoking getWorkflow.
22
24
  */
23
25
  export interface GetWorkflowArgs {
26
+ /**
27
+ * Optional approval flow ID identifies an approval flow that linked to the workflow
28
+ */
29
+ approvalFlowId?: string;
24
30
  /**
25
31
  * Optional auto grant setting to automatically approve requests or not, defaults to false.
26
32
  */
@@ -50,6 +56,10 @@ export interface GetWorkflowArgs {
50
56
  * A collection of values returned by getWorkflow.
51
57
  */
52
58
  export interface GetWorkflowResult {
59
+ /**
60
+ * Optional approval flow ID identifies an approval flow that linked to the workflow
61
+ */
62
+ readonly approvalFlowId?: string;
53
63
  /**
54
64
  * Optional auto grant setting to automatically approve requests or not, defaults to false.
55
65
  */
@@ -89,6 +99,7 @@ export interface GetWorkflowResult {
89
99
  * but automatic approval or a set of users authorized to approve the requests.
90
100
  * ## Example Usage
91
101
  *
102
+ * <!--Start PulumiCodeChooser -->
92
103
  * ```typescript
93
104
  * import * as pulumi from "@pulumi/pulumi";
94
105
  * import * as sdm from "@pulumi/sdm";
@@ -98,12 +109,17 @@ export interface GetWorkflowResult {
98
109
  * name: "workflow example",
99
110
  * });
100
111
  * ```
112
+ * <!--End PulumiCodeChooser -->
101
113
  */
102
114
  export declare function getWorkflowOutput(args?: GetWorkflowOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWorkflowResult>;
103
115
  /**
104
116
  * A collection of arguments for invoking getWorkflow.
105
117
  */
106
118
  export interface GetWorkflowOutputArgs {
119
+ /**
120
+ * Optional approval flow ID identifies an approval flow that linked to the workflow
121
+ */
122
+ approvalFlowId?: pulumi.Input<string>;
107
123
  /**
108
124
  * Optional auto grant setting to automatically approve requests or not, defaults to false.
109
125
  */
package/getWorkflow.js CHANGED
@@ -11,6 +11,7 @@ const utilities = require("./utilities");
11
11
  * but automatic approval or a set of users authorized to approve the requests.
12
12
  * ## Example Usage
13
13
  *
14
+ * <!--Start PulumiCodeChooser -->
14
15
  * ```typescript
15
16
  * import * as pulumi from "@pulumi/pulumi";
16
17
  * import * as sdm from "@pulumi/sdm";
@@ -20,11 +21,13 @@ const utilities = require("./utilities");
20
21
  * name: "workflow example",
21
22
  * });
22
23
  * ```
24
+ * <!--End PulumiCodeChooser -->
23
25
  */
24
26
  function getWorkflow(args, opts) {
25
27
  args = args || {};
26
28
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
27
29
  return pulumi.runtime.invoke("sdm:index/getWorkflow:getWorkflow", {
30
+ "approvalFlowId": args.approvalFlowId,
28
31
  "autoGrant": args.autoGrant,
29
32
  "description": args.description,
30
33
  "enabled": args.enabled,
@@ -40,6 +43,7 @@ exports.getWorkflow = getWorkflow;
40
43
  * but automatic approval or a set of users authorized to approve the requests.
41
44
  * ## Example Usage
42
45
  *
46
+ * <!--Start PulumiCodeChooser -->
43
47
  * ```typescript
44
48
  * import * as pulumi from "@pulumi/pulumi";
45
49
  * import * as sdm from "@pulumi/sdm";
@@ -49,6 +53,7 @@ exports.getWorkflow = getWorkflow;
49
53
  * name: "workflow example",
50
54
  * });
51
55
  * ```
56
+ * <!--End PulumiCodeChooser -->
52
57
  */
53
58
  function getWorkflowOutput(args, opts) {
54
59
  return pulumi.output(args).apply((a) => getWorkflow(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getWorkflow.js","sourceRoot":"","sources":["../getWorkflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kCAYC;AAqED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getWorkflow.js","sourceRoot":"","sources":["../getWorkflow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AA6ED;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}