Use this resource to manage the global configuration for the user-tokens.
resource "nexus_security_user_token" "nexus" {
enabled = true
protect_content = false
}
enabled
(Boolean) Activate the feature of user tokens.protect_content
(Boolean) Require user tokens for repository authentication. This does not effect UI access.Import is supported using the following syntax:
# import of the global user token configuration
terraform import nexus_security_user_token.nexus golbalUserTokenConfiguration