Stores a property for the Organization Role. Stores the given value under the specified category and key. If the category specified is null then it stores the property 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 |