dk.sdu.cloud.provider.api.Permission

UCloud Developer Guide / Orchestration of Resources / Introduction to Resources

Permission

The UCloud permission model

enum class Permission {
    READ,
    EDIT,
    ADMIN,
    PROVIDER,
}

This type covers the permission part of UCloud's RBAC based authorization model. UCloud defines a set of standard permissions that can be applied to a resource and its associated operations.

Properties

Last updated