Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SshPublicKeyGenerateKeyPairResult

Package version

Response from generation of an SSH key pair.

Hierarchy

  • SshPublicKeyGenerateKeyPairResult

Index

Properties

Properties

id

id: string

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName}

privateKey

privateKey: string

Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret.

publicKey

publicKey: string

Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format.

Generated using TypeDoc