get_libvirt_requested_credential_defresult
Description:
[ Version ( since = "1.19.52" ) ]
public string get_libvirt_requested_credential_defresult (int32 index) throws Error
public string get_libvirt_requested_credential_defresult (int32 index) throws Error
default result of i'th requested credential
Get the default result (provided by libvirt) for the index
'th requested credential. If libvirt did not provide a default result,
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 |