GetInstanceServiceAccountResult

data class GetInstanceServiceAccountResult(val id: String, val name: String, val serviceAccountId: String, val username: String)

A collection of values returned by getInstanceServiceAccount.

Constructors

Link copied to clipboard
constructor(id: String, name: String, serviceAccountId: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

The name of the user.

Link copied to clipboard

The service account id.

Link copied to clipboard

The username of the user.