Skip to main content

Events defined in the "control-plane" namespace

team-roles-navigated

This event is logged when the user opens the Team Roles tab in the Project page.

JSON schema of the payload

Loading ....

Example of payload

{
"entityUrn": "urn:dmb:dp:domain:projectname:0"
}

team-roles-onboarded

This event is logged when a project is onboarded to use Team Roles, either manually by the Owner or automatically on project creation.

JSON schema of the payload

Loading ....

Example of payload

{
"subject": "user:default/john.doe_witboost.com",
"entityUrn": "urn:dmb:dp:domain:projectname:0",
"isManuallyOnboarded": false
}

team-roles-assignee-changed

This event is logged when an user is assigned or removed to one of the Team Roles of a project.

JSON schema of the payload

Loading ....

Example of payload

{
"entityUrn": "urn:dmb:dp:domain:projectname:0",
"entityType": "systemtype:default/dataproduct",
"action": "added",
"teamRole": "DATA_ACCESS_MANAGER",
"subject": "user:default/john.doe_witboost.com",
"isLimited": true
}