CIIdentifierResult - Global
The CIIdentifierResult script include provides methods that return the result returned by a configuration item identifier.
Use with any server-side discovery script.
CIIdentifierResult - CIIdentifierResult(Array matched, Boolean matchable, Boolean terminatedChain)
Creates an instance of the CIIdentifierResult class.
| Name | Type | Description |
|---|---|---|
| matched | Array | An array of sys_ids of matching CIs; may have any number of entries including zero. |
| matchable | Boolean | True if identifier had sufficient data to match |
| terminatedChain | Boolean | True if the identifier chain should stop processing filters. False to continue. |