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

    Interface FoundAdminSecret

    云主机管理员密码检查结果

    interface FoundAdminSecret {
        admin?: string;
        found?: boolean;
        secret?: string;
    }
    Index

    Properties

    Properties

    admin?: string

    管理员

    found?: boolean

    是否找到

    secret?: string

    密钥