Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Enhancement: marking password parameter as "hidden" #267

@gfursin

Description

@gfursin

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!!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions