GetAttributes
Retrieves all attribute names and their corresponding values for a specified Distinguished Name (DN) in the LDAP directory.
Input
Name | Type | Description |
DN | String | Specifies the Distinguished Name (DN) of the LDAP object for which attributes are being retrieved. If left unspecified, the BaseDN from the connection string will be used as the default. |
Result Set Columns
Name | Type | Description |
AttributeName | String | Provides the names of the attributes associated with the specified DN. This output lists all available attribute names for the object. |
AttributeValue | String | Returns the corresponding values for the attributes of the specified DN. Each value corresponds to the attribute name in the output. |