getUserSshkeys

The gitlab.getUserSshkeys data source allows a list of SSH keys to be retrieved by either the user ID or username. Upstream API: GitLab REST API docs

Return

A collection of values returned by getUserSshkeys.

Parameters

argument

A collection of arguments for invoking getUserSshkeys.


suspend fun getUserSshkeys(userId: Int? = null, username: String? = null): GetUserSshkeysResult

Return

A collection of values returned by getUserSshkeys.

Parameters

userId

ID of the user to get the SSH keys for.

username

Username of the user to get the SSH keys for.

See also


Return

A collection of values returned by getUserSshkeys.

Parameters

argument

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

See also