Enum ScriptCredentialType
- Namespace
- Skyline.DataMiner.Automation.Credentials
- Assembly
- SLManagedAutomation.dll
Specifies the type of a set of credentials stored in the Credentials Library.
public enum ScriptCredentialType
Fields
Token = 2A set of credentials containing a single access token.
Unknown = 0The credentials type is unknown, i.e., the set of credentials is not correctly defined in the automation script.
UserNameAndPassword = 1A set of credentials containing a username and a password.
Remarks
note
Available from DataMiner 10.6.10/10.7.0 onwards.