KeyVaultKey Class
The key vault key.
- Inheritance
-
msrest.serialization.ModelKeyVaultKey
Constructor
KeyVaultKey(*, kid: str | None = None, attributes: KeyVaultKeyAttributes | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
kid
|
The key id. |
attributes
|
The key attributes. |
Variables
Name | Description |
---|---|
kid
|
The key id. |
attributes
|
The key attributes. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python