Skip to main content

CreateApplicationSshPrincipalAssociationResponse

  • Stability: stable

Returns application id, principal id, and public key text after the control plane persists the association.

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

Properties

NameTypeDescription
application_idUuidApplication id from the create request.
principal_idUuidPrincipal id from the create request.
ssh_public_keyStringSSH public key text that was stored.

Back to Control Plane