@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupNode.js","sourceRoot":"","sources":["../getPeeringGroupNode.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getPeeringGroupNode.js","sourceRoot":"","sources":["../getPeeringGroupNode.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA6CD;;GAEG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
package/getPeeringGroupPeer.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.getPeeringGroupPeerOutput = exports.getPeeringGroupPeer = void 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupPeer.js","sourceRoot":"","sources":["../getPeeringGroupPeer.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getPeeringGroupPeer.js","sourceRoot":"","sources":["../getPeeringGroupPeer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA6CD;;GAEG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
|
@@ -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.getPeeringGroupResourceOutput = exports.getPeeringGroupResource = void 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeeringGroupResource.js","sourceRoot":"","sources":["../getPeeringGroupResource.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getPeeringGroupResource.js","sourceRoot":"","sources":["../getPeeringGroupResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;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,MAAM,CAAC,2DAA2D,EAAE;QACtF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0DAQC;AA6CD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAAiC;IACrH,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,2DAA2D,EAAE;QAC5F,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sEAQC"}
|
package/getPolicy.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 policy = sdm.getPolicy({
|
|
13
13
|
* name: "policy-query",
|
|
@@ -72,7 +72,7 @@ export interface GetPolicyResult {
|
|
|
72
72
|
*
|
|
73
73
|
* ```typescript
|
|
74
74
|
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
-
* import * as sdm from "@
|
|
75
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
76
76
|
*
|
|
77
77
|
* const policy = sdm.getPolicy({
|
|
78
78
|
* name: "policy-query",
|
package/getPolicy.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.getPolicyOutput = exports.getPolicy = 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 policy = sdm.getPolicy({
|
|
18
18
|
* name: "policy-query",
|
|
@@ -37,7 +37,7 @@ exports.getPolicy = getPolicy;
|
|
|
37
37
|
*
|
|
38
38
|
* ```typescript
|
|
39
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
-
* import * as sdm from "@
|
|
40
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
41
41
|
*
|
|
42
42
|
* const policy = sdm.getPolicy({
|
|
43
43
|
* name: "policy-query",
|
package/getPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPolicy.js","sourceRoot":"","sources":["../getPolicy.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getPolicy.js","sourceRoot":"","sources":["../getPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,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,+BAA+B,EAAE;QAC1D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AAqDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAAiC;IACzF,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,+BAA+B,EAAE;QAChE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0CASC"}
|
package/getProxyClusterKey.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 proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
14
14
|
* proxyClusterId: "n-233332245",
|
|
@@ -58,7 +58,7 @@ export interface GetProxyClusterKeyResult {
|
|
|
58
58
|
*
|
|
59
59
|
* ```typescript
|
|
60
60
|
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
-
* import * as sdm from "@
|
|
61
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
62
62
|
*
|
|
63
63
|
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
64
64
|
* proxyClusterId: "n-233332245",
|
package/getProxyClusterKey.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.getProxyClusterKeyOutput = exports.getProxyClusterKey = void 0;
|
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
*
|
|
14
14
|
* ```typescript
|
|
15
15
|
* import * as pulumi from "@pulumi/pulumi";
|
|
16
|
-
* import * as sdm from "@
|
|
16
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
17
17
|
*
|
|
18
18
|
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
19
19
|
* proxyClusterId: "n-233332245",
|
|
@@ -37,7 +37,7 @@ exports.getProxyClusterKey = getProxyClusterKey;
|
|
|
37
37
|
*
|
|
38
38
|
* ```typescript
|
|
39
39
|
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
-
* import * as sdm from "@
|
|
40
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
41
41
|
*
|
|
42
42
|
* const proxyClusterKeyQuery = sdm.getProxyClusterKey({
|
|
43
43
|
* proxyClusterId: "n-233332245",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProxyClusterKey.js","sourceRoot":"","sources":["../getProxyClusterKey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getProxyClusterKey.js","sourceRoot":"","sources":["../getProxyClusterKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,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,iDAAiD,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,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,iDAAiD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The RDP CA Pubkey is a public key used for setting up a trusted CA on Active Directiory Domain Controllers.
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
9
|
+
*
|
|
10
|
+
* const rdpPubkeyQuery = sdm.getRdpCaPubkey({});
|
|
11
|
+
* export const rdpca = rdpPubkeyQuery.then(rdpPubkeyQuery => rdpPubkeyQuery.publicKey);
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getRdpCaPubkey(args?: GetRdpCaPubkeyArgs, opts?: pulumi.InvokeOptions): Promise<GetRdpCaPubkeyResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking getRdpCaPubkey.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRdpCaPubkeyArgs {
|
|
19
|
+
/**
|
|
20
|
+
* a generated id representing this request.
|
|
21
|
+
*/
|
|
22
|
+
id?: string;
|
|
23
|
+
/**
|
|
24
|
+
* the RDP Certificate Authority public key.
|
|
25
|
+
*/
|
|
26
|
+
publicKey?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A collection of values returned by getRdpCaPubkey.
|
|
30
|
+
*/
|
|
31
|
+
export interface GetRdpCaPubkeyResult {
|
|
32
|
+
/**
|
|
33
|
+
* a generated id representing this request.
|
|
34
|
+
*/
|
|
35
|
+
readonly id?: string;
|
|
36
|
+
/**
|
|
37
|
+
* the RDP Certificate Authority public key.
|
|
38
|
+
*/
|
|
39
|
+
readonly publicKey?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* The RDP CA Pubkey is a public key used for setting up a trusted CA on Active Directiory Domain Controllers.
|
|
43
|
+
* ## Example Usage
|
|
44
|
+
*
|
|
45
|
+
* ```typescript
|
|
46
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
47
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
48
|
+
*
|
|
49
|
+
* const rdpPubkeyQuery = sdm.getRdpCaPubkey({});
|
|
50
|
+
* export const rdpca = rdpPubkeyQuery.then(rdpPubkeyQuery => rdpPubkeyQuery.publicKey);
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
export declare function getRdpCaPubkeyOutput(args?: GetRdpCaPubkeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRdpCaPubkeyResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking getRdpCaPubkey.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetRdpCaPubkeyOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* a generated id representing this request.
|
|
60
|
+
*/
|
|
61
|
+
id?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* the RDP Certificate Authority public key.
|
|
64
|
+
*/
|
|
65
|
+
publicKey?: pulumi.Input<string>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getRdpCaPubkeyOutput = exports.getRdpCaPubkey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The RDP CA Pubkey is a public key used for setting up a trusted CA on Active Directiory Domain Controllers.
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
15
|
+
*
|
|
16
|
+
* const rdpPubkeyQuery = sdm.getRdpCaPubkey({});
|
|
17
|
+
* export const rdpca = rdpPubkeyQuery.then(rdpPubkeyQuery => rdpPubkeyQuery.publicKey);
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getRdpCaPubkey(args, opts) {
|
|
21
|
+
args = args || {};
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("sdm:index/getRdpCaPubkey:getRdpCaPubkey", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
"publicKey": args.publicKey,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getRdpCaPubkey = getRdpCaPubkey;
|
|
29
|
+
/**
|
|
30
|
+
* The RDP CA Pubkey is a public key used for setting up a trusted CA on Active Directiory Domain Controllers.
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
36
|
+
*
|
|
37
|
+
* const rdpPubkeyQuery = sdm.getRdpCaPubkey({});
|
|
38
|
+
* export const rdpca = rdpPubkeyQuery.then(rdpPubkeyQuery => rdpPubkeyQuery.publicKey);
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
function getRdpCaPubkeyOutput(args, opts) {
|
|
42
|
+
args = args || {};
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
|
+
return pulumi.runtime.invokeOutput("sdm:index/getRdpCaPubkey:getRdpCaPubkey", {
|
|
45
|
+
"id": args.id,
|
|
46
|
+
"publicKey": args.publicKey,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getRdpCaPubkeyOutput = getRdpCaPubkeyOutput;
|
|
50
|
+
//# sourceMappingURL=getRdpCaPubkey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRdpCaPubkey.js","sourceRoot":"","sources":["../getRdpCaPubkey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA6BD;;;;;;;;;;;GAWG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
|
package/getRemoteIdentity.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.getRemoteIdentity({
|
|
13
13
|
* id: "i-0900909",
|
|
@@ -73,7 +73,7 @@ export interface GetRemoteIdentityResult {
|
|
|
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.getRemoteIdentity({
|
|
79
79
|
* id: "i-0900909",
|
package/getRemoteIdentity.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.getRemoteIdentityOutput = exports.getRemoteIdentity = 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.getRemoteIdentity({
|
|
18
18
|
* id: "i-0900909",
|
|
@@ -38,7 +38,7 @@ exports.getRemoteIdentity = getRemoteIdentity;
|
|
|
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.getRemoteIdentity({
|
|
44
44
|
* id: "i-0900909",
|
package/getRemoteIdentity.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRemoteIdentity.js","sourceRoot":"","sources":["../getRemoteIdentity.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getRemoteIdentity.js","sourceRoot":"","sources":["../getRemoteIdentity.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,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,+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;AATD,8CASC;AAqDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,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,+CAA+C,EAAE;QAChF,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;AATD,0DASC"}
|
|
@@ -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.getRemoteIdentityGroup({
|
|
12
12
|
* name: "default",
|
|
@@ -54,7 +54,7 @@ export interface GetRemoteIdentityGroupResult {
|
|
|
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.getRemoteIdentityGroup({
|
|
60
60
|
* name: "default",
|
|
@@ -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.getRemoteIdentityGroupOutput = exports.getRemoteIdentityGroup = 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.getRemoteIdentityGroup({
|
|
17
17
|
* name: "default",
|
|
@@ -33,7 +33,7 @@ exports.getRemoteIdentityGroup = getRemoteIdentityGroup;
|
|
|
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.getRemoteIdentityGroup({
|
|
39
39
|
* name: "default",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRemoteIdentityGroup.js","sourceRoot":"","sources":["../getRemoteIdentityGroup.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getRemoteIdentityGroup.js","sourceRoot":"","sources":["../getRemoteIdentityGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,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,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oEAOC"}
|
package/getResource.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 mysqlDatasources = sdm.getResource({
|
|
13
13
|
* name: "us-west*",
|
|
@@ -47,7 +47,7 @@ export interface GetResourceArgs {
|
|
|
47
47
|
[key: string]: string;
|
|
48
48
|
};
|
|
49
49
|
/**
|
|
50
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
50
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
51
51
|
*/
|
|
52
52
|
type?: string;
|
|
53
53
|
/**
|
|
@@ -81,7 +81,7 @@ export interface GetResourceResult {
|
|
|
81
81
|
readonly port?: number;
|
|
82
82
|
/**
|
|
83
83
|
* A single element list containing a map, where each key lists one of the following objects:
|
|
84
|
-
* *
|
|
84
|
+
* * aerospike:
|
|
85
85
|
*/
|
|
86
86
|
readonly resources: outputs.GetResourceResource[];
|
|
87
87
|
/**
|
|
@@ -103,7 +103,7 @@ export interface GetResourceResult {
|
|
|
103
103
|
*
|
|
104
104
|
* ```typescript
|
|
105
105
|
* import * as pulumi from "@pulumi/pulumi";
|
|
106
|
-
* import * as sdm from "@
|
|
106
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
107
107
|
*
|
|
108
108
|
* const mysqlDatasources = sdm.getResource({
|
|
109
109
|
* name: "us-west*",
|
|
@@ -143,7 +143,7 @@ export interface GetResourceOutputArgs {
|
|
|
143
143
|
[key: string]: pulumi.Input<string>;
|
|
144
144
|
}>;
|
|
145
145
|
/**
|
|
146
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
146
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
147
147
|
*/
|
|
148
148
|
type?: pulumi.Input<string>;
|
|
149
149
|
/**
|
package/getResource.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.getResourceOutput = exports.getResource = 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 mysqlDatasources = sdm.getResource({
|
|
18
18
|
* name: "us-west*",
|
|
@@ -45,7 +45,7 @@ exports.getResource = getResource;
|
|
|
45
45
|
*
|
|
46
46
|
* ```typescript
|
|
47
47
|
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
-
* import * as sdm from "@
|
|
48
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
49
49
|
*
|
|
50
50
|
* const mysqlDatasources = sdm.getResource({
|
|
51
51
|
* name: "us-west*",
|
package/getResource.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getResource.js","sourceRoot":"","sources":["../getResource.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getResource.js","sourceRoot":"","sources":["../getResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,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,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;AAZD,kCAYC;AA2ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;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,YAAY,CAAC,mCAAmC,EAAE;QACpE,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;AAZD,8CAYC"}
|
package/getRole.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.getRoleOutput = exports.getRole = void 0;
|
package/getRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AAiDD;;;;GAIG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sCAQC"}
|
package/getSecretEngine.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export interface GetSecretEngineArgs {
|
|
|
67
67
|
[key: string]: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
70
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
71
71
|
*/
|
|
72
72
|
type?: string;
|
|
73
73
|
/**
|
|
@@ -236,7 +236,7 @@ export interface GetSecretEngineOutputArgs {
|
|
|
236
236
|
[key: string]: pulumi.Input<string>;
|
|
237
237
|
}>;
|
|
238
238
|
/**
|
|
239
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
239
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
240
240
|
*/
|
|
241
241
|
type?: pulumi.Input<string>;
|
|
242
242
|
/**
|
package/getSecretEngine.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.getSecretEngineOutput = exports.getSecretEngine = void 0;
|
package/getSecretEngine.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecretEngine.js","sourceRoot":"","sources":["../getSecretEngine.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getSecretEngine.js","sourceRoot":"","sources":["../getSecretEngine.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAvBD,0CAuBC;AAoKD;;GAEG;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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAvBD,sDAuBC"}
|
package/getSecretStore.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface GetSecretStoreArgs {
|
|
|
24
24
|
[key: string]: string;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
27
|
+
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/cli/filters/) for more information.
|
|
28
28
|
*/
|
|
29
29
|
type?: string;
|
|
30
30
|
}
|
|
@@ -81,7 +81,7 @@ export interface GetSecretStoreOutputArgs {
|
|
|
81
81
|
[key: string]: pulumi.Input<string>;
|
|
82
82
|
}>;
|
|
83
83
|
/**
|
|
84
|
-
* a filter to select all items of a certain subtype. See the [filter documentation](https://www.strongdm.com/docs/
|
|
84
|
+
* 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
85
|
*/
|
|
86
86
|
type?: pulumi.Input<string>;
|
|
87
87
|
}
|
package/getSecretStore.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.getSecretStoreOutput = exports.getSecretStore = void 0;
|
package/getSecretStore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecretStore.js","sourceRoot":"","sources":["../getSecretStore.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getSecretStore.js","sourceRoot":"","sources":["../getSecretStore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;GAGG;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;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AAmDD;;;GAGG;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;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oDASC"}
|
package/getSshCaPubkey.d.ts
CHANGED
|
@@ -5,9 +5,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
*
|
|
6
6
|
* ```typescript
|
|
7
7
|
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
-
* import * as sdm from "@
|
|
8
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
9
9
|
*
|
|
10
10
|
* const sshPubkeyQuery = sdm.getSshCaPubkey({});
|
|
11
|
+
* export const sshca = sshPubkeyQuery.then(sshPubkeyQuery => sshPubkeyQuery.publicKey);
|
|
11
12
|
* ```
|
|
12
13
|
*/
|
|
13
14
|
export declare function getSshCaPubkey(args?: GetSshCaPubkeyArgs, opts?: pulumi.InvokeOptions): Promise<GetSshCaPubkeyResult>;
|
|
@@ -43,9 +44,10 @@ export interface GetSshCaPubkeyResult {
|
|
|
43
44
|
*
|
|
44
45
|
* ```typescript
|
|
45
46
|
* import * as pulumi from "@pulumi/pulumi";
|
|
46
|
-
* import * as sdm from "@
|
|
47
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
47
48
|
*
|
|
48
49
|
* const sshPubkeyQuery = sdm.getSshCaPubkey({});
|
|
50
|
+
* export const sshca = sshPubkeyQuery.then(sshPubkeyQuery => sshPubkeyQuery.publicKey);
|
|
49
51
|
* ```
|
|
50
52
|
*/
|
|
51
53
|
export declare function getSshCaPubkeyOutput(args?: GetSshCaPubkeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSshCaPubkeyResult>;
|
package/getSshCaPubkey.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.getSshCaPubkeyOutput = exports.getSshCaPubkey = void 0;
|
|
@@ -11,9 +11,10 @@ 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 sshPubkeyQuery = sdm.getSshCaPubkey({});
|
|
17
|
+
* export const sshca = sshPubkeyQuery.then(sshPubkeyQuery => sshPubkeyQuery.publicKey);
|
|
17
18
|
* ```
|
|
18
19
|
*/
|
|
19
20
|
function getSshCaPubkey(args, opts) {
|
|
@@ -31,9 +32,10 @@ exports.getSshCaPubkey = getSshCaPubkey;
|
|
|
31
32
|
*
|
|
32
33
|
* ```typescript
|
|
33
34
|
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
-
* import * as sdm from "@
|
|
35
|
+
* import * as sdm from "@pierskarsenbarg/sdm";
|
|
35
36
|
*
|
|
36
37
|
* const sshPubkeyQuery = sdm.getSshCaPubkey({});
|
|
38
|
+
* export const sshca = sshPubkeyQuery.then(sshPubkeyQuery => sshPubkeyQuery.publicKey);
|
|
37
39
|
* ```
|
|
38
40
|
*/
|
|
39
41
|
function getSshCaPubkeyOutput(args, opts) {
|
package/getSshCaPubkey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSshCaPubkey.js","sourceRoot":"","sources":["../getSshCaPubkey.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"getSshCaPubkey.js","sourceRoot":"","sources":["../getSshCaPubkey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AA6BD;;;;;;;;;;;GAWG;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,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
|
package/getWorkflow.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ export interface GetWorkflowArgs {
|
|
|
24
24
|
approvalFlowId?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Optional auto grant setting to automatically approve requests or not, defaults to false.
|
|
27
|
+
*
|
|
28
|
+
* @deprecated auto_grant is deprecated, see docs for more info
|
|
27
29
|
*/
|
|
28
30
|
autoGrant?: boolean;
|
|
29
31
|
/**
|
|
@@ -65,6 +67,8 @@ export interface GetWorkflowResult {
|
|
|
65
67
|
readonly approvalFlowId?: string;
|
|
66
68
|
/**
|
|
67
69
|
* Optional auto grant setting to automatically approve requests or not, defaults to false.
|
|
70
|
+
*
|
|
71
|
+
* @deprecated auto_grant is deprecated, see docs for more info
|
|
68
72
|
*/
|
|
69
73
|
readonly autoGrant?: boolean;
|
|
70
74
|
/**
|
|
@@ -120,6 +124,8 @@ export interface GetWorkflowOutputArgs {
|
|
|
120
124
|
approvalFlowId?: pulumi.Input<string>;
|
|
121
125
|
/**
|
|
122
126
|
* Optional auto grant setting to automatically approve requests or not, defaults to false.
|
|
127
|
+
*
|
|
128
|
+
* @deprecated auto_grant is deprecated, see docs for more info
|
|
123
129
|
*/
|
|
124
130
|
autoGrant?: pulumi.Input<boolean>;
|
|
125
131
|
/**
|