GetClientScopePlainArgs

data class GetClientScopePlainArgs(val name: String, val realmId: String) : ConvertibleToJava<GetClientScopePlainArgs>

A collection of arguments for invoking getClientScope.

Constructors

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

Properties

Link copied to clipboard

The name of the client scope.

Link copied to clipboard

The realm id.

Functions

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