Class ControlPanelGetSSHCAPublicKeyResponse

java.lang.Object
com.strongdm.api.ControlPanelGetSSHCAPublicKeyResponse

public class ControlPanelGetSSHCAPublicKeyResponse extends Object
ControlPanelGetSSHCAPublicKeyResponse represents a request for an organization's SSH Certificate Authority public key.
  • Constructor Details

    • ControlPanelGetSSHCAPublicKeyResponse

      public ControlPanelGetSSHCAPublicKeyResponse()
  • Method Details

    • getMeta

      public GetResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(GetResponseMetadata in)
      Reserved for future use.
    • getPublicKey

      public String getPublicKey()
      The public key of the SSH Certificate Authority, in OpenSSH RSA public key format.
    • setPublicKey

      public void setPublicKey(String in)
      The public key of the SSH Certificate Authority, in OpenSSH RSA public key format.
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.