struct

ScalewayApi::Endpoints::SshKey

Inherits Struct < Value < Object

Détail d'une clé SSH Scaleway (IAM).

Constructors

from_any(payload : JSON::Any) : SshKey
Source
new(id : String, name : String, public_key : String, fingerprint : String | Nil = nil, project_id : String | Nil = nil, created_at : String | Nil = nil, updated_at : String | Nil = nil)
Source

Instance methods

created_at
Source
fingerprint
Source
name
Source
project_id
Source
public_key
Source
updated_at
Source