GetRealmPlainArgs

data class GetRealmPlainArgs(val attributes: Map<String, String>? = null, val defaultDefaultClientScopes: List<String>? = null, val defaultOptionalClientScopes: List<String>? = null, val displayNameHtml: String? = null, val internationalizations: List<GetRealmInternationalization>? = null, val otpPolicy: GetRealmOtpPolicy? = null, val realm: String, val securityDefenses: List<GetRealmSecurityDefense>? = null, val smtpServers: List<GetRealmSmtpServer>? = null, val webAuthnPasswordlessPolicy: GetRealmWebAuthnPasswordlessPolicy? = null, val webAuthnPolicy: GetRealmWebAuthnPolicy? = null) : ConvertibleToJava<GetRealmPlainArgs>

A collection of arguments for invoking getRealm.

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>? = null, defaultDefaultClientScopes: List<String>? = null, defaultOptionalClientScopes: List<String>? = null, displayNameHtml: String? = null, internationalizations: List<GetRealmInternationalization>? = null, otpPolicy: GetRealmOtpPolicy? = null, realm: String, securityDefenses: List<GetRealmSecurityDefense>? = null, smtpServers: List<GetRealmSmtpServer>? = null, webAuthnPasswordlessPolicy: GetRealmWebAuthnPasswordlessPolicy? = null, webAuthnPolicy: GetRealmWebAuthnPolicy? = null)

Properties

Link copied to clipboard
val attributes: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val displayNameHtml: String? = null
Link copied to clipboard
Link copied to clipboard

The realm name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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