IntegrationServiceEnvironmenEncryptionKeyReference Class
The encryption key details for the integration service environment.
- Inheritance
-
msrest.serialization.ModelIntegrationServiceEnvironmenEncryptionKeyReference
Constructor
IntegrationServiceEnvironmenEncryptionKeyReference(*, key_vault: ResourceReference | None = None, key_name: str | None = None, key_version: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
key_vault
|
The key vault reference. |
key_name
|
Gets the key name in the Key Vault. |
key_version
|
Gets the version of the key specified in the keyName property. |
Variables
Name | Description |
---|---|
key_vault
|
The key vault reference. |
key_name
|
Gets the key name in the Key Vault. |
key_version
|
Gets the version of the key specified in the keyName property. |
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