nothing changed but testing dev branch
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"type" : "PLATFORM_USERS",
|
||||
"description" : "All users in scope of the tenant",
|
||||
"usersFilter" : {
|
||||
"type" : "ALL_USERS"
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"id" : "f42154a0-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "All users"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"type" : "PLATFORM_USERS",
|
||||
"description" : "Tenant administrators",
|
||||
"usersFilter" : {
|
||||
"type" : "TENANT_ADMINISTRATORS",
|
||||
"tenantProfilesIds" : null,
|
||||
"tenantsIds" : null
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"id" : "f4226610-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Tenant administrators"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"type" : "PLATFORM_USERS",
|
||||
"description" : "In case trigger entity (e.g. created device or alarm) is owned by customer, then recipients are this customer's users, otherwise tenant admins",
|
||||
"usersFilter" : {
|
||||
"type" : "ORIGINATOR_ENTITY_OWNER_USERS"
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"id" : "f423ecb0-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Users of the entity owner"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"entity" : {
|
||||
"configuration" : {
|
||||
"type" : "PLATFORM_USERS",
|
||||
"description" : "If rule trigger is an action that affects some user (e.g. alarm assigned to user) - this user",
|
||||
"usersFilter" : {
|
||||
"type" : "AFFECTED_USER"
|
||||
}
|
||||
},
|
||||
"externalId" : null,
|
||||
"id" : {
|
||||
"entityType" : "NOTIFICATION_TARGET",
|
||||
"id" : "f42461e0-0b6a-11f1-9957-b95a9cb5ea38"
|
||||
},
|
||||
"name" : "Affected user"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user