---
title: SecretStores
description: Services that provide sources of secret values
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-secretstores
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-secretstores.html
section_ids:
  sec-amster-entity-secretstores-realm-ops: Realm Operations
  sec-amster-entity-secretstores-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-secretstores-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-secretstores-realm-ops-nextdescendents: nextdescendents
  sec-amster-entity-secretstores-global-ops: Global Operations
  sec-amster-entity-secretstores-global-ops-getalltypes: getAllTypes
  sec-amster-entity-secretstores-global-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-secretstores-global-ops-nextdescendents: nextdescendents
---

# SecretStores

## Realm Operations

Services that provide sources of secret values

Resource path:

```
/realm-config/secrets/stores
```

Resource version: `0.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

## Global Operations

Services that provide sources of secret values

Resource path:

```
/global-config/secrets/stores
```

Resource version: `1.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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