Resource nexus_privilege_application

Use this resource to manage a privilege for an application

Example Usage

resource "nexus_privilege_application" "example" {
  name        = "example_privilege"
  description = "description"
  actions     = ["ADD", "READ", "EDIT", "DELETE"]
  domain      = "domain"
}

Schema

Required

Optional

Read-Only

Import is supported using the following syntax:

# import using the name of the privilege
terraform import nexus_privilege_application.example name