ClientDefaultScope

class ClientDefaultScope : KotlinCustomResource

Example Usage

Properties

Link copied to clipboard
val clientId: Output<String>

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>>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val realmId: Output<String>

The realm this client and scopes exists in.

Link copied to clipboard
val urn: Output<String>