ReadCredential/en: Porovnání verzí
(Založena nová stránka s textem „Reads the credentials with the name specified by the TargetName parameter from the credentials manager.“) |
(Založena nová stránka s textem „Credentials data“) |
||
| (Není zobrazeno 13 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 11: | Řádek 11: | ||
Reads the credentials with the name specified by the [[#targetname-| TargetName]] parameter from the credentials manager. | Reads the credentials with the name specified by the [[#targetname-| TargetName]] parameter from the credentials manager. | ||
| − | == | + | == Input parameters == |
<span id="targetname-"></span> | <span id="targetname-"></span> | ||
=== TargetName === | === TargetName === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Name of the requested credentials. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Data types#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== 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 == |
=== UserName === | === UserName === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Username | |
=== Data === | === Data === | ||
| − | + | Type [[Special:MyLanguage/Data types#String | String]] | |
| − | + | Credentials data | |
Aktuální verze z 29. 1. 2021, 12:53
Obsah
Description
Alias: RC
Reads the credentials from the credentials manager.
Reads the credentials with the name specified by the TargetName parameter from the credentials manager.
Input parameters
TargetName
Type String
Name of the requested credentials.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
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.
Output parameters
UserName
Type String
Username
Data
Type String
Credentials data