Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
{
"$eq": [
{
"CLAIM": "Role"
"$attribute": {
"CLAIM": "Role"
}
},
{
"$strVal": "person with legitimate interest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACCESSRULE:
ATTRIBUTES:
CLAIM("email")
CLAIM("email")
RIGHTS: READ
ACCESS: ALLOW
OBJECTS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@
}
],
"FORMULA": {
"REFERENCE": {
"$sme(\"SubmodelID-OperationalData\").machineState#value"
}
"$eq": [
{
"$attribute": {
"REFERENCE": "$sme(\"SubmodelID-OperationalData\").machineState#value"
}
},
{
"$strVal": "not-running"
}
]
}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACCESSRULE:
ATTRIBUTES:
CLAIM("companyName")
CLAIM("companyName")
RIGHTS: READ
ACCESS: ALLOW
OBJECTS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ACCESSRULE:
RIGHTS: READ
ACCESS: ALLOW
OBJECTS:
DESCRIPTOR $aasDesc("*")
DESCRIPTOR $aasdesc("*")
FORMULA:
$and(
CLAIM("BusinessPartnerNumber") $eq "BPNL00000000000A",
Expand All @@ -19,7 +19,7 @@ ACCESSRULE:
)
)
FILTER:
FRAGMENT "$aasdesc#specificAssetIds[]"
FRAGMENT: $aasdesc#specificAssetIds[]
CONDITION:
$or(
$match(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"OBJECTS": [
{
"DESCRIPTOR": "$aasDesc(\"*\")"
"DESCRIPTOR": "$aasdesc(\"*\")"
}
],
"FORMULA": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "Properties",
"objects": [
{
"REFERABLE": "$sme("\https://s1.com\").p1"
"REFERABLE": "$sme(\"https://s1.com\").p1"
},
{
"REFERABLE": "$sme(\"https://s1.com\").p2"
Expand Down
Loading