Table of Contents

Class OrganizationWirelessCertificatesOpenRoamingCertificateAuthority

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

Organization Wireless Certificates Open Roaming Certificate Authority

[DataContract]
public class OrganizationWirelessCertificatesOpenRoamingCertificateAuthority
Inheritance
OrganizationWirelessCertificatesOpenRoamingCertificateAuthority
Inherited Members

Constructors

OrganizationWirelessCertificatesOpenRoamingCertificateAuthority()

public OrganizationWirelessCertificatesOpenRoamingCertificateAuthority()

Properties

Contents

The PEM encoded contents of the Certificate Authority - with newlines as ""

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

Property Value

string

Status

he status of the Certificate Authority - one of "untrusted" or "trusted".

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

Property Value

string