Use this to get the anonymous configuration of the nexus repository manager.
data "nexus_security_anonymous" "nexus" {
}
output "nexus_anonymous_enabled" {
description = "Anonymous enabled?"
value = data.nexus_security_anonymous.nexus.enabled
}
enabled
(Boolean) Activate the anonymous access to the repository managerid
(String) Used to identify data source at nexusrealm_name
(String) The name of the used realmuser_id
(String) The user id used by anonymous access