Skip to main content
Version: 0.13.0

InviteToken

Aspects

inviteToken

Aspect used to store invite tokens.

Schema
{
"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."
}

Relationships

Global Metadata Model

Global Graph