Table of Contents

Class OrganizationCertificatesRadSecDeviceCertificateAuthorities

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

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

string

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; }

Property Value

string