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

The current status of SCEP. More...

import "Scep.idl";

Public Attributes

boolean enabled
 Is SCEP enabled.
 
time lastSuccessfulEnrollment
 Unix timestamp (UTC) of the last successful enrollment, or 0 if that has not happened with the current SCEP setup (will be reset to 0 with a call to enableScep.
 
EnrollmentRunInfo lastEnrollmentRunInfo
 Info about the last (possibly still ongoing) enrollment run.
 

Detailed Description

The current status of SCEP.

Definition at line 53 of file Scep.idl.

Member Data Documentation

◆ enabled

boolean cert::Scep::ScepStatus::enabled

Is SCEP enabled.

Definition at line 54 of file Scep.idl.

◆ lastEnrollmentRunInfo

EnrollmentRunInfo cert::Scep::ScepStatus::lastEnrollmentRunInfo

Info about the last (possibly still ongoing) enrollment run.

Definition at line 58 of file Scep.idl.

◆ lastSuccessfulEnrollment

time cert::Scep::ScepStatus::lastSuccessfulEnrollment

Unix timestamp (UTC) of the last successful enrollment, or 0 if that has not happened with the current SCEP setup (will be reset to 0 with a call to enableScep.

Definition at line 55 of file Scep.idl.


The documentation for this struct was generated from the following file: