Wasm Directoryalpha
Record

create-repository-pipeline-known-host-params

No description available.

record create-repository-pipeline-known-host-params {
  workspace: string,
  repo-slug: string,
  type-op: string,
  hostname: option​<string>,
  public-key: option​<pipeline-ssh-public-key>,
  uuid: option​<string>,
}

Fields

NameTypeDescription
workspacestring
repo-slugstring
type-opstring
hostnameoption​<string>
public-keyoption​<pipeline-ssh-public-key>
uuidoption​<string>