Table of Contents

Class CaCertificate

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

The CA certificate used to sign the LDAP server's key.

[DataContract]
public class CaCertificate
Inheritance
CaCertificate
Inherited Members

Properties

Contents

The contents of the CA certificate. Must be in PEM or DER format.

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

Property Value

string

ExpirationDate

Expiration Date - Undocumented

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "expirationDate")]
public string? ExpirationDate { get; set; }

Property Value

string

Name

Name - Undocumented

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string? Name { get; set; }

Property Value

string

Serial

Serial

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string