GetGroupLookupResult

data class GetGroupLookupResult(val groupKey: GetGroupLookupGroupKey, val id: String, val name: String)

A collection of values returned by getGroupLookup.

Constructors

Link copied to clipboard
constructor(groupKey: GetGroupLookupGroupKey, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Resource name of the Group in the format: groups/{group_id}, where group_id is the unique ID assigned to the Group.