GetRolePlainArgs

data class GetRolePlainArgs(val clientId: String? = null, val name: String, val realmId: String) : ConvertibleToJava<GetRolePlainArgs>

A collection of arguments for invoking getRole.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, name: String, realmId: String)

Properties

Link copied to clipboard
val clientId: String? = null

When specified, this role is assumed to be a client role belonging to the client with the provided ID. The id attribute of a keycloak_client resource should be used here.

Link copied to clipboard

The name of the role.

Link copied to clipboard

The realm this role exists within.

Functions

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