This is work in progress. Available around April 2020.
ackName | Corresponding Title in www.hawaii.edu/its/acer/ |
---|---|
generalConfidentialityNotice | University of Hawaii General Confidentiality Notice |
uhInformationSecurityAwarenessCertification | UH Information Security Awareness Training Certification |
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) |
dmcaAccept | (Availability pending review) |
dmcaReject | (Availability pending review) |
uhGoogleExtra | (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." }, } } |
...