Class OrganizationCertificatesRadSecDeviceCertificateAuthorities
Organization Certificates RadSec Device Certificate Authorities
[DataContract]
public class OrganizationCertificatesRadSecDeviceCertificateAuthorities
- Inheritance
-
OrganizationCertificatesRadSecDeviceCertificateAuthorities
- Inherited Members
Constructors
OrganizationCertificatesRadSecDeviceCertificateAuthorities()
public OrganizationCertificatesRadSecDeviceCertificateAuthorities()
Properties
AuthorityId
A unique identifier for a CA which can be used to fetch the status, update the status, and read the CRL for that CA. The id of a CA will be provided as part of the response once a CA is generated.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorityId")]
public string AuthorityId { 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 - one of "generating", "untrusted" or "trusted". enum = ["generating", "trusted", "untrusted"]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }