RealmProfile

data class RealmProfile(attributes: List<RealmAttribute>, groups: List<Map<String, String>>, unmanagedAttributePolicy: String?)

Properties

attributes
Link copied to clipboard
val attributes: List<RealmAttribute>
groups
Link copied to clipboard
val groups: List<Map<String, String>>
unmanagedAttributePolicy
Link copied to clipboard
var unmanagedAttributePolicy: String? = null