GetGroupsResult

data class GetGroupsResult(val groups: List<GetGroupsGroup>, val id: String, val parent: String)

A collection of values returned by getGroups.

Constructors

Link copied to clipboard
constructor(groups: List<GetGroupsGroup>, id: String, parent: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of groups under the provided customer or namespace. Structure is documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard