Class OrganizationsWirelessRadsecSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations wireless radsec API endpoints
public class OrganizationsWirelessRadsecSection
- Inheritance
-
OrganizationsWirelessRadsecSection
- Inherited Members
Constructors
OrganizationsWirelessRadsecSection()
public OrganizationsWirelessRadsecSection()
Properties
Certificates
Query for details on the organization's RADSEC device Certificate Authority certificates (CAs). The primary CA signs all the certificates that devices present when establishing a secure connection to RADIUS servers via RADSEC protocol. This API returns an array of the status of all of the CAs as well as their contents, if they've been generated. An organization will have at most one CA unless the CA is being rotated.
public IOrganizationsWirelessRadsecCertificates Certificates { get; }