CONNECTOR_RESTRICTED_USAGE #74
-
I am exploring the Usage control policies with the latest versions of DSC. For the CONNECTOR_RESTRICTED_USAGE, I am not sure what to give for the rightOperand. I checked the ontology file and the idsc:SYSTEM points to target system URI, I am not sure what to give?
|
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
"ids:rightOperand": { "@value": "https://connector1:8080/api/ids/data", "@type": "xsd:anyURI" },
should point to the connector's id. The matching of the IDs only works, if the connector's@id
in theconfig.json
is set correctly.