password

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

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