---
title: AuthenticationTreesConfiguration
description: Sub-path parent for all authentication tree configuration.
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-authenticationtreesconfiguration
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-authenticationtreesconfiguration.html
section_ids:
  sec-amster-entity-authenticationtreesconfiguration-realm-ops: Realm Operations
  sec-amster-entity-authenticationtreesconfiguration-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-authenticationtreesconfiguration-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-authenticationtreesconfiguration-realm-ops-nextdescendents: nextdescendents
  sec-amster-entity-authenticationtreesconfiguration-global-ops: Global Operations
  sec-amster-entity-authenticationtreesconfiguration-global-ops-getalltypes: getAllTypes
  sec-amster-entity-authenticationtreesconfiguration-global-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-authenticationtreesconfiguration-global-ops-nextdescendents: nextdescendents
  sec-amster-entity-authenticationtreesconfiguration-global-ops-read: read
  sec-amster-entity-authenticationtreesconfiguration-global-ops-update: update
---

# AuthenticationTreesConfiguration

## Realm Operations

Sub-path parent for all authentication tree configuration.

Resource path:

```
/realm-config/authentication/authenticationtrees
```

Resource version: `0.0`

### getAllTypes

Obtain the collection of all secondary configuration types related to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --realm Realm --actionName getAllTypes
```

### getCreatableTypes

Obtain the collection of secondary configuration types that have yet to be added to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --realm Realm --actionName getCreatableTypes
```

### nextdescendents

Obtain the collection of secondary configuration instances that have been added to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --realm Realm --actionName nextdescendents
```

## Global Operations

Resource path:

```
/global-config/authentication/authenticationtrees
```

Resource version: `1.0`

### getAllTypes

Obtain the collection of all secondary configuration types related to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --global --actionName getAllTypes
```

### getCreatableTypes

Obtain the collection of secondary configuration types that have yet to be added to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --global --actionName getCreatableTypes
```

### nextdescendents

Obtain the collection of secondary configuration instances that have been added to the resource.

**Usage**

```
am> action AuthenticationTreesConfiguration --global --actionName nextdescendents
```

### read

**Usage**

```
am> read AuthenticationTreesConfiguration --global
```

### update

**Usage**

```
am> update AuthenticationTreesConfiguration --global --body body
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object"
  }
  ```
