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
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application receiving the SSH key binding. |
principal_id | Uuid | Principal that owns the SSH public key. |
ssh_public_key | String | OpenSSH-formatted public key string (for example ssh-ed25519 AAA...). |