Skip to main contentIBM Video Streaming Developers

SSHKey

SSH key for ECDN server.

type SSHKey {
    # ID of SSH key.
    id: ID!
    # Description of SSH key.
    description: String!
    # MD5 fingerprint of public key.
    fingerprint: String!
    # What time was this SSH key added at and by whom.
    added: RecordedAction!
}

Fields

id: ID!

ID of SSH key.

description: String!

Description of SSH key.

fingerprint: String!

MD5 fingerprint of public key.

added: RecordedAction!

What time was this SSH key added at and by whom.