PSCredential Execution Parameter Response
data class PSCredentialExecutionParameterResponse(val name: String, val password: String? = null, val type: String, val username: String? = null)
a powershell credential object
Constructors
Link copied to clipboard
fun PSCredentialExecutionParameterResponse(name: String, password: String? = null, type: String, username: String? = null)