SecurityPreferenceArgs

constructor(allowUserToChangePassword: Output<Boolean>? = null, allowUserToLoginWithPasskey: Output<Boolean>? = null, allowUserToManageAccessKeys: Output<Boolean>? = null, allowUserToManageMfaDevices: Output<Boolean>? = null, allowUserToManagePersonalDingTalk: Output<Boolean>? = null, enableSaveMfaTicket: Output<Boolean>? = null, enforceMfaForLogin: Output<Boolean>? = null, loginNetworkMasks: Output<String>? = null, loginSessionDuration: Output<Int>? = null, mfaOperationForLogin: Output<String>? = null, operationForRiskLogin: Output<String>? = null, verificationTypes: Output<List<String>>? = null)