Session_GetKeyAttributes
This API gets custom attributes of a key.
URL
./Session_GetKeyAttributes
Input Parameters
Parameters | Description |
---|---|
keyName | Name of the key for which custom attributes are to be retrieved. |
Sample SOAP Parameters
<prot:Session_GetKeyAttributes>
<keyName>123425</keyName>
</prot:Session_GetKeyAttributes>
Output
<ns2:Session_GetKeyAttributesResponse xmlns:ns2="http://dsws.org/protectappws/">{attr1=123456, attrw=234567}</ns2:Session_GetKeyAttributesResponse>
Note
The list of attributes that we get in response is comma separated so any attribute (name and value) having special character (particularly , and {} and “” and =) will be displayed as it is and will make the attribute difficult to read. So, it is recommended NOT to use special characters (particularly , and {} and “” and =) in the input.