#include <p6kmipencoder.h>
Public Attributes | |
P6UINT32 | type |
union { | |
P6UINT32 attribEnum | |
P6KMIP_ATTRIB_BYVENDOR vendor | |
} | value |
P6KMIP_ATTRIB_REFERENCE (KMIP 2.0)
Attribute Reference An attribute reference for a vendor defined attribute sets the first to fields in this structure. An attribute reference for a standard attribute defined by the KMIP specification sets the third field in this structure.
type - when set to 0 no value set, otherwise indicates one of the following formats
attributeEnum - item 1, a value from the p6kmipencoder.h file, Section "P6KMIP Attribute Codes" vendor - item 2, used for vendor defined attributes, includes the text string name
Definition at line 1444 of file p6kmipencoder.h.