.build(),
PropertyDefinition.builder(WORKSPACE_ALLOWED_LIST)
.name("Workspaces")
- .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}).")
+ .description("Only members of at least one of these workspace will be able to authenticate. Keep empty to disable workspace restriction. " +
+ "You can use either the workspace name, or the workspace slug (ex: https://bitbucket.org/{workspace-slug}). " +
+ "⚠ if not set, any BitBucket user will be able to authenticate to the server.")
.category(CATEGORY)
.subCategory(SUBCATEGORY)
.multiValues(true)