---
title: TrustedDirectoryService
description: Configure the PingGateway TrustedDirectoryService to manage a list of trusted directory configurations supported by an application
component: pinggateway
version: 2026
page_id: pinggateway:reference:TrustedDirectoryService
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/TrustedDirectoryService.html
revdate: 2025-08-18T14:57:01Z
section_ids:
  usage: Usage
  properties: Properties
  more_information: More information
---

# TrustedDirectoryService

Service to access each [TrustedDirectory](TrustedDirectory.html) this application supports.

## Usage

```none
{
  "name": string,
  "type": "TrustedDirectoryService",
  "config": {
    "trustedDirectories": [ TrustedDirectory reference ]
  }
}
```

## Properties

* `"trustedDirectories"`: *array of TrustedDirectory [references](preface.html#definition-reference), required*

  This list of [TrustedDirectory](TrustedDirectory.html) configurations this application supports.

## More information

[org.forgerock.openig.fapi.trusteddirectory.TrustedDirectoryService](../_attachments/apidocs/org/forgerock/openig/fapi/dcr/trusteddirectory/TrustedDirectoryService.html)
