Class OrganizationWirelessDevicesRadsecCertificatesAuthorityUpdateRequest
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
Status
The "status" to update the Certificate Authority to. Only valid option is "trusted".
[DataMember(Name = "status")]
public string? Status { get; set; }