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

# SamlV2SoapBinding

## Global Operations

Resource path:

```
/global-config/services/federation/saml2soapbinding
```

Resource version: `1.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### read

**Usage**

```
am> read SamlV2SoapBinding --global
```

### update

**Usage**

```
am> update SamlV2SoapBinding --global --body body
```

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "requestHandlers" : {
        "title" : "Request Handler List",
        "description" : "List of handlers to deal with SAML v2.0 requests bound to SOAP. <p><p>The required format is: <code>key=<em>Meta Alias</em>|class=<em>Handler Class</em></code> <p><p>Set the <em>key</em> property for a request handler to the meta alias, and the <em>class</em> property to the name of the class that implements the handler.<p><p> For example: <code>key=/pdp|class=com.sun.identity.xacml.plugins.XACMLAuthzDecisionQueryHandler</code>",
        "propertyOrder" : 100,
        "required" : true,
        "items" : {
          "type" : "string"
        },
        "type" : "array",
        "exampleValue" : ""
      }
    }
  }
  ```
