GetGroupSubgroupsResult

data class GetGroupSubgroupsResult(val allAvailable: Boolean, val groupId: Int, val id: String, val minAccessLevel: String, val orderBy: String, val owned: Boolean, val search: String, val skipGroups: List<Int>, val sort: String, val statistics: Boolean, val subgroups: List<GetGroupSubgroupsSubgroup>, val withCustomAttributes: Boolean)

A collection of values returned by getGroupSubgroups.

Constructors

Link copied to clipboard
constructor(allAvailable: Boolean, groupId: Int, id: String, minAccessLevel: String, orderBy: String, owned: Boolean, search: String, skipGroups: List<Int>, sort: String, statistics: Boolean, subgroups: List<GetGroupSubgroupsSubgroup>, withCustomAttributes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Show all the groups you have access to.

Link copied to clipboard

The ID of the group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Limit to groups where current user has at least this access level.

Link copied to clipboard

Order groups by name, path or id.

Link copied to clipboard

Limit to groups explicitly owned by the current user.

Link copied to clipboard

Return the list of authorized groups matching the search criteria.

Link copied to clipboard

Skip the group IDs passed.

Link copied to clipboard

Order groups in asc or desc order.

Link copied to clipboard

Include group statistics (administrators only).

Link copied to clipboard

Subgroups of the parent group.

Link copied to clipboard

Include custom attributes in response (administrators only).