#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MANAGED_REQ | importObject |
P6UINT32 | keyWrapType |
P6UINT32 | objectType |
p6IKMIPAttribute * | pAttribute |
p6IKMIPStr * | pUniqueId |
P6INT32 | replaceExisting |
The contents of an import request operation from a KMIP server to the client.
pUniqueId - an enumerator holding one unique identifier for the importObject in this request replaceExisting - (optional) -1 not set by client, 0 means false, 1 means true, boolean value keyWrapType - (optional) if a key is being returned specify its format, see Section 9.1.3.2.48 in p6kmip.h, Key Wrap Type Enumeration pAttribute - an enumerator holding attributes defined for the manged object identified by pUniqueId importObject - the managed object being imported to the server objectType - (added KMIP 2.0), the type of managed object, see Section 9.1.3.2.12 in p6kmip.h, Object Type Enumeration
Definition at line 298 of file p6kmipserverparser.h.