App Registry
data class AppRegistry(val identity: String? = null, val passwordSecretName: String? = null, val server: String, val username: String? = null)
Constructors
Link copied to clipboard
fun AppRegistry(identity: String? = null, passwordSecretName: String? = null, server: String, username: String? = null)