List Scaleway IAM SSH Keys
scaleway_iam_list_ssh_keysLists SSH public keys registered in a project, showing key metadata without the public_key text. Use it to identify keys available for instance access and filter by name or project.
Instructions
List SSH public keys registered in a Project (used to grant SSH access to Instances). Compact view - omits the actual public_key text; use scaleway_iam_get_ssh_key for the full key if needed. Needs SSHKeysReadOnly/FullAccess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by exact name. | |
| project_id | No | Project to scope this call to. Defaults to this server's configured project (SCW_PROJECT_ID). |