Realm

data class Realm(id: String, realm: String, displayName: String?, displayNameHtml: String?, notBefore: Int, revokeRefreshToken: Boolean, refreshTokenMaxReuse: Int, accessTokenLifespan: Int, accessTokenLifespanForImplicitFlow: Int, ssoSessionIdleTimeout: Int, ssoSessionMaxLifespan: Int, ssoSessionIdleTimeoutRememberMe: Int, ssoSessionMaxLifespanRememberMe: Int, offlineSessionIdleTimeout: Int, offlineSessionMaxLifespanEnabled: Boolean, offlineSessionMaxLifespan: Int, accessCodeLifespan: Int, accessCodeLifespanUserAction: Int, accessCodeLifespanLogin: Int, actionTokenGeneratedByAdminLifespan: Int, actionTokenGeneratedByUserLifespan: Int, enabled: Boolean, sslRequired: String, registrationAllowed: Boolean, registrationEmailAsUsername: Boolean, rememberMe: Boolean, verifyEmail: Boolean, loginWithEmailAllowed: Boolean, duplicateEmailsAllowed: Boolean, resetPasswordAllowed: Boolean, editUsernameAllowed: Boolean, bruteForceProtected: Boolean, permanentLockout: Boolean, maxFailureWaitSeconds: Int, minimumQuickLoginWaitSeconds: Int, waitIncrementSeconds: Int, quickLoginCheckMilliSeconds: Int, maxDeltaTimeSeconds: Int, failureFactor: Int, requiredCredentials: List<String>, passwordPolicy: String, otpPolicyType: String, otpPolicyAlgorithm: String, otpPolicyInitialCounter: Int, otpPolicyDigits: Int, otpPolicyLookAheadWindow: Int, otpPolicyPeriod: Int, otpSupportedApplications: List<String>, webAuthnPolicyRpEntityName: String, webAuthnPolicySignatureAlgorithms: List<String>, webAuthnPolicyRpId: String, webAuthnPolicyAttestationConveyancePreference: String, webAuthnPolicyAuthenticatorAttachment: String, webAuthnPolicyRequireResidentKey: String, webAuthnPolicyUserVerificationRequirement: String, webAuthnPolicyCreateTimeout: Int, webAuthnPolicyAvoidSameAuthenticatorRegister: Boolean, webAuthnPolicyAcceptableAaguids: List<String>, browserSecurityHeaders: Map<String, String>, smtpServer: Map<String, String>, eventsEnabled: Boolean, eventsListeners: List<String>, eventsExpiration: Int, enabledEventTypes: List<String>, identityProviders: List<IdentityProviderItem>, identityProviderMappers: List<IdentityProviderMapperItem>, adminEventsEnabled: Boolean, adminEventsDetailsEnabled: Boolean, internationalizationEnabled: Boolean, supportedLocales: List<String>, defaultLocale: String, browserFlow: String, registrationFlow: String, directGrantFlow: String, resetCredentialsFlow: String, clientAuthenticationFlow: String, dockerAuthenticationFlow: String, firstBrokerLoginFlow: String?, attributes: Map<String, String>, userManagedAccessAllowed: Boolean, accountTheme: String?, adminTheme: String?, emailTheme: String?, loginTheme: String?, requiredActions: List<RequiredActionProviderItem>?, upConfig: RealmProfile?, clientProfiles: Map<String, List<String>>, clientPolicies: Map<String, List<String>>)

Properties

accessCodeLifespan
Link copied to clipboard
val accessCodeLifespan: Int
accessCodeLifespanLogin
Link copied to clipboard
val accessCodeLifespanLogin: Int
accessCodeLifespanUserAction
Link copied to clipboard
val accessCodeLifespanUserAction: Int
accessTokenLifespan
Link copied to clipboard
val accessTokenLifespan: Int
accessTokenLifespanForImplicitFlow
Link copied to clipboard
val accessTokenLifespanForImplicitFlow: Int
accountTheme
Link copied to clipboard
val accountTheme: String? = null
actionTokenGeneratedByAdminLifespan
Link copied to clipboard
val actionTokenGeneratedByAdminLifespan: Int
actionTokenGeneratedByUserLifespan
Link copied to clipboard
val actionTokenGeneratedByUserLifespan: Int
adminEventsDetailsEnabled
Link copied to clipboard
val adminEventsDetailsEnabled: Boolean
adminEventsEnabled
Link copied to clipboard
val adminEventsEnabled: Boolean
adminTheme
Link copied to clipboard
val adminTheme: String? = null
attributes
Link copied to clipboard
val attributes: Map<String, String>
browserFlow
Link copied to clipboard
val browserFlow: String
browserSecurityHeaders
Link copied to clipboard
val browserSecurityHeaders: Map<String, String>
bruteForceProtected
Link copied to clipboard
val bruteForceProtected: Boolean
clientAuthenticationFlow
Link copied to clipboard
val clientAuthenticationFlow: String
clientPolicies
Link copied to clipboard
val clientPolicies: Map<String, List<String>>
clientProfiles
Link copied to clipboard
val clientProfiles: Map<String, List<String>>
defaultLocale
Link copied to clipboard
val defaultLocale: String
directGrantFlow
Link copied to clipboard
val directGrantFlow: String
displayName
Link copied to clipboard
var displayName: String? = null
displayNameHtml
Link copied to clipboard
var displayNameHtml: String? = null
dockerAuthenticationFlow
Link copied to clipboard
val dockerAuthenticationFlow: String
duplicateEmailsAllowed
Link copied to clipboard
val duplicateEmailsAllowed: Boolean
editUsernameAllowed
Link copied to clipboard
val editUsernameAllowed: Boolean
emailTheme
Link copied to clipboard
val emailTheme: String? = null
enabled
Link copied to clipboard
val enabled: Boolean
enabledEventTypes
Link copied to clipboard
val enabledEventTypes: List<String>
eventsEnabled
Link copied to clipboard
val eventsEnabled: Boolean
eventsExpiration
Link copied to clipboard
val eventsExpiration: Int
eventsListeners
Link copied to clipboard
val eventsListeners: List<String>
failureFactor
Link copied to clipboard
val failureFactor: Int
firstBrokerLoginFlow
Link copied to clipboard
val firstBrokerLoginFlow: String? = null
id
Link copied to clipboard
val id: String
identityProviderMappers
Link copied to clipboard
identityProviders
Link copied to clipboard
val identityProviders: List<IdentityProviderItem>
internationalizationEnabled
Link copied to clipboard
val internationalizationEnabled: Boolean
loginTheme
Link copied to clipboard
val loginTheme: String? = null
loginWithEmailAllowed
Link copied to clipboard
val loginWithEmailAllowed: Boolean
maxDeltaTimeSeconds
Link copied to clipboard
val maxDeltaTimeSeconds: Int
maxFailureWaitSeconds
Link copied to clipboard
val maxFailureWaitSeconds: Int
minimumQuickLoginWaitSeconds
Link copied to clipboard
val minimumQuickLoginWaitSeconds: Int
notBefore
Link copied to clipboard
val notBefore: Int
offlineSessionIdleTimeout
Link copied to clipboard
val offlineSessionIdleTimeout: Int
offlineSessionMaxLifespan
Link copied to clipboard
val offlineSessionMaxLifespan: Int
offlineSessionMaxLifespanEnabled
Link copied to clipboard
val offlineSessionMaxLifespanEnabled: Boolean
otpPolicyAlgorithm
Link copied to clipboard
val otpPolicyAlgorithm: String
otpPolicyDigits
Link copied to clipboard
val otpPolicyDigits: Int
otpPolicyInitialCounter
Link copied to clipboard
val otpPolicyInitialCounter: Int
otpPolicyLookAheadWindow
Link copied to clipboard
val otpPolicyLookAheadWindow: Int
otpPolicyPeriod
Link copied to clipboard
val otpPolicyPeriod: Int
otpPolicyType
Link copied to clipboard
val otpPolicyType: String
otpSupportedApplications
Link copied to clipboard
val otpSupportedApplications: List<String>
passwordPolicy
Link copied to clipboard
val passwordPolicy: String
permanentLockout
Link copied to clipboard
val permanentLockout: Boolean
quickLoginCheckMilliSeconds
Link copied to clipboard
val quickLoginCheckMilliSeconds: Int
realm
Link copied to clipboard
val realm: String
refreshTokenMaxReuse
Link copied to clipboard
val refreshTokenMaxReuse: Int
registrationAllowed
Link copied to clipboard
val registrationAllowed: Boolean
registrationEmailAsUsername
Link copied to clipboard
val registrationEmailAsUsername: Boolean
registrationFlow
Link copied to clipboard
val registrationFlow: String
rememberMe
Link copied to clipboard
val rememberMe: Boolean
requiredActions
Link copied to clipboard
val requiredActions: List<RequiredActionProviderItem>? = null
requiredCredentials
Link copied to clipboard
val requiredCredentials: List<String>
resetCredentialsFlow
Link copied to clipboard
val resetCredentialsFlow: String
resetPasswordAllowed
Link copied to clipboard
val resetPasswordAllowed: Boolean
revokeRefreshToken
Link copied to clipboard
val revokeRefreshToken: Boolean
smtpServer
Link copied to clipboard
val smtpServer: Map<String, String>
sslRequired
Link copied to clipboard
val sslRequired: String
ssoSessionIdleTimeout
Link copied to clipboard
val ssoSessionIdleTimeout: Int
ssoSessionIdleTimeoutRememberMe
Link copied to clipboard
val ssoSessionIdleTimeoutRememberMe: Int
ssoSessionMaxLifespan
Link copied to clipboard
val ssoSessionMaxLifespan: Int
ssoSessionMaxLifespanRememberMe
Link copied to clipboard
val ssoSessionMaxLifespanRememberMe: Int
supportedLocales
Link copied to clipboard
val supportedLocales: List<String>
upConfig
Link copied to clipboard
val upConfig: RealmProfile? = null
userManagedAccessAllowed
Link copied to clipboard
val userManagedAccessAllowed: Boolean
verifyEmail
Link copied to clipboard
val verifyEmail: Boolean
waitIncrementSeconds
Link copied to clipboard
val waitIncrementSeconds: Int
webAuthnPolicyAcceptableAaguids
Link copied to clipboard
val webAuthnPolicyAcceptableAaguids: List<String>
webAuthnPolicyAuthenticatorAttachment
Link copied to clipboard
val webAuthnPolicyAuthenticatorAttachment: String
webAuthnPolicyCreateTimeout
Link copied to clipboard
val webAuthnPolicyCreateTimeout: Int
webAuthnPolicyRequireResidentKey
Link copied to clipboard
val webAuthnPolicyRequireResidentKey: String
webAuthnPolicyRpEntityName
Link copied to clipboard
val webAuthnPolicyRpEntityName: String
webAuthnPolicyRpId
Link copied to clipboard
val webAuthnPolicyRpId: String
webAuthnPolicySignatureAlgorithms
Link copied to clipboard
val webAuthnPolicySignatureAlgorithms: List<String>
val webAuthnPolicyUserVerificationRequirement: String