---
title: AuthenticationModules
description: The collection of all authentication modules in a realm allows querying for all module instances.
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-authenticationmodules
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-authenticationmodules.html
section_ids:
  sec-amster-entity-authenticationmodules-realm-ops: Realm Operations
  sec-amster-entity-authenticationmodules-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-authenticationmodules-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-authenticationmodules-realm-ops-nextdescendents: nextdescendents
  sec-amster-entity-authenticationmodules-realm-ops-query: query
  sec-amster-entity-authenticationmodules-global-ops: Global Operations
  sec-amster-entity-authenticationmodules-global-ops-getalltypes: getAllTypes
  sec-amster-entity-authenticationmodules-global-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-authenticationmodules-global-ops-nextdescendents: nextdescendents
---

# AuthenticationModules

## Realm Operations

The collection of all authentication modules in a realm allows querying for all module instances.

Resource path:

```
/realm-config/authentication/modules
```

Resource version: `0.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### query

Query for authentication module instances

**Usage**

```
am> query AuthenticationModules --realm Realm --filter filter
```

**Parameters**

* *\--filter*

  A CREST formatted query filter, where "true" will query all. Fields that can be queried: \[\_id]

## Global Operations

Global and default configuration for authentication modules

Resource path:

```
/global-config/authentication/modules
```

Resource version: `1.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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