Stores a property for the group. Stores the given value under the specified category and key for the group. If the specified category is null then the property is stored without categorizing it. The value is encrypted using the provided encryption key.
| Name | Type | Description | Mode |
|---|---|---|---|
| category | String | the category of the property to return | in |
| key | String | name under which the property will be stored in the Directory Service | in |
| value | String | property value to store | in |
| encryptionKey | String | key used to encrypt the value to store | in |