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.datab.models._models_py3.ARMBaseModelDataBoxEdgeDeviceExtendedInfo
Constructor
DataBoxEdgeDeviceExtendedInfo(*, encryption_key_thumbprint: Optional[str] = None, encryption_key: Optional[str] = None, client_secret_store_id: Optional[str] = None, client_secret_store_url: Optional[str] = None, channel_integrity_key_name: Optional[str] = None, channel_integrity_key_version: Optional[str] = None, key_vault_sync_status: Optional[Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.KeyVaultSyncStatus]] = None, **kwargs)
Parameters
- encryption_key
- str
The public part of the encryption certificate. Client uses this to encrypt any secret.
- channel_integrity_key_name
- str
The name of Channel Integrity Key stored in the Client Key Vault.
- channel_integrity_key_version
- str
The version of Channel Integrity Key stored in the Client Key Vault.
- key_vault_sync_status
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.KeyVaultSyncStatus>
Key vault sync status. Possible values include: "KeyVaultSynced", "KeyVaultSyncFailed", "KeyVaultNotConfigured", "KeyVaultSyncPending", "KeyVaultSyncing".
Variables
- 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
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.DeviceSecrets>
Device secrets, will be returned only with ODataFilter $expand=deviceSecrets.
Feedback
Submit and view feedback for