Class OrganizationWirelessDevicesRadsecCertificatesAuthority
Certificate Authority
[DataContract]
public class OrganizationWirelessDevicesRadsecCertificatesAuthority
- Inheritance
-
OrganizationWirelessDevicesRadsecCertificatesAuthority
- Inherited Members
Constructors
OrganizationWirelessDevicesRadsecCertificatesAuthority()
public OrganizationWirelessDevicesRadsecCertificatesAuthority()
Properties
CertificateAuthorityId
The ID of the Certificate Authority
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "certificateAuthorityId")]
public string CertificateAuthorityId { get; set; }
Property Value
Contents
The PEM encoded contents of the Certificate Authority - with newlines as "" Contents can be null, if the cert has not yet been generated.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "contents")]
public string? Contents { get; set; }
Property Value
Status
The status of the Certificate Authority
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }