dk.sdu.cloud.app.store.api.SshDescription

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

SshDescription

Information to the provider about the SSH capabilities of this application

data class SshDescription(
    val mode: SshDescription.Mode?,
)

Providers must use this information, if SSH is supported, to correctly configure applications with the appropriate keys. See /docs/reference/jobs.control.browseSshKeys.md for more information.

Properties

Last updated