RealmUserProfileAttributePermissionsArgs

data class RealmUserProfileAttributePermissionsArgs(val edits: Output<List<String>>, val views: Output<List<String>>) : ConvertibleToJava<RealmUserProfileAttributePermissionsArgs>

Constructors

Link copied to clipboard
constructor(edits: Output<List<String>>, views: Output<List<String>>)

Properties

Link copied to clipboard
val edits: Output<List<String>>

A list of profiles that will be able to edit the attribute. One of admin, user.

Link copied to clipboard
val views: Output<List<String>>

A list of profiles that will be able to view the attribute. One of admin, user.

Functions

Link copied to clipboard
open override fun toJava(): RealmUserProfileAttributePermissionsArgs