SSHKey

None

Overview

description string filterable   orderable  
keyType enum (RSA) filterable   orderable  
name string required   filterable   orderable  
publicKey string filterable   orderable  

API Resource

/sshkeys/id
delete get put

Parents

This object has no parents.

Children

This object has no children.

Members

This object has no members.

Attributes documentation

description string filterable   orderable  
Discussion

A description of the SSH Key.


Charateristics

Format: free
Max length: 255
SDK attribute: description

keyType enum filterable   orderable  
Discussion

Type of SSH Key defined. Only RSA supported for now.


Charateristics

Allowed values: RSA
Default value: RSA
SDK attribute: keyType

name string required   filterable   orderable  
Discussion

Name of the SSH Key.


Charateristics

Format: free
Min length: 1
Max length: 255
SDK attribute: name

publicKey string filterable   orderable  
Discussion

Public Key of a SSH Key Pair.


Charateristics

Format: free
Max length: 4096
SDK attribute: publicKey