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_preview.models._models_py3.ARMBaseModel
DataBoxEdgeDeviceExtendedInfo

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 | KeyVaultSyncStatus | None = None, **kwargs)

Parameters

Name Description
encryption_key_thumbprint
Required
str

The digital signature of encrypted certificate.

encryption_key
Required
str

The public part of the encryption certificate. Client uses this to encrypt any secret.

client_secret_store_id
Required
str

The Key Vault ARM Id for client secrets.

client_secret_store_url
Required
str

The url to access the Client Key Vault.

channel_integrity_key_name
Required
str

The name of Channel Integrity Key stored in the Client Key Vault.

channel_integrity_key_version
Required
str

The version of Channel Integrity Key stored in the Client Key Vault.

key_vault_sync_status
Required

Key vault sync status. Possible values include: "KeyVaultSynced", "KeyVaultSyncFailed", "KeyVaultNotConfigured", "KeyVaultSyncPending", "KeyVaultSyncing", "KeyVaultNotSynced".

Keyword-Only Parameters

Name Description
encryption_key_thumbprint
Required
encryption_key
Required
client_secret_store_id
Required
client_secret_store_url
Required
channel_integrity_key_name
Required
channel_integrity_key_version
Required
key_vault_sync_status
Required

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

resource_key
str

The Resource ID of the Resource.

device_secrets

Device secrets, will be returned only with ODataFilter $expand=deviceSecrets.