keychaincredential.generate_ssh_key_pair

Generate a public/private key pair (useful for SSH_KEY_PAIR type).

Type: object

Type: array
No Additional Items

SSHKeyPair

Type: object

At least one of the two keys must be provided on creation.

No Additional Properties

Private Key

Default: null

SSH private key in OpenSSH format. null if only public key is provided.

Type: string

Must be at most 2147483647 characters long

Type: null

Public Key

Default: null

Can be omitted and automatically derived from the private key.

Type: string

Must be at most 2147483647 characters long

Type: null


Required roles: KEYCHAIN_CREDENTIAL_WRITE