WriteCredential/en: Porovnání verzí
(Založena nová stránka s textem „== Description ==“) |
|||
| (Není zobrazeno 17 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 7: | Řádek 7: | ||
'''Alias: WC''' | '''Alias: WC''' | ||
| − | ''' | + | '''Writes the credentials to the credential manager.''' |
| − | + | Writes the value in the [[#data-|Data]] parameter together with the [[#username-|UserName]] in the credentials manager under [[#targetname-|TargetName]]. | |
| − | == | + | == Input parameters == |
<span id="targetname-"></span> | <span id="targetname-"></span> | ||
=== TargetName === | === TargetName === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Name of the credentials. | |
<span id="username-"></span> | <span id="username-"></span> | ||
=== UserName === | === UserName === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Username. | |
<span id="data-"></span> | <span id="data-"></span> | ||
=== Data === | === Data === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Credentials data. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not execute. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 2. 2. 2021, 15:51
Obsah
Description
Alias: WC
Writes the credentials to the credential manager.
Writes the value in the Data parameter together with the UserName in the credentials manager under TargetName.
Input parameters
TargetName
Type String
Name of the credentials.
UserName
Type String
Username.
Data
Type String
Credentials data.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not execute.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.