Tag Data Type

Abstract Type
Properties
name data type constraints description
regexMaxLen number required
parentKey string  
allSensitivities array of string  
state State  
immutable boolean required
synonyms array of string  
externalSourceName string  
regEx string  
fullName string  
children array of Tag  
enable boolean required
domainKey string  
externalId string  
learningEnabled boolean required
name string  
regexMinLen number required
regexFilterClass string  
tagState TagState  
sensitivity string  
minScore number required
Properties inherited from Entity
timeOfLastChange number  
timeOfCreation number  
key string  
description string  
type string  
restricted array of string  
viewAble array of string  
updateable array of string  
richDescription string  
score number required
customProperties array of CustomProperty  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "regexMaxLen" : 12345,
  "parentKey" : "...",
  "allSensitivities" : [ "...", "..." ],
  "state" : "SUGGESTED",
  "immutable" : true,
  "synonyms" : [ "...", "..." ],
  "externalSourceName" : "...",
  "regEx" : "...",
  "fullName" : "...",
  "children" : [ {
    "regexMaxLen" : 12345,
    "parentKey" : "...",
    "allSensitivities" : [ "...", "..." ],
    "state" : "SUGGESTED",
    "immutable" : true,
    "synonyms" : [ "...", "..." ],
    "externalSourceName" : "...",
    "regEx" : "...",
    "fullName" : "...",
    "children" : [ { }, { } ],
    "enable" : true,
    "domainKey" : "...",
    "externalId" : "...",
    "learningEnabled" : true,
    "name" : "...",
    "regexMinLen" : 12345,
    "regexFilterClass" : "...",
    "tagState" : "REGEX",
    "sensitivity" : "...",
    "minScore" : 12345.0,
    "timeOfLastChange" : 12345,
    "timeOfCreation" : 12345,
    "key" : "...",
    "description" : "...",
    "type" : "...",
    "restricted" : [ "...", "..." ],
    "viewAble" : [ "...", "..." ],
    "updateable" : [ "...", "..." ],
    "richDescription" : "...",
    "score" : 12345.0,
    "customProperties" : [ {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    }, {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    } ]
  }, {
    "regexMaxLen" : 12345,
    "parentKey" : "...",
    "allSensitivities" : [ "...", "..." ],
    "state" : "REJECTED",
    "immutable" : true,
    "synonyms" : [ "...", "..." ],
    "externalSourceName" : "...",
    "regEx" : "...",
    "fullName" : "...",
    "children" : [ { }, { } ],
    "enable" : true,
    "domainKey" : "...",
    "externalId" : "...",
    "learningEnabled" : true,
    "name" : "...",
    "regexMinLen" : 12345,
    "regexFilterClass" : "...",
    "tagState" : "VALUE",
    "sensitivity" : "...",
    "minScore" : 12345.0,
    "timeOfLastChange" : 12345,
    "timeOfCreation" : 12345,
    "key" : "...",
    "description" : "...",
    "type" : "...",
    "restricted" : [ "...", "..." ],
    "viewAble" : [ "...", "..." ],
    "updateable" : [ "...", "..." ],
    "richDescription" : "...",
    "score" : 12345.0,
    "customProperties" : [ {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    }, {
      "description" : "...",
      "value" : { },
      "facetAble" : true,
      "name" : "...",
      "type" : "...",
      "displayName" : "..."
    } ]
  } ],
  "enable" : true,
  "domainKey" : "...",
  "externalId" : "...",
  "learningEnabled" : true,
  "name" : "...",
  "regexMinLen" : 12345,
  "regexFilterClass" : "...",
  "tagState" : "VALUE",
  "sensitivity" : "...",
  "minScore" : 12345.0,
  "timeOfLastChange" : 12345,
  "timeOfCreation" : 12345,
  "key" : "...",
  "description" : "...",
  "type" : "...",
  "restricted" : [ "...", "..." ],
  "viewAble" : [ "...", "..." ],
  "updateable" : [ "...", "..." ],
  "richDescription" : "...",
  "score" : 12345.0,
  "customProperties" : [ {
    "description" : "...",
    "value" : { },
    "facetAble" : true,
    "name" : "...",
    "type" : "...",
    "displayName" : "..."
  }, {
    "description" : "...",
    "value" : { },
    "facetAble" : true,
    "name" : "...",
    "type" : "...",
    "displayName" : "..."
  } ]
}