@pulumi/snowflake 2.9.0 → 2.9.1-alpha.1762573046
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/authenticationPolicy.d.ts +3 -3
- package/config/vars.d.ts +1 -1
- package/package.json +2 -2
- package/provider.d.ts +1 -1
|
@@ -55,7 +55,7 @@ export declare class AuthenticationPolicy extends pulumi.CustomResource {
|
|
|
55
55
|
*/
|
|
56
56
|
readonly mfaAuthenticationMethods: pulumi.Output<string[] | undefined>;
|
|
57
57
|
/**
|
|
58
|
-
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
58
|
+
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). Note that when you set this value to OPTIONAL, and your account setup forces users to enroll in MFA, then Snowflake may set quietly this value to `REQUIRED_PASSWORD_ONLY`, which may cause permadiff. In this case, you may want to adjust this field value.
|
|
59
59
|
*/
|
|
60
60
|
readonly mfaEnrollment: pulumi.Output<string | undefined>;
|
|
61
61
|
/**
|
|
@@ -130,7 +130,7 @@ export interface AuthenticationPolicyState {
|
|
|
130
130
|
*/
|
|
131
131
|
mfaAuthenticationMethods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
132
|
/**
|
|
133
|
-
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
133
|
+
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). Note that when you set this value to OPTIONAL, and your account setup forces users to enroll in MFA, then Snowflake may set quietly this value to `REQUIRED_PASSWORD_ONLY`, which may cause permadiff. In this case, you may want to adjust this field value.
|
|
134
134
|
*/
|
|
135
135
|
mfaEnrollment?: pulumi.Input<string>;
|
|
136
136
|
/**
|
|
@@ -189,7 +189,7 @@ export interface AuthenticationPolicyArgs {
|
|
|
189
189
|
*/
|
|
190
190
|
mfaAuthenticationMethods?: pulumi.Input<pulumi.Input<string>[]>;
|
|
191
191
|
/**
|
|
192
|
-
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA).
|
|
192
|
+
* Determines whether a user must enroll in multi-factor authentication. Valid values are (case-insensitive): `REQUIRED` | `REQUIRED_PASSWORD_ONLY` | `OPTIONAL`. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the `clientTypes` parameter must include `snowflakeUi`, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). Note that when you set this value to OPTIONAL, and your account setup forces users to enroll in MFA, then Snowflake may set quietly this value to `REQUIRED_PASSWORD_ONLY`, which may cause permadiff. In this case, you may want to adjust this field value.
|
|
193
193
|
*/
|
|
194
194
|
mfaEnrollment?: pulumi.Input<string>;
|
|
195
195
|
/**
|
package/config/vars.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ export declare const driverTracing: string | undefined;
|
|
|
44
44
|
*/
|
|
45
45
|
export declare const enableSingleUseRefreshTokens: boolean | undefined;
|
|
46
46
|
/**
|
|
47
|
-
* A list of experimental features. Similarly to preview features, they are not yet stable features of the provider. Enabling given experiment is still considered a preview feature, even when applied to the stable resource. These switches offer experiments altering the provider behavior. If the given experiment is successful, it can be considered an addition in the future provider versions. This field can not be set with environmental variables. Valid options are: `WAREHOUSE_SHOW_IMPROVED_PERFORMANCE`.
|
|
47
|
+
* A list of experimental features. Similarly to preview features, they are not yet stable features of the provider. Enabling given experiment is still considered a preview feature, even when applied to the stable resource. These switches offer experiments altering the provider behavior. If the given experiment is successful, it can be considered an addition in the future provider versions. This field can not be set with environmental variables. Valid options are: `PARAMETERS_IGNORE_VALUE_CHANGES_IF_NOT_ON_OBJECT_LEVEL` | `WAREHOUSE_SHOW_IMPROVED_PERFORMANCE`.
|
|
48
48
|
*/
|
|
49
49
|
export declare const experimentalFeaturesEnableds: string[] | undefined;
|
|
50
50
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/snowflake",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1-alpha.1762573046",
|
|
4
4
|
"description": "A Pulumi package for creating and managing snowflake cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "snowflake",
|
|
26
|
-
"version": "2.9.
|
|
26
|
+
"version": "2.9.1-alpha.1762573046"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/provider.d.ts
CHANGED
|
@@ -202,7 +202,7 @@ export interface ProviderArgs {
|
|
|
202
202
|
*/
|
|
203
203
|
enableSingleUseRefreshTokens?: pulumi.Input<boolean>;
|
|
204
204
|
/**
|
|
205
|
-
* A list of experimental features. Similarly to preview features, they are not yet stable features of the provider. Enabling given experiment is still considered a preview feature, even when applied to the stable resource. These switches offer experiments altering the provider behavior. If the given experiment is successful, it can be considered an addition in the future provider versions. This field can not be set with environmental variables. Valid options are: `WAREHOUSE_SHOW_IMPROVED_PERFORMANCE`.
|
|
205
|
+
* A list of experimental features. Similarly to preview features, they are not yet stable features of the provider. Enabling given experiment is still considered a preview feature, even when applied to the stable resource. These switches offer experiments altering the provider behavior. If the given experiment is successful, it can be considered an addition in the future provider versions. This field can not be set with environmental variables. Valid options are: `PARAMETERS_IGNORE_VALUE_CHANGES_IF_NOT_ON_OBJECT_LEVEL` | `WAREHOUSE_SHOW_IMPROVED_PERFORMANCE`.
|
|
206
206
|
*/
|
|
207
207
|
experimentalFeaturesEnableds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
208
208
|
/**
|