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

# SocialIdentityProvidersConfig

## Realm Operations

Resource path:

```
/realm-config/services/SocialIdentityProviders
```

Resource version: `0.0`

### create

**Usage**

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

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "enabled" : {
        "title" : "Enabled",
        "description" : "",
        "propertyOrder" : 100,
        "required" : true,
        "type" : "boolean",
        "exampleValue" : ""
      }
    }
  }
  ```

### delete

**Usage**

```
am> delete SocialIdentityProvidersConfig --realm Realm
```

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### read

**Usage**

```
am> read SocialIdentityProvidersConfig --realm Realm
```

### update

**Usage**

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

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "enabled" : {
        "title" : "Enabled",
        "description" : "",
        "propertyOrder" : 100,
        "required" : true,
        "type" : "boolean",
        "exampleValue" : ""
      }
    }
  }
  ```

## Global Operations

Resource path:

```
/global-config/services/SocialIdentityProviders
```

Resource version: `1.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### nextdescendents

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

**Usage**

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

### read

**Usage**

```
am> read SocialIdentityProvidersConfig --global
```

### update

**Usage**

```
am> update SocialIdentityProvidersConfig --global --body body
```

**Parameters**

* *\--body*

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

  ```json
  {
    "type" : "object",
    "properties" : {
      "defaults" : {
        "properties" : {
          "enabled" : {
            "title" : "Enabled",
            "description" : "",
            "propertyOrder" : 100,
            "required" : true,
            "type" : "boolean",
            "exampleValue" : ""
          }
        },
        "type" : "object",
        "title" : "Realm Defaults"
      }
    }
  }
  ```
