DataBoxEdgeDeviceExtendedInfo Class
The extended Info of the Data Box Edge/Gateway device.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.databoxedge.v2021_02_01.models._models_py3.ARMBaseModelDataBoxEdgeDeviceExtendedInfo
Constructor
DataBoxEdgeDeviceExtendedInfo(*, encryption_key_thumbprint: str | None = None, encryption_key: str | None = None, client_secret_store_id: str | None = None, client_secret_store_url: str | None = None, channel_integrity_key_name: str | None = None, channel_integrity_key_version: str | None = None, key_vault_sync_status: str | _models.KeyVaultSyncStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
encryption_key_thumbprint
|
The digital signature of encrypted certificate. |
encryption_key
|
The public part of the encryption certificate. Client uses this to encrypt any secret. |
client_secret_store_id
|
The Key Vault ARM Id for client secrets. |
client_secret_store_url
|
The url to access the Client Key Vault. |
channel_integrity_key_name
|
The name of Channel Integrity Key stored in the Client Key Vault. |
channel_integrity_key_version
|
The version of Channel Integrity Key stored in the Client Key Vault. |
key_vault_sync_status
|
Key vault sync status. Known values are: "KeyVaultSynced", "KeyVaultSyncFailed", "KeyVaultNotConfigured", "KeyVaultSyncPending", "KeyVaultSyncing", and "KeyVaultNotSynced". |
Variables
Name | Description |
---|---|
id
|
The path ID that uniquely identifies the object. |
name
|
The object name. |
type
|
The hierarchical type of the object. |
encryption_key_thumbprint
|
The digital signature of encrypted certificate. |
encryption_key
|
The public part of the encryption certificate. Client uses this to encrypt any secret. |
resource_key
|
The Resource ID of the Resource. |
client_secret_store_id
|
The Key Vault ARM Id for client secrets. |
client_secret_store_url
|
The url to access the Client Key Vault. |
channel_integrity_key_name
|
The name of Channel Integrity Key stored in the Client Key Vault. |
channel_integrity_key_version
|
The version of Channel Integrity Key stored in the Client Key Vault. |
key_vault_sync_status
|
Key vault sync status. Known values are: "KeyVaultSynced", "KeyVaultSyncFailed", "KeyVaultNotConfigured", "KeyVaultSyncPending", "KeyVaultSyncing", and "KeyVaultNotSynced". |
device_secrets
|
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets. |
Azure SDK for Python