GetGroupsPlainArgs

data class GetGroupsPlainArgs(val parent: String) : ConvertibleToJava<GetGroupsPlainArgs>

A collection of arguments for invoking getGroups.

Constructors

Link copied to clipboard
constructor(parent: String)

Properties

Link copied to clipboard

The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.

Functions

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