@sapslaj/pulumi-infisical 0.15.39 → 0.15.41

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.
@@ -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 environment_slugs 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 "> environment_slugs </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>;
75
75
  /**
76
- * (DEPRECATED, Use environment_slugs 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 "> environment_slugs </span>instead) The environment to apply the access approval policy to
77
77
  */
78
78
  environmentSlug?: pulumi.Input<string>;
79
79
  /**
@@ -110,7 +110,7 @@ export interface AccessApprovalPolicyArgs {
110
110
  */
111
111
  enforcementLevel?: pulumi.Input<string>;
112
112
  /**
113
- * (DEPRECATED, Use environment_slugs 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 "> environment_slugs </span>instead) The environment to apply the access approval policy to
114
114
  */
115
115
  environmentSlug?: pulumi.Input<string>;
116
116
  /**
@@ -4,11 +4,11 @@ import * as outputs from "../types/output";
4
4
  */
5
5
  export declare const auth: outputs.config.Auth | undefined;
6
6
  /**
7
- * (DEPRECATED, Use the `auth` attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
7
+ * (DEPRECATED, Use the <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
8
8
  */
9
9
  export declare const clientId: string | undefined;
10
10
  /**
11
- * (DEPRECATED, use `auth` attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
11
+ * (DEPRECATED, use <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
12
12
  */
13
13
  export declare const clientSecret: string | undefined;
14
14
  /**
@@ -40,7 +40,7 @@ export declare class IdentityAwsAuth extends pulumi.CustomResource {
40
40
  */
41
41
  readonly allowedAccountIds: pulumi.Output<string[]>;
42
42
  /**
43
- * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account `123456789012` to authenticate with Infisical under the identity
43
+ * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account <span pulumi-lang-nodejs="`123456789012`" pulumi-lang-dotnet="`123456789012`" pulumi-lang-go="`123456789012`" pulumi-lang-python="`123456789012`" pulumi-lang-yaml="`123456789012`" pulumi-lang-java="`123456789012`">`123456789012`</span> to authenticate with Infisical under the identity
44
44
  */
45
45
  readonly allowedPrincipalArns: pulumi.Output<string[]>;
46
46
  /**
@@ -85,7 +85,7 @@ export interface IdentityAwsAuthState {
85
85
  */
86
86
  allowedAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
87
87
  /**
88
- * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account `123456789012` to authenticate with Infisical under the identity
88
+ * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account <span pulumi-lang-nodejs="`123456789012`" pulumi-lang-dotnet="`123456789012`" pulumi-lang-go="`123456789012`" pulumi-lang-python="`123456789012`" pulumi-lang-yaml="`123456789012`" pulumi-lang-java="`123456789012`">`123456789012`</span> to authenticate with Infisical under the identity
89
89
  */
90
90
  allowedPrincipalArns?: pulumi.Input<pulumi.Input<string>[]>;
91
91
  /**
@@ -122,7 +122,7 @@ export interface IdentityAwsAuthArgs {
122
122
  */
123
123
  allowedAccountIds?: pulumi.Input<pulumi.Input<string>[]>;
124
124
  /**
125
- * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account `123456789012` to authenticate with Infisical under the identity
125
+ * List of trusted IAM principal ARNs that are allowed to authenticate with Infisical. The values should take one of three forms: `arn:aws:iam::123456789012:user/MyUserName`, `arn:aws:iam::123456789012:role/MyRoleName`, or `arn:aws:iam::123456789012:*`. Using a wildcard in this case allows any IAM principal in the account <span pulumi-lang-nodejs="`123456789012`" pulumi-lang-dotnet="`123456789012`" pulumi-lang-go="`123456789012`" pulumi-lang-python="`123456789012`" pulumi-lang-yaml="`123456789012`" pulumi-lang-java="`123456789012`">`123456789012`</span> to authenticate with Infisical under the identity
126
126
  */
127
127
  allowedPrincipalArns?: pulumi.Input<pulumi.Input<string>[]>;
128
128
  /**
@@ -44,7 +44,7 @@ export declare class IdentityAzureAuth extends pulumi.CustomResource {
44
44
  */
45
45
  readonly identityId: pulumi.Output<string>;
46
46
  /**
47
- * The resource URL for the application registered in Azure AD. The value is expected to match the `aud` claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
47
+ * The resource URL for the application registered in Azure AD. The value is expected to match the <span pulumi-lang-nodejs="`aud`" pulumi-lang-dotnet="`Aud`" pulumi-lang-go="`aud`" pulumi-lang-python="`aud`" pulumi-lang-yaml="`aud`" pulumi-lang-java="`aud`">`aud`</span> claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
48
48
  */
49
49
  readonly resourceUrl: pulumi.Output<string>;
50
50
  /**
@@ -89,7 +89,7 @@ export interface IdentityAzureAuthState {
89
89
  */
90
90
  identityId?: pulumi.Input<string>;
91
91
  /**
92
- * The resource URL for the application registered in Azure AD. The value is expected to match the `aud` claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
92
+ * The resource URL for the application registered in Azure AD. The value is expected to match the <span pulumi-lang-nodejs="`aud`" pulumi-lang-dotnet="`Aud`" pulumi-lang-go="`aud`" pulumi-lang-python="`aud`" pulumi-lang-yaml="`aud`" pulumi-lang-java="`aud`">`aud`</span> claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
93
93
  */
94
94
  resourceUrl?: pulumi.Input<string>;
95
95
  /**
@@ -126,7 +126,7 @@ export interface IdentityAzureAuthArgs {
126
126
  */
127
127
  identityId: pulumi.Input<string>;
128
128
  /**
129
- * The resource URL for the application registered in Azure AD. The value is expected to match the `aud` claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
129
+ * The resource URL for the application registered in Azure AD. The value is expected to match the <span pulumi-lang-nodejs="`aud`" pulumi-lang-dotnet="`Aud`" pulumi-lang-go="`aud`" pulumi-lang-python="`aud`" pulumi-lang-yaml="`aud`" pulumi-lang-java="`aud`">`aud`</span> claim of the access token JWT later used in the login operation against Infisical. See the [resource](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) parameter for how the audience is set when requesting a JWT access token from the Azure Instance Metadata Service (IMDS) endpoint. In most cases, this value should be `https://management.azure.com/` which is the default
130
130
  */
131
131
  resourceUrl?: pulumi.Input<string>;
132
132
  /**
@@ -47,6 +47,10 @@ export declare class IdentityKubernetesAuth extends pulumi.CustomResource {
47
47
  * List of trusted service account names that are allowed to authenticate with Infisical.
48
48
  */
49
49
  readonly allowedServiceAccountNames: pulumi.Output<string[]>;
50
+ /**
51
+ * Select a gateway for private cluster access. If not specified, the Internet Gateway will be used.
52
+ */
53
+ readonly gatewayId: pulumi.Output<string | undefined>;
50
54
  /**
51
55
  * The ID of the identity to attach the configuration onto.
52
56
  */
@@ -58,11 +62,15 @@ export declare class IdentityKubernetesAuth extends pulumi.CustomResource {
58
62
  /**
59
63
  * The host string, host:port pair, or URL to the base of the Kubernetes API server. This can usually be obtained by running `kubectl cluster-info`.
60
64
  */
61
- readonly kubernetesHost: pulumi.Output<string>;
65
+ readonly kubernetesHost: pulumi.Output<string | undefined>;
62
66
  /**
63
67
  * A long-lived service account JWT token for Infisical to access the [TokenReview API](https://kubernetes.io/docs/reference/kubernetes-api/authentication-resources/token-review-v1/) to validate other service account JWT tokens submitted by applications/pods. This is the JWT token obtained from step 1.5.
64
68
  */
65
- readonly tokenReviewerJwt: pulumi.Output<string>;
69
+ readonly tokenReviewerJwt: pulumi.Output<string | undefined>;
70
+ /**
71
+ * Choose between Token ('api') or 'gateway' authentication. If using Gateway, the Gateway must be deployed in your Kubernetes cluster.
72
+ */
73
+ readonly tokenReviewerMode: pulumi.Output<string>;
66
74
  /**
67
75
  * Create a IdentityKubernetesAuth resource with the given unique name, arguments, and options.
68
76
  *
@@ -104,6 +112,10 @@ export interface IdentityKubernetesAuthState {
104
112
  * List of trusted service account names that are allowed to authenticate with Infisical.
105
113
  */
106
114
  allowedServiceAccountNames?: pulumi.Input<pulumi.Input<string>[]>;
115
+ /**
116
+ * Select a gateway for private cluster access. If not specified, the Internet Gateway will be used.
117
+ */
118
+ gatewayId?: pulumi.Input<string>;
107
119
  /**
108
120
  * The ID of the identity to attach the configuration onto.
109
121
  */
@@ -120,6 +132,10 @@ export interface IdentityKubernetesAuthState {
120
132
  * A long-lived service account JWT token for Infisical to access the [TokenReview API](https://kubernetes.io/docs/reference/kubernetes-api/authentication-resources/token-review-v1/) to validate other service account JWT tokens submitted by applications/pods. This is the JWT token obtained from step 1.5.
121
133
  */
122
134
  tokenReviewerJwt?: pulumi.Input<string>;
135
+ /**
136
+ * Choose between Token ('api') or 'gateway' authentication. If using Gateway, the Gateway must be deployed in your Kubernetes cluster.
137
+ */
138
+ tokenReviewerMode?: pulumi.Input<string>;
123
139
  }
124
140
  /**
125
141
  * The set of arguments for constructing a IdentityKubernetesAuth resource.
@@ -153,6 +169,10 @@ export interface IdentityKubernetesAuthArgs {
153
169
  * List of trusted service account names that are allowed to authenticate with Infisical.
154
170
  */
155
171
  allowedServiceAccountNames?: pulumi.Input<pulumi.Input<string>[]>;
172
+ /**
173
+ * Select a gateway for private cluster access. If not specified, the Internet Gateway will be used.
174
+ */
175
+ gatewayId?: pulumi.Input<string>;
156
176
  /**
157
177
  * The ID of the identity to attach the configuration onto.
158
178
  */
@@ -164,10 +184,14 @@ export interface IdentityKubernetesAuthArgs {
164
184
  /**
165
185
  * The host string, host:port pair, or URL to the base of the Kubernetes API server. This can usually be obtained by running `kubectl cluster-info`.
166
186
  */
167
- kubernetesHost: pulumi.Input<string>;
187
+ kubernetesHost?: pulumi.Input<string>;
168
188
  /**
169
189
  * A long-lived service account JWT token for Infisical to access the [TokenReview API](https://kubernetes.io/docs/reference/kubernetes-api/authentication-resources/token-review-v1/) to validate other service account JWT tokens submitted by applications/pods. This is the JWT token obtained from step 1.5.
170
190
  */
171
- tokenReviewerJwt: pulumi.Input<string>;
191
+ tokenReviewerJwt?: pulumi.Input<string>;
192
+ /**
193
+ * Choose between Token ('api') or 'gateway' authentication. If using Gateway, the Gateway must be deployed in your Kubernetes cluster.
194
+ */
195
+ tokenReviewerMode?: pulumi.Input<string>;
172
196
  }
173
197
  //# sourceMappingURL=identityKubernetesAuth.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identityKubernetesAuth.d.ts","sourceRoot":"","sources":["../src/identityKubernetesAuth.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identityKubernetesAuth.d.ts","sourceRoot":"","sources":["../src/identityKubernetesAuth.ts"],"names":[],"mappings":"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"}
@@ -63,22 +63,18 @@ class IdentityKubernetesAuth extends pulumi.CustomResource {
63
63
  resourceInputs["allowedAudience"] = state?.allowedAudience;
64
64
  resourceInputs["allowedNamespaces"] = state?.allowedNamespaces;
65
65
  resourceInputs["allowedServiceAccountNames"] = state?.allowedServiceAccountNames;
66
+ resourceInputs["gatewayId"] = state?.gatewayId;
66
67
  resourceInputs["identityId"] = state?.identityId;
67
68
  resourceInputs["kubernetesCaCertificate"] = state?.kubernetesCaCertificate;
68
69
  resourceInputs["kubernetesHost"] = state?.kubernetesHost;
69
70
  resourceInputs["tokenReviewerJwt"] = state?.tokenReviewerJwt;
71
+ resourceInputs["tokenReviewerMode"] = state?.tokenReviewerMode;
70
72
  }
71
73
  else {
72
74
  const args = argsOrState;
73
75
  if (args?.identityId === undefined && !opts.urn) {
74
76
  throw new Error("Missing required property 'identityId'");
75
77
  }
76
- if (args?.kubernetesHost === undefined && !opts.urn) {
77
- throw new Error("Missing required property 'kubernetesHost'");
78
- }
79
- if (args?.tokenReviewerJwt === undefined && !opts.urn) {
80
- throw new Error("Missing required property 'tokenReviewerJwt'");
81
- }
82
78
  resourceInputs["accessTokenMaxTtl"] = args?.accessTokenMaxTtl;
83
79
  resourceInputs["accessTokenNumUsesLimit"] = args?.accessTokenNumUsesLimit;
84
80
  resourceInputs["accessTokenTrustedIps"] = args?.accessTokenTrustedIps;
@@ -86,10 +82,12 @@ class IdentityKubernetesAuth extends pulumi.CustomResource {
86
82
  resourceInputs["allowedAudience"] = args?.allowedAudience;
87
83
  resourceInputs["allowedNamespaces"] = args?.allowedNamespaces;
88
84
  resourceInputs["allowedServiceAccountNames"] = args?.allowedServiceAccountNames;
85
+ resourceInputs["gatewayId"] = args?.gatewayId;
89
86
  resourceInputs["identityId"] = args?.identityId;
90
87
  resourceInputs["kubernetesCaCertificate"] = args?.kubernetesCaCertificate;
91
88
  resourceInputs["kubernetesHost"] = args?.kubernetesHost;
92
89
  resourceInputs["tokenReviewerJwt"] = args?.tokenReviewerJwt;
90
+ resourceInputs["tokenReviewerMode"] = args?.tokenReviewerMode;
93
91
  }
94
92
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
95
93
  super(IdentityKubernetesAuth.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
@@ -1 +1 @@
1
- {"version":3,"file":"identityKubernetesAuth.js","sourceRoot":"","sources":["../src/identityKubernetesAuth.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"identityKubernetesAuth.js","sourceRoot":"","sources":["../src/identityKubernetesAuth.ts"],"names":[],"mappings":"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"}
@@ -20,11 +20,11 @@ export declare class IntegrationAwsParameterStore extends pulumi.CustomResource
20
20
  */
21
21
  static isInstance(obj: any): obj is IntegrationAwsParameterStore;
22
22
  /**
23
- * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
23
+ * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
24
24
  */
25
25
  readonly accessKeyId: pulumi.Output<string | undefined>;
26
26
  /**
27
- * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
27
+ * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
28
28
  */
29
29
  readonly assumeRoleArn: pulumi.Output<string | undefined>;
30
30
  /**
@@ -56,7 +56,7 @@ export declare class IntegrationAwsParameterStore extends pulumi.CustomResource
56
56
  */
57
57
  readonly projectId: pulumi.Output<string>;
58
58
  /**
59
- * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
59
+ * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
60
60
  */
61
61
  readonly secretAccessKey: pulumi.Output<string | undefined>;
62
62
  /**
@@ -77,11 +77,11 @@ export declare class IntegrationAwsParameterStore extends pulumi.CustomResource
77
77
  */
78
78
  export interface IntegrationAwsParameterStoreState {
79
79
  /**
80
- * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
80
+ * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
81
81
  */
82
82
  accessKeyId?: pulumi.Input<string>;
83
83
  /**
84
- * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
84
+ * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
85
85
  */
86
86
  assumeRoleArn?: pulumi.Input<string>;
87
87
  /**
@@ -113,7 +113,7 @@ export interface IntegrationAwsParameterStoreState {
113
113
  */
114
114
  projectId?: pulumi.Input<string>;
115
115
  /**
116
- * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
116
+ * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
117
117
  */
118
118
  secretAccessKey?: pulumi.Input<string>;
119
119
  /**
@@ -126,11 +126,11 @@ export interface IntegrationAwsParameterStoreState {
126
126
  */
127
127
  export interface IntegrationAwsParameterStoreArgs {
128
128
  /**
129
- * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
129
+ * The AWS access key ID. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
130
130
  */
131
131
  accessKeyId?: pulumi.Input<string>;
132
132
  /**
133
- * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
133
+ * The ARN of the role to assume when syncing secrets to AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
134
134
  */
135
135
  assumeRoleArn?: pulumi.Input<string>;
136
136
  /**
@@ -154,7 +154,7 @@ export interface IntegrationAwsParameterStoreArgs {
154
154
  */
155
155
  projectId: pulumi.Input<string>;
156
156
  /**
157
- * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
157
+ * The AWS secret access key. Used to authenticate with AWS Parameter Store. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
158
158
  */
159
159
  secretAccessKey?: pulumi.Input<string>;
160
160
  /**
@@ -20,11 +20,11 @@ export declare class IntegrationAwsSecretsManager extends pulumi.CustomResource
20
20
  */
21
21
  static isInstance(obj: any): obj is IntegrationAwsSecretsManager;
22
22
  /**
23
- * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
23
+ * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
24
24
  */
25
25
  readonly accessKeyId: pulumi.Output<string | undefined>;
26
26
  /**
27
- * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
27
+ * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
28
28
  */
29
29
  readonly assumeRoleArn: pulumi.Output<string | undefined>;
30
30
  /**
@@ -56,7 +56,7 @@ export declare class IntegrationAwsSecretsManager extends pulumi.CustomResource
56
56
  */
57
57
  readonly projectId: pulumi.Output<string>;
58
58
  /**
59
- * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
59
+ * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
60
60
  */
61
61
  readonly secretAccessKey: pulumi.Output<string | undefined>;
62
62
  /**
@@ -64,7 +64,7 @@ export declare class IntegrationAwsSecretsManager extends pulumi.CustomResource
64
64
  */
65
65
  readonly secretPath: pulumi.Output<string>;
66
66
  /**
67
- * The path in AWS Secrets Manager to sync secrets to. This is required if mapping_behavior is 'many-to-one'.
67
+ * The path in AWS Secrets Manager to sync secrets to. This is required if<span pulumi-lang-nodejs=" mappingBehavior " pulumi-lang-dotnet=" MappingBehavior " pulumi-lang-go=" mappingBehavior " pulumi-lang-python=" mapping_behavior " pulumi-lang-yaml=" mappingBehavior " pulumi-lang-java=" mappingBehavior "> mapping_behavior </span>is 'many-to-one'.
68
68
  */
69
69
  readonly secretsManagerPath: pulumi.Output<string | undefined>;
70
70
  /**
@@ -81,11 +81,11 @@ export declare class IntegrationAwsSecretsManager extends pulumi.CustomResource
81
81
  */
82
82
  export interface IntegrationAwsSecretsManagerState {
83
83
  /**
84
- * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
84
+ * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
85
85
  */
86
86
  accessKeyId?: pulumi.Input<string>;
87
87
  /**
88
- * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
88
+ * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
89
89
  */
90
90
  assumeRoleArn?: pulumi.Input<string>;
91
91
  /**
@@ -117,7 +117,7 @@ export interface IntegrationAwsSecretsManagerState {
117
117
  */
118
118
  projectId?: pulumi.Input<string>;
119
119
  /**
120
- * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
120
+ * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
121
121
  */
122
122
  secretAccessKey?: pulumi.Input<string>;
123
123
  /**
@@ -125,7 +125,7 @@ export interface IntegrationAwsSecretsManagerState {
125
125
  */
126
126
  secretPath?: pulumi.Input<string>;
127
127
  /**
128
- * The path in AWS Secrets Manager to sync secrets to. This is required if mapping_behavior is 'many-to-one'.
128
+ * The path in AWS Secrets Manager to sync secrets to. This is required if<span pulumi-lang-nodejs=" mappingBehavior " pulumi-lang-dotnet=" MappingBehavior " pulumi-lang-go=" mappingBehavior " pulumi-lang-python=" mapping_behavior " pulumi-lang-yaml=" mappingBehavior " pulumi-lang-java=" mappingBehavior "> mapping_behavior </span>is 'many-to-one'.
129
129
  */
130
130
  secretsManagerPath?: pulumi.Input<string>;
131
131
  }
@@ -134,11 +134,11 @@ export interface IntegrationAwsSecretsManagerState {
134
134
  */
135
135
  export interface IntegrationAwsSecretsManagerArgs {
136
136
  /**
137
- * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
137
+ * The AWS access key ID. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
138
138
  */
139
139
  accessKeyId?: pulumi.Input<string>;
140
140
  /**
141
- * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
141
+ * The ARN of the role to assume when syncing secrets to AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
142
142
  */
143
143
  assumeRoleArn?: pulumi.Input<string>;
144
144
  /**
@@ -162,7 +162,7 @@ export interface IntegrationAwsSecretsManagerArgs {
162
162
  */
163
163
  projectId: pulumi.Input<string>;
164
164
  /**
165
- * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set secret_access_key and access_key_id, or set assume_role_arn to assume a role.
165
+ * The AWS secret access key. Used to authenticate with AWS Secrets Manager. You must either set<span pulumi-lang-nodejs=" secretAccessKey " pulumi-lang-dotnet=" SecretAccessKey " pulumi-lang-go=" secretAccessKey " pulumi-lang-python=" secret_access_key " pulumi-lang-yaml=" secretAccessKey " pulumi-lang-java=" secretAccessKey "> secret_access_key </span>and access_key_id, or set<span pulumi-lang-nodejs=" assumeRoleArn " pulumi-lang-dotnet=" AssumeRoleArn " pulumi-lang-go=" assumeRoleArn " pulumi-lang-python=" assume_role_arn " pulumi-lang-yaml=" assumeRoleArn " pulumi-lang-java=" assumeRoleArn "> assume_role_arn </span>to assume a role.
166
166
  */
167
167
  secretAccessKey?: pulumi.Input<string>;
168
168
  /**
@@ -170,7 +170,7 @@ export interface IntegrationAwsSecretsManagerArgs {
170
170
  */
171
171
  secretPath: pulumi.Input<string>;
172
172
  /**
173
- * The path in AWS Secrets Manager to sync secrets to. This is required if mapping_behavior is 'many-to-one'.
173
+ * The path in AWS Secrets Manager to sync secrets to. This is required if<span pulumi-lang-nodejs=" mappingBehavior " pulumi-lang-dotnet=" MappingBehavior " pulumi-lang-go=" mappingBehavior " pulumi-lang-python=" mapping_behavior " pulumi-lang-yaml=" mappingBehavior " pulumi-lang-java=" mappingBehavior "> mapping_behavior </span>is 'many-to-one'.
174
174
  */
175
175
  secretsManagerPath?: pulumi.Input<string>;
176
176
  }
@@ -24,7 +24,7 @@ export declare class ProjectIdentitySpecificPrivilege extends pulumi.CustomResou
24
24
  */
25
25
  readonly identityId: pulumi.Output<string>;
26
26
  /**
27
- * Flag to indicate the assigned specific privilege is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
27
+ * Flag to indicate the assigned specific privilege is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
28
28
  */
29
29
  readonly isTemporary: pulumi.Output<boolean>;
30
30
  /**
@@ -44,7 +44,7 @@ export declare class ProjectIdentitySpecificPrivilege extends pulumi.CustomResou
44
44
  */
45
45
  readonly slug: pulumi.Output<string>;
46
46
  /**
47
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
47
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
48
48
  */
49
49
  readonly temporaryAccessEndTime: pulumi.Output<string>;
50
50
  /**
@@ -77,7 +77,7 @@ export interface ProjectIdentitySpecificPrivilegeState {
77
77
  */
78
78
  identityId?: pulumi.Input<string>;
79
79
  /**
80
- * Flag to indicate the assigned specific privilege is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
80
+ * Flag to indicate the assigned specific privilege is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
81
81
  */
82
82
  isTemporary?: pulumi.Input<boolean>;
83
83
  /**
@@ -97,7 +97,7 @@ export interface ProjectIdentitySpecificPrivilegeState {
97
97
  */
98
98
  slug?: pulumi.Input<string>;
99
99
  /**
100
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
100
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
101
101
  */
102
102
  temporaryAccessEndTime?: pulumi.Input<string>;
103
103
  /**
@@ -122,7 +122,7 @@ export interface ProjectIdentitySpecificPrivilegeArgs {
122
122
  */
123
123
  identityId: pulumi.Input<string>;
124
124
  /**
125
- * Flag to indicate the assigned specific privilege is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
125
+ * Flag to indicate the assigned specific privilege is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
126
126
  */
127
127
  isTemporary?: pulumi.Input<boolean>;
128
128
  /**
@@ -142,7 +142,7 @@ export interface ProjectIdentitySpecificPrivilegeArgs {
142
142
  */
143
143
  slug?: pulumi.Input<string>;
144
144
  /**
145
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
145
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
146
146
  */
147
147
  temporaryAccessEndTime?: pulumi.Input<string>;
148
148
  /**
@@ -15,11 +15,11 @@ export declare class Provider extends pulumi.ProviderResource {
15
15
  */
16
16
  static isInstance(obj: any): obj is Provider;
17
17
  /**
18
- * (DEPRECATED, Use the `auth` attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
18
+ * (DEPRECATED, Use the <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
19
19
  */
20
20
  readonly clientId: pulumi.Output<string | undefined>;
21
21
  /**
22
- * (DEPRECATED, use `auth` attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
22
+ * (DEPRECATED, use <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
23
23
  */
24
24
  readonly clientSecret: pulumi.Output<string | undefined>;
25
25
  /**
@@ -54,11 +54,11 @@ export interface ProviderArgs {
54
54
  */
55
55
  auth?: pulumi.Input<inputs.ProviderAuth>;
56
56
  /**
57
- * (DEPRECATED, Use the `auth` attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
57
+ * (DEPRECATED, Use the <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client ID. Used to fetch/modify secrets for a given project.
58
58
  */
59
59
  clientId?: pulumi.Input<string>;
60
60
  /**
61
- * (DEPRECATED, use `auth` attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
61
+ * (DEPRECATED, use <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`">`auth`</span> attribute), Machine identity client secret. Used to fetch/modify secrets for a given project
62
62
  */
63
63
  clientSecret?: pulumi.Input<string>;
64
64
  /**
package/dist/secret.d.ts CHANGED
@@ -38,12 +38,12 @@ export declare class Secret extends pulumi.CustomResource {
38
38
  */
39
39
  readonly tagIds: pulumi.Output<string[] | undefined>;
40
40
  /**
41
- * The value of the secret in plain text. This is required if `value_wo` is not set.
41
+ * The value of the secret in plain text. This is required if <span pulumi-lang-nodejs="`valueWo`" pulumi-lang-dotnet="`ValueWo`" pulumi-lang-go="`valueWo`" pulumi-lang-python="`value_wo`" pulumi-lang-yaml="`valueWo`" pulumi-lang-java="`valueWo`">`value_wo`</span> is not set.
42
42
  */
43
43
  readonly value: pulumi.Output<string | undefined>;
44
44
  readonly valueWo: pulumi.Output<string | undefined>;
45
45
  /**
46
- * Used together with value_wo to trigger an update. Increment this value when an update to the value_wo is required.
46
+ * Used together with<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>to trigger an update. Increment this value when an update to the<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>is required.
47
47
  */
48
48
  readonly valueWoVersion: pulumi.Output<number | undefined>;
49
49
  /**
@@ -82,12 +82,12 @@ export interface SecretState {
82
82
  */
83
83
  tagIds?: pulumi.Input<pulumi.Input<string>[]>;
84
84
  /**
85
- * The value of the secret in plain text. This is required if `value_wo` is not set.
85
+ * The value of the secret in plain text. This is required if <span pulumi-lang-nodejs="`valueWo`" pulumi-lang-dotnet="`ValueWo`" pulumi-lang-go="`valueWo`" pulumi-lang-python="`value_wo`" pulumi-lang-yaml="`valueWo`" pulumi-lang-java="`valueWo`">`value_wo`</span> is not set.
86
86
  */
87
87
  value?: pulumi.Input<string>;
88
88
  valueWo?: pulumi.Input<string>;
89
89
  /**
90
- * Used together with value_wo to trigger an update. Increment this value when an update to the value_wo is required.
90
+ * Used together with<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>to trigger an update. Increment this value when an update to the<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>is required.
91
91
  */
92
92
  valueWoVersion?: pulumi.Input<number>;
93
93
  /**
@@ -117,12 +117,12 @@ export interface SecretArgs {
117
117
  */
118
118
  tagIds?: pulumi.Input<pulumi.Input<string>[]>;
119
119
  /**
120
- * The value of the secret in plain text. This is required if `value_wo` is not set.
120
+ * The value of the secret in plain text. This is required if <span pulumi-lang-nodejs="`valueWo`" pulumi-lang-dotnet="`ValueWo`" pulumi-lang-go="`valueWo`" pulumi-lang-python="`value_wo`" pulumi-lang-yaml="`valueWo`" pulumi-lang-java="`valueWo`">`value_wo`</span> is not set.
121
121
  */
122
122
  value?: pulumi.Input<string>;
123
123
  valueWo?: pulumi.Input<string>;
124
124
  /**
125
- * Used together with value_wo to trigger an update. Increment this value when an update to the value_wo is required.
125
+ * Used together with<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>to trigger an update. Increment this value when an update to the<span pulumi-lang-nodejs=" valueWo " pulumi-lang-dotnet=" ValueWo " pulumi-lang-go=" valueWo " pulumi-lang-python=" value_wo " pulumi-lang-yaml=" valueWo " pulumi-lang-java=" valueWo "> value_wo </span>is required.
126
126
  */
127
127
  valueWoVersion?: pulumi.Input<number>;
128
128
  /**
@@ -32,7 +32,7 @@ export declare class SecretApprovalPolicy extends pulumi.CustomResource {
32
32
  */
33
33
  readonly enforcementLevel: pulumi.Output<string>;
34
34
  /**
35
- * (DEPRECATED, Use environment_slugs instead) The environment to apply the secret approval policy to
35
+ * (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 secret approval policy to
36
36
  */
37
37
  readonly environmentSlug: pulumi.Output<string | undefined>;
38
38
  /**
@@ -81,7 +81,7 @@ export interface SecretApprovalPolicyState {
81
81
  */
82
82
  enforcementLevel?: pulumi.Input<string>;
83
83
  /**
84
- * (DEPRECATED, Use environment_slugs instead) The environment to apply the secret approval policy to
84
+ * (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 secret approval policy to
85
85
  */
86
86
  environmentSlug?: pulumi.Input<string>;
87
87
  /**
@@ -122,7 +122,7 @@ export interface SecretApprovalPolicyArgs {
122
122
  */
123
123
  enforcementLevel?: pulumi.Input<string>;
124
124
  /**
125
- * (DEPRECATED, Use environment_slugs instead) The environment to apply the secret approval policy to
125
+ * (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 secret approval policy to
126
126
  */
127
127
  environmentSlug?: pulumi.Input<string>;
128
128
  /**
@@ -29,6 +29,10 @@ export declare class SecretFolder extends pulumi.CustomResource {
29
29
  * The path where the folder should be created/updated
30
30
  */
31
31
  readonly folderPath: pulumi.Output<string>;
32
+ /**
33
+ * Whether to force delete the folder even if it contains resources.
34
+ */
35
+ readonly forceDelete: pulumi.Output<boolean>;
32
36
  /**
33
37
  * The name for the folder
34
38
  */
@@ -66,6 +70,10 @@ export interface SecretFolderState {
66
70
  * The path where the folder should be created/updated
67
71
  */
68
72
  folderPath?: pulumi.Input<string>;
73
+ /**
74
+ * Whether to force delete the folder even if it contains resources.
75
+ */
76
+ forceDelete?: pulumi.Input<boolean>;
69
77
  /**
70
78
  * The name for the folder
71
79
  */
@@ -91,6 +99,10 @@ export interface SecretFolderArgs {
91
99
  * The path where the folder should be created/updated
92
100
  */
93
101
  folderPath: pulumi.Input<string>;
102
+ /**
103
+ * Whether to force delete the folder even if it contains resources.
104
+ */
105
+ forceDelete?: pulumi.Input<boolean>;
94
106
  /**
95
107
  * The name for the folder
96
108
  */
@@ -1 +1 @@
1
- {"version":3,"file":"secretFolder.d.ts","sourceRoot":"","sources":["../src/secretFolder.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,YAAY;IAI1I,gBAAgB;IAChB,gBAAuB,YAAY,+CAA+C;IAElF;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,YAAY;IAOvD;;OAEG;IACH,SAAgC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;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;IACpD;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEzD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAiCxF;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACrC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACnC"}
1
+ {"version":3,"file":"secretFolder.d.ts","sourceRoot":"","sources":["../src/secretFolder.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,YAAY;IAI1I,gBAAgB;IAChB,gBAAuB,YAAY,+CAA+C;IAElF;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,YAAY;IAOvD;;OAEG;IACH,SAAgC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEzD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAmCxF;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACrC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACnC"}
@@ -59,6 +59,7 @@ class SecretFolder extends pulumi.CustomResource {
59
59
  resourceInputs["environmentId"] = state?.environmentId;
60
60
  resourceInputs["environmentSlug"] = state?.environmentSlug;
61
61
  resourceInputs["folderPath"] = state?.folderPath;
62
+ resourceInputs["forceDelete"] = state?.forceDelete;
62
63
  resourceInputs["name"] = state?.name;
63
64
  resourceInputs["path"] = state?.path;
64
65
  resourceInputs["projectId"] = state?.projectId;
@@ -76,6 +77,7 @@ class SecretFolder extends pulumi.CustomResource {
76
77
  }
77
78
  resourceInputs["environmentSlug"] = args?.environmentSlug;
78
79
  resourceInputs["folderPath"] = args?.folderPath;
80
+ resourceInputs["forceDelete"] = args?.forceDelete;
79
81
  resourceInputs["name"] = args?.name;
80
82
  resourceInputs["projectId"] = args?.projectId;
81
83
  resourceInputs["environmentId"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"secretFolder.js","sourceRoot":"","sources":["../src/secretFolder.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,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,WAA2C,CAAC;YACzD,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;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,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC/G,CAAC;;AA5FL,oCA6FC;AA/EG,gBAAgB;AACO,yBAAY,GAAG,2CAA2C,CAAC"}
1
+ {"version":3,"file":"secretFolder.js","sourceRoot":"","sources":["../src/secretFolder.ts"],"names":[],"mappings":"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"}
@@ -34,7 +34,7 @@ export declare class SecretImport extends pulumi.CustomResource {
34
34
  */
35
35
  readonly importFolderPath: pulumi.Output<string>;
36
36
  /**
37
- * The is_replication of the secret import to modify/create
37
+ * The<span pulumi-lang-nodejs=" isReplication " pulumi-lang-dotnet=" IsReplication " pulumi-lang-go=" isReplication " pulumi-lang-python=" is_replication " pulumi-lang-yaml=" isReplication " pulumi-lang-java=" isReplication "> is_replication </span>of the secret import to modify/create
38
38
  */
39
39
  readonly isReplication: pulumi.Output<boolean>;
40
40
  /**
@@ -71,7 +71,7 @@ export interface SecretImportState {
71
71
  */
72
72
  importFolderPath?: pulumi.Input<string>;
73
73
  /**
74
- * The is_replication of the secret import to modify/create
74
+ * The<span pulumi-lang-nodejs=" isReplication " pulumi-lang-dotnet=" IsReplication " pulumi-lang-go=" isReplication " pulumi-lang-python=" is_replication " pulumi-lang-yaml=" isReplication " pulumi-lang-java=" isReplication "> is_replication </span>of the secret import to modify/create
75
75
  */
76
76
  isReplication?: pulumi.Input<boolean>;
77
77
  /**
@@ -100,7 +100,7 @@ export interface SecretImportArgs {
100
100
  */
101
101
  importFolderPath: pulumi.Input<string>;
102
102
  /**
103
- * The is_replication of the secret import to modify/create
103
+ * The<span pulumi-lang-nodejs=" isReplication " pulumi-lang-dotnet=" IsReplication " pulumi-lang-go=" isReplication " pulumi-lang-python=" is_replication " pulumi-lang-yaml=" isReplication " pulumi-lang-java=" isReplication "> is_replication </span>of the secret import to modify/create
104
104
  */
105
105
  isReplication: pulumi.Input<boolean>;
106
106
  /**
@@ -675,7 +675,7 @@ export interface IntegrationAwsSecretsManagerOptions {
675
675
  */
676
676
  awsTags?: pulumi.Input<pulumi.Input<inputs.IntegrationAwsSecretsManagerOptionsAwsTag>[]>;
677
677
  /**
678
- * The sync mode for AWS tags. The supported options are `secret-metadata` and `custom`. If `secret-metadata` is selected, the metadata of the Infisical secrets are used as tags in AWS (only supported for one-to-one integrations). If `custom` is selected, then the key/value pairs in the `aws_tags` field is used.
678
+ * The sync mode for AWS tags. The supported options are `secret-metadata` and <span pulumi-lang-nodejs="`custom`" pulumi-lang-dotnet="`Custom`" pulumi-lang-go="`custom`" pulumi-lang-python="`custom`" pulumi-lang-yaml="`custom`" pulumi-lang-java="`custom`">`custom`</span>. If `secret-metadata` is selected, the metadata of the Infisical secrets are used as tags in AWS (only supported for one-to-one integrations). If <span pulumi-lang-nodejs="`custom`" pulumi-lang-dotnet="`Custom`" pulumi-lang-go="`custom`" pulumi-lang-python="`custom`" pulumi-lang-yaml="`custom`" pulumi-lang-java="`custom`">`custom`</span> is selected, then the key/value pairs in the <span pulumi-lang-nodejs="`awsTags`" pulumi-lang-dotnet="`AwsTags`" pulumi-lang-go="`awsTags`" pulumi-lang-python="`aws_tags`" pulumi-lang-yaml="`awsTags`" pulumi-lang-java="`awsTags`">`aws_tags`</span> field is used.
679
679
  */
680
680
  metadataSyncMode?: pulumi.Input<string>;
681
681
  /**
@@ -705,7 +705,7 @@ export interface IntegrationGcpSecretManagerOptions {
705
705
  }
706
706
  export interface ProjectGroupRole {
707
707
  /**
708
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
708
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
709
709
  */
710
710
  isTemporary?: pulumi.Input<boolean>;
711
711
  /**
@@ -745,7 +745,7 @@ export interface ProjectIdentityRole {
745
745
  */
746
746
  id?: pulumi.Input<string>;
747
747
  /**
748
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
748
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
749
749
  */
750
750
  isTemporary?: pulumi.Input<boolean>;
751
751
  /**
@@ -753,7 +753,7 @@ export interface ProjectIdentityRole {
753
753
  */
754
754
  roleSlug: pulumi.Input<string>;
755
755
  /**
756
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
756
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
757
757
  */
758
758
  temporaryAccessEndTime?: pulumi.Input<string>;
759
759
  /**
@@ -909,7 +909,7 @@ export interface ProjectUserRole {
909
909
  */
910
910
  id?: pulumi.Input<string>;
911
911
  /**
912
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
912
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
913
913
  */
914
914
  isTemporary?: pulumi.Input<boolean>;
915
915
  /**
@@ -917,7 +917,7 @@ export interface ProjectUserRole {
917
917
  */
918
918
  roleSlug: pulumi.Input<string>;
919
919
  /**
920
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
920
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
921
921
  */
922
922
  temporaryAccessEndTime?: pulumi.Input<string>;
923
923
  /**
@@ -1377,7 +1377,7 @@ export interface SecretSyncAwsSecretsManagerDestinationConfig {
1377
1377
  */
1378
1378
  awsRegion: pulumi.Input<string>;
1379
1379
  /**
1380
- * The name of the AWS secret to map to. This only applies when mapping_behavior is set to 'many-to-one'.
1380
+ * The name of the AWS secret to map to. This only applies when<span pulumi-lang-nodejs=" mappingBehavior " pulumi-lang-dotnet=" MappingBehavior " pulumi-lang-go=" mappingBehavior " pulumi-lang-python=" mapping_behavior " pulumi-lang-yaml=" mappingBehavior " pulumi-lang-java=" mappingBehavior "> mapping_behavior </span>is set to 'many-to-one'.
1381
1381
  */
1382
1382
  awsSecretsManagerSecretName?: pulumi.Input<string>;
1383
1383
  /**
@@ -1623,11 +1623,11 @@ export interface SecretSyncGithubDestinationConfig {
1623
1623
  */
1624
1624
  repositoryEnvironment?: pulumi.Input<string>;
1625
1625
  /**
1626
- * The repository to sync the secrets to, required if scope is `repository` or `repository-environment`. This is only the name of the repository, without the repository owner included. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `go-sdk` here.
1626
+ * The repository to sync the secrets to, required if scope is <span pulumi-lang-nodejs="`repository`" pulumi-lang-dotnet="`Repository`" pulumi-lang-go="`repository`" pulumi-lang-python="`repository`" pulumi-lang-yaml="`repository`" pulumi-lang-java="`repository`">`repository`</span> or `repository-environment`. This is only the name of the repository, without the repository owner included. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `go-sdk` here.
1627
1627
  */
1628
1628
  repositoryName?: pulumi.Input<string>;
1629
1629
  /**
1630
- * The owner of the Github repository, required if scope is `repository`, `repository-environment`, or `organization`. This is the organization name, or the username for personal repositories. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `Infisical` here.
1630
+ * The owner of the Github repository, required if scope is <span pulumi-lang-nodejs="`repository`" pulumi-lang-dotnet="`Repository`" pulumi-lang-go="`repository`" pulumi-lang-python="`repository`" pulumi-lang-yaml="`repository`" pulumi-lang-java="`repository`">`repository`</span>, `repository-environment`, or <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span>. This is the organization name, or the username for personal repositories. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `Infisical` here.
1631
1631
  */
1632
1632
  repositoryOwner?: pulumi.Input<string>;
1633
1633
  /**
@@ -1635,11 +1635,11 @@ export interface SecretSyncGithubDestinationConfig {
1635
1635
  */
1636
1636
  scope: pulumi.Input<string>;
1637
1637
  /**
1638
- * The repository ids to sync the secrets to, required if scope is `organization` and the visibility field is set to `selected`
1638
+ * The repository ids to sync the secrets to, required if scope is <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span> and the visibility field is set to <span pulumi-lang-nodejs="`selected`" pulumi-lang-dotnet="`Selected`" pulumi-lang-go="`selected`" pulumi-lang-python="`selected`" pulumi-lang-yaml="`selected`" pulumi-lang-java="`selected`">`selected`</span>
1639
1639
  */
1640
1640
  selectedRepositoryIds?: pulumi.Input<pulumi.Input<number>[]>;
1641
1641
  /**
1642
- * The visibility of the Github repository, required if scope is `organization`. Accepted values are: `all`|`private`|`selected`
1642
+ * The visibility of the Github repository, required if scope is <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span>. Accepted values are: <span pulumi-lang-nodejs="`all`" pulumi-lang-dotnet="`All`" pulumi-lang-go="`all`" pulumi-lang-python="`all`" pulumi-lang-yaml="`all`" pulumi-lang-java="`all`">`all`</span>|<span pulumi-lang-nodejs="`private`" pulumi-lang-dotnet="`Private`" pulumi-lang-go="`private`" pulumi-lang-python="`private`" pulumi-lang-yaml="`private`" pulumi-lang-java="`private`">`private`</span>|<span pulumi-lang-nodejs="`selected`" pulumi-lang-dotnet="`Selected`" pulumi-lang-go="`selected`" pulumi-lang-python="`selected`" pulumi-lang-yaml="`selected`" pulumi-lang-java="`selected`">`selected`</span>
1643
1643
  */
1644
1644
  visibility?: pulumi.Input<string>;
1645
1645
  }
@@ -748,7 +748,7 @@ export interface IntegrationAwsSecretsManagerOptions {
748
748
  */
749
749
  awsTags?: outputs.IntegrationAwsSecretsManagerOptionsAwsTag[];
750
750
  /**
751
- * The sync mode for AWS tags. The supported options are `secret-metadata` and `custom`. If `secret-metadata` is selected, the metadata of the Infisical secrets are used as tags in AWS (only supported for one-to-one integrations). If `custom` is selected, then the key/value pairs in the `aws_tags` field is used.
751
+ * The sync mode for AWS tags. The supported options are `secret-metadata` and <span pulumi-lang-nodejs="`custom`" pulumi-lang-dotnet="`Custom`" pulumi-lang-go="`custom`" pulumi-lang-python="`custom`" pulumi-lang-yaml="`custom`" pulumi-lang-java="`custom`">`custom`</span>. If `secret-metadata` is selected, the metadata of the Infisical secrets are used as tags in AWS (only supported for one-to-one integrations). If <span pulumi-lang-nodejs="`custom`" pulumi-lang-dotnet="`Custom`" pulumi-lang-go="`custom`" pulumi-lang-python="`custom`" pulumi-lang-yaml="`custom`" pulumi-lang-java="`custom`">`custom`</span> is selected, then the key/value pairs in the <span pulumi-lang-nodejs="`awsTags`" pulumi-lang-dotnet="`AwsTags`" pulumi-lang-go="`awsTags`" pulumi-lang-python="`aws_tags`" pulumi-lang-yaml="`awsTags`" pulumi-lang-java="`awsTags`">`aws_tags`</span> field is used.
752
752
  */
753
753
  metadataSyncMode?: string;
754
754
  /**
@@ -778,7 +778,7 @@ export interface IntegrationGcpSecretManagerOptions {
778
778
  }
779
779
  export interface ProjectGroupRole {
780
780
  /**
781
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
781
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
782
782
  */
783
783
  isTemporary?: boolean;
784
784
  /**
@@ -818,7 +818,7 @@ export interface ProjectIdentityRole {
818
818
  */
819
819
  id: string;
820
820
  /**
821
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
821
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
822
822
  */
823
823
  isTemporary: boolean;
824
824
  /**
@@ -826,7 +826,7 @@ export interface ProjectIdentityRole {
826
826
  */
827
827
  roleSlug: string;
828
828
  /**
829
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
829
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
830
830
  */
831
831
  temporaryAccessEndTime: string;
832
832
  /**
@@ -982,7 +982,7 @@ export interface ProjectUserRole {
982
982
  */
983
983
  id: string;
984
984
  /**
985
- * Flag to indicate the assigned role is temporary or not. When is_temporary is true fields temporary_mode, temporary_range and temporary_access_start_time is required.
985
+ * Flag to indicate the assigned role is temporary or not. When<span pulumi-lang-nodejs=" isTemporary " pulumi-lang-dotnet=" IsTemporary " pulumi-lang-go=" isTemporary " pulumi-lang-python=" is_temporary " pulumi-lang-yaml=" isTemporary " pulumi-lang-java=" isTemporary "> is_temporary </span>is true fields temporary_mode,<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and<span pulumi-lang-nodejs=" temporaryAccessStartTime " pulumi-lang-dotnet=" TemporaryAccessStartTime " pulumi-lang-go=" temporaryAccessStartTime " pulumi-lang-python=" temporary_access_start_time " pulumi-lang-yaml=" temporaryAccessStartTime " pulumi-lang-java=" temporaryAccessStartTime "> temporary_access_start_time </span>is required.
986
986
  */
987
987
  isTemporary: boolean;
988
988
  /**
@@ -990,7 +990,7 @@ export interface ProjectUserRole {
990
990
  */
991
991
  roleSlug: string;
992
992
  /**
993
- * ISO time for which temporary access will end. Computed based on temporary_range and temporary_access_start_time
993
+ * ISO time for which temporary access will end. Computed based on<span pulumi-lang-nodejs=" temporaryRange " pulumi-lang-dotnet=" TemporaryRange " pulumi-lang-go=" temporaryRange " pulumi-lang-python=" temporary_range " pulumi-lang-yaml=" temporaryRange " pulumi-lang-java=" temporaryRange "> temporary_range </span>and temporary_access_start_time
994
994
  */
995
995
  temporaryAccessEndTime: string;
996
996
  /**
@@ -1388,7 +1388,7 @@ export interface SecretSyncAwsSecretsManagerDestinationConfig {
1388
1388
  */
1389
1389
  awsRegion: string;
1390
1390
  /**
1391
- * The name of the AWS secret to map to. This only applies when mapping_behavior is set to 'many-to-one'.
1391
+ * The name of the AWS secret to map to. This only applies when<span pulumi-lang-nodejs=" mappingBehavior " pulumi-lang-dotnet=" MappingBehavior " pulumi-lang-go=" mappingBehavior " pulumi-lang-python=" mapping_behavior " pulumi-lang-yaml=" mappingBehavior " pulumi-lang-java=" mappingBehavior "> mapping_behavior </span>is set to 'many-to-one'.
1392
1392
  */
1393
1393
  awsSecretsManagerSecretName?: string;
1394
1394
  /**
@@ -1634,11 +1634,11 @@ export interface SecretSyncGithubDestinationConfig {
1634
1634
  */
1635
1635
  repositoryEnvironment?: string;
1636
1636
  /**
1637
- * The repository to sync the secrets to, required if scope is `repository` or `repository-environment`. This is only the name of the repository, without the repository owner included. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `go-sdk` here.
1637
+ * The repository to sync the secrets to, required if scope is <span pulumi-lang-nodejs="`repository`" pulumi-lang-dotnet="`Repository`" pulumi-lang-go="`repository`" pulumi-lang-python="`repository`" pulumi-lang-yaml="`repository`" pulumi-lang-java="`repository`">`repository`</span> or `repository-environment`. This is only the name of the repository, without the repository owner included. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `go-sdk` here.
1638
1638
  */
1639
1639
  repositoryName?: string;
1640
1640
  /**
1641
- * The owner of the Github repository, required if scope is `repository`, `repository-environment`, or `organization`. This is the organization name, or the username for personal repositories. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `Infisical` here.
1641
+ * The owner of the Github repository, required if scope is <span pulumi-lang-nodejs="`repository`" pulumi-lang-dotnet="`Repository`" pulumi-lang-go="`repository`" pulumi-lang-python="`repository`" pulumi-lang-yaml="`repository`" pulumi-lang-java="`repository`">`repository`</span>, `repository-environment`, or <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span>. This is the organization name, or the username for personal repositories. As an example if you have a repository called Infisical/go-sdk, you would only need to provide `Infisical` here.
1642
1642
  */
1643
1643
  repositoryOwner?: string;
1644
1644
  /**
@@ -1646,11 +1646,11 @@ export interface SecretSyncGithubDestinationConfig {
1646
1646
  */
1647
1647
  scope: string;
1648
1648
  /**
1649
- * The repository ids to sync the secrets to, required if scope is `organization` and the visibility field is set to `selected`
1649
+ * The repository ids to sync the secrets to, required if scope is <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span> and the visibility field is set to <span pulumi-lang-nodejs="`selected`" pulumi-lang-dotnet="`Selected`" pulumi-lang-go="`selected`" pulumi-lang-python="`selected`" pulumi-lang-yaml="`selected`" pulumi-lang-java="`selected`">`selected`</span>
1650
1650
  */
1651
1651
  selectedRepositoryIds?: number[];
1652
1652
  /**
1653
- * The visibility of the Github repository, required if scope is `organization`. Accepted values are: `all`|`private`|`selected`
1653
+ * The visibility of the Github repository, required if scope is <span pulumi-lang-nodejs="`organization`" pulumi-lang-dotnet="`Organization`" pulumi-lang-go="`organization`" pulumi-lang-python="`organization`" pulumi-lang-yaml="`organization`" pulumi-lang-java="`organization`">`organization`</span>. Accepted values are: <span pulumi-lang-nodejs="`all`" pulumi-lang-dotnet="`All`" pulumi-lang-go="`all`" pulumi-lang-python="`all`" pulumi-lang-yaml="`all`" pulumi-lang-java="`all`">`all`</span>|<span pulumi-lang-nodejs="`private`" pulumi-lang-dotnet="`Private`" pulumi-lang-go="`private`" pulumi-lang-python="`private`" pulumi-lang-yaml="`private`" pulumi-lang-java="`private`">`private`</span>|<span pulumi-lang-nodejs="`selected`" pulumi-lang-dotnet="`Selected`" pulumi-lang-go="`selected`" pulumi-lang-python="`selected`" pulumi-lang-yaml="`selected`" pulumi-lang-java="`selected`">`selected`</span>
1654
1654
  */
1655
1655
  visibility?: string;
1656
1656
  }
package/dist/utilities.js CHANGED
@@ -125,11 +125,11 @@ async function getPackage() {
125
125
  const monitor = runtime.getMonitor();
126
126
  const params = new resproto.Parameterization();
127
127
  params.setName("infisical");
128
- params.setVersion("0.15.39");
129
- params.setValue(Uint8Array.from(atob("eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNS4zOSJ9fQ=="), c => c.charCodeAt(0)));
128
+ params.setVersion("0.15.41");
129
+ params.setValue(Uint8Array.from(atob("eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNS40MSJ9fQ=="), c => c.charCodeAt(0)));
130
130
  const req = new resproto.RegisterPackageRequest();
131
131
  req.setName("terraform-provider");
132
- req.setVersion("0.14.0");
132
+ req.setVersion("1.0.1");
133
133
  req.setDownloadUrl("");
134
134
  req.setParameterization(params);
135
135
  const resp = await new Promise((resolve, reject) => {
@@ -1 +1 @@
1
- {"version":3,"file":"utilities.js","sourceRoot":"","sources":["../src/utilities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utilities.js","sourceRoot":"","sources":["../src/utilities.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,2EAA6D;AAC7D,mDAAqC;AAErC,gEAAkD;AAGlD,SAAgB,MAAM,CAAC,GAAG,IAAc;IACpC,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE;QAClB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,KAAK,EAAE;YACP,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AARD,wBAQC;AAED,SAAgB,aAAa,CAAC,GAAG,IAAc;IAC3C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,uGAAuG;QACvG,yDAAyD;QACzD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC1E,OAAO,IAAI,CAAC;SACf;QACD,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,SAAS,EAAE;YAC7E,OAAO,KAAK,CAAC;SAChB;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AAbD,sCAaC;AAED,SAAgB,YAAY,CAAC,GAAG,IAAc;IAC1C,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC;IAC1B,IAAI,CAAC,KAAK,SAAS,EAAE;QACjB,MAAM,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;QACxB,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YACX,OAAO,CAAC,CAAC;SACZ;KACJ;IACD,OAAO,SAAS,CAAC;AACrB,CAAC;AATD,oCASC;AAED,SAAgB,UAAU;IACtB,IAAI,OAAO,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAAO,CAAC;IACjD,6EAA6E;IAC7E,iCAAiC;IACjC,IAAI,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC5B,OAAO,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC9B;IACD,OAAO,OAAO,CAAC;AACnB,CAAC;AARD,gCAQC;AAED,gBAAgB;AAChB,SAAgB,oBAAoB;IAChC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,EAAE,CAAC;AACrC,CAAC;AAFD,oDAEC;AAED,gBAAgB;AAChB,SAAgB,QAAQ,CAAC,OAAY,EAAE,KAAe,EAAE,UAAe;IACnE,KAAK,IAAI,QAAQ,IAAI,KAAK,EAAE;QACxB,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;YACrC,UAAU,EAAE,IAAI;YAChB,GAAG,EAAE;gBACD,OAAO,UAAU,EAAE,CAAC,QAAQ,CAAC,CAAC;YAClC,CAAC;SACJ,CAAC,CAAC;KACN;AACL,CAAC;AATD,4BASC;AAED,gBAAgB;AACT,KAAK,UAAU,SAAS,CAC3B,GAAW,EACX,KAAoB,EACpB,GAAqB,EACrB,IAA0B;IAE1B,MAAM,CAAC,GAAQ,OAAO,CAAC,IAAI,CAAI,GAAG,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC;IAChD,MAAM,KAAK,GAAG,MAAM,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrD,MAAM,OAAO,GAAG,MAAM,CAAC,CAAC,OAAO,CAAC;IAChC,MAAM,QAAQ,GAAG,MAAM,CAAC,CAAC,QAAQ,CAAC;IAClC,MAAM,OAAO,GACT,CAAC,OAAO,CAAC,CAAC,CAAC,kBAAkB;QAC7B,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,gBAAgB;YAC7B,CAAC,CAAC,SAAS,CAAC;IAChB,sGAAsG;IACtG,IAAI,OAAO,EAAE;QACT,MAAM,IAAI,KAAK,CAAC,0BAA0B,GAAG,0BAA0B,OAAO,IAAI;YAC9E,iFAAiF,CAAC,CAAC;KAC1F;IACD,0CAA0C;IAC1C,IAAI,IAAI,IAAI,IAAI,CAAC,QAAQ,EAAE;QACvB,OAAO,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC/B;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAxBD,8BAwBC;AAED,MAAM,YAAY,GAAG,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;AACvC,IAAI,WAAW,GAAwB,SAAS,CAAC;AAC1C,KAAK,UAAU,UAAU;IAC/B,IAAI,WAAW,KAAK,SAAS,EAAE;QAC9B,IAAI,CAAC,OAAO,CAAC,wBAAwB,EAAE,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,gFAAgF,CAAC,CAAC;SAClG;QAED,MAAM,YAAY,CAAC,OAAO,EAAE,CAAC;QAC7B,IAAI,WAAW,KAAK,SAAS,EAAE;YAC9B,MAAM,OAAO,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;YACrC,MAAM,MAAM,GAAG,IAAI,QAAQ,CAAC,gBAAgB,EAAE,CAAC;YAC/C,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;YAC5B,MAAM,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;YAC7B,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,kHAAkH,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YAEjL,MAAM,GAAG,GAAG,IAAI,QAAQ,CAAC,sBAAsB,EAAE,CAAC;YAClD,GAAG,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;YAClC,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;YACxB,GAAG,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;YACvB,GAAG,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;YAChC,MAAM,IAAI,GAAS,MAAM,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;gBACxD,OAAQ,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC,GAAQ,EAAE,IAAS,EAAE,EAAE;oBACrD,IAAI,GAAG,EAAE;wBACR,MAAM,CAAC,GAAG,CAAC,CAAC;qBACZ;yBAAM;wBACN,OAAO,CAAC,IAAI,CAAC,CAAC;qBACd;gBACF,CAAC,CAAC,CAAC;YACJ,CAAC,CAAC,CAAC;YACH,WAAW,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;SAC5B;QACD,YAAY,CAAC,OAAO,EAAE,CAAC;KACvB;IACD,OAAO,WAAqB,CAAC;AAC9B,CAAC;AAjCD,gCAiCC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapslaj/pulumi-infisical",
3
- "version": "0.15.39",
3
+ "version": "0.15.41",
4
4
  "description": "A Pulumi provider dynamically bridged from infisical.",
5
5
  "repository": "https://github.com/sapslaj/pulumi-infisical",
6
6
  "main": "dist/index.js",
@@ -16,11 +16,11 @@
16
16
  "pulumi": {
17
17
  "resource": true,
18
18
  "name": "terraform-provider",
19
- "version": "0.14.0",
19
+ "version": "1.0.1",
20
20
  "parameterization": {
21
21
  "name": "infisical",
22
- "version": "0.15.39",
23
- "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNS4zOSJ9fQ=="
22
+ "version": "0.15.41",
23
+ "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL2luZmlzaWNhbC9pbmZpc2ljYWwiLCJ2ZXJzaW9uIjoiMC4xNS40MSJ9fQ=="
24
24
  }
25
25
  },
26
26
  "types": "dist/index.d.ts"