username

@get:Input
@get:Optional
abstract val username: Property<String>

Username to use when authenticating with the registry. Should always be specified together with a password. Either authToken, auth or username + password should be provided.