---
title: SecurityTokenServices
description: Security Token Services configuration
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-securitytokenservices
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-securitytokenservices.html
section_ids:
  sec-amster-entity-securitytokenservices-realm-ops: Realm Operations
  sec-amster-entity-securitytokenservices-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-securitytokenservices-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-securitytokenservices-realm-ops-nextdescendents: nextdescendents
---

# SecurityTokenServices

## Realm Operations

Security Token Services configuration

Resource path:

```
/realm-config/services/sts
```

Resource version: `0.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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