---
title: corbaRepositoryId
description: Unique repository ID, also known as type ID, for a CORBA interface. Multiple values reflect multiple interfaces, but the list is not necessarily complete.
component: pingds
version: 8.1
page_id: pingds:schemaref:at-corbaRepositoryId
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/at-corbaRepositoryId.html
---

# corbaRepositoryId

Unique repository ID, also known as type ID, for a CORBA interface. Multiple values reflect multiple interfaces, but the list is not necessarily complete.

Although the value string can be of any syntax, the following ID styles are specified:

* IDL style: `IDL:Prefix/ModuleName/InterfaceName:VersionNumber`

  Format used for standard interface definition language (IDL) IDs.

* RMI style: `RMI:ClassName:HashCode[:SUID]`

  Format used by RMI-IIOP remote objects.

  * ClassName is the fully qualified name of the class.

  * HashCode is the result of the object's `hashCode()` method.

  * SUID is the 64-bit stream unique identifier for the serialization version of the class.

* DCE style: `DCE:UUID`

  Format used for DCE/CORBA interoperability, where the UUID represents a DCE UUID.

* Local

  The format is defined by the local Object Request Broker (ORB).

|                             |                                                                                          |
| --------------------------- | ---------------------------------------------------------------------------------------- |
| *OID*                       | 1.3.6.1.4.1.42.2.27.4.1.15                                                               |
| *Names*                     | corbaRepositoryId                                                                        |
| *Description*               | Repository ids of interfaces implemented by a CORBA object                               |
| *Syntax*                    | [DirectoryString](s-DirectoryString.html)                                                |
| *Equality matching rule*    | [caseExactMatch](mr-caseExactMatch.html)                                                 |
| *Ordering matching rule*    | [caseIgnoreOrderingMatch](mr-caseIgnoreOrderingMatch.html)                               |
| *Substring matching rule*   | [caseIgnoreSubstringsMatch](mr-caseIgnoreSubstringsMatch.html)                           |
| *Single value*              | false: multiple values allowed                                                           |
| *User modification allowed* | true                                                                                     |
| *Usage*                     | userApplications                                                                         |
| *Origin*                    | [RFC 2714](https://datatracker.ietf.org/doc/html/rfc2714)                                |
| *Schema file*               | 03-rfc2714.ldif                                                                          |
| *Used by*                   | [corbaObject](oc-corbaObject.html), [corbaObjectReference](oc-corbaObjectReference.html) |
