GetGroupsResult

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

A collection of values returned by getGroups.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Identity Store Groups

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard