#include <p6kmipserverparser.h>
Public Attributes | |
P6KMIP_MSGEXTENSIONREQ | extension |
p6IKMIPAttribute * | pAttribute |
p6IKMIPAttribute * | pNewAttribute |
p6IKMIPStr * | pUniqueId |
The contents of a request to modify an attribute associated with an existing managed object.
pUniqueId - (optional) an enumerator holding one unique identifier for a managed object pAttribute - an enumerator holding one attribute defined for the manged object identified by pUniqueId, in KMIP 2.0 this is the Current Attribute pNewAttribute - (added in KMIP 2.0) NULL when not in KMIP 2.0, othewise it is required and holds the new value for the attribute extension - (optional) extension.pVendorId set to NULL when not in use, used to extend protocol messages for the purpose of adding vendor-specified extensions
Definition at line 645 of file p6kmipserverparser.h.