Use this data source to get the global user-token configuration.
data "nexus_security_user_token" "nexus" {}
output "nexus_user_token_enabled" {
description = "User Tokens enabled?"
value = data.nexus_security_user_token.nexus.enabled
}
enabled
(Boolean) Activate the feature of user tokens.id
(String) Used to identify data source at nexusprotect_content
(Boolean) Require user tokens for repository authentication. This does not effect UI access.