RealmPermission
@objc(RealmSwiftRealmPermission)
public class RealmPermission : Object
A singleton object which describes Realm-wide permissions.
An object of this type is automatically created in the Realm for you, and more objects cannot be created manually.
See RealmPrivileges
for the meaning of permissions applied to a Realm.
-
The permissions for the Realm.
Declaration
Swift
public let permissions: List<Permission>