Table of Contents

Class OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest

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

Organization Wireless Devices Radsec Certificates Authority Update Request

[DataContract]
public class OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest
Inheritance
OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest
Inherited Members

Constructors

OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest()

public OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest()

Properties

CertificateAuthorityId

The ID of the Certificate Authority to update.

[DataMember(Name = "certificateAuthorityId")]
public string? CertificateAuthorityId { get; set; }

Property Value

string

Status

The "status" to update the Certificate Authority to. Only valid option is "trusted".

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

Property Value

string