SshPublicKey Class
SshPublicKey.
- Inheritance
-
azure.mgmt.storage._serialization.ModelSshPublicKey
Constructor
SshPublicKey(*, description: str | None = None, key: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
Optional. It is used to store the function/usage of the key. |
key
|
Ssh public key base64 encoded. The format should be: ' |
Variables
Name | Description |
---|---|
description
|
Optional. It is used to store the function/usage of the key. |
key
|
Ssh public key base64 encoded. The format should be: ' |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python