Table of Contents

Class OrganizationCertificatesImportRequest

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

Organization Certificates Import Request

[DataContract]
public class OrganizationCertificatesImportRequest
Inheritance
OrganizationCertificatesImportRequest
Inherited Members

Constructors

OrganizationCertificatesImportRequest()

public OrganizationCertificatesImportRequest()

Properties

Contents

Certificate content in Base64 encoded string format

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

Property Value

string

Description

Certificate description

[DataMember(Name = "description")]
public string Description { get; set; }

Property Value

string

ManagedBy

Certificate managed by type [system_manager, mr, encrypted_syslog] enum = ["encrypted_syslog", "mr", "system_manager"]

[DataMember(Name = "managedBy")]
public string ManagedBy { get; set; }

Property Value

string