fred-mod-eppd-2.17.0
|
Info keyset parameters. More...
#include <epp_common.h>
Data Fields | |
char * | id |
Id of wanted keyset (input). More... | |
char * | handle |
Id of wanted keyset (output). More... | |
char * | roid |
ROID of object. More... | |
qhead | status |
Keyset's status. More... | |
char * | clID |
Owner's ID. More... | |
char * | crID |
ID of creator. More... | |
char * | crDate |
Creation date. More... | |
char * | upID |
ID of last updater. More... | |
char * | upDate |
Last updated. More... | |
char * | trDate |
Last transfered. More... | |
char * | authInfo |
Authorization information. More... | |
qhead | keys |
List of DNS Key records. | |
qhead | tech |
List of technical contacts for keyset. More... | |
Info keyset parameters.
char* epps_info_keyset::authInfo |
Authorization information.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::clID |
Owner's ID.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::crDate |
Creation date.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::crID |
ID of creator.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::handle |
Id of wanted keyset (output).
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::id |
Id of wanted keyset (input).
Referenced by epp_call_info_keyset(), and parse_info().
char* epps_info_keyset::roid |
ROID of object.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
qhead epps_info_keyset::status |
Keyset's status.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
qhead epps_info_keyset::tech |
List of technical contacts for keyset.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::trDate |
Last transfered.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::upDate |
Last updated.
Referenced by gen_info_keyset(), and info_keyset_data_copy().
char* epps_info_keyset::upID |
ID of last updater.
Referenced by gen_info_keyset(), and info_keyset_data_copy().