GetClientServiceAccountUserPlainArgs

data class GetClientServiceAccountUserPlainArgs(val clientId: String, val realmId: String) : ConvertibleToJava<GetClientServiceAccountUserPlainArgs>

A collection of arguments for invoking getClientServiceAccountUser.

Constructors

Link copied to clipboard
constructor(clientId: String, realmId: String)

Properties

Link copied to clipboard

The ID of the OpenID client with service accounts enabled.

Link copied to clipboard

The realm that the OpenID client exists within.

Functions

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