ListAssetContainerSasPlainArgs

data class ListAssetContainerSasPlainArgs(val accountName: String, val assetName: String, val expiryTime: String? = null, val permissions: Either<String, AssetContainerPermission>? = null, val resourceGroupName: String) : ConvertibleToJava<ListAssetContainerSasPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, assetName: String, expiryTime: String? = null, permissions: Either<String, AssetContainerPermission>? = null, resourceGroupName: String)

Properties

Link copied to clipboard

The Media Services account name.

Link copied to clipboard

The Asset name.

Link copied to clipboard
val expiryTime: String? = null

The SAS URL expiration time. This must be less than 24 hours from the current time.

Link copied to clipboard

The permissions to set on the SAS URL.

Link copied to clipboard

The name of the resource group within the Azure subscription.

Functions

Link copied to clipboard
open override fun toJava(): ListAssetContainerSasPlainArgs