Resource nexus_security_user_token

Use this resource to manage the global configuration for the user-tokens.

Example Usage

resource "nexus_security_user_token" "nexus" {
  enabled         = true
  protect_content = false
}

Schema

Required

Optional

Read-Only

Import is supported using the following syntax:

# import of the global user token configuration
terraform import nexus_security_user_token.nexus golbalUserTokenConfiguration