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. |
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