Disable ads (and more) with a premium pass for a one time $4.99 payment
In SailPoint IdentityIQ, searchable extended attributes are stored in a relational database. This choice aligns with the structure and function of IdentityIQ, as relational databases are designed to handle structured data efficiently and allow for complex queries. This functionality is critical in identity management systems where extended attributes must be searchable to facilitate user management and reporting.
The other options do not represent how searchable extended attributes are typically stored within IdentityIQ. Text files might be used for configuration or logging purposes but are not suitable for extensive querying and relational data management. JSON format is often used for data interchange but isn't directly applicable as a storage mechanism for searchable data in this context. Although a CLOB (Character Large Object) can store large text data in databases, it is not specifically used for managing structured searchable attributes in IdentityIQ. Thus, the relational database is the correct answer, as it provides the capabilities needed for effective data organization and retrieval.