DataBoxEdgeDeviceExtendedInfo interface
The extended Info of the Data Box Edge/Gateway device.
- Extends
Properties
encryption |
The public part of the encryption certificate. Client uses this to encrypt any secret. |
encryption |
The digital signature of encrypted certificate. |
resource |
The Resource ID of the Resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
encryptionKey
The public part of the encryption certificate. Client uses this to encrypt any secret.
encryptionKey?: string
Property Value
string
encryptionKeyThumbprint
The digital signature of encrypted certificate.
encryptionKeyThumbprint?: string
Property Value
string
resourceKey
The Resource ID of the Resource. NOTE: This property will not be serialized. It can only be populated by the server.
resourceKey?: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type