KeySetUser interface

KeySetUser represents the properties of the user in the key set.

Properties

azureUserName

The user name that will be used for access.

description

The free-form description for this user.

sshPublicKey

The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.

Property Details

azureUserName

The user name that will be used for access.

azureUserName: string

Property Value

string

description

The free-form description for this user.

description?: string

Property Value

string

sshPublicKey

The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.

sshPublicKey: SshPublicKey

Property Value