get Group Service Account
suspend fun getGroupServiceAccount(argument: GetGroupServiceAccountPlainArgs): GetGroupServiceAccountResult
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.
service Account Id
The service account id.
See also
suspend fun getGroupServiceAccount(argument: suspend GetGroupServiceAccountPlainArgsBuilder.() -> Unit): GetGroupServiceAccountResult
Return
A collection of values returned by getGroupServiceAccount.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetGroupServiceAccountPlainArgs.