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

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

Properties

attributes
Link copied to clipboard
common
val attributes: String? = null
who can edit group info
link
Link copied to clipboard
common
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 requiredExample: "ANY"
members
Link copied to clipboard
common
val members: String? = null
who can add members