Description
This Operation will add keys to the given resource object.On successful execution, Resource object will be returned with the added key in it. On an exception, the key will not be added.
Style
Document
Input (Literal)
The input of this method is the argument addKey of type addKey having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
resourceUUID |
string |
0..1 |
the UUId of the resource object |
resourceKey |
0..1 |
the key object to be added to resource |
Output (Literal)
The output of this method is the argument addKeyResponse of type addKeyResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
resource |
0..1 |
Resource object after adding key |