Wasm Directoryalpha
Record

update-repository-pipeline-key-pair-params

No description available.

record update-repository-pipeline-key-pair-params {
  workspace: string,
  repo-slug: string,
  type-op: string,
  private-key: option​<string>,
  public-key: option​<string>,
}

Fields

NameTypeDescription
workspacestring
repo-slugstring
type-opstring
private-keyoption​<string>
public-keyoption​<string>