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