Skip to main content

CreateApplicationSshPrincipalAssociationRequest

  • Stability: stable

Associates the provided OpenSSH public key material with both the application and Dataspine principal so git or shell integrations can authorize the caller.

  • Qualified id: com.dataspine.controlplane.CreateApplicationSshPrincipalAssociationRequest@1
  • Kind: struct

Properties

NameTypeDescription
application_idUuidApplication receiving the SSH key binding.
principal_idUuidPrincipal that owns the SSH public key.
ssh_public_keyStringOpenSSH-formatted public key string (for example ssh-ed25519 AAA...).

Back to Control Plane