GroupAccessControl

data class GroupAccessControl(link: String?, attributes: String?, members: String?)

group access control settings. Options for each controlled action are: UNKNOWN, ANY, MEMBER, ADMINISTRATOR, UNSATISFIABLE and UNRECOGNIZED

Constructors

Link copied to clipboard
fun GroupAccessControl(link: String? = null, attributes: String? = null, members: String? = null)

Properties

Link copied to clipboard
val attributes: String? = null

who can edit group info

Link copied to clipboard
val link: String? = null

UNSATISFIABLE when the group link is disabled, ADMINISTRATOR when the group link is enabled but an administrator must approve new members, ANY when the group link is enabled and no approval is required

Link copied to clipboard
val members: String? = null

who can add members