dk.sdu.cloud.provider.api.AclEntity.User

UCloud Developer Guide / Orchestration of Resources / Introduction to Resources

AclEntity.User

data class User(
    val username: String,
    val type: String /* "user" */,
)
Properties

Last updated