Table of Contents

Class OrganizationWirelessDevicesRadsecCertificatesAuthority

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

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

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

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string