ClientDefaultScopeArgs

data class ClientDefaultScopeArgs(val clientId: Output<String>? = null, val defaultScopes: Output<List<String>>? = null, val realmId: Output<String>? = null) : ConvertibleToJava<ClientDefaultScopeArgs>

Example Usage

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null, defaultScopes: Output<List<String>>? = null, realmId: Output<String>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>? = null

The ID of the client to attach default scopes to. Note that this is the unique ID of the client generated by Keycloak.

Link copied to clipboard
val defaultScopes: Output<List<String>>? = null

An array of client scope names to attach to this client.

Link copied to clipboard
val realmId: Output<String>? = null

The realm this client and scopes exists in.

Functions

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