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: ' |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python