---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# CIIdentifierResult - Global

# CIIdentifierResult - Global {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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) {#ariaid-title2}

Creates an instance of the CIIdentifierResult class.
{#r_CIIDR-CIIdentifierResult_A_B_B__table_lkv_1h3_rt__entry__3}

| 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. |
[Table 1. Parameters]

{#r_CIIDR-CIIdentifierResult_A_B_B__table_lkv_1h3_rt}

