Package com.ngrok.services
Class SshCertificateAuthorities
java.lang.Object
com.ngrok.services.SshCertificateAuthorities
An SSH Certificate Authority is a pair of an SSH Certificate and its private
key that can be used to sign other SSH host and user certificates.
See also https://ngrok.com/docs/api#api-ssh-certificate-authorities.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA builder object encapsulating state for an unsent Create API call.classA builder object encapsulating state for an unsent Delete API call.classA builder object encapsulating state for an unsent Get API call.classA builder object encapsulating state for an unsent List API call.classA builder object encapsulating state for an unsent Update API call. -
Constructor Summary
ConstructorsConstructorDescriptionSshCertificateAuthorities(NgrokApiClient apiClient) Creates a new sub-client for SshCertificateAuthorities. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a new SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-create.Delete an SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete.Get detailed information about an SSH Certficate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-get.list()List all SSH Certificate Authorities on this account See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-list.Update an SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-update.
-
Constructor Details
-
SshCertificateAuthorities
Creates a new sub-client for SshCertificateAuthorities.- Parameters:
apiClient- an instance ofNgrokApiClient
-
-
Method Details
-
create
Create a new SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-create.- Returns:
- a call builder for this API call
-
delete
Delete an SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
get
Get detailed information about an SSH Certficate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-get.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
list
List all SSH Certificate Authorities on this account See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-list.- Returns:
- a call builder for this API call
-
update
Update an SSH Certificate Authority See also https://ngrok.com/docs/api#api-ssh-certificate-authorities-update.- Parameters:
id- the value of theidparameter as aString- Returns:
- a call builder for this API call
-