github.com/DelineaXPM/dsv-cli@v1.40.6/cicd-integration/data/policy.json (about)

     1  {
     2    "permissionDocument": [
     3      {
     4        "actions": [
     5          "<.*>"
     6        ],
     7        "conditions": {},
     8        "description": "Test Policy",
     9        "effect": "allow",
    10        "subjects": [
    11          "users:{{.USER1_NAME}}"
    12        ]
    13      }
    14    ]
    15  }