These messages will be available 1/3/2022.
ackName | Corresponding Title in www.hawaii.edu/its/acer/ |
---|
generalConfidentialityNotice | University of Hawaii General Confidentiality Notice (aka GCN) |
uhInformationSecurityAwarenessCertification | UH Information Security Awareness Training Certification (aka ISAT) |
HawaiiEthicsCodeTrainingCert |
Mandatory training for Executive and Managerial employees - Hawaii Ethics Code Training |
WorkplaceViolenceTrainingCert |
Mandatory training for Executive and Managerial employees - Workplace Violence Training |
uhHealthPlansEnrollmentOpportunity | Part-time and Temporary Medical and Prescription Drug Plan |
uhSubstanceAbuseNoticeAcknowledgement |
(Availability pending review)Official Notice to Faculty Staff and Students Regarding Substance Abuse |
dmcaAccept |
(Availability pending review)uhGoogleExtra | (Availability pending review)(Availability pending review) |
Code Block |
---|
Routing key: acer.ack.activateAck.<ackName>
{
"activateAck":
{
"messageData" =>
{
"uhUuid": "00000000",
"ackName": "<ackName>",
"beginDate": "20200123T000000",
"endDate": "20210123T000000"
},
}
}
Routing key: acer.ack.expireAck.<ackName>
{
"expireAck":
{
"messageData" =>
{
"uhUuid": "00000000",
"ackName": "<ackName>",
"beginDate": "20190120T010203",
"endDate": "20200120T010203"
},
"messageDataBefore" =>
{
"beginDate": "20190130T000102",
"endDate": "20200130T000102"
},
}
}
Routing key: acer.renew.addRenewalNotice.<ackName>
{
"addRenewalNotice":
{
"messageData" =>
{
"noticeNumber": 2,
"uhUuid": "00000000",
"ackName": "<ackName>",
"beginDate": "20200123T000000",
"endDate": "20210123T000000"
},
}
}
Routing key: acer.renew.cancelRenewalNotice.<ackName>
{
"cancelRenewalNotice":
{
"messageData" =>
{
"uhUuid": "00000000",
"ackName": "<ackName>",
"rescindInfo":"The acknowledgment/certification for <ackName> was refreshed recently, and therefore renewal can wait."
},
}
} |
...