Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
cert::Scep::EnrollmentRunInfo Struct Reference

Public Attributes

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.
 

Detailed Description

Definition at line 45 of file Scep.idl.

Member Data Documentation

◆ 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

EnrollmentRunStatus cert::Scep::EnrollmentRunInfo::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: