Package com.strongdm.api
Class ControlPanelGetRDPCAPublicKeyResponse
java.lang.Object
com.strongdm.api.ControlPanelGetRDPCAPublicKeyResponse
ControlPanelGetRDPCAPublicKeyResponse represents a request for an
organization's RDP Certificate Authority public key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.The public key of the SSH Certificate Authority, in OpenSSH RSA public key format.Rate limit information.void
Reserved for future use.void
setPublicKey
(String in) The public key of the SSH Certificate Authority, in OpenSSH RSA public key format.void
Rate limit information.
-
Constructor Details
-
ControlPanelGetRDPCAPublicKeyResponse
public ControlPanelGetRDPCAPublicKeyResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getPublicKey
The public key of the SSH Certificate Authority, in OpenSSH RSA public key format. -
setPublicKey
The public key of the SSH Certificate Authority, in OpenSSH RSA public key format. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-