dk.sdu.cloud.file.orchestrator.api.FSCollectionSupport

UCloud Developer Guide / Orchestration of Resources / Storage / Drives (FileCollection)

FSCollectionSupport

Declares which FileCollection operations are supported for a product

data class FSCollectionSupport(
    val aclModifiable: Boolean?,
    val usersCanCreate: Boolean?,
    val usersCanDelete: Boolean?,
    val usersCanRename: Boolean?,
)
Properties

Last updated