@sapslaj/pulumi-infisical 0.16.24 → 0.19.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 (125) hide show
  1. package/dist/accessApprovalPolicy.d.ts +3 -3
  2. package/dist/appConnectionHashicorpVault.d.ts +12 -0
  3. package/dist/appConnectionHashicorpVault.d.ts.map +1 -1
  4. package/dist/appConnectionHashicorpVault.js +2 -0
  5. package/dist/appConnectionHashicorpVault.js.map +1 -1
  6. package/dist/certManagerApplication.d.ts +63 -0
  7. package/dist/certManagerApplication.d.ts.map +1 -0
  8. package/dist/certManagerApplication.js +74 -0
  9. package/dist/certManagerApplication.js.map +1 -0
  10. package/dist/certManagerApplicationGroup.d.ts +75 -0
  11. package/dist/certManagerApplicationGroup.d.ts.map +1 -0
  12. package/dist/certManagerApplicationGroup.js +85 -0
  13. package/dist/certManagerApplicationGroup.js.map +1 -0
  14. package/dist/certManagerApplicationIdentity.d.ts +75 -0
  15. package/dist/certManagerApplicationIdentity.d.ts.map +1 -0
  16. package/dist/certManagerApplicationIdentity.js +85 -0
  17. package/dist/certManagerApplicationIdentity.js.map +1 -0
  18. package/dist/certManagerApplicationProfile.d.ts +113 -0
  19. package/dist/certManagerApplicationProfile.d.ts.map +1 -0
  20. package/dist/certManagerApplicationProfile.js +88 -0
  21. package/dist/certManagerApplicationProfile.js.map +1 -0
  22. package/dist/certManagerApplicationUser.d.ts +83 -0
  23. package/dist/certManagerApplicationUser.d.ts.map +1 -0
  24. package/dist/certManagerApplicationUser.js +87 -0
  25. package/dist/certManagerApplicationUser.js.map +1 -0
  26. package/dist/certManagerCertificate.d.ts +33 -21
  27. package/dist/certManagerCertificate.d.ts.map +1 -1
  28. package/dist/certManagerCertificate.js +5 -0
  29. package/dist/certManagerCertificate.js.map +1 -1
  30. package/dist/certManagerCertificatePolicy.d.ts +1 -13
  31. package/dist/certManagerCertificatePolicy.d.ts.map +1 -1
  32. package/dist/certManagerCertificatePolicy.js +0 -5
  33. package/dist/certManagerCertificatePolicy.js.map +1 -1
  34. package/dist/certManagerCertificateProfile.d.ts +15 -63
  35. package/dist/certManagerCertificateProfile.d.ts.map +1 -1
  36. package/dist/certManagerCertificateProfile.js +2 -16
  37. package/dist/certManagerCertificateProfile.js.map +1 -1
  38. package/dist/certManagerExternalCaAcme.d.ts +0 -12
  39. package/dist/certManagerExternalCaAcme.d.ts.map +1 -1
  40. package/dist/certManagerExternalCaAcme.js +0 -5
  41. package/dist/certManagerExternalCaAcme.js.map +1 -1
  42. package/dist/certManagerExternalCaAdcs.d.ts +0 -12
  43. package/dist/certManagerExternalCaAdcs.d.ts.map +1 -1
  44. package/dist/certManagerExternalCaAdcs.js +0 -5
  45. package/dist/certManagerExternalCaAdcs.js.map +1 -1
  46. package/dist/certManagerGroup.d.ts +63 -0
  47. package/dist/certManagerGroup.d.ts.map +1 -0
  48. package/dist/certManagerGroup.js +80 -0
  49. package/dist/certManagerGroup.js.map +1 -0
  50. package/dist/certManagerIdentity.d.ts +63 -0
  51. package/dist/certManagerIdentity.d.ts.map +1 -0
  52. package/dist/certManagerIdentity.js +80 -0
  53. package/dist/certManagerIdentity.js.map +1 -0
  54. package/dist/certManagerInternalCa.d.ts +0 -12
  55. package/dist/certManagerInternalCa.d.ts.map +1 -1
  56. package/dist/certManagerInternalCa.js +0 -5
  57. package/dist/certManagerInternalCa.js.map +1 -1
  58. package/dist/certManagerUser.d.ts +71 -0
  59. package/dist/certManagerUser.d.ts.map +1 -0
  60. package/dist/certManagerUser.js +82 -0
  61. package/dist/certManagerUser.js.map +1 -0
  62. package/dist/config/vars.d.ts +2 -2
  63. package/dist/getIdentity.d.ts +30 -0
  64. package/dist/getIdentity.d.ts.map +1 -0
  65. package/dist/getIdentity.js +45 -0
  66. package/dist/getIdentity.js.map +1 -0
  67. package/dist/getProjectEnvironment.d.ts +27 -0
  68. package/dist/getProjectEnvironment.d.ts.map +1 -0
  69. package/dist/getProjectEnvironment.js +47 -0
  70. package/dist/getProjectEnvironment.js.map +1 -0
  71. package/dist/getProjectIdentity.d.ts +32 -0
  72. package/dist/getProjectIdentity.d.ts.map +1 -0
  73. package/dist/getProjectIdentity.js +47 -0
  74. package/dist/getProjectIdentity.js.map +1 -0
  75. package/dist/getProjectRole.d.ts +28 -0
  76. package/dist/getProjectRole.d.ts.map +1 -0
  77. package/dist/getProjectRole.js +47 -0
  78. package/dist/getProjectRole.js.map +1 -0
  79. package/dist/getProjectUser.d.ts +34 -0
  80. package/dist/getProjectUser.d.ts.map +1 -0
  81. package/dist/getProjectUser.js +47 -0
  82. package/dist/getProjectUser.js.map +1 -0
  83. package/dist/getProjectsList.d.ts +28 -0
  84. package/dist/getProjectsList.d.ts.map +1 -0
  85. package/dist/getProjectsList.js +47 -0
  86. package/dist/getProjectsList.js.map +1 -0
  87. package/dist/identityAwsAuth.d.ts +3 -3
  88. package/dist/identityAzureAuth.d.ts +3 -3
  89. package/dist/identityJwtAuth.d.ts +6 -6
  90. package/dist/index.d.ts +51 -3
  91. package/dist/index.d.ts.map +1 -1
  92. package/dist/index.js +76 -8
  93. package/dist/index.js.map +1 -1
  94. package/dist/integrationAwsParameterStore.d.ts +9 -9
  95. package/dist/integrationAwsSecretsManager.d.ts +12 -12
  96. package/dist/projectIdentitySpecificPrivilege.d.ts +6 -6
  97. package/dist/projectRole.d.ts +6 -6
  98. package/dist/{projectIdentityProvisioning.d.ts → projectScopedIdentity.d.ts} +28 -16
  99. package/dist/projectScopedIdentity.d.ts.map +1 -0
  100. package/dist/{projectIdentityProvisioning.js → projectScopedIdentity.js} +15 -10
  101. package/dist/projectScopedIdentity.js.map +1 -0
  102. package/dist/provider.d.ts +4 -4
  103. package/dist/secret.d.ts +15 -9
  104. package/dist/secret.d.ts.map +1 -1
  105. package/dist/secret.js.map +1 -1
  106. package/dist/secretApprovalPolicy.d.ts +3 -3
  107. package/dist/secretImport.d.ts +3 -3
  108. package/dist/subOrganization.d.ts +71 -0
  109. package/dist/subOrganization.d.ts.map +1 -0
  110. package/dist/subOrganization.js +76 -0
  111. package/dist/subOrganization.js.map +1 -0
  112. package/dist/types/input.d.ts +191 -41
  113. package/dist/types/input.d.ts.map +1 -1
  114. package/dist/types/output.d.ts +354 -48
  115. package/dist/types/output.d.ts.map +1 -1
  116. package/dist/utilities.d.ts.map +1 -1
  117. package/dist/utilities.js +8 -35
  118. package/dist/utilities.js.map +1 -1
  119. package/dist/webhook.d.ts +135 -0
  120. package/dist/webhook.d.ts.map +1 -0
  121. package/dist/webhook.js +97 -0
  122. package/dist/webhook.js.map +1 -0
  123. package/package.json +5 -6
  124. package/dist/projectIdentityProvisioning.d.ts.map +0 -1
  125. package/dist/projectIdentityProvisioning.js.map +0 -1
@@ -28,7 +28,7 @@ export declare class AccessApprovalPolicy extends pulumi.CustomResource {
28
28
  */
29
29
  readonly enforcementLevel: pulumi.Output<string>;
30
30
  /**
31
- * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs "> environment_slugs </span>instead) The environment to apply the access approval policy to
31
+ * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs " pulumi-lang-hcl=" environment_slugs "> environmentSlugs </span>instead) The environment to apply the access approval policy to
32
32
  */
33
33
  readonly environmentSlug: pulumi.Output<string | undefined>;
34
34
  /**
@@ -73,7 +73,7 @@ export interface AccessApprovalPolicyState {
73
73
  */
74
74
  enforcementLevel?: pulumi.Input<string | undefined>;
75
75
  /**
76
- * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs "> environment_slugs </span>instead) The environment to apply the access approval policy to
76
+ * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs " pulumi-lang-hcl=" environment_slugs "> environmentSlugs </span>instead) The environment to apply the access approval policy to
77
77
  */
78
78
  environmentSlug?: pulumi.Input<string | undefined>;
79
79
  /**
@@ -110,7 +110,7 @@ export interface AccessApprovalPolicyArgs {
110
110
  */
111
111
  enforcementLevel?: pulumi.Input<string | undefined>;
112
112
  /**
113
- * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs "> environment_slugs </span>instead) The environment to apply the access approval policy to
113
+ * (DEPRECATED, Use<span pulumi-lang-nodejs=" environmentSlugs " pulumi-lang-dotnet=" EnvironmentSlugs " pulumi-lang-go=" environmentSlugs " pulumi-lang-python=" environment_slugs " pulumi-lang-yaml=" environmentSlugs " pulumi-lang-java=" environmentSlugs " pulumi-lang-hcl=" environment_slugs "> environmentSlugs </span>instead) The environment to apply the access approval policy to
114
114
  */
115
115
  environmentSlug?: pulumi.Input<string | undefined>;
116
116
  /**
@@ -31,6 +31,10 @@ export declare class AppConnectionHashicorpVault extends pulumi.CustomResource {
31
31
  * An optional description for the HashiCorp Vault App Connection.
32
32
  */
33
33
  readonly description: pulumi.Output<string | undefined>;
34
+ /**
35
+ * The Gateway ID to use for the app connection. If not specified, the Internet Gateway will be used.
36
+ */
37
+ readonly gatewayId: pulumi.Output<string | undefined>;
34
38
  /**
35
39
  * The method used to authenticate with HashiCorp Vault. Possible values are: access-token, app-role
36
40
  */
@@ -68,6 +72,10 @@ export interface AppConnectionHashicorpVaultState {
68
72
  * An optional description for the HashiCorp Vault App Connection.
69
73
  */
70
74
  description?: pulumi.Input<string | undefined>;
75
+ /**
76
+ * The Gateway ID to use for the app connection. If not specified, the Internet Gateway will be used.
77
+ */
78
+ gatewayId?: pulumi.Input<string | undefined>;
71
79
  /**
72
80
  * The method used to authenticate with HashiCorp Vault. Possible values are: access-token, app-role
73
81
  */
@@ -93,6 +101,10 @@ export interface AppConnectionHashicorpVaultArgs {
93
101
  * An optional description for the HashiCorp Vault App Connection.
94
102
  */
95
103
  description?: pulumi.Input<string | undefined>;
104
+ /**
105
+ * The Gateway ID to use for the app connection. If not specified, the Internet Gateway will be used.
106
+ */
107
+ gatewayId?: pulumi.Input<string | undefined>;
96
108
  /**
97
109
  * The method used to authenticate with HashiCorp Vault. Possible values are: access-token, app-role
98
110
  */
@@ -1 +1 @@
1
- {"version":3,"file":"appConnectionHashicorpVault.d.ts","sourceRoot":"","sources":["../src/appConnectionHashicorpVault.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,gCAAgC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,2BAA2B;IAIxK,gBAAgB;IAChB,gBAAuB,YAAY,6EAA6E;IAEhH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,2BAA2B;IAOtE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnG;;OAEG;IACH,SAAgC,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAErE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,+BAA+B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA8BvG;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,sCAAsC,GAAG,SAAS,CAAC,CAAC;IACtF;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAChD;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,sCAAsC,CAAC,CAAC;IACzE;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAChD"}
1
+ {"version":3,"file":"appConnectionHashicorpVault.d.ts","sourceRoot":"","sources":["../src/appConnectionHashicorpVault.ts"],"names":[],"mappings":"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"}
@@ -59,6 +59,7 @@ class AppConnectionHashicorpVault extends pulumi.CustomResource {
59
59
  resourceInputs["credentials"] = state?.credentials;
60
60
  resourceInputs["credentialsHash"] = state?.credentialsHash;
61
61
  resourceInputs["description"] = state?.description;
62
+ resourceInputs["gatewayId"] = state?.gatewayId;
62
63
  resourceInputs["method"] = state?.method;
63
64
  resourceInputs["name"] = state?.name;
64
65
  resourceInputs["projectId"] = state?.projectId;
@@ -73,6 +74,7 @@ class AppConnectionHashicorpVault extends pulumi.CustomResource {
73
74
  }
74
75
  resourceInputs["credentials"] = args?.credentials;
75
76
  resourceInputs["description"] = args?.description;
77
+ resourceInputs["gatewayId"] = args?.gatewayId;
76
78
  resourceInputs["method"] = args?.method;
77
79
  resourceInputs["name"] = args?.name;
78
80
  resourceInputs["projectId"] = args?.projectId;
@@ -1 +1 @@
1
- {"version":3,"file":"appConnectionHashicorpVault.js","sourceRoot":"","sources":["../src/appConnectionHashicorpVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9H,CAAC;;AAzFL,kEA0FC;AA5EG,gBAAgB;AACO,wCAAY,GAAG,yEAAyE,CAAC"}
1
+ {"version":3,"file":"appConnectionHashicorpVault.js","sourceRoot":"","sources":["../src/appConnectionHashicorpVault.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9H,CAAC;;AA/FL,kEAgGC;AAlFG,gBAAgB;AACO,wCAAY,GAAG,yEAAyE,CAAC"}
@@ -0,0 +1,63 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class CertManagerApplication extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing CertManagerApplication resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CertManagerApplicationState, opts?: pulumi.CustomResourceOptions): CertManagerApplication;
13
+ /** @internal */
14
+ static readonly __pulumiType = "infisical:index/certManagerApplication:CertManagerApplication";
15
+ /**
16
+ * Returns true if the given object is an instance of CertManagerApplication. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is CertManagerApplication;
20
+ /**
21
+ * The description of the Certificate Manager application
22
+ */
23
+ readonly description: pulumi.Output<string | undefined>;
24
+ /**
25
+ * The name of the Certificate Manager application
26
+ */
27
+ readonly name: pulumi.Output<string>;
28
+ /**
29
+ * Create a CertManagerApplication resource with the given unique name, arguments, and options.
30
+ *
31
+ * @param name The _unique_ name of the resource.
32
+ * @param args The arguments to use to populate this resource's properties.
33
+ * @param opts A bag of options that control this resource's behavior.
34
+ */
35
+ constructor(name: string, args?: CertManagerApplicationArgs, opts?: pulumi.CustomResourceOptions);
36
+ }
37
+ /**
38
+ * Input properties used for looking up and filtering CertManagerApplication resources.
39
+ */
40
+ export interface CertManagerApplicationState {
41
+ /**
42
+ * The description of the Certificate Manager application
43
+ */
44
+ description?: pulumi.Input<string | undefined>;
45
+ /**
46
+ * The name of the Certificate Manager application
47
+ */
48
+ name?: pulumi.Input<string | undefined>;
49
+ }
50
+ /**
51
+ * The set of arguments for constructing a CertManagerApplication resource.
52
+ */
53
+ export interface CertManagerApplicationArgs {
54
+ /**
55
+ * The description of the Certificate Manager application
56
+ */
57
+ description?: pulumi.Input<string | undefined>;
58
+ /**
59
+ * The name of the Certificate Manager application
60
+ */
61
+ name?: pulumi.Input<string | undefined>;
62
+ }
63
+ //# sourceMappingURL=certManagerApplication.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplication.d.ts","sourceRoot":"","sources":["../src/certManagerApplication.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,2BAA2B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,sBAAsB;IAI9J,gBAAgB;IAChB,gBAAuB,YAAY,mEAAmE;IAEtG;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,sBAAsB;IAOjE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEpD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,0BAA0B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAgBnG;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C"}
@@ -0,0 +1,74 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.CertManagerApplication = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class CertManagerApplication extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing CertManagerApplication resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new CertManagerApplication(name, state, { ...opts, id: id });
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of CertManagerApplication. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === CertManagerApplication.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["description"] = state?.description;
60
+ resourceInputs["name"] = state?.name;
61
+ }
62
+ else {
63
+ const args = argsOrState;
64
+ resourceInputs["description"] = args?.description;
65
+ resourceInputs["name"] = args?.name;
66
+ }
67
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
68
+ super(CertManagerApplication.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
69
+ }
70
+ }
71
+ exports.CertManagerApplication = CertManagerApplication;
72
+ /** @internal */
73
+ CertManagerApplication.__pulumiType = 'infisical:index/certManagerApplication:CertManagerApplication';
74
+ //# sourceMappingURL=certManagerApplication.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplication.js","sourceRoot":"","sources":["../src/certManagerApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmC,EAAE,IAAmC;QACjI,OAAO,IAAI,sBAAsB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,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,sBAAsB,CAAC,YAAY,CAAC;IACvE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsE,EAAE,IAAmC;QACjI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsD,CAAC;YACrE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAqD,CAAC;YACnE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACzH,CAAC;;AA3DL,wDA4DC;AA9CG,gBAAgB;AACO,mCAAY,GAAG,+DAA+D,CAAC"}
@@ -0,0 +1,75 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class CertManagerApplicationGroup extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing CertManagerApplicationGroup resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CertManagerApplicationGroupState, opts?: pulumi.CustomResourceOptions): CertManagerApplicationGroup;
13
+ /** @internal */
14
+ static readonly __pulumiType = "infisical:index/certManagerApplicationGroup:CertManagerApplicationGroup";
15
+ /**
16
+ * Returns true if the given object is an instance of CertManagerApplicationGroup. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is CertManagerApplicationGroup;
20
+ /**
21
+ * The ID of the Certificate Manager application
22
+ */
23
+ readonly applicationId: pulumi.Output<string>;
24
+ /**
25
+ * The ID of the group to add
26
+ */
27
+ readonly groupId: pulumi.Output<string>;
28
+ /**
29
+ * The role to assign to the group (admin, operator, or auditor)
30
+ */
31
+ readonly role: pulumi.Output<string>;
32
+ /**
33
+ * Create a CertManagerApplicationGroup resource with the given unique name, arguments, and options.
34
+ *
35
+ * @param name The _unique_ name of the resource.
36
+ * @param args The arguments to use to populate this resource's properties.
37
+ * @param opts A bag of options that control this resource's behavior.
38
+ */
39
+ constructor(name: string, args: CertManagerApplicationGroupArgs, opts?: pulumi.CustomResourceOptions);
40
+ }
41
+ /**
42
+ * Input properties used for looking up and filtering CertManagerApplicationGroup resources.
43
+ */
44
+ export interface CertManagerApplicationGroupState {
45
+ /**
46
+ * The ID of the Certificate Manager application
47
+ */
48
+ applicationId?: pulumi.Input<string | undefined>;
49
+ /**
50
+ * The ID of the group to add
51
+ */
52
+ groupId?: pulumi.Input<string | undefined>;
53
+ /**
54
+ * The role to assign to the group (admin, operator, or auditor)
55
+ */
56
+ role?: pulumi.Input<string | undefined>;
57
+ }
58
+ /**
59
+ * The set of arguments for constructing a CertManagerApplicationGroup resource.
60
+ */
61
+ export interface CertManagerApplicationGroupArgs {
62
+ /**
63
+ * The ID of the Certificate Manager application
64
+ */
65
+ applicationId: pulumi.Input<string>;
66
+ /**
67
+ * The ID of the group to add
68
+ */
69
+ groupId: pulumi.Input<string>;
70
+ /**
71
+ * The role to assign to the group (admin, operator, or auditor)
72
+ */
73
+ role: pulumi.Input<string>;
74
+ }
75
+ //# sourceMappingURL=certManagerApplicationGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplicationGroup.d.ts","sourceRoot":"","sources":["../src/certManagerApplicationGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,gCAAgC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,2BAA2B;IAIxK,gBAAgB;IAChB,gBAAuB,YAAY,6EAA6E;IAEhH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,2BAA2B;IAOtE;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEpD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,+BAA+B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA2BvG;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACjD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B"}
@@ -0,0 +1,85 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.CertManagerApplicationGroup = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class CertManagerApplicationGroup extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing CertManagerApplicationGroup resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new CertManagerApplicationGroup(name, state, { ...opts, id: id });
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of CertManagerApplicationGroup. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === CertManagerApplicationGroup.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["applicationId"] = state?.applicationId;
60
+ resourceInputs["groupId"] = state?.groupId;
61
+ resourceInputs["role"] = state?.role;
62
+ }
63
+ else {
64
+ const args = argsOrState;
65
+ if (args?.applicationId === undefined && !opts.urn) {
66
+ throw new Error("Missing required property 'applicationId'");
67
+ }
68
+ if (args?.groupId === undefined && !opts.urn) {
69
+ throw new Error("Missing required property 'groupId'");
70
+ }
71
+ if (args?.role === undefined && !opts.urn) {
72
+ throw new Error("Missing required property 'role'");
73
+ }
74
+ resourceInputs["applicationId"] = args?.applicationId;
75
+ resourceInputs["groupId"] = args?.groupId;
76
+ resourceInputs["role"] = args?.role;
77
+ }
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
+ super(CertManagerApplicationGroup.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
80
+ }
81
+ }
82
+ exports.CertManagerApplicationGroup = CertManagerApplicationGroup;
83
+ /** @internal */
84
+ CertManagerApplicationGroup.__pulumiType = 'infisical:index/certManagerApplicationGroup:CertManagerApplicationGroup';
85
+ //# sourceMappingURL=certManagerApplicationGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplicationGroup.js","sourceRoot":"","sources":["../src/certManagerApplicationGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9H,CAAC;;AA1EL,kEA2EC;AA7DG,gBAAgB;AACO,wCAAY,GAAG,yEAAyE,CAAC"}
@@ -0,0 +1,75 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class CertManagerApplicationIdentity extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing CertManagerApplicationIdentity resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CertManagerApplicationIdentityState, opts?: pulumi.CustomResourceOptions): CertManagerApplicationIdentity;
13
+ /** @internal */
14
+ static readonly __pulumiType = "infisical:index/certManagerApplicationIdentity:CertManagerApplicationIdentity";
15
+ /**
16
+ * Returns true if the given object is an instance of CertManagerApplicationIdentity. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is CertManagerApplicationIdentity;
20
+ /**
21
+ * The ID of the Certificate Manager application
22
+ */
23
+ readonly applicationId: pulumi.Output<string>;
24
+ /**
25
+ * The ID of the identity to add
26
+ */
27
+ readonly identityId: pulumi.Output<string>;
28
+ /**
29
+ * The role to assign to the identity (admin, operator, or auditor)
30
+ */
31
+ readonly role: pulumi.Output<string>;
32
+ /**
33
+ * Create a CertManagerApplicationIdentity resource with the given unique name, arguments, and options.
34
+ *
35
+ * @param name The _unique_ name of the resource.
36
+ * @param args The arguments to use to populate this resource's properties.
37
+ * @param opts A bag of options that control this resource's behavior.
38
+ */
39
+ constructor(name: string, args: CertManagerApplicationIdentityArgs, opts?: pulumi.CustomResourceOptions);
40
+ }
41
+ /**
42
+ * Input properties used for looking up and filtering CertManagerApplicationIdentity resources.
43
+ */
44
+ export interface CertManagerApplicationIdentityState {
45
+ /**
46
+ * The ID of the Certificate Manager application
47
+ */
48
+ applicationId?: pulumi.Input<string | undefined>;
49
+ /**
50
+ * The ID of the identity to add
51
+ */
52
+ identityId?: pulumi.Input<string | undefined>;
53
+ /**
54
+ * The role to assign to the identity (admin, operator, or auditor)
55
+ */
56
+ role?: pulumi.Input<string | undefined>;
57
+ }
58
+ /**
59
+ * The set of arguments for constructing a CertManagerApplicationIdentity resource.
60
+ */
61
+ export interface CertManagerApplicationIdentityArgs {
62
+ /**
63
+ * The ID of the Certificate Manager application
64
+ */
65
+ applicationId: pulumi.Input<string>;
66
+ /**
67
+ * The ID of the identity to add
68
+ */
69
+ identityId: pulumi.Input<string>;
70
+ /**
71
+ * The role to assign to the identity (admin, operator, or auditor)
72
+ */
73
+ role: pulumi.Input<string>;
74
+ }
75
+ //# sourceMappingURL=certManagerApplicationIdentity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplicationIdentity.d.ts","sourceRoot":"","sources":["../src/certManagerApplicationIdentity.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,mCAAmC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,8BAA8B;IAI9K,gBAAgB;IAChB,gBAAuB,YAAY,mFAAmF;IAEtH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,8BAA8B;IAOzE;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEpD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,kCAAkC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA2B1G;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACjD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B"}
@@ -0,0 +1,85 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.CertManagerApplicationIdentity = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class CertManagerApplicationIdentity extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing CertManagerApplicationIdentity resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new CertManagerApplicationIdentity(name, state, { ...opts, id: id });
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of CertManagerApplicationIdentity. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === CertManagerApplicationIdentity.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["applicationId"] = state?.applicationId;
60
+ resourceInputs["identityId"] = state?.identityId;
61
+ resourceInputs["role"] = state?.role;
62
+ }
63
+ else {
64
+ const args = argsOrState;
65
+ if (args?.applicationId === undefined && !opts.urn) {
66
+ throw new Error("Missing required property 'applicationId'");
67
+ }
68
+ if (args?.identityId === undefined && !opts.urn) {
69
+ throw new Error("Missing required property 'identityId'");
70
+ }
71
+ if (args?.role === undefined && !opts.urn) {
72
+ throw new Error("Missing required property 'role'");
73
+ }
74
+ resourceInputs["applicationId"] = args?.applicationId;
75
+ resourceInputs["identityId"] = args?.identityId;
76
+ resourceInputs["role"] = args?.role;
77
+ }
78
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
+ super(CertManagerApplicationIdentity.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
80
+ }
81
+ }
82
+ exports.CertManagerApplicationIdentity = CertManagerApplicationIdentity;
83
+ /** @internal */
84
+ CertManagerApplicationIdentity.__pulumiType = 'infisical:index/certManagerApplicationIdentity:CertManagerApplicationIdentity';
85
+ //# sourceMappingURL=certManagerApplicationIdentity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certManagerApplicationIdentity.js","sourceRoot":"","sources":["../src/certManagerApplicationIdentity.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2C,EAAE,IAAmC;QACzI,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrF,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,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAsF,EAAE,IAAmC;QACjJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8D,CAAC;YAC7E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA6D,CAAC;YAC3E,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;SACvC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACjI,CAAC;;AA1EL,wEA2EC;AA7DG,gBAAgB;AACO,2CAAY,GAAG,+EAA+E,CAAC"}