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: ' |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python