IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface SshKeyInfo

    SSH key info interface

    interface SshKeyInfo {
        createdAt: null | DateTime<boolean>;
        description: string;
        hash: string;
        id: number;
        key: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: null | DateTime<boolean>

    SSH key creation date

    description: string

    SSH key description

    hash: string

    SSH key hash

    id: number

    SSH key ID

    key: string

    SSH public key

    type: string

    SSH key type