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
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application whose SSH association should be removed. |
principal_id | Uuid | Principal tied to the SSH public key. |
ssh_public_key | String | Public key text identifying the association to delete. |