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

Is this page helpful?