@CredentialsId
mandatory
uniqueidentifier
ID of credentials to update.
@UserId
mandatory
int
ID of the user performing the update.
@ClearCache
optional
bit
If the procedure should output Cache-columns compatible with NewEdit and Execute, so that the old credential values are removed from the cache. The default is 1.
@AccountName
optional
varchar(300)
Account name, when credentials are stored encrypted in the database.
@AccountPasswordEncrypted
optional
varchar(max)
Account password, when credentials are stored encrypted in the database. Must be encrypted by a password field with the setting Encrypt as credentials
@AccountNameAppSetting
optional
varchar(100)
The name of an application setting to read the account name from, when credentials are stored in application settings.
@AccountPasswordAppSetting
optional
varchar(100)
The name of an application setting to read the password from, when credentials are stored in application settings.
@AccountNameKeyVaultSecret
optional
varchar(100)
The name of an key vault secret to read the account name from, when credentials are stored in Azure Key Vault.
@AccountPasswordKeyVaultSecret
optional
varchar(100)
The name of an key vault secret to read the password from, when credentials are stored in Azure Key Vault.