GetExternalGroupsResult

data class GetExternalGroupsResult(val externalGroups: List<GetExternalGroupsExternalGroup>, val id: String)

A collection of values returned by getExternalGroups.

Constructors

Link copied to clipboard
constructor(externalGroups: List<GetExternalGroupsExternalGroup>, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

an array of external groups belonging to the organization. Each group consists of the fields documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.