Package com.strongdm.api
Class ControlPanelGetSSHCAPublicKeyResponse
java.lang.Object
com.strongdm.api.ControlPanelGetSSHCAPublicKeyResponse
ControlPanelGetSSHCAPublicKeyResponse represents a request for an
organization's SSH 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
-
ControlPanelGetSSHCAPublicKeyResponse
public ControlPanelGetSSHCAPublicKeyResponse()
-
-
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.
-