You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date and time when the certificate was revoked
Example
frominfisicalapi_client.models.api_v1_pki_certificates_serial_number_revoke_post200_responseimportApiV1PkiCertificatesSerialNumberRevokePost200Response# TODO update the JSON string belowjson="{}"# create an instance of ApiV1PkiCertificatesSerialNumberRevokePost200Response from a JSON stringapi_v1_pki_certificates_serial_number_revoke_post200_response_instance=ApiV1PkiCertificatesSerialNumberRevokePost200Response.from_json(json)
# print the JSON string representation of the objectprintApiV1PkiCertificatesSerialNumberRevokePost200Response.to_json()
# convert the object into a dictapi_v1_pki_certificates_serial_number_revoke_post200_response_dict=api_v1_pki_certificates_serial_number_revoke_post200_response_instance.to_dict()
# create an instance of ApiV1PkiCertificatesSerialNumberRevokePost200Response from a dictapi_v1_pki_certificates_serial_number_revoke_post200_response_from_dict=ApiV1PkiCertificatesSerialNumberRevokePost200Response.from_dict(api_v1_pki_certificates_serial_number_revoke_post200_response_dict)