Get Asset Result
data class GetAssetResult(val alternateId: String? = null, val assetId: String, val azureApiVersion: String, val container: String? = null, val created: String, val description: String? = null, val encryptionScope: String? = null, val id: String, val lastModified: String, val name: String, val storageAccountName: String? = null, val storageEncryptionFormat: String, val systemData: SystemDataResponse, val type: String)
An Asset.
Constructors
Link copied to clipboard
constructor(alternateId: String? = null, assetId: String, azureApiVersion: String, container: String? = null, created: String, description: String? = null, encryptionScope: String? = null, id: String, lastModified: String, name: String, storageAccountName: String? = null, storageEncryptionFormat: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The alternate ID of the Asset.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The Asset description.
Link copied to clipboard
The Asset container encryption scope in the storage account.
Link copied to clipboard
The last modified date of the Asset.
Link copied to clipboard
The name of the storage account.
Link copied to clipboard
The Asset encryption format. One of None or MediaStorageEncryption.
Link copied to clipboard
The system metadata relating to this resource.