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
- DataHubPolicy via
IsMemberOfRole
- Corpuser via
roleMembership.roles
- Corpuser via