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
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| repo-slug | string | |
| type-op | string | |
| private-key | option<string> | |
| public-key | option<string> |