data class ConfigSignInHashConfigArgs(val algorithm: Output<String>? = null, val memoryCost: Output<Int>? = null, val rounds: Output<Int>? = null, val saltSeparator: Output<String>? = null, val signerKey: Output<String>? = null) : ConvertibleToJava<ConfigSignInHashConfigArgs>
(Output) Memory cost for hash calculation. Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.