Skip to content

Commit

Permalink
docs(EDC): fix businesspartner namespace in edc setup access policy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoprow committed May 13, 2024
1 parent ee2a9f7 commit 21f39c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/postman/EDC Provider Setup.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"@context\": [\n \"http://www.w3.org/ns/odrl.jsonld\",\n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\"\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_BUSINESS_PARTNER_NUMBER}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"BusinessPartnerNumber\",\n \"operator\": \"eq\",\n \"rightOperand\": \"{{CONSUMER_BPNL}}\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"BusinessPartnerNumber\": \"{{CONSUMER_BPNL}}\",\n \"dct:type\": \"HasBusinessPartnerNumber\",\n \"cx-common:version\": \"6.0\"\n }\n}",
"raw": "{\n \"@context\": [\n \"http://www.w3.org/ns/odrl.jsonld\",\n {\n \"@vocab\": \"https://w3id.org/edc/v0.0.1/ns/\",\n \"dct\": \"https://purl.org/dc/terms/\",\n \"cx-common\": \"https://w3id.org/catenax/ontology/common/\",\n \"tx\": \"https://w3id.org/tractusx/v0.0.1/ns/\"\n }\n ],\n \"@type\": \"PolicyDefinitionRequestDto\",\n \"@id\": \"{{POLICY_BUSINESS_PARTNER_NUMBER}}\",\n \"policy\": {\n \"@type\": \"Set\",\n \"profile\": \"profile2405\",\n \"permission\": [\n {\n \"action\": \"use\",\n \"constraint\": {\n \"and\": [\n {\n \"leftOperand\": \"tx:BusinessPartnerNumber\",\n \"operator\": \"eq\",\n \"rightOperand\": \"{{CONSUMER_BPNL}}\"\n }\n ]\n }\n }\n ]\n },\n \"privateProperties\": {\n \"BusinessPartnerNumber\": \"{{CONSUMER_BPNL}}\",\n \"dct:type\": \"HasBusinessPartnerNumber\",\n \"cx-common:version\": \"6.0\"\n }\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit 21f39c6

Please sign in to comment.