|
| EnrollmentRunStatus | status |
| | Status of the enrollment run. If NOT_RUN, the other values can be ignored.
|
| |
| time | startedAt |
| | Unix timestamp (UTC) of when the enrollment started.
|
| |
| time | endedAt |
| | Unix timestamp (UTC) of when the enrollment ended or 0 if still running.
|
| |
| string | failureReason |
| | In case of status FAILED, a textual description of the error.
|
| |
Definition at line 45 of file Scep.idl.
◆ endedAt
| time cert::Scep::EnrollmentRunInfo::endedAt |
Unix timestamp (UTC) of when the enrollment ended or 0 if still running.
Definition at line 48 of file Scep.idl.
◆ failureReason
| string cert::Scep::EnrollmentRunInfo::failureReason |
In case of status FAILED, a textual description of the error.
Definition at line 49 of file Scep.idl.
◆ startedAt
| time cert::Scep::EnrollmentRunInfo::startedAt |
Unix timestamp (UTC) of when the enrollment started.
Definition at line 47 of file Scep.idl.
◆ status
Status of the enrollment run. If NOT_RUN, the other values can be ignored.
Definition at line 46 of file Scep.idl.
The documentation for this struct was generated from the following file: