Storage Endpoint Properties Response
data class StorageEndpointPropertiesResponse(val authenticationType: String? = null, val connectionString: String, val containerName: String, val identity: ManagedIdentityResponse? = null, val sasTtlAsIso8601: String? = null)
The properties of the Azure Storage endpoint for file upload.
Constructors
Link copied to clipboard
fun StorageEndpointPropertiesResponse(authenticationType: String? = null, connectionString: String, containerName: String, identity: ManagedIdentityResponse? = null, sasTtlAsIso8601: String? = null)