Base type for Waterline Data metadata objects.
name | data type | description |
---|---|---|
name | string | |
ruleBody | string | |
ruleScope | RuleScope | |
ruleActions | array of RuleAction | |
ruleType | string | |
metadataRule | array of TagDetails | |
Properties inherited from Entity |
||
key | string | |
type | string | |
description | string | |
timeOfLastChange | number | |
timeOfCreation | number | |
restricted | array of string | |
updateable | array of string | |
viewAble | array of string | |
customProperties | array of CustomProperty |
Example
{ "name" : "...", "ruleBody" : "...", "ruleScope" : { "virtualFolders" : [ "...", "..." ], "sourcePropertyFilters" : { "property1" : "...", "property2" : "..." }, "fieldTags" : [ "...", "..." ], "resourceTags" : [ "...", "..." ], "tagStates" : [ "...", "..." ] }, "ruleActions" : [ { "actionType" : "...", "actionName" : "...", "actionDisplayName" : "...", "actionAttributes" : { "property1" : { }, "property2" : { } } }, { "actionType" : "...", "actionName" : "...", "actionDisplayName" : "...", "actionAttributes" : { "property1" : { }, "property2" : { } } } ], "ruleType" : "...", "metadataRule" : [ { "tagDetails" : [ { "domainName" : "...", "tagName" : "..." }, { "domainName" : "...", "tagName" : "..." } ] }, { "tagDetails" : [ { "domainName" : "...", "tagName" : "..." }, { "domainName" : "...", "tagName" : "..." } ] } ], "key" : "...", "type" : "...", "description" : "...", "timeOfLastChange" : 12345, "timeOfCreation" : 12345, "restricted" : [ "...", "..." ], "updateable" : [ "...", "..." ], "viewAble" : [ "...", "..." ], "customProperties" : [ { "displayName" : "...", "value" : { }, "description" : "...", "facetAble" : true, "name" : "...", "type" : "..." }, { "displayName" : "...", "value" : { }, "description" : "...", "facetAble" : true, "name" : "...", "type" : "..." } ] }