InviteToken
Aspects
inviteToken
Aspect used to store invite tokens.
Schema
Relationships
Global Metadata Model
Is this page helpful?
DataHub now supports the Model Context Protocol (MCP)
Aspect used to store invite tokens.
{
"type": "record",
"Aspect": {
"name": "inviteToken"
},
"name": "InviteToken",
"namespace": "com.linkedin.identity",
"fields": [
{
"type": "string",
"name": "token",
"doc": "The encrypted invite token."
},
{
"Searchable": {
"fieldName": "role",
"fieldType": "KEYWORD",
"hasValuesFieldName": "hasRole"
},
"java": {
"class": "com.linkedin.common.urn.Urn"
},
"type": [
"null",
"string"
],
"name": "role",
"default": null,
"doc": "The role that this invite token may be associated with"
}
],
"doc": "Aspect used to store invite tokens."
}