@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.
- package/account.d.ts +2 -0
- package/account.js +3 -1
- package/account.js.map +1 -1
- package/accountAttachment.js +1 -1
- package/accountAttachment.js.map +1 -1
- package/approvalWorkflow.d.ts +32 -1
- package/approvalWorkflow.js +33 -2
- package/approvalWorkflow.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/getAccount.d.ts +16 -4
- package/getAccount.js +5 -3
- package/getAccount.js.map +1 -1
- package/getAccountAttachment.d.ts +2 -2
- package/getAccountAttachment.js +3 -3
- package/getAccountAttachment.js.map +1 -1
- package/getApprovalWorkflow.d.ts +2 -2
- package/getApprovalWorkflow.js +3 -3
- package/getApprovalWorkflow.js.map +1 -1
- package/getIdentityAlias.d.ts +2 -2
- package/getIdentityAlias.js +3 -3
- package/getIdentityAlias.js.map +1 -1
- package/getIdentitySet.d.ts +2 -2
- package/getIdentitySet.js +3 -3
- package/getIdentitySet.js.map +1 -1
- package/getManagedSecret.js +1 -1
- package/getManagedSecret.js.map +1 -1
- package/getNode.d.ts +4 -4
- package/getNode.js +3 -3
- package/getNode.js.map +1 -1
- package/getPeeringGroup.js +1 -1
- package/getPeeringGroup.js.map +1 -1
- package/getPeeringGroupNode.js +1 -1
- package/getPeeringGroupNode.js.map +1 -1
- package/getPeeringGroupPeer.js +1 -1
- package/getPeeringGroupPeer.js.map +1 -1
- package/getPeeringGroupResource.js +1 -1
- package/getPeeringGroupResource.js.map +1 -1
- package/getPolicy.d.ts +2 -2
- package/getPolicy.js +3 -3
- package/getPolicy.js.map +1 -1
- package/getProxyClusterKey.d.ts +2 -2
- package/getProxyClusterKey.js +3 -3
- package/getProxyClusterKey.js.map +1 -1
- package/getRdpCaPubkey.d.ts +66 -0
- package/getRdpCaPubkey.js +50 -0
- package/getRdpCaPubkey.js.map +1 -0
- package/getRemoteIdentity.d.ts +2 -2
- package/getRemoteIdentity.js +3 -3
- package/getRemoteIdentity.js.map +1 -1
- package/getRemoteIdentityGroup.d.ts +2 -2
- package/getRemoteIdentityGroup.js +3 -3
- package/getRemoteIdentityGroup.js.map +1 -1
- package/getResource.d.ts +5 -5
- package/getResource.js +3 -3
- package/getResource.js.map +1 -1
- package/getRole.js +1 -1
- package/getRole.js.map +1 -1
- package/getSecretEngine.d.ts +2 -2
- package/getSecretEngine.js +1 -1
- package/getSecretEngine.js.map +1 -1
- package/getSecretStore.d.ts +2 -2
- package/getSecretStore.js +1 -1
- package/getSecretStore.js.map +1 -1
- package/getSshCaPubkey.d.ts +4 -2
- package/getSshCaPubkey.js +5 -3
- package/getSshCaPubkey.js.map +1 -1
- package/getWorkflow.d.ts +6 -0
- package/getWorkflow.js +1 -1
- package/getWorkflow.js.map +1 -1
- package/getWorkflowApprover.d.ts +2 -30
- package/getWorkflowApprover.js +3 -31
- package/getWorkflowApprover.js.map +1 -1
- package/getWorkflowRole.d.ts +2 -2
- package/getWorkflowRole.js +3 -3
- package/getWorkflowRole.js.map +1 -1
- package/identityAlias.js +1 -1
- package/identityAlias.js.map +1 -1
- package/identitySet.js +1 -1
- package/identitySet.js.map +1 -1
- package/index.d.ts +7 -3
- package/index.js +28 -6
- package/index.js.map +1 -1
- package/managedSecret.js +1 -1
- package/managedSecret.js.map +1 -1
- package/managedSecretValue.d.ts +74 -0
- package/managedSecretValue.js +59 -0
- package/managedSecretValue.js.map +1 -0
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/package.json +1 -1
- package/peeringGroup.js +1 -1
- package/peeringGroup.js.map +1 -1
- package/peeringGroupNode.js +1 -1
- package/peeringGroupNode.js.map +1 -1
- package/peeringGroupPeer.js +1 -1
- package/peeringGroupPeer.js.map +1 -1
- package/peeringGroupResource.js +1 -1
- package/peeringGroupResource.js.map +1 -1
- package/policy.js +1 -1
- package/policy.js.map +1 -1
- package/provider.d.ts +14 -0
- package/provider.js +9 -1
- package/provider.js.map +1 -1
- package/proxyClusterKey.js +1 -1
- package/proxyClusterKey.js.map +1 -1
- package/remoteIdentity.js +1 -1
- package/remoteIdentity.js.map +1 -1
- package/resource.d.ts +33 -36
- package/resource.js +9 -1
- package/resource.js.map +1 -1
- package/role.js +1 -1
- package/role.js.map +1 -1
- package/secretEngine.js +1 -1
- package/secretEngine.js.map +1 -1
- package/secretStore.d.ts +0 -18
- package/secretStore.js +1 -1
- package/secretStore.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +274 -10
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +554 -16
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +2 -1
- package/utilities.js.map +1 -1
- package/workflow.d.ts +6 -0
- package/workflow.js +1 -1
- package/workflow.js.map +1 -1
- package/workflowApprover.d.ts +1 -15
- package/workflowApprover.js +2 -16
- package/workflowApprover.js.map +1 -1
- package/workflowRole.js +1 -1
- package/workflowRole.js.map +1 -1
package/account.d.ts
CHANGED
package/account.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.Account = void 0;
|
|
@@ -20,6 +20,8 @@ const utilities = require("./utilities");
|
|
|
20
20
|
* email: "albob@strongdm.com",
|
|
21
21
|
* firstName: "al",
|
|
22
22
|
* lastName: "bob",
|
|
23
|
+
* managerId: "a-1234abc",
|
|
24
|
+
* permissionLevel: "database-admin",
|
|
23
25
|
* tags: {
|
|
24
26
|
* env: "dev",
|
|
25
27
|
* region: "us-west",
|
package/account.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAoBD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA5DL,0BA6DC;AA/CG,gBAAgB;AACO,oBAAY,GAAG,2BAA2B,CAAC"}
|
package/accountAttachment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.AccountAttachment = void 0;
|
package/accountAttachment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountAttachment.js","sourceRoot":"","sources":["../accountAttachment.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"accountAttachment.js","sourceRoot":"","sources":["../accountAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjEL,8CAkEC;AApDG,gBAAgB;AACO,8BAAY,GAAG,+CAA+C,CAAC"}
|
package/approvalWorkflow.d.ts
CHANGED
|
@@ -10,7 +10,38 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
12
12
|
*
|
|
13
|
-
* const manualApprovalWorkflow = new sdm.ApprovalWorkflow("manualApprovalWorkflow", {
|
|
13
|
+
* const manualApprovalWorkflow = new sdm.ApprovalWorkflow("manualApprovalWorkflow", {
|
|
14
|
+
* approvalMode: "manual",
|
|
15
|
+
* approvalSteps: [
|
|
16
|
+
* {
|
|
17
|
+
* approvers: [
|
|
18
|
+
* {
|
|
19
|
+
* accountId: "a-1234abc",
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* reference: "manager-of-requester",
|
|
23
|
+
* },
|
|
24
|
+
* ],
|
|
25
|
+
* quantifier: "any",
|
|
26
|
+
* skipAfter: "1h0m0s",
|
|
27
|
+
* },
|
|
28
|
+
* {
|
|
29
|
+
* approvers: [
|
|
30
|
+
* {
|
|
31
|
+
* roleId: "r-1234abc",
|
|
32
|
+
* },
|
|
33
|
+
* {
|
|
34
|
+
* accountId: "a-5678def",
|
|
35
|
+
* },
|
|
36
|
+
* {
|
|
37
|
+
* reference: "manager-of-manager-of-requester",
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* quantifier: "all",
|
|
41
|
+
* skipAfter: "0s",
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* });
|
|
14
45
|
* const autoGrantApprovalWorkflow = new sdm.ApprovalWorkflow("autoGrantApprovalWorkflow", {approvalMode: "automatic"});
|
|
15
46
|
* ```
|
|
16
47
|
* This resource can be imported using the import command.
|
package/approvalWorkflow.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.ApprovalWorkflow = void 0;
|
|
@@ -14,7 +14,38 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
16
16
|
*
|
|
17
|
-
* const manualApprovalWorkflow = new sdm.ApprovalWorkflow("manualApprovalWorkflow", {
|
|
17
|
+
* const manualApprovalWorkflow = new sdm.ApprovalWorkflow("manualApprovalWorkflow", {
|
|
18
|
+
* approvalMode: "manual",
|
|
19
|
+
* approvalSteps: [
|
|
20
|
+
* {
|
|
21
|
+
* approvers: [
|
|
22
|
+
* {
|
|
23
|
+
* accountId: "a-1234abc",
|
|
24
|
+
* },
|
|
25
|
+
* {
|
|
26
|
+
* reference: "manager-of-requester",
|
|
27
|
+
* },
|
|
28
|
+
* ],
|
|
29
|
+
* quantifier: "any",
|
|
30
|
+
* skipAfter: "1h0m0s",
|
|
31
|
+
* },
|
|
32
|
+
* {
|
|
33
|
+
* approvers: [
|
|
34
|
+
* {
|
|
35
|
+
* roleId: "r-1234abc",
|
|
36
|
+
* },
|
|
37
|
+
* {
|
|
38
|
+
* accountId: "a-5678def",
|
|
39
|
+
* },
|
|
40
|
+
* {
|
|
41
|
+
* reference: "manager-of-manager-of-requester",
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* quantifier: "all",
|
|
45
|
+
* skipAfter: "0s",
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* });
|
|
18
49
|
* const autoGrantApprovalWorkflow = new sdm.ApprovalWorkflow("autoGrantApprovalWorkflow", {approvalMode: "automatic"});
|
|
19
50
|
* ```
|
|
20
51
|
* This resource can be imported using the import command.
|
package/approvalWorkflow.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approvalWorkflow.js","sourceRoot":"","sources":["../approvalWorkflow.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"approvalWorkflow.js","sourceRoot":"","sources":["../approvalWorkflow.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoDG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA1EL,4CA2EC;AA7DG,gBAAgB;AACO,6BAAY,GAAG,6CAA6C,CAAC"}
|
package/config/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
5
|
if (k2 === undefined) k2 = k;
|
package/config/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../config/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../config/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;AAEjF,kBAAkB;AAClB,yCAAuB"}
|
package/config/vars.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
const pulumi = require("@pulumi/pulumi");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAM1C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,sBAAsB,EAAE;IACnD,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,sBAAsB,CAAC,CAAC;IAC/D,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/getAccount.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* ```typescript
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as sdm from "@
|
|
12
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
13
13
|
*
|
|
14
14
|
* const user_queries = sdm.getAccount({
|
|
15
15
|
* email: "*@strongdm.com",
|
|
@@ -58,6 +58,10 @@ export interface GetAccountArgs {
|
|
|
58
58
|
* The User's last name.
|
|
59
59
|
*/
|
|
60
60
|
lastName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
|
|
63
|
+
*/
|
|
64
|
+
managerId?: string;
|
|
61
65
|
/**
|
|
62
66
|
* Unique human-readable name of the Token.
|
|
63
67
|
*/
|
|
@@ -81,7 +85,7 @@ export interface GetAccountArgs {
|
|
|
81
85
|
[key: string]: string;
|
|
82
86
|
};
|
|
83
87
|
/**
|
|
84
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
88
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
85
89
|
*/
|
|
86
90
|
type?: string;
|
|
87
91
|
}
|
|
@@ -122,6 +126,10 @@ export interface GetAccountResult {
|
|
|
122
126
|
* The User's last name.
|
|
123
127
|
*/
|
|
124
128
|
readonly lastName?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
|
|
131
|
+
*/
|
|
132
|
+
readonly managerId?: string;
|
|
125
133
|
/**
|
|
126
134
|
* Unique human-readable name of the Token.
|
|
127
135
|
*/
|
|
@@ -155,7 +163,7 @@ export interface GetAccountResult {
|
|
|
155
163
|
*
|
|
156
164
|
* ```typescript
|
|
157
165
|
* import * as pulumi from "@pulumi/pulumi";
|
|
158
|
-
* import * as sdm from "@
|
|
166
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
159
167
|
*
|
|
160
168
|
* const user_queries = sdm.getAccount({
|
|
161
169
|
* email: "*@strongdm.com",
|
|
@@ -204,6 +212,10 @@ export interface GetAccountOutputArgs {
|
|
|
204
212
|
* The User's last name.
|
|
205
213
|
*/
|
|
206
214
|
lastName?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
|
|
217
|
+
*/
|
|
218
|
+
managerId?: pulumi.Input<string>;
|
|
207
219
|
/**
|
|
208
220
|
* Unique human-readable name of the Token.
|
|
209
221
|
*/
|
|
@@ -227,7 +239,7 @@ export interface GetAccountOutputArgs {
|
|
|
227
239
|
[key: string]: pulumi.Input<string>;
|
|
228
240
|
}>;
|
|
229
241
|
/**
|
|
230
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
242
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
231
243
|
*/
|
|
232
244
|
type?: pulumi.Input<string>;
|
|
233
245
|
}
|
package/getAccount.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getAccountOutput = exports.getAccount = void 0;
|
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ```typescript
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as sdm from "@
|
|
17
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
18
18
|
*
|
|
19
19
|
* const user_queries = sdm.getAccount({
|
|
20
20
|
* email: "*@strongdm.com",
|
|
@@ -44,6 +44,7 @@ function getAccount(args, opts) {
|
|
|
44
44
|
"firstName": args.firstName,
|
|
45
45
|
"id": args.id,
|
|
46
46
|
"lastName": args.lastName,
|
|
47
|
+
"managerId": args.managerId,
|
|
47
48
|
"name": args.name,
|
|
48
49
|
"permissionLevel": args.permissionLevel,
|
|
49
50
|
"permissions": args.permissions,
|
|
@@ -62,7 +63,7 @@ exports.getAccount = getAccount;
|
|
|
62
63
|
*
|
|
63
64
|
* ```typescript
|
|
64
65
|
* import * as pulumi from "@pulumi/pulumi";
|
|
65
|
-
* import * as sdm from "@
|
|
66
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
66
67
|
*
|
|
67
68
|
* const user_queries = sdm.getAccount({
|
|
68
69
|
* email: "*@strongdm.com",
|
|
@@ -92,6 +93,7 @@ function getAccountOutput(args, opts) {
|
|
|
92
93
|
"firstName": args.firstName,
|
|
93
94
|
"id": args.id,
|
|
94
95
|
"lastName": args.lastName,
|
|
96
|
+
"managerId": args.managerId,
|
|
95
97
|
"name": args.name,
|
|
96
98
|
"permissionLevel": args.permissionLevel,
|
|
97
99
|
"permissions": args.permissions,
|
package/getAccount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,gCAkBC;AA2HD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAlBD,4CAkBC"}
|
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as sdm from "@
|
|
9
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
10
10
|
*
|
|
11
11
|
* const accountAttachmentQuery = sdm.getAccountAttachment({
|
|
12
12
|
* accountId: "a-00000054",
|
|
@@ -62,7 +62,7 @@ export interface GetAccountAttachmentResult {
|
|
|
62
62
|
*
|
|
63
63
|
* ```typescript
|
|
64
64
|
* import * as pulumi from "@pulumi/pulumi";
|
|
65
|
-
* import * as sdm from "@
|
|
65
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
66
66
|
*
|
|
67
67
|
* const accountAttachmentQuery = sdm.getAccountAttachment({
|
|
68
68
|
* accountId: "a-00000054",
|
package/getAccountAttachment.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getAccountAttachmentOutput = exports.getAccountAttachment = void 0;
|
|
@@ -11,7 +11,7 @@ const utilities = require("./utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* ```typescript
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as sdm from "@
|
|
14
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
15
15
|
*
|
|
16
16
|
* const accountAttachmentQuery = sdm.getAccountAttachment({
|
|
17
17
|
* accountId: "a-00000054",
|
|
@@ -34,7 +34,7 @@ exports.getAccountAttachment = getAccountAttachment;
|
|
|
34
34
|
*
|
|
35
35
|
* ```typescript
|
|
36
36
|
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
-
* import * as sdm from "@
|
|
37
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
38
38
|
*
|
|
39
39
|
* const accountAttachmentQuery = sdm.getAccountAttachment({
|
|
40
40
|
* accountId: "a-00000054",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountAttachment.js","sourceRoot":"","sources":["../getAccountAttachment.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getAccountAttachment.js","sourceRoot":"","sources":["../getAccountAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AA6CD;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAAiC;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gEAQC"}
|
package/getApprovalWorkflow.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as outputs from "./types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* ```typescript
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as sdm from "@
|
|
11
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
12
12
|
*
|
|
13
13
|
* const manualApprovalWorkflowQuery = sdm.getApprovalWorkflow({
|
|
14
14
|
* approvalMode: "manual",
|
|
@@ -86,7 +86,7 @@ export interface GetApprovalWorkflowResult {
|
|
|
86
86
|
*
|
|
87
87
|
* ```typescript
|
|
88
88
|
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
-
* import * as sdm from "@
|
|
89
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
90
90
|
*
|
|
91
91
|
* const manualApprovalWorkflowQuery = sdm.getApprovalWorkflow({
|
|
92
92
|
* approvalMode: "manual",
|
package/getApprovalWorkflow.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getApprovalWorkflowOutput = exports.getApprovalWorkflow = void 0;
|
|
@@ -12,7 +12,7 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as sdm from "@
|
|
15
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
16
16
|
*
|
|
17
17
|
* const manualApprovalWorkflowQuery = sdm.getApprovalWorkflow({
|
|
18
18
|
* approvalMode: "manual",
|
|
@@ -43,7 +43,7 @@ exports.getApprovalWorkflow = getApprovalWorkflow;
|
|
|
43
43
|
*
|
|
44
44
|
* ```typescript
|
|
45
45
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
-
* import * as sdm from "@
|
|
46
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
47
47
|
*
|
|
48
48
|
* const manualApprovalWorkflowQuery = sdm.getApprovalWorkflow({
|
|
49
49
|
* approvalMode: "manual",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApprovalWorkflow.js","sourceRoot":"","sources":["../getApprovalWorkflow.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getApprovalWorkflow.js","sourceRoot":"","sources":["../getApprovalWorkflow.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AA6DD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAAiC;IAC7G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC"}
|
package/getIdentityAlias.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
*
|
|
8
8
|
* ```typescript
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
-
* import * as sdm from "@
|
|
10
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
11
11
|
*
|
|
12
12
|
* const user = sdm.getIdentityAlias({
|
|
13
13
|
* id: "i-0900909",
|
|
@@ -73,7 +73,7 @@ export interface GetIdentityAliasResult {
|
|
|
73
73
|
*
|
|
74
74
|
* ```typescript
|
|
75
75
|
* import * as pulumi from "@pulumi/pulumi";
|
|
76
|
-
* import * as sdm from "@
|
|
76
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
77
77
|
*
|
|
78
78
|
* const user = sdm.getIdentityAlias({
|
|
79
79
|
* id: "i-0900909",
|
package/getIdentityAlias.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getIdentityAliasOutput = exports.getIdentityAlias = void 0;
|
|
@@ -12,7 +12,7 @@ const utilities = require("./utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as sdm from "@
|
|
15
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
16
16
|
*
|
|
17
17
|
* const user = sdm.getIdentityAlias({
|
|
18
18
|
* id: "i-0900909",
|
|
@@ -38,7 +38,7 @@ exports.getIdentityAlias = getIdentityAlias;
|
|
|
38
38
|
*
|
|
39
39
|
* ```typescript
|
|
40
40
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
-
* import * as sdm from "@
|
|
41
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
42
42
|
*
|
|
43
43
|
* const user = sdm.getIdentityAlias({
|
|
44
44
|
* id: "i-0900909",
|
package/getIdentityAlias.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentityAlias.js","sourceRoot":"","sources":["../getIdentityAlias.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getIdentityAlias.js","sourceRoot":"","sources":["../getIdentityAlias.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAqDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wDASC"}
|
package/getIdentitySet.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as sdm from "@
|
|
9
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
10
10
|
*
|
|
11
11
|
* const _default = sdm.getIdentitySet({
|
|
12
12
|
* name: "default",
|
|
@@ -54,7 +54,7 @@ export interface GetIdentitySetResult {
|
|
|
54
54
|
*
|
|
55
55
|
* ```typescript
|
|
56
56
|
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
-
* import * as sdm from "@
|
|
57
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
58
58
|
*
|
|
59
59
|
* const _default = sdm.getIdentitySet({
|
|
60
60
|
* name: "default",
|
package/getIdentitySet.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getIdentitySetOutput = exports.getIdentitySet = void 0;
|
|
@@ -11,7 +11,7 @@ const utilities = require("./utilities");
|
|
|
11
11
|
*
|
|
12
12
|
* ```typescript
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
-
* import * as sdm from "@
|
|
14
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
15
15
|
*
|
|
16
16
|
* const _default = sdm.getIdentitySet({
|
|
17
17
|
* name: "default",
|
|
@@ -33,7 +33,7 @@ exports.getIdentitySet = getIdentitySet;
|
|
|
33
33
|
*
|
|
34
34
|
* ```typescript
|
|
35
35
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
-
* import * as sdm from "@
|
|
36
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
37
37
|
*
|
|
38
38
|
* const _default = sdm.getIdentitySet({
|
|
39
39
|
* name: "default",
|
package/getIdentitySet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getIdentitySet.js","sourceRoot":"","sources":["../getIdentitySet.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getIdentitySet.js","sourceRoot":"","sources":["../getIdentitySet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAAiC;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
|
package/getManagedSecret.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getManagedSecretOutput = exports.getManagedSecret = void 0;
|
package/getManagedSecret.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getManagedSecret.js","sourceRoot":"","sources":["../getManagedSecret.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getManagedSecret.js","sourceRoot":"","sources":["../getManagedSecret.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4CAUC;AA6ED;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAAiC;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wDAUC"}
|
package/getNode.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
*
|
|
10
10
|
* ```typescript
|
|
11
11
|
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as sdm from "@
|
|
12
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
13
13
|
*
|
|
14
14
|
* const gatewayQuery = sdm.getNode({
|
|
15
15
|
* tags: {
|
|
@@ -48,7 +48,7 @@ export interface GetNodeArgs {
|
|
|
48
48
|
[key: string]: string;
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
51
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
52
52
|
*/
|
|
53
53
|
type?: string;
|
|
54
54
|
}
|
|
@@ -98,7 +98,7 @@ export interface GetNodeResult {
|
|
|
98
98
|
*
|
|
99
99
|
* ```typescript
|
|
100
100
|
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
-
* import * as sdm from "@
|
|
101
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
102
102
|
*
|
|
103
103
|
* const gatewayQuery = sdm.getNode({
|
|
104
104
|
* tags: {
|
|
@@ -137,7 +137,7 @@ export interface GetNodeOutputArgs {
|
|
|
137
137
|
[key: string]: pulumi.Input<string>;
|
|
138
138
|
}>;
|
|
139
139
|
/**
|
|
140
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
140
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
141
141
|
*/
|
|
142
142
|
type?: pulumi.Input<string>;
|
|
143
143
|
}
|
package/getNode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getNodeOutput = exports.getNode = void 0;
|
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ```typescript
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as sdm from "@
|
|
17
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
18
18
|
*
|
|
19
19
|
* const gatewayQuery = sdm.getNode({
|
|
20
20
|
* tags: {
|
|
@@ -47,7 +47,7 @@ exports.getNode = getNode;
|
|
|
47
47
|
*
|
|
48
48
|
* ```typescript
|
|
49
49
|
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
-
* import * as sdm from "@
|
|
50
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
51
51
|
*
|
|
52
52
|
* const gatewayQuery = sdm.getNode({
|
|
53
53
|
* tags: {
|
package/getNode.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getNode.js","sourceRoot":"","sources":["../getNode.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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;AAXD,0BAWC;AAmED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,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;AAXD,sCAWC"}
|
package/getPeeringGroup.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getPeeringGroupOutput = exports.getPeeringGroup = void 0;
|
package/getPeeringGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroup.js","sourceRoot":"","sources":["../getPeeringGroup.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getPeeringGroup.js","sourceRoot":"","sources":["../getPeeringGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;GAGG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AAqCD;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
package/getPeeringGroupNode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.getPeeringGroupNodeOutput = exports.getPeeringGroupNode = void 0;
|