#include <p6kmipserverparser.h>
Public Attributes | |
| P6KMIP_MSGEXTENSIONREQ | extension |
| P6INT32 | maxItems |
| P6UINT32 | objectGroupMember |
| P6INT32 | offsetItems |
| p6IKMIPAttribute * | pAttribute |
| P6UINT32 | storageStatusMask |
The contents of a locate request operation from a KMIP client to the key server application.
maxItems - (optional) the maximum number of object identifers the server may return (-1 means not set by client) offsetItems - (optional) number of object idenifiers to skip that satisfy the identification criteria (-1 means not set by client) storageStatusMask - (optional) indicates whether only on-line, archived, or both are to be searched, see Section 9.1.3.3.2 in p6kmip.h, Storage Status (Bit) Mask (zero means not set by client) objectGroupMember - (optional) indicates object group member type, see Section 9.1.3.2.33 in p6kmip.h, Object Group Member Enumeration (zero means not set by client) pAttribute - (optional) an enumerator holding one or more attributes required to match those in a candidate object 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 508 of file p6kmipserverparser.h.