getGroup

suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Retrieves a Group.

Return

null

Parameters

argument

null


suspend fun getGroup(groupId: String): GetGroupResult

Return

null

Parameters

groupId

See also


suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudidentity.v1.kotlin.inputs.GetGroupPlainArgs.

See also