GetUsersResult

data class GetUsersResult(val emails: List<String>, val id: String, val logins: List<String>, val nodeIds: List<String>, val unknownLogins: List<String>, val usernames: List<String>)

A collection of values returned by getUsers.

Constructors

Link copied to clipboard
constructor(emails: List<String>, id: String, logins: List<String>, nodeIds: List<String>, unknownLogins: List<String>, usernames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

list of the user's publicly visible profile email (will be empty string in case if user decided not to show it).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

list of logins of users that could be found.

Link copied to clipboard

list of Node IDs of users that could be found.

Link copied to clipboard

list of logins without matching user.

Link copied to clipboard