ScriptCredentialInput
input
Credential used to run a script
Input Fields
credentialKind
ScriptCredentialKindInput!
required
Type of credential used to run a script.
username
String
Username used to run a script. Must not exceed 256 characters. Required when CUSTOM_CREDENTIAL is selected.
password
String
Password used to run a script. Must not exceed 256 characters. Required when CUSTOM_CREDENTIAL is selected.