GetGroupPlainArgs

data class GetGroupPlainArgs(val groupName: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
constructor(groupName: String)

Properties

Link copied to clipboard

Friendly IAM group name to match.

Functions

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