You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
I added functionality to CK-WA to enter mandatory parameters via console. However, password parameter in Skype is visible to everyone. Is it possible to mark all such parameters as hidden (or something like that) in all workloads? I.e.
Parameter('login_pass', kind=str, mandatory=True, **hidden=True,**
description='Password associated with the account to log into the device'),
I will then use 'getpass' function in Python to obtain this parameter ....
Thanks!!!