Discover Packages
github.com/thedataflows/keycloak-cli
pkg
realmgen
package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Jun 25, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Options struct {
Realm string
WithUsers int
WithClients int
WithRoles int
WithGroups int
WithOrganizations int
WithIdentityProviders int
WithClientScopes int
WithAuthenticationFlows int
WithPasswordPolicies int
WithSecurityDefenses int
}
Service is the public API for realm generation.
New returns a production-ready realm generation service.
type Summary struct {
SpecPath string `json:"specPath"`
GeneratedAt string `json:"generatedAt"`
Realm string `json:"realm"`
ResourceCounts map[string ]int `json:"resourceCounts"`
SchemaCount int `json:"schemaCount"`
}
Source Files
¶
Directories
¶
Package internal is an implementation detail of the realmgen module.
Package internal is an implementation detail of the realmgen module.
Click to show internal directories.
Click to hide internal directories.