Credential
{
'active': <bool>,
'description': <str, none>,
'duration_default': <int, none>,
'duration_default_unit': <str>, # years, months, weeks, days, minutes, seconds
'name': <str, none>,
'performed_by': <str, none>,
'portal_id': <str, none>,
'portal_name': <str, none>,
'silent': <bool>,
'reservable_ids': <list[str]>, # List of resources this training is required on
'site_id': <str, none>,
'site_name': <str, none>,
'training_id': <str>,
}