---
title: Viewing virtual attribute properties
description: View the basic properties of each virtual attribute using the dsconfig tool.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdirectory_server_administration_guide:pd_ds_view_virtual_attribute_properties
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdirectory_server_administration_guide/pd_ds_view_virtual_attribute_properties.html
revdate: September 13, 2023
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Viewing virtual attribute properties

View the basic properties of each virtual attribute using the `dsconfig` tool.

## About this task

For a complete list of properties, see [General Consent Service configuration](../consent_solution_guide/pd_cs_general_consent_service_config.html). The following table shows some basic properties.

| Property      | Description                                                                                                                                                                                                                                                                                                    |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `description` | A description of the virtual attribute.                                                                                                                                                                                                                                                                        |
| `enabled`     | Specifies whether the virtual attribute is enabled for use.                                                                                                                                                                                                                                                    |
| `base-DN`     | Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.If no values are given, the server generates virtual attributes anywhere in the server.                                                                                                             |
| `group-DN`    | Specifies the DNs of the groups whose members can use this virtual attribute.If no values are given, the group membership is not taken into account when generating the virtual attribute.If one or more group DNs are specified, then only members of those groups are allowed to have the virtual attribute. |
| `filter`      | Specifies the filters that the server applies to entries to determine if they require virtual attributesIf no values are given, then any entry is eligible to have a virtual attribute value generated.                                                                                                        |

## Steps

* To view the properties of a virtual attribute, use `dsconfig`.

  ### Example:

  ```shell
  $ bin/dsconfig get-virtual-attribute-prop --name isMemberOf
  ```
