SshPublicKey Class

SshPublicKey.

Inheritance
azure.mgmt.storage._serialization.Model
SshPublicKey

Constructor

SshPublicKey(*, description: str | None = None, key: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

Optional. It is used to store the function/usage of the key.

key
str

Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB.

Variables

Name Description
description
str

Optional. It is used to store the function/usage of the key.

key
str

Ssh public key base64 encoded. The format should be: '<keyType> <keyData>', e.g. ssh-rsa AAAABBBB.