RealmUserProfileAttribute

constructor(annotations: Map<String, String>? = null, displayName: String? = null, enabledWhenScopes: List<String>? = null, group: String? = null, name: String, permissions: RealmUserProfileAttributePermissions? = null, requiredForRoles: List<String>? = null, requiredForScopes: List<String>? = null, validators: List<RealmUserProfileAttributeValidator>? = null)