Router Md5Authentication Key Args
data class RouterMd5AuthenticationKeyArgs(val key: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<RouterMd5AuthenticationKeyArgs>
Properties
Link copied to clipboard
Input only Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.