GetGroupServiceAccountPlainArgs

data class GetGroupServiceAccountPlainArgs(val group: String, val serviceAccountId: String) : ConvertibleToJava<GetGroupServiceAccountPlainArgs>

A collection of arguments for invoking getGroupServiceAccount.

Constructors

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

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

The service account id.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupServiceAccountPlainArgs