---
title: IdentityAssertionService
description: Resource path:
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-identityassertionservice
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-identityassertionservice.html
section_ids:
  sec-amster-entity-identityassertionservice-realm-ops: Realm Operations
  sec-amster-entity-identityassertionservice-realm-ops-create: create
  sec-amster-entity-identityassertionservice-realm-ops-delete: delete
  sec-amster-entity-identityassertionservice-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-identityassertionservice-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-identityassertionservice-realm-ops-nextdescendents: nextdescendents
  sec-amster-entity-identityassertionservice-realm-ops-read: read
  sec-amster-entity-identityassertionservice-realm-ops-update: update
  sec-amster-entity-identityassertionservice-global-ops: Global Operations
  sec-amster-entity-identityassertionservice-global-ops-getalltypes: getAllTypes
  sec-amster-entity-identityassertionservice-global-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-identityassertionservice-global-ops-nextdescendents: nextdescendents
  sec-amster-entity-identityassertionservice-global-ops-read: read
  sec-amster-entity-identityassertionservice-global-ops-update: update
---

# IdentityAssertionService

## Realm Operations

Resource path:

```
/realm-config/services/IdentityAssertionService
```

Resource version: `0.0`

### create

**Usage**

```
am> create IdentityAssertionService --realm Realm --body body
```

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "cacheDuration" : {
        "title" : "Server cache duration (minutes)",
        "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.",
        "propertyOrder" : 400,
        "required" : true,
        "type" : "integer",
        "exampleValue" : ""
      },
      "enable" : {
        "title" : "Enable",
        "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".",
        "propertyOrder" : 100,
        "required" : true,
        "type" : "boolean",
        "exampleValue" : ""
      }
    }
  }
  ```

### delete

**Usage**

```
am> delete IdentityAssertionService --realm Realm
```

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### read

**Usage**

```
am> read IdentityAssertionService --realm Realm
```

### update

**Usage**

```
am> update IdentityAssertionService --realm Realm --body body
```

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "cacheDuration" : {
        "title" : "Server cache duration (minutes)",
        "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.",
        "propertyOrder" : 400,
        "required" : true,
        "type" : "integer",
        "exampleValue" : ""
      },
      "enable" : {
        "title" : "Enable",
        "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".",
        "propertyOrder" : 100,
        "required" : true,
        "type" : "boolean",
        "exampleValue" : ""
      }
    }
  }
  ```

## Global Operations

Resource path:

```
/global-config/services/IdentityAssertionService
```

Resource version: `1.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### read

**Usage**

```
am> read IdentityAssertionService --global
```

### update

**Usage**

```
am> update IdentityAssertionService --global --body body
```

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "cacheDuration" : {
        "title" : "Server cache duration (minutes)",
        "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.",
        "propertyOrder" : 400,
        "required" : true,
        "type" : "integer",
        "exampleValue" : ""
      },
      "enable" : {
        "title" : "Enable",
        "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".",
        "propertyOrder" : 100,
        "required" : true,
        "type" : "boolean",
        "exampleValue" : ""
      },
      "defaults" : {
        "properties" : {
          "enable" : {
            "title" : "Enable",
            "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".",
            "propertyOrder" : 100,
            "required" : true,
            "type" : "boolean",
            "exampleValue" : ""
          },
          "cacheDuration" : {
            "title" : "Server cache duration (minutes)",
            "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.",
            "propertyOrder" : 400,
            "required" : true,
            "type" : "integer",
            "exampleValue" : ""
          }
        },
        "type" : "object",
        "title" : "Realm Defaults"
      }
    }
  }
  ```
