Type Alias ActionName

ActionName:
    | "change_owner"
    | "create"
    | "read"
    | "update"
    | "delete"
    | "publish"
    | "link_environment"
    | "restrict"

The supported actions for user-created spaces.