Data Source nexus_security_anonymous

Use this to get the anonymous configuration of the nexus repository manager.

Example Usage

data "nexus_security_anonymous" "nexus" {
}

output "nexus_anonymous_enabled" {
  description = "Anonymous enabled?"
  value       = data.nexus_security_anonymous.nexus.enabled
}

Schema

Read-Only