---
title: SocialIgnoreProfileCollection
description: Base resource for the SocialOAuthIgnoreProfileNode
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-socialignoreprofilecollection
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-socialignoreprofilecollection.html
section_ids:
  sec-amster-entity-socialignoreprofilecollection-realm-ops: Realm Operations
  sec-amster-entity-socialignoreprofilecollection-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-socialignoreprofilecollection-realm-ops-getcreatabletypes: getCreatableTypes
  sec-amster-entity-socialignoreprofilecollection-realm-ops-getlatesttype: getLatestType
  sec-amster-entity-socialignoreprofilecollection-realm-ops-gettype: getType
  sec-amster-entity-socialignoreprofilecollection-realm-ops-nextdescendents: nextdescendents
  sec-amster-entity-socialignoreprofilecollection-realm-ops-versioninfo: versionInfo
---

# SocialIgnoreProfileCollection

## Realm Operations

Base resource for the SocialOAuthIgnoreProfileNode

Resource path:

```
/realm-config/authentication/authenticationtrees/nodes/SocialOAuthIgnoreProfileNode
```

Resource version: `3.0`

### getAllTypes

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

**Usage**

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

### getCreatableTypes

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

**Usage**

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

### getLatestType

getLatestType.description

**Usage**

```
am> action SocialIgnoreProfileCollection --realm Realm --actionName getLatestType
```

### getType

List information related to the node such as a name, description, tags and metadata.

**Usage**

```
am> action SocialIgnoreProfileCollection --realm Realm --actionName getType
```

### nextdescendents

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

**Usage**

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

### versionInfo

List the versions available for the node type.

**Usage**

```
am> action SocialIgnoreProfileCollection --realm Realm --actionName versionInfo
```
