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
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application id from the create request. |
principal_id | Uuid | Principal id from the create request. |
ssh_public_key | String | SSH public key text that was stored. |