---
title: AuthenticationNodes
description: Auth Tree Nodes
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-authenticationnodes
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-authenticationnodes.html
section_ids:
  sec-amster-entity-authenticationnodes-realm-ops: Realm Operations
  sec-amster-entity-authenticationnodes-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-authenticationnodes-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-authenticationnodes-realm-ops-listlatestnodedefinitions: listLatestNodeDefinitions
  sec-amster-entity-authenticationnodes-realm-ops-listlatesttypes: listLatestTypes
  sec-amster-entity-authenticationnodes-realm-ops-nextdescendents: nextdescendents
---

# AuthenticationNodes

## Realm Operations

Auth Tree Nodes

Resource path:

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

Resource version: `3.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### listLatestNodeDefinitions

List the definition for each node's latest version.

**Usage**

```
am> action AuthenticationNodes --realm Realm --actionName listLatestNodeDefinitions
```

### listLatestTypes

List the latest node types available

**Usage**

```
am> action AuthenticationNodes --realm Realm --actionName listLatestTypes
```

### nextdescendents

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

**Usage**

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