Skip to main content

DeleteApplicationSshPrincipalAssociationRequest

  • Stability: stable

Deletes the binding identified by application, principal, and exact public key string.

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

Properties

NameTypeDescription
application_idUuidApplication whose SSH association should be removed.
principal_idUuidPrincipal tied to the SSH public key.
ssh_public_keyStringPublic key text identifying the association to delete.

Back to Control Plane