Permissions
There are 3 types of permissions in ODD Platform:
Data entity permissions are always related to particular data entity or list of data entities. Term permissions allow actions for one or several dictionary terms. Finally, management permissions are about general actions in platform (e.g. create new owner or tag etc.).
This is the full list of permissions divided by types:
Data entity permissions
DATA_ENTITY_INTERNAL_NAME_UPDATE
. Allows to edit/delete data entity's business nameDATA_ENTITY_CUSTOM_METADATA_CREATE
. Allows to create custom metadata for data entityDATA_ENTITY_CUSTOM_METADATA_UPDATE
. Allows to edit custom metadata for data entityDATA_ENTITY_CUSTOM_METADATA_DELETE
. Allows to delete custom metadata for data entityDATA_ENTITY_DESCRIPTION_UPDATE
. Allows to edit/delete data entity's custom descriptionDATA_ENTITY_OWNERSHIP_CREATE
. Allows to create ownership for data entityDATA_ENTITY_OWNERSHIP_UPDATE
. Allows to edit title for data entity ownershipDATA_ENTITY_OWNERSHIP_DELETE
. Allows to delete ownership for data entityDATA_ENTITY_ADD_TO_GROUP
. Allows to add data entity to manually created groupDATA_ENTITY_DELETE_FROM_GROUP
. Allows to remove data entity from manually created groupDATA_ENTITY_TAGS_UPDATE
. Allows to edit data entity's tagsDATA_ENTITY_ADD_TERM
. Allows to add term for data entityDATA_ENTITY_DELETE_TERM
. Allows to remove term from data entityDATA_ENTITY_ALERT_RESOLVE
. Allows to resolve alerts for data entityDATASET_TEST_RUN_SET_SEVERITY
. Allows to set severity for dataset's quality testsDATASET_FIELD_INFO_UPDATE
. Allows to edit dataset's field information (description and labels)DATASET_FIELD_ENUMS_UPDATE
. Allows to edit dataset's enum valuesDATA_ENTITY_GROUP_UPDATE
. Allows to edit manually created data entity groupDATA_ENTITY_GROUP_DELETE
. Allows to delete manually created data entity groupQUERY_EXAMPLE_DATASET_CREATE
. Allows to create a link between dataset and query exampleQUERY_EXAMPLE_DATASET_DELETE.
Allows to unlink query example and datasetALL
. Includes all permissions above
Term permissions
TERM_UPDATE
. Allows to edit name/namespace and definition for termTERM_DELETE
. Allows to delete termTERM_TAGS_UPDATE
. Allows to edit tags for termTERM_OWNERSHIP_CREATE
. Allows to create ownerhip for termTERM_OWNERSHIP_UPDATE
. Allows to edit title for term ownershipTERM_OWNERSHIP_DELETE
. Allows to delete ownership for termQUERY_EXAMPLE_TERM_CREATE.
Allows to create a link between query example and termQUERY_EXAMPLE_TERM_DELETE.
Allows to unlink query example and termALL
. Includes all permissions above
Query Example permissions
QUERY_EXAMPLE_CREATE.
Allows to create query exampleQUERY_EXAMPLE_UPDATE.
Allows to edit query exampleQUERY_EXAMPLE_DELETE.
Allows to delete the query example
Management permissions
DATA_ENTITY_GROUP_CREATE
. Allows to create data entity groupTERM_CREATE
. Allows to create dictionary termDATA_SOURCE_CREATE
. Allows to create data sourceDATA_SOURCE_UPDATE
. Allows to edit data sourceDATA_SOURCE_DELETE
. Allows to delete data sourceDATA_SOURCE_TOKEN_REGENERATE
. Allows to regenerate security token for data sourceCOLLECTOR_CREATE
. Allows to create collectorCOLLECTOR_UPDATE
. Allows to edit collectorCOLLECTOR_DELETE
. Allows to delete collectorCOLLECTOR_TOKEN_REGENERATE
. Allows to regenerate security token for collectorNAMESPACE_CREATE
. Allows to create namespaceNAMESPACE_UPDATE
. Allows to edit namespaceNAMESPACE_DELETE
. Allows to delete namespaceTAG_CREATE
. Allows to create tagTAG_UPDATE
. Allows to edit tagTAG_DELETE
. Allows to delete tagLABEL_CREATE
. Allows to create labelLABEL_UPDATE
. Allows to edit labelLABEL_DELETE
. Allows to delete labelOWNER_CREATE
. Allows to create ownerOWNER_UPDATE
. Allows to edit ownerOWNER_DELETE
. Allows to delete ownerOWNER_ASSOCIATION_MANAGE
. Allows to approve/deny user-owner association requests. (for more details please check User-owner association section)OWNER_RELATION_MANAGE.
Allows to accept or decline ownership association requests and manually assign associationsDIRECT_OWNER_SYNC
. Allows to associate user with owner wihout creating association requestPOLICY_CREATE
. Allows to create policyPOLICY_UPDATE
. Allows to edit policyPOLICY_DELETE
. Allows to delete policyROLE_CREATE
. Allows to create roleROLE_UPDATE
. Allows to edit roleROLE_DELETE
. Allows to delete roleLOOKUP_TABLE_CREATE
. Allows to create a lookup tableLOOKUP_TABLE_UPDATE.
Allows to edit edit name and/or change description of the lookup tableLOOKUP_TABLE_DELETE.
Allows to delete the lookup tableLOOKUP_TABLE_DEFINITION_CREATE.
Allows to create a structure for lookup table, e. g. create columnsLOOKUP_TABLE_DEFINITION_UPDATE.
Allows to edit the definition for lookup table, e. g. modify columnsLOOKUP_TABLE_DEFINITION_DELETE.
Allows to delete the definition of lookup table, e. g. delete columnsLOOKUP_TABLE_DATA_CREATE.
Allows to create data for lookup tableLOOKUP_TABLE_DATA_UPDATE.
Allows to edit data for lookup tableLOOKUP_TABLE_DATA_DELETE.
Allows to delete lookup table dataALL
. Includes all permissions above
Last updated