Class ScriptCredential
- Namespace
- Skyline.DataMiner.Automation.Credentials
- Assembly
- SLManagedAutomation.dll
Represents a set of credentials declared by an automation script and resolved against the Credentials Library.
public abstract class ScriptCredential
- Inheritance
-
ScriptCredential
- Derived
- Extension Methods
Remarks
For more information about credentials in Automation, refer to Creating a set of credentials.
note
Available from DataMiner 10.6.10/10.7.0 onwards.
Properties
- Id
Gets the ID used to refer to the set of credentials in the script XML.
- LibraryCredentialId
Gets the ID of the linked credentials in the Credentials Library.
- Name
Gets the name used to refer to the set of credentials in the script XML.
- Type
Gets the type of the credentials.
Methods
- GetPassword()
Gets the password stored in the Credentials Library.
- GetToken()
Gets the token stored in the Credentials Library.
- GetUserName()
Gets the username stored in the Credentials Library.