getGroupServiceAccount

The gitlab.GroupServiceAccount data source retrieves information about a gitlab service account for a group. Upstream API: GitLab REST API docs

Return

A collection of values returned by getGroupServiceAccount.

Parameters

argument

A collection of arguments for invoking getGroupServiceAccount.


suspend fun getGroupServiceAccount(group: String, serviceAccountId: String): GetGroupServiceAccountResult

Return

A collection of values returned by getGroupServiceAccount.

Parameters

group

The ID or URL-encoded path of the target group. Must be a top-level group.

serviceAccountId

The service account id.

See also


Return

A collection of values returned by getGroupServiceAccount.

Parameters

argument

Builder for com.pulumi.gitlab.kotlin.inputs.GetGroupServiceAccountPlainArgs.

See also