@taiyi-io/api-connector-ts
    Preparing search index...

    Interface SSHKey

    SSH密钥

    interface SSHKey {
        content: string;
        created_time: string;
        id: string;
        label: string;
    }
    Index

    Properties

    content: string

    密钥内容

    created_time: string

    密钥创建时间, RFC3339

    id: string

    密钥ID

    label: string

    密钥标签