AssetFileEncryptionMetadata interface
The Asset File Storage encryption metadata.
Properties
asset |
The Asset File Id. |
asset |
The Asset File name. |
initialization |
The Asset File initialization vector. |
Property Details
assetFileId
The Asset File Id.
assetFileId: string
Property Value
string
assetFileName
The Asset File name.
assetFileName?: string
Property Value
string
initializationVector
The Asset File initialization vector.
initializationVector?: string
Property Value
string