GetGroupServiceAccountResult

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

A collection of values returned by getGroupServiceAccount.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

The name of the user. If not specified, the default Service account user name is used.

Link copied to clipboard

The service account id.

Link copied to clipboard

The username of the user. If not specified, it's automatically generated.