get_libvirt_requested_credential_prompt
Description:
[ Version ( since = "1.19.52" ) ]
public string get_libvirt_requested_credential_prompt (int32 index) throws Error
public string get_libvirt_requested_credential_prompt (int32 index) throws Error
prompt of i'th requested credential
Get the prompt (provided by libvirt) for the index
'th requested credential. If libvirt did not provide a prompt, this returns the
empty string "".
See "LIBVIRT AUTHENTICATION" in guestfs(3) for documentation and example code.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |