Use this resource to manage a privilege for an application
resource "nexus_privilege_application" "example" {
name = "example_privilege"
description = "description"
actions = ["ADD", "READ", "EDIT", "DELETE"]
domain = "domain"
}
actions
(List of String) A list of allowed actions. For a list of applicable values see https://help.sonatype.com/repomanager3/nexus-repository-administration/access-control/privileges#Privileges-PrivilegeTypesdomain
(String) A domainname
(String) The name of the privilege. This value cannot be changed.description
(String) A descriptionImport is supported using the following syntax:
# import using the name of the privilege
terraform import nexus_privilege_application.example name