Get Realm Plain Args
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)