Skip to main content
Version: 0.13.0

DataHubRole

Aspects

dataHubRoleInfo

Information about a DataHub Role.

Schema
{
"type": "record",
"Aspect": {
"name": "dataHubRoleInfo"
},
"name": "DataHubRoleInfo",
"namespace": "com.linkedin.policy",
"fields": [
{
"Searchable": {
"fieldType": "TEXT_PARTIAL"
},
"type": "string",
"name": "name",
"doc": "Name of the Role"
},
{
"Searchable": {
"fieldType": "TEXT"
},
"type": "string",
"name": "description",
"doc": "Description of the Role"
},
{
"type": "boolean",
"name": "editable",
"default": false,
"doc": "Whether the role should be editable via the UI"
}
],
"doc": "Information about a DataHub Role."
}

Relationships

Incoming

These are the relationships stored in other entity's aspects

  • IsAssociatedWithRole

    • DataHubPolicy via dataHubPolicyInfo.actors.roles
  • IsMemberOfRole

    • Corpuser via roleMembership.roles
    • CorpGroup via roleMembership.roles

Global Metadata Model

Global Graph