Allows for the creation and modification of a Snowflake User. https://docs.snowflake.com/en/user-guide/admin-user-management.html
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Type" : "Snowflake::User::User", "Properties" : { "Name" : String, "Password" : String, "LoginName" : String, "DisplayName" : String, "FirstName" : String, "MiddleName" : String, "LastName" : String, "Email" : String, "MustChangePassword" : Boolean, "Disabled" : Boolean, "DaysToExpiry" : Integer, "MinsToUnlock" : Integer, "DefaultWarehouse" : String, "DefaultRole" : String, "MinsToBypassMfa" : Integer, "RsaPublicKey" : String, "RsaPublicKey2" : String, "Comment" : String } }
Type: Snowflake::User::User Properties: Name: String Password: String LoginName: String DisplayName: String FirstName: String MiddleName: String LastName: String Email: String MustChangePassword: Boolean Disabled: Boolean DaysToExpiry: Integer MinsToUnlock: Integer DefaultWarehouse: String DefaultRole: String MinsToBypassMfa: Integer RsaPublicKey: String RsaPublicKey2: String Comment: String
Identifier for the user; must be unique for your account.
Required: Yes
Type: String
Update requires: Replacement
The password for the user
Required: Yes
Type: String
Update requires: No interruption
Name that the user enters to log into the system. Login names for users must be unique across your entire account.
Required: No
Type: String
Update requires: No interruption
Name displayed for the user in the Snowflake web interface.
Required: No
Type: String
Update requires: No interruption
First name of the user.
Required: No
Type: String
Update requires: No interruption
Middle name of the user.
Required: No
Type: String
Update requires: No interruption
Last name of the user.
Required: No
Type: String
Update requires: No interruption
Email address for the user.
Required: No
Type: String
Update requires: No interruption
Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system.
Required: No
Type: Boolean
Update requires: No interruption
Specifies whether the user is disabled.
Required: No
Type: Boolean
Update requires: No interruption
Specifies the number of days after which the user status is set to Expired and the user is no longer allowed to log in.
Required: No
Type: Integer
Update requires: No interruption
Specifies the number of minutes until the temporary lock on the user login is cleared.
Required: No
Type: Integer
Update requires: No interruption
Specifies the namespace (database only or database and schema) that is active by default for the user's session upon login.
Required: No
Type: String
Update requires: No interruption
Specifies the primary role that is active by default for the user's session upon login.
Required: No
Type: String
Update requires: No interruption
Specifies the number of minutes to temporarily bypass MFA for the user.
Required: No
Type: Integer
Update requires: No interruption
Specifies the user's RSA public key; used for key pair authentication.
Required: No
Type: String
Update requires: No interruption
Specifies the user's second RSA public key; used to rotate the public and private keys for key pair authentication based on an expiration schedule set by your organization.
Required: No
Type: String
Update requires: No interruption
Specifies a comment for the user.
Required: No
Type: String
Update requires: No interruption
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref returns the Name.