fred-mod-eppd-2.14.1
|
Update keyset parameters. More...
#include <epp_common.h>
Data Fields | |
char * | id |
Id of wanted keyset (input). More... | |
qhead | add_tech |
Technical contacts to be added. More... | |
qhead | rem_tech |
Technical contacts to be removed. More... | |
qhead | add_dnskey |
DNSKEYs to be added. More... | |
qhead | rem_dnskey |
DNSKEYs to be removed. More... | |
char * | authInfo |
Authorization information. More... | |
Update keyset parameters.
qhead epps_update_keyset::add_dnskey |
DNSKEYs to be added.
Referenced by epp_call_update_keyset(), and parse_update_keyset().
qhead epps_update_keyset::add_tech |
Technical contacts to be added.
Referenced by epp_call_update_keyset(), and parse_update_keyset().
char* epps_update_keyset::authInfo |
Authorization information.
Referenced by epp_call_update_keyset(), and parse_update_keyset().
char* epps_update_keyset::id |
Id of wanted keyset (input).
Referenced by epp_call_update_keyset(), and parse_update_keyset().
qhead epps_update_keyset::rem_dnskey |
DNSKEYs to be removed.
Referenced by epp_call_update_keyset(), and parse_update_keyset().
qhead epps_update_keyset::rem_tech |
Technical contacts to be removed.
Referenced by epp_call_update_keyset(), and parse_update_keyset().